- Mar 28, 2021
-
-
Jake Howard authored
-
Jake Howard authored
Co-authored-by:
Daniel García <dani-garcia@users.noreply.github.com>
-
Daniel García authored
Updated diagnostics page
-
- Mar 27, 2021
-
-
BlackDex authored
- Added reverse proxy check - Better deffinition of internet proxy - Added SQL Server version detection
-
Jake Howard authored
`push` only counts for pushes to branches on the repo, not forks
-
Jake Howard authored
-
Jake Howard authored
-
Jake Howard authored
It's not incorrectly wrapped. We care about the return type being `Option`.
-
Jake Howard authored
-
Jake Howard authored
-
Jake Howard authored
-
- Mar 25, 2021
-
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
Return generic message when Send not available
-
Miro Prasil authored
-
- Mar 23, 2021
-
-
Daniel García authored
Sync global_domains.json
-
Daniel García authored
Reference: https://github.com/messense/rust-musl-cross/pull/34
-
Jeremy Lin authored
-
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
-