aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #48622 from nextcloud/backport/48538/stable30Benjamin Gaussorgues2024-10-303-31/+49
|\
| * refactor: Clean upChristopher Ng2024-10-091-33/+11
| * fix: Return correct list of managers for a userChristopher Ng2024-10-093-2/+42
* | Merge pull request #48474 from nextcloud/backport/47846/stable30Benjamin Gaussorgues2024-10-301-20/+20
|\ \
| * | fix: provision api's status codesbackport/47846/stable30Hamza Mahjoubi2024-10-091-20/+20
| |/
* / fix(provisioning_api): Fix getting disabled users for group adminsbackport/48766/stable30Côme Chilliet2024-10-291-4/+4
|/
* fix(provisioning): Support setting new app configs as wellJoas Schilling2024-08-221-2/+9
* fix(ProvisioningAPI): set typed config values by via APIArthur Schiwon2024-08-211-1/+10
* fix: Reset notification email automatically when deleting additonal emailChristopher Ng2024-08-021-0/+3
* refactor(provisioning_api): Replace security annotations with respective attr...provokateurin2024-07-276-79/+68
* Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegationLouis2024-07-243-25/+71
|\
| * feat(users): Add support for admin delegation for users and groups managementLouis Chemineau2024-07-223-25/+71
* | feat: let users configure their first day of weekRichard Steinmetz2024-07-222-0/+14
|/
* fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manageryemkareems2024-07-081-1/+1
* fix: limit and fixLimit removed. negative limit handled in controller. remove...yemkareems2024-07-081-10/+4
* fix: removed default limit of 25. if null is given all users are fetched or i...yemkareems2024-07-081-1/+1
* fix: removed references to old disabled users code. refactored query as per g...yemkareems2024-07-081-27/+4
* fix: removed NoCSRFRequired used for testing locallyyemkareems2024-07-081-1/+0
* fix: removed the params related to sortMode and order since it sorts by lastL...yemkareems2024-07-081-6/+3
* fix: removed csrf check for the recent end point and ran cs fixyemkareems2024-07-081-5/+4
* fix: rebased the branch with master and resolved conflictsyemkareems2024-07-081-7/+95
* fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc...yemkareems2024-07-081-7/+7
* fix: sort the user getDisplayNames based on lastLogin. Default sort order is ...yemkareems2024-07-081-2/+2
* feat: cs fix run on the changed files and default order by last_login desc. A...yemkareems2024-07-081-1/+1
* feat: add ability to sort users by last_login, uid or displayName. one of the...yemkareems2024-07-081-5/+7
* chore: Add SPDX headerAndy Scherzinger2024-06-0214-324/+31
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+4
* feat: Add back searching in disabled user listCôme Chilliet2024-05-231-3/+4
* refactor(provisioning_api): Add types for user details scopesprovokateurin2024-05-111-14/+16
* fix(provisioning_api): Show warning but do not fail when listing accounts in ...Ferdinand Thiessen2024-04-231-3/+18
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-4/+4
* Merge pull request #43877 from nextcloud/fix/provisioning_api/app-info-schemaKate2024-03-142-47/+1
|\
| * fix(provisioning_api): Fix AppInfo schema for OpenAPIprovokateurin2024-02-272-47/+1
* | fix(settings): Fix always empty disabled users list for subadminsChristopher Ng2024-03-111-1/+1
|/
* Fix: #41005 Resend welcome emailEzhil Shanmugham2024-02-231-1/+8
* fix: Add bruteforce protection to email endpointJoas Schilling2024-02-141-6/+15
* feat: rename users to account or personVincent Petry2024-02-133-4/+4
* fix(i18n): id -> IDrakekniven2024-02-041-1/+1
* fix(provisioning_api): Translate exceptions shown in the frontend + replace s...Ferdinand Thiessen2024-02-011-60/+40
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-301-0/+1
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* lazy AppConfigMaxence Lange2024-01-151-46/+19
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-22/+23
* refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-025-21/+21
* fix(provisioning_api): Fix quota fields in OpenAPIjld31032023-10-231-4/+4
* Check limit and offset parameters sent to controllerCôme Chilliet2023-10-101-0/+7
* Fix api description for Users#getDisabledUsersCôme Chilliet2023-10-091-0/+2
* Remove psalm @var annotations which should not be neededCôme Chilliet2023-10-091-2/+0
* Add endpoint for getting disabled user listCôme Chilliet2023-10-091-1/+65
* Add single status code descriptions for OpenAPIjld31032023-09-274-0/+64