vaultwarden/src
Jeremy Lin f83a8a36d1 Track favorites on a per-user basis
Currently, favorites are tracked at the cipher level. For org-owned ciphers,
this means that if one user sets it as a favorite, it automatically becomes a
favorite for all other users that the cipher has been shared with.
2020-08-19 02:32:58 -07:00
..
api Track favorites on a per-user basis 2020-08-19 02:32:58 -07:00
db Track favorites on a per-user basis 2020-08-19 02:32:58 -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 Track favorites on a per-user basis 2020-08-19 02:32:58 -07:00
util.rs Use strip_prefix() instead of trim_start_matches() as appropriate 2020-07-20 22:33:13 -07:00