Age | Commit message (Expand) | Author |
2024-09-23 | Add extra linting (#4977)1.32.1 | Mathijs van Veluw |
2024-07-12 | Improved HTTP client (#4740) | Daniel García |
2024-06-23 | Change API and structs to camelCase (#4386) | Daniel García |
2024-03-17 | Remove custom WebSocket code (#4001) | Mathijs van Veluw |
2023-11-15 | Update crates (#4074)1.30.1 | Mathijs van Veluw |
2022-12-02 | Cleanups and Fixes for Emergency Access | BlackDex |
2022-11-27 | Add Organizational event logging feature | BlackDex |
2022-10-23 | Update to diesel2 | Daniel García |
2022-06-04 | Migrate old ws crate to tungstenite, which is async and also removes over 20 ... | Daniel García |
2022-05-06 | Improve sync speed and updated dep. versions | BlackDex |
2022-03-27 | Remove u2f implementation | BlackDex |
2022-02-27 | Upd Dockerfiles, crates. Fixed rust 2018 idioms | BlackDex |
2022-02-27 | Update to rocket 0.5 and made code async, missing updating all db calls, that... | Daniel García |
2021-12-26 | Support all DB's for Alpine and Debian | BlackDex |
2021-11-06 | Macro recursion decrease and other optimizations | BlackDex |
2021-09-24 | Updated icon downloading | BlackDex |
2021-07-15 | Merge branch 'main' into future-web-vault | Mathijs van Veluw |
2021-07-15 | Merge branch '2fa_enforcement' of https://github.com/olivierIllogika/bitwarde... | Daniel García |
2021-07-04 | Added web-vault v2.21.x support + some misc fixes | BlackDex |
2021-06-26 | Formatting | Daniel García |
2021-06-25 | Load RSA keys as pem format directly, and using openssl crate, backported fro... | Daniel García |
2021-06-19 | Fix clippy lints | Daniel García |
2021-06-16 | Support for webauthn and u2f->webauthn migrations | Daniel García |
2021-05-10 | admin: Specifically return 404 for user not found | Carl Dong |
2021-05-08 | Updated branding, email and crates | BlackDex |
2021-04-16 | Merge branch 'master' of github.com:dani-garcia/bitwarden_rs into 2fa_enforce... | Olivier Martin |
2021-04-12 | make error toast display detailed message | Olivier Martin |
2021-04-06 | Modify rustfmt file | Jake Howard |
2021-03-31 | Run `cargo fmt` on codebase | Jake Howard |
2021-03-27 | Prevent `clippy` complaining at method | Jake Howard |
2021-03-27 | Correctly camelCase acronyms | Jake Howard |
2021-03-14 | Send API | Daniel García |
2020-11-22 | Log proper namespace in the err!() macro | janost |
2020-10-03 | Retry initial db connection, with adjustable option | Daniel García |
2020-09-14 | Format some common Lettre errors a bit simpler | BlackDex |
2020-09-11 | Updated lettre (and other crates) and workflow. | BlackDex |
2020-08-24 | Add support for multiple simultaneous database features by using macros. | Daniel García |
2020-07-23 | Updated dependencies and changed rocket request imports | Daniel García |
2020-07-14 | Removed try_trait and some formatting, particularly around imports | Daniel García |
2020-05-07 | Change the mails content types to more closely match what we sent before | Daniel García |
2020-05-03 | Update lettre to latest master | Daniel García |
2020-05-03 | Remove unused dependency and simple feature, update dependencies and fix some... | Daniel García |
2020-02-17 | Attachment size limits, per-user and per-organization | Daniel García |
2020-01-26 | Update handlebars to 3.0 which included performance improvements. | Daniel García |
2019-12-27 | Formatting | Daniel García |
2019-12-07 | Fix IP not shown when failed login (Fixes #761) | Daniel García |
2019-12-06 | Collapsed log messages from 3 lines per request to 2 and hidden the ones valu... | Daniel García |
2019-04-11 | Implement selection between global config and user settings for duo keys. | Daniel García |
2019-03-14 | Allow changing error codes and create an empty error. | Daniel García |
2019-02-08 | Fixed some clippy lints and changed update_uuid_revision to only use one db q... | Daniel García |