main
Adds support for PostgreSQL which resolves #87 and is mentioned in #246. This includes migrations as well as Dockerfile's for amd64.
Added a migration that fixes #1 which caused attachments to be broken for the PostgreSQL backend. Also converts any CHAR types to VARCHAR to prevent the same issue from causing problems down the line.
Updated authenticator TOTP
Implement change-email, email-verification, account-recovery, and welcome notifications
Initial version of policies
Initial support for soft deletes
Add support for hiding passwords in a collection
Transfer favorite status for user-owned ciphers
Implement admin ability to enable/disable users
Fix Key Rotation during password change
Send API
rename send key -> akey
Add support for password reprompt
Add support for hiding the sender's email address in Bitwarden Sends
Added web-vault v2.21.x support + some misc fixes
[PATCH] Some fixes to the Emergency Access PR
Fix PostgreSQL migration
Add support for API keys
Update login API code
group support
Add Organizational event logging feature
added database migration
Add avatar color support
add argon2 kdf fields
feat: Push Notifications
Merge and modify PR from @Kurnihil
Implement login-with-device
Added-External_id for Collections
Fix Login With Device without MasterPassword
Fix External ID not set during DC Sync
SSO using OpenID Connect (#3899)
Implement cipher key encryption (#3990)
Improve file limit handling (#4242)
Change timestamp data type. (#4355)
Add support for MFA with Duo's Universal Prompt (#4637)
Fix Device Type column for 2FA migration (#4971)
Add manage role for collections and groups (#5386)
Improve sso auth flow (#6205)
Add support for archiving items (#6916)
Several SSO Fixes (#7163)
sso_auth improvements (#7197)