24 Commits (fc9baaea83ea8644a1c8dcad5a0ae7116e6e4f53)

Author SHA1 Message Date
Daniel García fc9baaea83
Update to rocket 0.5 and made code async, missing updating all db calls, that are currently blocking 4 years ago
Jake Howard 3ab90259f2
Modify rustfmt file 5 years ago
Jake Howard 3e5971b9db
Remove unnecessary result return types 5 years ago
Daniel García 668d5c23dc
Removed try_trait and some formatting, particularly around imports 5 years ago
Daniel García 9cca64003a
Remove unused dependency and simple feature, update dependencies and fix some clippy lints 6 years ago
Daniel García d29b6bee28
Remove unnecessary clones and other clippy fixes 6 years ago
Daniel García 10756b0920
Update dependencies and fix some lints 7 years ago
Daniel García 30e768613b
Start using rustfmt and some style changes to make some lines shorter 7 years ago
Daniel García 6a99849a1e
Implemented proper error handling, now we can do `user.save($conn)?;` and it works. 7 years ago
Daniel García 94810c106a
Migrate to rust 2018 edition 7 years ago
Daniel García c673370103
Updated bw_rs to Rocket version 0.4-rc1 7 years ago
janost 77cf63c06d Folder::save() should return QueryResult instead of bool 7 years ago
Miroslav Prasil d9457e929c Add continuation token when we return object list 7 years ago
Daniel García d70864ac73 Initial version of websockets notification support. 7 years ago
Daniel García 5ec728683e Make sure the inputs are always in the same case (PascalCase, which is what upstream seems to prefer most of the time) 8 years ago
Miroslav Prasil e54b52f109 Improve Folder::delete() to handle FolderCipher 8 years ago
Daniel García 92236394e6 Delete folder mappings when deleting folders and make sure that we can't change a ciphers owner when created 8 years ago
Daniel García dfefbf1f31 Fixed cipher import, created missing data structs instead of using generic Value, and fixed some warnings 8 years ago
Daniel García e173ef948d Removed some unnecesary clones 8 years ago
Daniel García d6a1a9b274 Detect device type correctly and shorten return types of functions 8 years ago
Daniel García 7a3308200a Finished work on ciphers (import, update, and the missing types) 8 years ago
Daniel García 912901780e Updated modified date when saving and removed hardcoded attachment domain 8 years ago
Daniel García 31bf2bc2b1 Solved some warnings 8 years ago
Daniel García 5cd40c63ed First working version 8 years ago