aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-06-26Remove unused lifetime and double referencingDaniel García
2021-06-25Load RSA keys as pem format directly, and using openssl crate, backported fro...Daniel García
2021-06-25Add token with short expiration time to send urlDaniel García
2021-06-19Avoid `Error parsing LastKnownRevisionDate` warning for mobile clientsJeremy Lin
2021-06-19Fix clippy lintsDaniel García
2021-06-19Multiple Admin Interface fixes and some others.BlackDex
2021-06-16Fix admin page with handlebars 4Daniel García
2021-06-16Support for webauthn and u2f->webauthn migrationsDaniel García
2021-05-25Fix attachment size limit calculation for v2 uploadsJeremy Lin
2021-05-25Rework file ID generationJeremy Lin
2021-05-25Clean up attachment error handlingJeremy Lin
2021-05-25Add support for v2 attachment upload APIsJeremy Lin
2021-05-16Sync global_domains.json to bitwarden/server@7857053 (Amazon)Jeremy Lin
2021-05-16Updated icon fetching and crates.BlackDex
2021-05-15Fix attachment downloadsJeremy Lin
2021-05-15`cargo fmt` changesJeremy Lin
2021-05-12Merge pull request #1689 from jjlin/hide-emailDaniel García
2021-05-12Merge pull request #1688 from jjlin/config-sends-allowedDaniel García
2021-05-12Merge pull request #1682 from dongcarl/2021-05-admin-granular-http-codesDaniel García
2021-05-12Merge pull request #1663 from dongcarl/2021-05-invite_user-returnDaniel García
2021-05-12Add support for the `Send Options` policyJeremy Lin
2021-05-11Add support for hiding the sender's email address in Bitwarden SendsJeremy Lin
2021-05-11Add support for password repromptJeremy Lin
2021-05-11Add `sends_allowed` config settingJeremy Lin
2021-05-10admin: Make invite_user error codes more specificCarl Dong
2021-05-10admin: Add /users/<uuid> routeCarl Dong
2021-05-10admin: Specifically return 404 for user not foundCarl Dong
2021-05-10admin: Return newly-created user in invite_userCarl Dong
2021-05-08Updated branding, email and cratesBlackDex
2021-05-02Extract some FromDb trait impls outside the macros so they aren't repeated, a...Daniel García
2021-04-30Rename references to the discourse forumDaniel García
2021-04-29Remove warning when compiling only with mysql and add compatibility mode with...1.21.0Daniel García
2021-04-28Fix branch nameDaniel García
2021-04-27Fix formattingDaniel García
2021-04-27Project renamingDaniel García
2021-04-15Format the changes from merge to masterDaniel García
2021-04-15Merge branch 'master' into fmtDaniel García
2021-04-15Merge pull request #1587 from RealOrangeOne/request-proxyDaniel García
2021-04-09Warn that the SQLite backup feature doesn't produce a complete backupJeremy Lin
2021-04-06Merge remote-tracking branch 'origin/master' into fmtJake Howard
2021-04-06Modify rustfmt fileJake Howard
2021-04-06Extract client creation to a single placeJake Howard
2021-04-06Update web vault and add unnoficialserver responseDaniel García
2021-04-06Merge pull request #1579 from jjlin/job-schedulerDaniel García
2021-04-06Merge pull request #1576 from jjlin/global-domainsDaniel García
2021-04-06Merge pull request #1583 from BlackDex/icon-updatesDaniel García
2021-04-05Offset scheduled jobs by 5 minutesJeremy Lin
2021-04-05Add support for auto-deleting trashed itemsJeremy Lin
2021-04-05Add a generic job schedulerJeremy Lin
2021-04-05Some admin interface updates.BlackDex