30 Commits (bec475d5d816653d4b3bea52ed5ff3cc2e2d1a8e)

Author SHA1 Message Date
BlackDex bec475d5d8
Some refactoring and optimizations 4 months ago
Daniel García a2bf8def2a
Change API and structs to camelCase (#4386) 10 months ago
Daniel García 8409b31d6b
Update to diesel2 3 years ago
BlackDex 3ca85028ea
Improve sync speed and updated dep. versions 3 years ago
BlackDex 87e08b9e50
Async/Awaited all db methods 3 years ago
BlackDex 775d07e9a0
Async/Awaited all db methods 3 years ago
Daniel García 9254cf9d9c
Fix clippy lints 4 years ago
Jake Howard 0af3956abd
Run `cargo fmt` on codebase 4 years ago
Daniel García ce62e898c3
Remove debug impl from database structs 4 years ago
BlackDex 978be0b4a9 Fixed foreign-key (mariadb) errors. 5 years ago
Daniel García 0365b7c6a4
Add support for multiple simultaneous database features by using macros. 5 years ago
Daniel García 9cca64003a
Remove unused dependency and simple feature, update dependencies and fix some clippy lints 5 years ago
Michael Powers f5f9861a78
Adds support for PostgreSQL which resolves #87 and is mentioned in #246. 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 cb930a0858
Remove some required values during login, now uses default values 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 a28caa33ef Implement poor man's admin panel 7 years ago
Daniel García d70864ac73 Initial version of websockets notification support. 7 years ago
Miroslav Prasil 2b2401be19 Update affected users revision on cipher and folder change 7 years ago
Miroslav Prasil e54b52f109 Improve Folder::delete() to handle FolderCipher 7 years ago
Miroslav Prasil 21c1ab7fda Remove dependent items when removing cipher 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
Miroslav Prasil c3be1b4298 Fix FolderCipher creation, handle some errors 7 years ago
Miroslav Prasil 514a372bc8 Add per-user folder-cipher mapping 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 b54684b677 Upload and download attachments, and added License file 7 years ago
Daniel García 5cd40c63ed First working version 7 years ago