index
:
vaultwarden
2024-updates-and-config-endpoint
authrequest_changes
dependabot/cargo/cargo-acb06c3a58
dependabot/cargo/h2-0.3.26
dependabot/cargo/mio-0.8.11
fix-nightly-errors
fix-nightly-errors-part-2
icons_dns
improved-http-client
main
more_authrequest_fixes
register_verify_email
remove_upcase
ssh_keys
test_dylint
update-rust-and-remove-unused-header-values
update_jwt_private_key
yubico-async
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
dani-garcia
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
api
/
admin.rs
Age
Commit message (
Expand
)
Author
2024-09-01
Add orgUserHasExistingUser parameters to org invite (#4827)
Timshel
2024-09-01
Add a CLI feature to backup the SQLite DB (#4906)
Mathijs van Veluw
2024-08-18
Fix Vaultwarden Admin page error messages (#4869)
Mathijs van Veluw
2024-07-12
Update admin interface (#4737)
Mathijs van Veluw
2024-07-12
Improved HTTP client (#4740)
Daniel García
2024-06-24
Change some missing PascalCase keys (#4671)
Daniel García
2024-06-23
Change API and structs to camelCase (#4386)
Daniel García
2024-04-06
Update crates and some Clippy fixes (#4475)
Mathijs van Veluw
2024-03-17
automatically use email address as 2fa provider (#4317)
Stefan Melmuk
2024-02-02
Add Kubernetes environment detection (#4290)
Mathijs van Veluw
2024-01-30
register missing push devices at login (#3792)
Stefan Melmuk
2024-01-27
Improve file limit handling (#4242)
Daniel García
2024-01-01
enforce 2FA policy on removal of second factor and login (#3803)
Stefan Melmuk
2023-11-15
Update crates (#4074)
1.30.1
Mathijs van Veluw
2023-10-21
Merge pull request #3951 from teicee/last-active
Daniel García
2023-10-17
Remove unnecessary variable clone
Mathieu Valois
2023-10-17
LastActive is null instead of 'Never' when never connected
Mathieu Valois
2023-10-03
Adds LastActive on /admin/users API route
Mathieu Valois
2023-06-16
Fix mobile push blocking requests and spamming push server
Bernd Schoolmann
2023-06-11
feat: Push Notifications
GeekCornerGH
2023-05-25
Prevent 401 on main admin page
BlackDex
2023-04-30
Change `String` to `&str` for all Rocket functions
BlackDex
2023-03-31
add check user state
Nikolay Nikolaev
2023-03-30
fmt
Nikolay Nikolaev
2023-03-30
support `/users/<uuid>/invite/resend` admin api
Nikolay Nikolaev
2023-03-11
Merge ClientIp with Headers.
BlackDex
2023-03-04
Admin token Argon2 hashing support
BlackDex
2023-02-28
Merge pull request #3281 from BlackDex/fix-web-vault-issues
Daniel García
2023-02-28
Some Admin Interface updates
BlackDex
2023-02-27
Fix the web-vault v2023.2.0 API calls
BlackDex
2023-02-21
Apply rewording
Nils Mittler
2023-02-21
Make the admin cookie lifetime adjustable
Nils Mittler
2023-02-20
Add function to fetch user by email address
Nils Mittler
2023-01-24
Validate note sizes on key-rotation.
BlackDex
2023-01-09
Removed unsafe-inline JS from CSP and other fixes
BlackDex
2022-12-31
Update WebSocket Notifications
BlackDex
2022-12-02
Cleanups and Fixes for Emergency Access
BlackDex
2022-12-01
Add Organizational event logging feature
BlackDex
2022-11-28
don't use param for passing the redirect info
Stefan Melmuk
2022-11-28
redirect to admin login page when forward fails
Stefan Melmuk
2022-11-08
Update Rust version, deps and workflow
BlackDex
2022-10-23
Update to diesel2
Daniel García
2022-09-06
Change the handling of login errors.
BlackDex
2022-08-20
Add Org user revoke feature
BlackDex
2022-07-15
Remove read_file and read_file_string and replace them with the std alternatives
Daniel García
2022-07-10
Add more clippy checks for better code/readability
BlackDex
2022-07-06
Upgrade dependencies and swap lettre to async transport
Daniel García
2022-06-14
Updated deps and misc fixes and updates
BlackDex
2022-06-02
Adding "UserEnabled" and "CreatedAt" member to the json output of a User in t...
Lyonel Martinez
2022-02-26
Favicon, SMTP and misc updates
BlackDex
[next]