aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-15Remove read_file and read_file_string and replace them with the std alternativesDaniel García
2022-07-15Merge branch 'more-clippy-checks' of https://github.com/BlackDex/vaultwarden ...Daniel García
2022-07-15Move around commentsDaniel García
2022-07-10Add more clippy checks for better code/readabilityBlackDex
2022-07-09Use if let instead of a match with empty block.Yip Rui Fung
2022-07-09Apply rustfmt.Yip Rui Fung
2022-07-09Use match to avoid ownership issues on the TempFile / file_path variables in ...Yip Rui Fung
2022-07-09Remove option and use unwrap_or_else to fall back to copy behavior.Yip Rui Fung
2022-07-09Add option to make file uploads use move_copy_to instead of persist_toYip Rui Fung
2022-07-06Upgrade dependencies and swap lettre to async transportDaniel García
2022-06-30Add `password_hints_allowed` config optionJeremy Lin
2022-06-26Merge branch 'log-level-adjustment' of https://github.com/BlackDex/vaultwarde...Daniel García
2022-06-26Merge branch 'fix-issue-2570' of https://github.com/BlackDex/vaultwarden into...Daniel García
2022-06-26Merge branch 'optimize-icon-html-parsing' of https://github.com/BlackDex/vaul...Daniel García
2022-06-26Merge branch 'fix-issue-2566' of https://github.com/BlackDex/vaultwarden into...Daniel García
2022-06-26Small change in log-level for better debuggingBlackDex
2022-06-25Update dep's and small improvements on faviconsBlackDex
2022-06-22Fix identicons not always workingBlackDex
2022-06-22Allow FireFox relay in CSP.BlackDex
2022-06-21Fix for issue #2566BlackDex
2022-06-15Merge pull request #2555 from jjlin/global-domainsDaniel García
2022-06-14Updated deps and misc fixes and updatesBlackDex
2022-06-12Sync global_domains.json to bitwarden/server@194b76c (HealthCare.gov)Jeremy Lin
2022-06-12Sync global_domains.json to bitwarden/server@496c9a5 (Proton)Jeremy Lin
2022-06-04Re-Base, Update crates and small change.BlackDex
2022-06-04Fix clippy lint and remove unused logDaniel García
2022-06-04Fix incorrect pings sent, and respond to pings from the clientDaniel García
2022-06-04use dashmap in icons blacklist regexDaniel García
2022-06-04Move to job_scheduler_ngDaniel García
2022-06-04Migrate old ws crate to tungstenite, which is async and also removes over 20 ...Daniel García
2022-06-04Merge branch 'lettre-improvements' of https://github.com/paolobarbolini/vault...Daniel García
2022-06-04Remove manual IDN handlingPaolo Barbolini
2022-06-04Use MultiPart::alternative_plain_html instead of manual implPaolo Barbolini
2022-06-02Adding "UserEnabled" and "CreatedAt" member to the json output of a User in t...Lyonel Martinez
2022-05-26Add a persistent volume check.BlackDex
2022-05-21Fix upload limits and disable color logsBlackDex
2022-05-11Dependency updatesDaniel García
2022-05-11Merge branch 'db-conn-init' of https://github.com/jjlin/vaultwarden into jjli...Daniel García
2022-05-06Improve sync speed and updated dep. versionsBlackDex
2022-04-29Switch to a single config option for database connection initJeremy Lin
2022-04-26Add default connection-scoped pragmas for SQLiteJeremy Lin
2022-04-26Add support for database connection init statementsJeremy Lin
2022-04-23Add `/api/{alive,now,version}` endpointsJeremy Lin
2022-03-29Sync global_domains.json to bitwarden/server@3521ccb (Just Eat Takeaway.com)Jeremy Lin
2022-03-27Remove u2f implementationBlackDex
2022-03-26Merge branch 'x-xss-protection' of https://github.com/Wonderfall/vaultwarden ...Daniel García
2022-03-21disable legacy X-XSS-Protection featureWonderfall
2022-03-20Several updates and fixesBlackDex
2022-03-12Update login API codeBlackDex
2022-02-27Merge branch 'async-updates' of https://github.com/BlackDex/vaultwarden into ...Daniel García