Daniel García
a99c9715f6
Merge branch 'issue-1963' of https://github.com/BlackDex/vaultwarden into BlackDex-issue-1963
3 years ago
Daniel García
1a888b5355
Merge branch 'jjlin-personal-ownership-imports' into main
3 years ago
BlackDex
10d5c7738a
Fix issue when using uppercase chars in emails
...
In the case when SMTP is disabled and.
when inviting new users either via the admin interface or into an
organization and using uppercase letters, this would fail for those
users to be able to register since the checks which were done are
case-sensitive and never matched.
This PR fixes that issue by ensuring everything is lowercase.
Fixes #1963
3 years ago
Jeremy Lin
80f23e6d78
Enforce Personal Ownership policy on imports
...
Upstream PR: https://github.com/bitwarden/server/pull/1565
3 years ago
Daniel García
d5ed2ce6df
Merge branch 'jjlin-webauthn-origin' into main
3 years ago
Daniel García
5e649f0d0d
Merge branch 'webauthn-origin' of https://github.com/jjlin/vaultwarden into jjlin-webauthn-origin
3 years ago
Daniel García
612c0e9478
Merge branch 'jjlin-bullseye' into main
3 years ago
Daniel García
0d2b3bfb99
Merge pull request #1945 from BlackDex/github-actions-release
...
Build Docker Hub images via Github Actions
3 years ago
Daniel García
c934838ace
Merge branch 'bullseye' of https://github.com/jjlin/vaultwarden into jjlin-bullseye
3 years ago
Jeremy Lin
4350e9d241
Update Debian base images to bullseye
3 years ago
Jeremy Lin
0cdc0cb147
Fix incorrect WebAuthn origin
...
This mainly affects users running Vaultwarden under a subpath.
Refs:
* https://github.com/kanidm/webauthn-rs/blob/b2cbb34/src/core.rs#L941-L948
* https://github.com/kanidm/webauthn-rs/blob/b2cbb34/src/core.rs#L316
* https://w3c.github.io/webauthn/#dictionary-client-data
3 years ago
BlackDex
20535065d7
Build Docker Hub images via Github Actions
...
Since docker hub stopped Autobuild, we need to switch to something else.
This will trigger building of images on Github Actions and pushes them
to Docker Hub.
You only need to add 3 secrets before you merge this PR to have it working directly.
- DOCKERHUB_USERNAME : The username of the account you are going to push the builds to
- DOCKERHUB_TOKEN : The token needed to login and push builds
- DOCKERHUB_REPO : The repo name in the following form `index.docker.io/<user>/<repo>`
So for vaultwarden that would be `index.docker.io/vaultwarden/server`
Also some small modifications to the other workflows.
3 years ago
Daniel García
a23f4a704b
Merge branch 'fabianthdev-fix/sends_notifications' into main
3 years ago
Daniel García
93f2f74767
Merge branch 'fix/sends_notifications' of https://github.com/fabianthdev/vaultwarden into fabianthdev-fix/sends_notifications
3 years ago
Daniel García
37ca202247
Merge branch 'mrckndt-fix-timezone-alpine-container' into main
3 years ago
Daniel García
37525b1e7e
Merge branch 'fix-timezone-alpine-container' of https://github.com/mrckndt/vaultwarden into mrckndt-fix-timezone-alpine-container
3 years ago
Daniel García
d594b5a266
Merge branch 'jjlin-fix-attachment-sharing' into main
3 years ago
Daniel García
41add45e67
Merge branch 'fix-attachment-sharing' of https://github.com/jjlin/vaultwarden into jjlin-fix-attachment-sharing
3 years ago
Daniel García
08b168a0a1
Merge branch 'BlackDex-fix-1878' into main
3 years ago
Daniel García
978ef2bc8b
Merge branch 'fix-1878' of https://github.com/BlackDex/vaultwarden into BlackDex-fix-1878
3 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
3 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.
3 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.
3 years ago
Fabian Thies
1f0f64d961
Sort the imports in notifications.rs alphabetically
3 years ago
Fabian Thies
42ba817a4c
Fix errors that occurred in the nightly build
3 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.
3 years ago
Daniel García
1fe9f101be
Merge branch 'jjlin-fix-org-attachment-uploads' into main
3 years ago
Daniel García
c68fbb41d2
Merge branch 'fix-org-attachment-uploads' of https://github.com/jjlin/vaultwarden into jjlin-fix-org-attachment-uploads
3 years ago
Jeremy Lin
91e80657e4
Fix error with adding file attachment from org vault view
3 years ago
Daniel García
2db30f918e
Merge branch 'BlackDex-fix-sync-desktop-client' into main
3 years ago
Daniel García
cfceac3909
Merge branch 'fix-sync-desktop-client' of https://github.com/BlackDex/vaultwarden into BlackDex-fix-sync-desktop-client
3 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
3 years ago
Daniel García
227779256c
Merge branch 'BlackDex-dep-update' into main
3 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
3 years ago
Daniel García
c666497130
Update webvault to 2.21.1
3 years ago
Daniel García
2620a1ac8c
Merge pull request #1869 from BlackDex/webauthn-plus-updates
...
Fix WebAuthn issues and some small updates
3 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.
3 years ago
Daniel García
56ffec40f4
Formatting
3 years ago
Daniel García
96c2416903
Merge branch 'BlackDex-future-web-vault' into main
3 years ago
Mathijs van Veluw
340d42a1ca
Merge branch 'main' into future-web-vault
3 years ago
Daniel García
e19420160f
Simplify 2fa removed email and remove extra table close in the footer
3 years ago
Daniel García
1741316f42
Merge branch 'olivierIllogika-2fa_enforcement' into main
3 years ago
Daniel García
4f08167d6f
Merge branch '2fa_enforcement' of https://github.com/olivierIllogika/bitwarden_rs into olivierIllogika-2fa_enforcement
3 years ago
Daniel García
fef76e2f6f
Merge branch 'BlackDex-attachment-storage' into main
3 years ago
Daniel García
f16d56cb27
Merge branch 'attachment-storage' of https://github.com/BlackDex/vaultwarden into BlackDex-attachment-storage
3 years ago
Daniel García
120b286f2b
Merge branch 'umireon-umireon-add-edge-frame-ancestors' into main
3 years ago
Daniel García
7f437b6947
Merge branch 'umireon-add-edge-frame-ancestors' of https://github.com/umireon/vaultwarden into umireon-umireon-add-edge-frame-ancestors
3 years ago
Daniel García
8d6e62e18b
Merge branch 'jjlin-password-hints' into main
3 years ago
Daniel García
d0ec410b73
Merge branch 'password-hints' of https://github.com/jjlin/vaultwarden into jjlin-password-hints
3 years ago
Daniel García
c546a59c38
Dependency updates
3 years ago