32 Commits (bd9196417050c154526c1b8b82c997b4a582a8d2)

Author SHA1 Message Date
Mathijs van Veluw bd91964170
Fix duplicate folder creations during import (#4702) 10 months ago
Daniel García a2bf8def2a
Change API and structs to camelCase (#4386) 10 months ago
GeekCornerGH 2d66292350
feat: Push Notifications 2 years ago
BlackDex f906f6230a
Change `String` to `&str` for all Rocket functions 2 years ago
BlackDex 0042c3e4a7
Update WebSocket Notifications 2 years ago
BlackDex 2972904eb8
Update WebSocket Notifications 2 years ago
BlackDex f1c0aa4f83
Update WebSocket Notifications 2 years ago
BlackDex 7e66ab78ff
Update WebSocket Notifications 2 years ago
BlackDex 996b60e43d
Update WebSocket Notifications 2 years ago
Daniel García 8409b31d6b
Update to diesel2 3 years ago
Daniel García 54c78cf06d
Migrate old ws crate to tungstenite, which is async and also removes over 20 old dependencies 3 years ago
BlackDex 87e08b9e50
Async/Awaited all db methods 3 years ago
Daniel García 0b7d6bf6df
Update to rocket 0.5 and made code async, missing updating all db calls, that are currently blocking 3 years ago
BlackDex 775d07e9a0
Async/Awaited all db methods 3 years ago
Daniel García 2d5f172e77
Update to rocket 0.5 and made code async, missing updating all db calls, that are currently blocking 3 years ago
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