]> git.proxmox.com Git - pve-access-control.git/history - src/PVE/API2
bump version to 8.1.4
[pve-access-control.git] / src / PVE / API2 /
2024-03-19 Wolfgang Bumilleruser: password change: require confirmation-password...
2024-03-18 Wolfgang Bumillerreturn ruid in reauth_user_for_user_modification, add...
2024-03-18 Wolfgang Bumillermove/rename root_permission_check to RPCEnvironment
2024-03-18 Wolfgang Bumillertfa: prototype fixup
2024-02-08 Thomas Lamprechtapi: user: limit email to 254 characters and user comme...
2024-02-08 Fiona Ebnerapi: user: limit maximum length for certain properties
2024-02-08 Fiona Ebnerapi: user: add pattern for user keys option
2023-12-07 Fabian Grünbichlerbuild: fix file list
2023-08-11 Christoph Heissldap: add opt-in `check-connection` param to perform...
2023-07-21 Christoph Heissapi: domains: fix setting only the realm authentication...
2023-06-21 Thomas Lamprechtdrop assert_new_tfa_config_available for Proxmox VE 8
2023-06-15 Thomas Lamprechtapi: tfa: add missing links for child-routes
2023-06-15 Thomas Lamprechtapi: tfa: don't block tokens from viewing and list...
2023-06-14 Thomas Lamprechtapi: users: sort groups
2023-06-08 Thomas Lamprechtapi: roles: forbid creatin new roles starting with...
2023-06-08 Thomas Lamprechtapi: roles: cleanup imports
2023-06-08 Thomas Lamprechtapi: roles: whitespace and indendation clean-ups
2023-06-07 Fabian Grünbichleracls: restrict less-privileged ACL modifications
2023-06-07 Thomas Lamprechtfix module namespace of realm sync API
2023-06-07 Thomas Lamprechtapi: realm sync: die early if no job options
2023-06-07 Thomas Lamprechtapi: realm sync: code cleanups
2023-06-07 Thomas Lamprechtrealm sync: cleanup imports
2023-06-07 Dominik Csapakadd realm-sync plugin for jobs and CRUD api for realm...
2023-06-06 Wolfgang Bumillerapi: user index: only include existing tfa lock flags
2023-06-05 Wolfgang Bumillerapi: include tfa lock status in user list
2023-06-05 Wolfgang Bumillertfa: update list_tfa return schema
2023-06-05 Wolfgang Bumillerapi: add /access/users/<userid>/unlock-tfa api call
2023-06-05 Wolfgang Bumillerdrop support for old login API
2023-06-05 Wolfgang Bumillerapi: drop old verify_tfa api call
2023-05-21 Thomas Lamprechtsrc makefiles: convert to use simple parenthesis
2023-03-06 Fabian Grünbichlerfix #4518: improve ACL computation performance
2022-07-19 Thomas Lamprechtapi: realm sync: avoid separate log line for "remove...
2022-06-23 Mira Limbeckfix #4074: increase API OpenID code size limit to 2048
2022-06-20 Fabian Grünbichlerperm check: forbid undefined/empty ACL path
2022-06-20 Fabian Grünbichlerapi2: token: use userid-group as API perm check
2022-04-26 Dominik Csapakfix #3668: realm-sync: replace 'full' & 'purge' with...
2022-03-21 Wolfgang Bumillerapi: get user: declare token schema
2022-03-21 Fabian Grünbichleruserid-group check: distinguish create and update
2021-12-20 Wolfgang Bumillerfix realm sync permissions
2021-12-14 Wolfgang Bumilleruse statement fixup
2021-12-07 Wolfgang Bumillertfa list: account for admin permissions
2021-12-07 Wolfgang Bumillertfa: when modifying others, verify the current user...
2021-11-25 Thomas Lamprechtopenid: fix username-claim fallback
2021-11-19 Thomas Lamprechtopenid: support configuring ACR values
2021-11-18 Thomas Lamprechtopenid: support configuring scopes
2021-11-18 Thomas Lamprechtopenid: support configuring the prompt
2021-11-18 Thomas Lamprechtopenid: allow arbitrary username-claims
2021-11-17 Wolfgang Bumillercatch incompatible tfa entries with a nice error
2021-11-12 Wolfgang Bumillertfa: fix http 404 in get_tfa_entry
2021-11-10 Wolfgang Bumillermerge old user.cfg keys to tfa config when adding entries
2021-11-10 Wolfgang Bumillerset/remove 'x' for tfa keys in user.cfg in new api
2021-11-10 Wolfgang Bumillerupdate tfa cleanup when deleting users
2021-11-10 Wolfgang Bumillersupport registering yubico otp keys
2021-11-10 Wolfgang Bumilleradd pbs-style TFA API implementation
2021-11-10 Wolfgang Bumillermove TFA api path into its own module
2021-11-10 Wolfgang Bumilleruse PBS-like auth api call flow
2021-11-10 Wolfgang Bumillerupdate read_user_tfa_type call
2021-11-03 Thomas Lamprechtopenid: proxy: only set env var if DC-config property...
2021-11-03 Fabian Grünbichlerfix #3513: pass configured proxy to OpenID
2021-09-27 Thomas Lamprechtapi: delete user: better communicate partial deletion
2021-09-27 Thomas Lamprechtapi: delete user: disable first to avoid surprise on...
2021-09-27 Thomas Lamprechtfix #2302: allow deletion of users when realm enforces TFA
2021-09-23 Thomas Lamprechtapi: user: indentation & whitspace cleanups
2021-07-02 Thomas Lamprechtapi: users: use public regex directly to parse out...
2021-07-02 Thomas Lamprechtapi: users: code-style cleanup and sort when iterating...
2021-07-02 Thomas Lamprechtapi: users: s/realmtype/realm-type/ in response
2021-07-02 Dominik Csapakapi: user: add realmtype to user list
2021-07-01 Dietmar Maurerimplement OpenID autocreate user feature
2021-07-01 Dietmar Maurerapi: implement openid API
2021-05-09 Thomas Lamprechtbuildsys: split packaging and source build-systems