server
server copied to clipboard
The core infrastructure backend (API, database, Docker, etc).
Needed to update this as it's going to match all files and subfolders of this path. ## Type of change ``` - [X] Bug fix - [ ] New feature...
## Type of Change Bug Fix ## Objective The problematic website in question is Jellyfin. There were several issues preventing Bitwarden from retrieving a proper icon so I made changes...
## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy...
Helps when executing backups manually, like so: `docker exec -ti -e BACKUP_FILENAME_SUFFIX='_PreUpdate' bitwarden-mssql /backup-db.sh`
Adding another database provider should be fairly straight forward. Bitwarden's data access layer is abstracted away with repository interfaces which can be found under `src/Core/Repositories`. I've already done the work...
### Steps To Reproduce 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. Click on '...' ### Expected Result i want to send valid email...
### Steps To Reproduce Creating self-hosted bitwarden installation fails due to database startup failure Environment: bitwarden.sh: 2022.5.2 Docker version 20.10.5+dfsg1, build 55c4c88, Host OS: Linux 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1...
I've just noticed that trying to register Yubikey (using Yubico OTP method) in non-QWERTY layout makes server respond with an HTTP 500 error and UI shows "An unhandled server error...
Objective The purpose of this PR is to create a database table, entity, and repository for the new Secret database table. The new Secret table will use entity framework for...
My family has one organization, with one shared collection. Tonight my wife created her account in response to my organization invitation. Once I had confirmed her on the organization, she...