]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/access/acl.rs
tree-wide: fix needless borrows
[proxmox-backup.git] / src / api2 / access / acl.rs
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-10 Dietmar Maurermove user configuration to pbs_config workspace
2021-09-09 Dietmar Maurermove acl to pbs_config workspaces, pbs_api_types cleanups
2021-09-02 Dietmar Maurerstart new pbs-config workspace
2021-07-20 Dietmar Maureruse new atomic_open_or_create_file
2021-03-05 Dietmar Maurercleanup: rename token_user into auth_id_filter
2021-01-26 Fabian Grünbichlerclippy: allow api functions with many arguments
2021-01-22 Dietmar Maurerimprove code docs in api2
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2020-10-30 Fabian Grünbichlerapi: replace auth_id with auth-id
2020-10-29 Fabian Grünbichleracls: allow viewing/editing user's token ACLs
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-09-28 Dietmar Maurerdepend on proxmox 0.4.2
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-04 Wolfgang Bumillerremove timer and lock functions, fix building with...
2020-05-20 Dominik Csapakapi2/access/acl: add path and exact parameter to list_acl
2020-05-20 Dominik Csapakapi2/access/acl: make update_acl a protected api call
2020-05-20 Dominik Csapakadd 'exact' parameter to extract_acl_node_data
2020-04-30 Dietmar Maureruse reasonable acl paths
2020-04-29 Dietmar Maureruse proxmox 0.1.25, use new EnumEntry feature
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-04-17 Dietmar Maureracl: change path "storage" to "datastore"
2020-04-17 Dietmar Maurermove type defs from src/api2/access/acl.rs to src/api2...
2020-04-17 Dietmar Maurersrc/api2/access/acl.rs: add access permissions
2020-04-15 Dietmar Maurersrc/config/user.rs - cached_config: do not store/return...
2020-04-14 Dietmar Maurerfix previous commit - use result.
2020-04-14 Dietmar Maureracl update: check path
2020-04-14 Dietmar Maureracl update: check if user exist.
2020-04-14 Dietmar Maureracl api: implement update
2020-04-13 Dietmar Maurerstart ACL api