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