This website requires JavaScript.
Explore
Help
Register
Sign In
saret
/
vaultwarden
Watch
1
Star
0
Fork
0
You've already forked vaultwarden
mirror of
https://github.com/dani-garcia/vaultwarden.git
synced
2025-09-12 03:25:58 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b00fbf153e6e4d931375073d8b9aa032bd0d7572
vaultwarden
/
src
/
api
History
Daniel García
b00fbf153e
Fix clippy lint and remove unused log
2022-06-04 19:13:58 +02:00
..
core
Migrate old ws crate to tungstenite, which is async and also removes over 20 old dependencies
2022-06-04 19:13:39 +02:00
admin.rs
Adding "UserEnabled" and "CreatedAt" member to the json output of a User in the admin/users and admin/users/<ID> web routes.
2022-06-02 15:13:58 +02:00
icons.rs
use dashmap in icons blacklist regex
2022-06-04 19:13:58 +02:00
identity.rs
Remove u2f implementation
2022-03-27 17:25:04 +02:00
mod.rs
Update to rocket 0.5 and made code async, missing updating all db calls, that are currently blocking
2022-02-27 21:36:31 +01:00
notifications.rs
Fix clippy lint and remove unused log
2022-06-04 19:13:58 +02:00
web.rs
Add
/api/{alive,now,version}
endpoints
2022-04-23 23:47:49 -07:00