- May 28, 2020
-
-
BlackDex authored
- Added a version check based upon the github api information.
-
BlackDex authored
Main changes: - Splitted up settings and users into two separate pages. - Added verified shield when the e-mail address has been verified. - Added the amount of personal items in the database to the users overview. - Added Organizations and Diagnostics pages. - Shows if DNS resolving works. - Shows if there is a posible time drift. - Shows current versions of server and web-vault. - Optimized logo-gray.png using optipng Items which can be added later: - Amount of cipher items accessible for a user, not only his personal items. - Amount of users per Org - Version update check in the diagnostics overview. - Copy/Pasteable runtime config which has sensitive data changed or removed for support questions either on the forum or github issues. - Option to delete Orgs and all its passwords (when there are no members anymore). - Etc....
-
- May 27, 2020
-
-
Daniel García authored
Allow email changes for existing accounts even when signups are disabled
-
- May 24, 2020
-
-
Jeremy Lin authored
-
- May 23, 2020
-
-
Daniel García authored
Use format! for rounding to fix arm issue
-
Daniel García authored
Fixing bad width in 2FA email template
-
- May 22, 2020
-
-
fdeĉ authored
-
- May 21, 2020
-
-
Daniel García authored
-
- May 20, 2020
-
-
Daniel García authored
-
François authored
-
- May 18, 2020
-
-
François authored
-
- May 13, 2020
-
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
Update startup banner to direct usage/config questions to the forum
-
Daniel García authored
Update responses
-
Daniel García authored
Rename functions
-
Jeremy Lin authored
-
- May 08, 2020
-
-
theycallmesteve authored
-
theycallmesteve authored
-
theycallmesteve authored
-
theycallmesteve authored
-
- May 07, 2020
-
-
Daniel García authored
GlobalEquivalentDomains updates from upstream bitwarden
-
theycallmesteve authored
-
theycallmesteve authored
-
- May 06, 2020
-
-
Daniel García authored
-
- May 03, 2020
-
-
Daniel García authored
Delete the call to the map file
-
Daniel García authored
Use absolute URIs for admin page redirects
-
Daniel García authored
-
Daniel García authored
-
- May 01, 2020
-
-
Jeremy Lin authored
This is technically required per RFC 2616 (HTTP/1.1); some proxies will rewrite a plain `/admin` path to an unexpected URL otherwise.
-
- Apr 30, 2020
-
-
Christophe Gherardi authored
The file bootstrap.css.map is missing, the reference can be deleted.
-
- Apr 18, 2020
-
-
Daniel García authored
Domain whitelist cleanup and fixes
-
- Apr 17, 2020
-
-
Daniel García authored
-
- Apr 15, 2020
-
-
Daniel García authored
Fixed issue #965
-
BlackDex authored
PostgreSQL updates/inserts ignored None/null values. This is nice for new entries, but not for updates. Added derive option to allways add these none/null values for Option<> variables. This solves issue #965
-
- Apr 11, 2020
-
-
Jeremy Lin authored
-
Daniel García authored
Warn on empty `ADMIN_TOKEN` instead of bailing out
-
- Apr 10, 2020
-
-
Jeremy Lin authored
The admin page will still be disabled. Fixes #849.
-
- Apr 09, 2020
-
-
Daniel García authored
Make web vault show a more informative error when browsers block WebCrypto in insecure contexts and update dependencies
-
Jeremy Lin authored
This closes a loophole where org owners can invite new users from any domain.
-