summarylogtreecommitdiffstats
path: root/0001-Disable-Vault.patch
AgeCommit message (Collapse)Author
2020-10-111.17.0Markus Richter
- Revert Path adding a warning at the top of the env template, because this warning is now included in upstream Upstream Changes: - Multiple database support, now you can compile with `cargo build --features sqlite,mysql,postgresql` or any combination of them. - Now the initial database connection doesn't fail instantly when there's an error, but retries for up to 15 times by default, adjustable with the `DB_CONNECTION_RETRIES` option. - Sessions are properly invalidated now when changing email, password or kdf parameters. - Items are not shown to organization admins in their user view when they don't have their collection selected. Note that they still appear in the organization view. - Allow multiple SMTP auth mechanisms. - Favorite status in organization items is now tracked at the user level. - Fix admin page when `DOMAIN` is not configured, or configured incorrectly. - Update web vault to 2.16.1 - Add vendored_openssl feature, to statically link OpenSSL, disabled by default. - Updated dependencies and synced global domains file with upstream.
2020-03-131.14Markus Richter
- Add notice to the top of bitwarden_rs.env and update patchfile - Make package section of PKGBUILD more consistent Upstream Changelog: - Added support for running on subpath, simply add the subpath to the DOMAIN variable: DOMAIN=https://example.com/custom-path - Attachment size limits, per-user and per-organization, set USER_ATTACHMENT_LIMIT or ORG_ATTACHMENT_LIMIT to a value in kilobytes to apply it. - Updated U2F library which might solve some U2F certificate errors. - Added SMTP test button in the admin page. - Now accepting y/n, True/False, 1/0 as config options that are booleans. - Fixed error Unique constraint violation when using Two Factor and Postgres. - Fixed error with can_signup_user that didn't allow to change the email address. - Don't error if admin token is empty but disabled - Now email domains are converted to punycode before sending - Enable icons to be cached in the clients - Added option to change invitation org name - Enabled the sending of invitations from the admin panel, even when disabled - Dependency updates
2019-01-111.6.0Markus Richter
Upstream Changelog: - Implemented new admin panel, available at /admin - To use it, you need to set the ADMIN_TOKEN variable to authenticate - Note: The old admin_email functionality has been removed - Added email invite functionality - Web vault updated to v2.8.0 - Fixed AArch64 build, disables Yubikey support - Implemented TTLs for the icon cache - Improved error handling - Bug fixes
2018-09-23upgpkg: v1.2.0Markus Richter
2018-09-20fixed openssl v1.1.1 incompatibility, clarified email configurationMarkus Richter
2018-07-13first version: 0.10.0, copied from bitwarden_rs-gitMarkus Richter