This website requires JavaScript.
Explore
Help
Register
Sign In
ouyang
/
vaultwarden
Watch
1
Star
0
Fork
0
You've already forked vaultwarden
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1.16.0
vaultwarden
/
src
T
History
Jeremy Lin
de70fbf88a
Use
strip_prefix()
instead of
trim_start_matches()
as appropriate
...
As of Rust 1.45.0, `strip_prefix()` is now stable.
2020-07-20 22:33:13 -07:00
..
api
Replace IP support in preparation for compiling on stable, included some tests to check that the code matches the unstable implementation
2020-07-15 00:00:03 +02:00
db
Removed try_trait and some formatting, particularly around imports
2020-07-14 18:34:22 +02:00
static
Fixed wrong status if there is an update.
2020-06-04 17:05:17 +02:00
auth.rs
Removed try_trait and some formatting, particularly around imports
2020-07-14 18:34:22 +02:00
config.rs
Removed try_trait and some formatting, particularly around imports
2020-07-14 18:34:22 +02:00
crypto.rs
Removed try_trait and some formatting, particularly around imports
2020-07-14 18:34:22 +02:00
error.rs
Removed try_trait and some formatting, particularly around imports
2020-07-14 18:34:22 +02:00
mail.rs
Removed try_trait and some formatting, particularly around imports
2020-07-14 18:34:22 +02:00
main.rs
Replace IP support in preparation for compiling on stable, included some tests to check that the code matches the unstable implementation
2020-07-15 00:00:03 +02:00
util.rs
Use
strip_prefix()
instead of
trim_start_matches()
as appropriate
2020-07-20 22:33:13 -07:00