- Feb 20, 2021
-
-
Daniel García authored
-
Daniel García authored
Remove unnecessary allocations
-
- Feb 19, 2021
-
-
Paolo Barbolini authored
-
- Feb 15, 2021
-
-
Daniel García authored
Update Alpine base images to 3.13
-
- Feb 14, 2021
-
-
Jeremy Lin authored
-
- Feb 07, 2021
-
-
Daniel García authored
-
Daniel García authored
-
- Feb 06, 2021
-
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
- Feb 03, 2021
-
-
Daniel García authored
Fixed small buggy in validation
-
BlackDex authored
-
Daniel García authored
Extra features for admin interface.
-
Mathijs van Veluw authored
-
Daniel García authored
JSON Response updates and small fixes
-
Mathijs van Veluw authored
-
Mathijs van Veluw authored
-
Daniel García authored
Updated dependencies and small mail fixes
-
Daniel García authored
Sync global_domains.json with upstream
-
Jeremy Lin authored
-
Jeremy Lin authored
-
BlackDex authored
- Able to modify the user type per organization - Able to remove a whole organization - Added podman detection - Only show web-vault update when not running a containerized bitwarden_rs Solves #936
-
- Jan 31, 2021
-
-
BlackDex authored
Updated several json response models. Also fixed a few small bugs. ciphers.rs: - post_ciphers_create: * Prevent cipher creation to organization without a collection. - update_cipher_from_data: * ~~Fixed removal of user_uuid which prevent user-owned shared-cipher to be not editable anymore when set to read-only.~~ * Cleanup the json_data by removing the `Response` key/values from several objects. - delete_all: * Do not delete all Collections during the Purge of an Organization (same as upstream). cipher.rs: - Cipher::to_json: * Updated json response to match upstream. * Return empty json object if there is no type_data instead of values which should not be set for the type_data. organizations.rs: * Added two new endpoints to prevent Javascript errors regarding tax organization.rs: - Organization::to_json: * Updated response model to match upstream - UserOrganization::to_json: * Updated response model to match upstream collection.rs: - Collection::{to_json, to_json_details}: * Updated the json response model, and added a detailed version used during the sync - hide_passwords_for_user: * Added this function to return if the passwords should be hidden or not for the user at the specific collection (used by `to_json_details`) Update 1: Some small changes after comments from @jjlin. Update 2: Fixed vault purge by user to make sure the cipher is not part of an organization. Resolves #971 Closes #990, Closes #991
-
BlackDex authored
- Updated rust nightly - Updated depenencies - Removed unicode support for regex (less dependencies) - Fixed dependency and nightly changes/deprications - Some mail changes for less spam point triggering
-
- Jan 27, 2021
-
-
Daniel García authored
-
Mathijs van Veluw authored
Fix collection access issues for owner/admin users
-
Jeremy Lin authored
The implementation of the `Manager` user type (#1242) introduced a regression whereby owner/admin users are incorrectly denied access to certain collection APIs if their access control for collections isn't set to "access all". Owner/admin users should always have full access to collection APIs, per https://bitwarden.com/help/article/user-types-access-control/#access-control: > Assigning Admins and Owners to Collections via Access Control will only > impact which Collections appear readily in the Filters section of their > Vault. Admins and Owners will always be able to access "un-assigned" > Collections via the Organization view.
-
- Jan 25, 2021
-
-
Daniel García authored
-
Daniel García authored
Dockerfile.j2: clean up web-vault section
-
Daniel García authored
Add cipher response to restore operations
-
Jeremy Lin authored
This matches changes in the upstream Bitwarden server and clients. Upstream PR: https://github.com/bitwarden/server/pull/1072
-
Jeremy Lin authored
-
- Jan 24, 2021
-
-
Daniel García authored
Add support for the Personal Ownership policy
-
Daniel García authored
Improve shutdown behavior (on kubernetes and allow CTRL+C)
-
Jeremy Lin authored
Upstream refs: * https://github.com/bitwarden/server/pull/1013 * https://bitwarden.com/help/article/policies/#personal-ownership
-
- Jan 22, 2021
-
-
Marco Kilchhofer authored
-
- Jan 19, 2021
-
-
Daniel García authored
Updated the admin interface
-
Daniel García authored
Add `org.opencontainers` labels to Docker images
-
BlackDex authored
Mostly updated the admin interface, also some small other items. - Added more diagnostic information to (hopefully) decrease issue reporting, or at least solve them quicker. - Added an option to generate a support string which can be used to copy/paste on the forum or during the creation of an issue. It will try to hide the sensitive information automatically. - Changed the `Created At` and `Last Active` info to be in a column and able to sort them in the users overview. - Some small layout changes. - Updated javascript and css files to the latest versions available. - Decreased the png file sizes using `oxipng` - Updated target='_blank' links to have rel='noreferrer' to prevent javascript window.opener modifications.
-