bitwarden_rs/src/api
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
..
core Track favorites on a per-user basis 2020-08-19 02:32:58 -07:00
admin.rs 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
icons.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
identity.rs Remove redundant user fetching from login 2020-08-11 16:48:15 +02:00
mod.rs Removed try_trait and some formatting, particularly around imports 2020-07-14 18:34:22 +02:00
notifications.rs Removed try_trait and some formatting, particularly around imports 2020-07-14 18:34:22 +02:00
web.rs Removed try_trait and some formatting, particularly around imports 2020-07-14 18:34:22 +02:00