]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/access/user.rs
move client to pbs-client subcrate
[proxmox-backup.git] / src / api2 / access / user.rs
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-04-15 Dominik Csapakapi2/access/user: remove password for @pbs users on...
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
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary closures
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary clones
2021-01-15 Oguz Bektasaccess: limit editing pam credentials to superuser
2021-01-11 Wolfgang Bumillertfa: remove tfa user when a user is deleted
2020-12-31 Fabian Grünbichlerapi: allow tokens to list users
2020-12-09 Wolfgang Bumillerremove unused descriptions from api macros
2020-11-11 Dominik Csapakmake user properties deletable
2020-11-06 Wolfgang BumillerVec::new is Vec's default default
2020-11-06 Fabian Grünbichlerclient: properly complete new-owner
2020-10-29 Wolfgang Bumillerapi2/access/user: fix return type schema
2020-10-29 Wolfgang Bumillerapi2/access/user: drop Option, treat empty Vec as None
2020-10-29 Fabian Grünbichlerapi: allow listing users + tokens
2020-10-29 Fabian Grünbichlerapi: add API token endpoints
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-09-28 Dietmar Maurerdepend on proxmox 0.4.2
2020-09-18 Fabian Grünbichlerfix #3015: allow user self-service
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 Dietmar Maurersrc/api2/access/user.rs: remove useless description
2020-05-19 Dietmar Maurerdepend on proxmox 0.1.32, src/api2/access/user.rs:...
2020-05-19 Dominik Csapakuse new 'id_property' for user::User and use it in...
2020-04-30 Dietmar Maureruse reasonable acl paths
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-04-17 Dietmar Maurersrc/api2/access/user.rs: add access permissions
2020-04-17 Dietmar Maurersrc/api2/access/user.rs: add access permissions
2020-04-09 Dietmar Maurerapi: move config/user to access/users, implement change...