- Mar 23, 2021
-
-
Miro Prasil authored
This should help avoid leaking information about (non)existence of Send and be more in line with what official server returns.
-
- Mar 22, 2021
-
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
-
- Mar 17, 2021
-
-
Daniel García authored
-
- Mar 16, 2021
-
-
Daniel García authored
Add support for the Disable Send policy
-
Daniel García authored
-
Jeremy Lin authored
Upstream refs: * https://github.com/bitwarden/server/pull/1130 * https://bitwarden.com/help/article/policies/#disable-send
-
- Mar 15, 2021
-
-
Daniel García authored
CORS fixes
-
Daniel García authored
-
Daniel García authored
Send access check fixes
-
Daniel García authored
-
Jeremy Lin authored
Adjust checks for max access count, expiration date, and deletion date. The date checks aren't that important, but the access count check currently allows one more access than it should.
-
- Mar 14, 2021
-
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
-
- Mar 13, 2021
-
-
Daniel García authored
This is only implemented for the database specific structs, which is not what we want
-
Daniel García authored
-
- Mar 07, 2021
-
-
Jeremy Lin authored
* The Safari extension apparently now uses the origin `file://` and expects that to be returned (see bitwarden/browser#1311, bitwarden/server#800). * The `Access-Control-Allow-Origin` header was reflecting the value of the `Origin` header without checking whether the origin was actually allowed. This effectively allows any origin to interact with the server, which defeats the purpose of CORS.
-
- Mar 06, 2021
-
-
Daniel García authored
-
- Mar 05, 2021
-
-
Daniel García authored
Add a dot in find command.
-
std2main authored
Add a dot indicting current directory to search by find. find in mac won't work without the dot
-
- Mar 04, 2021
-
-
Mathijs van Veluw authored
Fix custom org name in invitation confirmation email
-
Jeremy Lin authored
The org name in the invitation email was made customizable in 8867626d, but the org name is still hardcoded as "bitwarden_rs" in the confirmation email.
-
- Feb 28, 2021
-
-
Daniel García authored
Remove `md5.js` dependency
-
Daniel García authored
Check for data folder on startup
-
Jeremy Lin authored
Currently, when starting up for the first time (running standalone, outside of Docker), bitwarden_rs panics when the `openssl` tool isn't able to create `data/rsa_key.pem` due to the `data` dir not existing. Instead, print a more helpful error message telling the user to create the directory.
-
Mathijs van Veluw authored
Allow only bug report issues
-
Jeremy Lin authored
Remove templates for other issue types, directing them to the forum instead.
-
- Feb 27, 2021
-
-
Jeremy Lin authored
Switch to the built-in WebCrypto APIs for computing identicon hashes.
-
- Feb 24, 2021
-
-
Daniel García authored
-
Daniel García authored
Change `twofactorauth.org` to `2fa.directory`
-
Jeremy Lin authored
The `twofactorauth.org` has apparently been sold to some company for marketing purposes.
-
- 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
-