Daniel García
a4e80712dd
Merge branch 'R3DRUN3-new_branch'
2 years ago
Nils Mittler
a947e434f0
Apply rewording
2 years ago
Nils Mittler
2eb4f290a5
Apply Admin Session Lifetime to JWT
2 years ago
Nils Mittler
8ae799a771
Add function to fetch user by email address
2 years ago
Nils Mittler
9a5f3a5015
Make the admin cookie lifetime adjustable
2 years ago
BlackDex
1ca0d6e245
Validate all needed fields for client API login
...
During the client API login we need to have a `device_identifier`, `device_name` and `device_type`.
When these were not provided Vaultwarden would panic.
This PR add checks for these fields and makes sure it returns a better error message instead of causing a panic.
2 years ago
Misterbabou
7f69eebeb1
Fix Collection Read Only access for groups
...
I messed up with identation sorry it's my first PR
Fix Collection Read Only access for groups
Fix Collection Read Only access for groups
With indentation modification
2 years ago
BlackDex
32bd9b83a3
Fix Organization delete when groups are configured
...
With existing groups configured within an org, deleting that org would
fail because of Foreign Key issues.
This PR fixes this by making sure the groups get deleted before the org does.
Fixes #3247
2 years ago
r3drun3
477d60de49
docs: add build status badge in readme
2 years ago
Mathijs van Veluw
1ba8275dcb
Merge pull request #3234 from BlackDex/update-rust-and-crates
...
Updated Rust and crates
2 years ago
BlackDex
a0a4994250
Updated Rust and crates
...
- Updated Rust to v1.67.0
- Updated all crates except for `cookies` and `webauthn`
2 years ago
Daniel García
32dfa41970
Merge pull request #3147 from soruh/main
...
add support for system mta though sendmail
2 years ago
Daniel García
f92efda0f0
Merge branch 'main' into main
2 years ago
Daniel García
3b0f643e9d
Merge pull request #3210 from tessus/feature/kdf-options
...
add argon2 kdf fields
2 years ago
Daniel García
5bcee24f88
Merge branch 'main' into feature/kdf-options
2 years ago
soruh
9e3d7ea44c
add EXE_SUFFIX to sendmail executable when not specified
2 years ago
soruh
8cc6dac893
check if SENDMAIL_COMMAND is valid using 'which' crate
2 years ago
soruh
b7c4316c77
Add support for sendmail as a mail transport
2 years ago
Daniel García
0c295d5e6e
Merge pull request #3167 from BlackDex/issue-3166
...
Fix Javascript issue on non sqlite databases
2 years ago
Daniel García
bc49d1f90d
Merge branch 'main' into issue-3166
2 years ago
Daniel García
6f6d9dee83
Merge pull request #3108 from farodin91/allow-editing/unhiding-by-group
...
allow editing/unhiding by group
2 years ago
Daniel García
cef5dd4a46
Merge branch 'main' into allow-editing/unhiding-by-group
2 years ago
Daniel García
79061c0eb5
Merge pull request #3231 from kpfleming/icon-blacklist-improvements
...
Generate distinct log messages for regex vs. IP blacklisting.
2 years ago
Daniel García
6e2c3fc1cc
Merge branch 'main' into icon-blacklist-improvements
2 years ago
Daniel García
e301fe137f
Merge pull request #3228 from BlockListed/fix-domain-description
...
Fix trailing slash not getting removed from domain
2 years ago
Daniel García
af69c83db2
Merge branch 'main' into fix-domain-description
2 years ago
Daniel García
53fa8da5b1
Merge pull request #3215 from stefan0xC/fix-post-emergency-access
...
don't nullify key when editing emergency access
2 years ago
Daniel García
c58aac585b
Merge branch 'main' into fix-post-emergency-access
2 years ago
Daniel García
8c1117fcbf
Merge pull request #3170 from jjlin/cap_net_bind_service
...
Allow listening on privileged ports (below 1024) as non-root
2 years ago
Daniel García
a6dd4f1206
Merge branch 'main' into cap_net_bind_service
2 years ago
Daniel García
5af1799991
Merge pull request #3145 from dlehammer/spell-jack_mitigation
...
"Spell-Jacking" mitigation ~ prevent sensitive data leak …
2 years ago
Daniel García
a20a641de3
Merge branch 'main' into spell-jack_mitigation
2 years ago
Daniel García
8abd38573b
Merge pull request #3116 from sirux88/admin-password-reset
...
Admin password reset
2 years ago
Daniel García
78abdf0e9d
Merge branch 'main' into admin-password-reset
2 years ago
Daniel García
dc031d8d86
Merge pull request #2561 from BlackDex/re-license
...
Re-License Vaultwarden to AGPLv3
2 years ago
Daniel García
de6330b09d
Merge branch 'main' into re-license
2 years ago
Helmut K. C. Tessarek
68bcc7a4b8
add argon2 kdf fields
2 years ago
BlockListed
c04a1352cb
remove warn when sanitizing domain
2 years ago
BlockListed
5d1c11ceba
fix trailing slash in configuration builder
2 years ago
BlockListed
a2aa7c9bc2
Revert "fix trailing slash not being removed from domain"
...
This reverts commit 679bc7a59b
.
2 years ago
Jan Jansen
b3a351ccb2
allow editing/unhiding by group
...
Fixes #2989
Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
2 years ago
BlockListed
679bc7a59b
fix trailing slash not being removed from domain
2 years ago
BlockListed
a72d0b518f
remove documentation of bug since I'm fixing it
2 years ago
Kevin P. Fleming
6741b25907
Ensure that all results from check_domain_blacklist_reason are cached.
2 years ago
Kevin P. Fleming
24b5784f02
Generate distinct log messages for regex vs. IP blacklisting.
...
When an icon will not be downloaded due to matching a configured
blacklist, ensure that the log message indicates the type of blacklist
that was matched.
2 years ago
BlockListed
eb9b481eba
improve wording of domain description
2 years ago
BlockListed
64edc49392
change description of domain configuration
...
Vaultwarden send won't work if the domain includes a trailing slash.
This should be documented, as it may lead to confusion amoung users.
2 years ago
sirux88
0d1753ac74
completly hide reset password policy
...
on email disabled instances
2 years ago
sirux88
a6558f5548
rust lang specific improvements
2 years ago
sirux88
62dfeb80f2
improved security, disabling policy usage on
...
email-disabled clients and some refactoring
2 years ago