33 Commits (0a1fb0a1a901fa3ca22daafcbc30cc2251ae771b)

Author SHA1 Message Date
Timshel 0a1fb0a1a9 Use insert_into when possible 4 weeks ago
Mathijs van Veluw 2ee5819b56
Use Diesels MultiConnections Derive (#6279) 1 month ago
Stefan Melmuk 871a3f214a
rename membership and adopt newtype pattern (#5320) 11 months ago
Mathijs van Veluw 9cd400db6c
Some refactoring and optimizations (#5291) 12 months ago
Daniel García a2bf8def2a
Change API and structs to camelCase (#4386) 1 year ago
Daniel García 8409b31d6b
Update to diesel2 4 years ago
BlackDex 3ca85028ea
Improve sync speed and updated dep. versions 4 years ago
BlackDex 87e08b9e50
Async/Awaited all db methods 4 years ago
BlackDex 775d07e9a0
Async/Awaited all db methods 4 years ago
Daniel García 9254cf9d9c
Fix clippy lints 5 years ago
Jake Howard 0af3956abd
Run `cargo fmt` on codebase 5 years ago
Daniel García ce62e898c3
Remove debug impl from database structs 5 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 6 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 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 cb930a0858
Remove some required values during login, now uses default values 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 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 8 years ago
Miroslav Prasil 21c1ab7fda Remove dependent items when removing cipher 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
Miroslav Prasil c3be1b4298 Fix FolderCipher creation, handle some errors 8 years ago
Miroslav Prasil 514a372bc8 Add per-user folder-cipher mapping 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 b54684b677 Upload and download attachments, and added License file 8 years ago
Daniel García 5cd40c63ed First working version 8 years ago