This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
vaultwarden
Watch
1
Star
0
Fork
0
You've already forked vaultwarden
mirror of
https://github.com/dani-garcia/vaultwarden.git
synced
2025-02-12 06:08:12 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vaultwarden
/
src
/
api
History
Lyonel Martinez
dbd95e08e9
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
..
core
Improve sync speed and updated dep. versions
2022-05-06 17:01:02 +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
Async/Awaited all db methods
2022-02-27 21:37:23 +01: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
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
web.rs
Add
/api/{alive,now,version}
endpoints
2022-04-23 23:47:49 -07:00