bitwarden_rs/src
2020-08-19 02:32:56 -07:00
..
api Make the admin URL redirect try to use the referrer first, and use /admin when DOMAIN is not configured and the referrer check doesn't work, to allow users without DOMAIN configured to use the admin page correctly 2020-08-12 19:07:52 +02:00
db Maximize similarity between MySQL and SQLite/PostgreSQL schemas 2020-08-19 02:32:56 -07:00
static Sync global_domains.json to bitwarden/server@61b11e3 2020-08-12 21:10:31 -07:00
auth.rs Updated dependencies and changed rocket request imports 2020-07-23 21:07:04 +02:00
config.rs Add support for restricting org creation to certain users 2020-08-05 22:35:29 -07:00
crypto.rs Removed try_trait and some formatting, particularly around imports 2020-07-14 18:34:22 +02:00
error.rs Updated dependencies and changed rocket request imports 2020-07-23 21:07:04 +02:00
mail.rs Removed try_trait and some formatting, particularly around imports 2020-07-14 18:34:22 +02:00
main.rs Remove unneccessary shim for backtrace 2020-08-12 18:45:26 +02:00
util.rs Use strip_prefix() instead of trim_start_matches() as appropriate 2020-07-20 22:33:13 -07:00