Stuart Heap
2def11940a
update web-vault patch. fix build errors
4 years ago
Stuart Heap
92a01711ad
Merge remote-tracking branch 'origin/main' into sso-for-pr
4 years ago
Stuart Heap
e6ec777b9e
updated webvault patch
4 years ago
Stuart Heap
0f6987d6ba
avoid panics
4 years ago
Stuart Heap
5c7161d1a6
split sso_config into own table
4 years ago
Stuart Heap
519feba798
add missing files
4 years ago
Stuart Heap
bba76c856a
add sso_nonce to database, with checking
4 years ago
Stuart Heap
7beebe3cdc
inline error responses. Cover more cases in prevalidate
4 years ago
Stuart Heap
ce6a11426c
use String instead of &RawStr
4 years ago
Stuart Heap
92b4c7efe6
nullable fields
4 years ago
Stuart Heap
4d39197df2
use migrations properly, avoid panics
4 years ago
Stuart Heap
47d5320df4
trivial PR feedback - missing files from web-vault patch
4 years ago
Stuart Heap
635a48514f
remove changes for local development
4 years ago
Stuart Heap
7f97e7f8dd
add web-vault-sso.patch
4 years ago
Stuart Heap
05a4a6c4a8
comment updates
4 years ago
Stuart Heap
d0d261a346
safe handling of RawStrs
4 years ago
Stuart Heap
d0d476f8ef
cleanup
4 years ago
Stuart Heap
284d2155c0
policy enforcement - multiple devices
4 years ago
Stuart Heap
4674464aed
working sso login
4 years ago
Stuart Heap
2e907826ae
add required fields to schema/org form
4 years ago
Daniel García
a23f4a704b
Merge branch 'fabianthdev-fix/sends_notifications' into main
4 years ago
Daniel García
93f2f74767
Merge branch 'fix/sends_notifications' of https://github.com/fabianthdev/vaultwarden into fabianthdev-fix/sends_notifications
4 years ago
Daniel García
37ca202247
Merge branch 'mrckndt-fix-timezone-alpine-container' into main
4 years ago
Daniel García
37525b1e7e
Merge branch 'fix-timezone-alpine-container' of https://github.com/mrckndt/vaultwarden into mrckndt-fix-timezone-alpine-container
4 years ago
Daniel García
d594b5a266
Merge branch 'jjlin-fix-attachment-sharing' into main
4 years ago
Daniel García
41add45e67
Merge branch 'fix-attachment-sharing' of https://github.com/jjlin/vaultwarden into jjlin-fix-attachment-sharing
4 years ago
Daniel García
08b168a0a1
Merge branch 'BlackDex-fix-1878' into main
4 years ago
Daniel García
978ef2bc8b
Merge branch 'fix-1878' of https://github.com/BlackDex/vaultwarden into BlackDex-fix-1878
4 years ago
BlackDex
881d1f4334
Fix wrong display of MFA email.
There was some wrong logic regarding the display of which email is
configured to be used for the email MFA. This is now fixed.
Resolves #1878
4 years ago
Jeremy Lin
56b4f46d7d
Fix limitation on sharing ciphers with attachments
This check is several years old, so maybe there was a valid reason
for having it before, but it's not correct anymore.
4 years ago
Marco
f6bd8b3462
Adding tzdata to container
To be able to set a timezone inside a container with the env variable TZ
the tzdata package is needed. Otherwise only UTC will be set.
4 years ago
Fabian Thies
1f0f64d961
Sort the imports in notifications.rs alphabetically
4 years ago
Fabian Thies
42ba817a4c
Fix errors that occurred in the nightly build
4 years ago
Fabian Thies
dd98fe860b
Send create, update and delete notifications for `Send`s in the correct format.
Add endpoints to get all sends or a specific send by its uuid.
4 years ago
Daniel García
1fe9f101be
Merge branch 'jjlin-fix-org-attachment-uploads' into main
4 years ago
Daniel García
c68fbb41d2
Merge branch 'fix-org-attachment-uploads' of https://github.com/jjlin/vaultwarden into jjlin-fix-org-attachment-uploads
4 years ago
Jeremy Lin
91e80657e4
Fix error with adding file attachment from org vault view
4 years ago
Daniel García
2db30f918e
Merge branch 'BlackDex-fix-sync-desktop-client' into main
4 years ago
Daniel García
cfceac3909
Merge branch 'fix-sync-desktop-client' of https://github.com/BlackDex/vaultwarden into BlackDex-fix-sync-desktop-client
4 years ago
BlackDex
58b046fd10
Fix syncing with Bitwarden Desktop v1.28.0
Syncing with the latest desktop client (v1.28.0) fails because it expects some json key/values to be there.
This PR adds those key/value pairs.
Resolves #1924
4 years ago
Daniel García
227779256c
Merge branch 'BlackDex-dep-update' into main
4 years ago
BlackDex
89b5f7c98d
Dependency updates
Updated several dependencies and switch to different totp library.
- Switch oath with totp-lite
oauth hasn't been updated in a long while and some dependencies could not be updated any more
It now also validates a preseeding 0, as the previous library returned an int instead of a str which stripped a leading 0
- Updated rust to the current latest nightly (including build image)
- Updated bootstrap css and js
- Updated hadolint to latest version
- Updated default rust image from v1.53 to v1.54
- Updated new nightly build/clippy messages
4 years ago
Daniel García
c666497130
Update webvault to 2.21.1
4 years ago
Daniel García
2620a1ac8c
Merge pull request #1869 from BlackDex/webauthn-plus-updates
Fix WebAuthn issues and some small updates
4 years ago
BlackDex
ffdcafa044
Fix WebAuthn issues and some small updates
- Updated some packages
- Updated code related to package updates.
- Disabled User Verification enforcement when WebAuthn Key sends UV=1
This makes it compatible with upstream and resolves #1840
- Fixed a bug where removing an individual WebAuthn key deleted the wrong key.
4 years ago
Daniel García
56ffec40f4
Formatting
4 years ago
Daniel García
96c2416903
Merge branch 'BlackDex-future-web-vault' into main
4 years ago
Mathijs van Veluw
340d42a1ca
Merge branch 'main' into future-web-vault
4 years ago
Daniel García
e19420160f
Simplify 2fa removed email and remove extra table close in the footer
4 years ago
Daniel García
1741316f42
Merge branch 'olivierIllogika-2fa_enforcement' into main
4 years ago