mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-07 03:23:56 +00:00
Implemented some admin methods, inserted CollectionsUsers only when Org accessAll == false, and implemented find_collection when user has access_all in Org
This commit is contained in:
parent
92236394e6
commit
0cb58add54
5 changed files with 108 additions and 64 deletions
|
@ -26,12 +26,14 @@ pub fn routes() -> Vec<Route> {
|
|||
|
||||
get_ciphers,
|
||||
get_cipher,
|
||||
get_cipher_admin,
|
||||
post_ciphers,
|
||||
post_ciphers_admin,
|
||||
post_ciphers_import,
|
||||
post_attachment,
|
||||
delete_attachment_post,
|
||||
delete_attachment,
|
||||
post_cipher_admin,
|
||||
post_cipher,
|
||||
put_cipher,
|
||||
delete_cipher_post,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue