23 Commits (5fef7983f4e3bc942ec0f029037454edfb057cad)

Author SHA1 Message Date
Jake Howard 3ab90259f2
Modify rustfmt file 4 years ago
Jake Howard 3e5971b9db
Remove unnecessary result return types 4 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 5 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 6 years ago
Daniel García 30e768613b
Start using rustfmt and some style changes to make some lines shorter 6 years ago
Daniel García 6a99849a1e
Implemented proper error handling, now we can do `user.save($conn)?;` and it works. 6 years ago
Daniel García 94810c106a
Migrate to rust 2018 edition 6 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) 7 years ago
Miroslav Prasil e54b52f109 Improve Folder::delete() to handle FolderCipher 7 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 7 years ago
Daniel García dfefbf1f31 Fixed cipher import, created missing data structs instead of using generic Value, and fixed some warnings 7 years ago
Daniel García e173ef948d Removed some unnecesary clones 7 years ago
Daniel García d6a1a9b274 Detect device type correctly and shorten return types of functions 7 years ago
Daniel García 7a3308200a Finished work on ciphers (import, update, and the missing types) 7 years ago
Daniel García 912901780e Updated modified date when saving and removed hardcoded attachment domain 7 years ago
Daniel García 31bf2bc2b1 Solved some warnings 7 years ago
Daniel García 5cd40c63ed First working version 7 years ago