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