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-06 11:18:10 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vaultwarden
/
src
/
api
History
Daniel García
54c78cf06d
Migrate old ws crate to tungstenite, which is async and also removes over 20 old dependencies
2022-06-04 19:13:39 +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
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
Migrate old ws crate to tungstenite, which is async and also removes over 20 old dependencies
2022-06-04 19:13:39 +02:00
web.rs
Add
/api/{alive,now,version}
endpoints
2022-04-23 23:47:49 -07:00