]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/access/tfa.rs
bump proxmox-auth-api dep to 0.3
[proxmox-backup.git] / src / api2 / access / tfa.rs
2023-06-14 Wolfgang Bumillerbump proxmox-auth-api dep to 0.3
2023-03-02 Wolfgang Bumilleruse new auth api crate
2023-02-10 Lukas Wagnerauth: add LDAP realm authenticator
2022-08-02 Fabian Grünbichlerproperly scope clippy allow
2022-07-28 Wolfgang Bumillerclippy: deal with let bindings
2021-11-29 Wolfgang Bumillerupdate proxmox-tfa to 2.0
2021-11-17 Wolfgang Bumillerswitch tfa api to use proxmox-tfa::api
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 Maurercleanup User configuration: use Updater
2021-09-09 Dietmar Maurermove acl to pbs_config workspaces, pbs_api_types cleanups
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-02-22 Dietmar Maurerdoc: fix wrong api method description
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: collapse/rework nested ifs
2021-01-18 Wolfgang Bumillertfa: add 'created' timestamp to entries
2021-01-11 Wolfgang Bumillertfa: use UNAUTHORIZED http status in password check
2021-01-11 Wolfgang Bumillertfa: improve user existence check
2021-01-11 Wolfgang Bumillertfa: allow deletion of entries of non-existent users
2021-01-11 Wolfgang Bumillertfa api: return types and 'pub' structs/methods
2021-01-11 Wolfgang Bumillertfa: entry access/iteration cleanup
2021-01-11 Wolfgang Bumillertfa: r#type parameter name
2021-01-11 Wolfgang Bumillertfa: _entry api method name suffix consistency
2021-01-11 Wolfgang Bumillerapi: tfa management and login