aboutsummaryrefslogtreecommitdiff
path: root/src/db/models/attachment.rs
AgeCommit message (Expand)Author
2020-06-03Updated Organizations overviewBlackDex
2020-06-03Added attachment info per user and some layout fixBlackDex
2020-05-03Remove unused dependency and simple feature, update dependencies and fix some...Daniel García
2020-04-15Fixed issue #965BlackDex
2020-02-17Attachment size limits, per-user and per-organizationDaniel García
2019-09-17Remove Result<T, E: Debug> in preparation of deprecation as Rocket responder.Daniel García
2019-09-12Adds support for PostgreSQL which resolves #87 and is mentioned in #246.Michael Powers
2019-05-20Rework migrations for MySQLEmil Madsen
2019-01-25Change config to thread-safe system, needed for a future config panel.Daniel García
2019-01-11Fix casing error in Attachment, should fix 'Attachment doesn't exist' errorsDaniel García
2018-12-30Start using rustfmt and some style changes to make some lines shorterDaniel García
2018-12-30Remove config option for admin email, embdedded admin page, managed IO::Error...Daniel García
2018-12-30Implemented proper error handling, now we can do `user.save($conn)?;` and it ...Daniel García
2018-12-12Implement better retry and use it while saving deviceDaniel García
2018-12-07Migrate to rust 2018 editionDaniel García
2018-12-06Implemented proper logging, with support for file logging, timestamp and sysl...Daniel García
2018-11-27Fix attachments during key rotation, add individual attachment keyDaniel García
2018-11-01Updated bw_rs to Rocket version 0.4-rc1Daniel García
2018-09-13Fixed some lint issuesDaniel García
2018-08-29`Attachment::save()` returns Result instead of bool (#161)Baelyk
2018-08-13Revert "Merge branch 'beta' of https://github.com/krankur/bitwarden_rs into b...Miroslav Prasil
2018-08-10Merge branch 'beta' of https://github.com/krankur/bitwarden_rs into betaKumar Ankur
2018-08-10Implemented bulk cipher share (share selected) #100Kumar Ankur
2018-07-31WAL journal mode and delete retry addedMiroslav Prasil
2018-05-15Remove dependent items when removing cipherMiroslav Prasil
2018-02-15Improved error messagees, implemented delete ciphers, attachments and account...Daniel García
2018-02-15Get host from client and put it in the attachments URL (only the web vault wo...Daniel García
2018-02-15Updated modified date when saving and removed hardcoded attachment domainDaniel García
2018-02-15Solved some warningsDaniel García
2018-02-15Upload and download attachments, and added License fileDaniel García