summarylogtreecommitdiffstats
path: root/.gitignore
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.