aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
Commit message (Collapse)AuthorAgeFilesLines
* fix: removed references to old disabled users code. refactored query as per ↵yemkareems2024-07-081-27/+4
| | | | | | getDisplayNames function. limit and offset added to query. default limit set to 25. Signed-off-by: yemkareems <yemkareems@gmail.com>
* fix: removed NoCSRFRequired used for testing locallyyemkareems2024-07-081-1/+0
| | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* fix: removed the params related to sortMode and order since it sorts by ↵yemkareems2024-07-081-6/+3
| | | | | | lastLogin Signed-off-by: yemkareems <yemkareems@gmail.com>
* fix: removed csrf check for the recent end point and ran cs fixyemkareems2024-07-081-5/+4
| | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* fix: rebased the branch with master and resolved conflictsyemkareems2024-07-082-7/+96
| | | | | | fix: added a new endpoint users/recent and getting users based on last login info in the same. Reverted old code that was breaking LDAP Signed-off-by: yemkareems <yemkareems@gmail.com>
* fix: change orderBy and sort to sortMode and sortOrder. default it to uid ↵yemkareems2024-07-081-7/+7
| | | | | | asc. enable email search by changing query Signed-off-by: yemkareems <yemkareems@gmail.com>
* fix: sort the user getDisplayNames based on lastLogin. Default sort order is ↵yemkareems2024-07-081-2/+2
| | | | | | lastLogin DESC Signed-off-by: yemkareems <yemkareems@gmail.com>
* feat: cs fix run on the changed files and default order by last_login desc. ↵yemkareems2024-07-081-1/+1
| | | | | | Also last_login sort logic changed Signed-off-by: yemkareems <yemkareems@gmail.com>
* feat: add ability to sort users by last_login, uid or displayName. one of ↵yemkareems2024-07-081-5/+7
| | | | | | these needs to be passed as orderBy and sort can be ASC or DESC Signed-off-by: yemkareems <yemkareems@gmail.com>
* chore(deps): Update openapi-extractorprovokateurin2024-07-023-842/+1044
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-282-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-232-2/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-056-14/+210
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-0227-520/+69
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+4
| | | | | | | | | | | | | | | Synced from LDAP to profile: - Date of birth Synced from LDAP to SAB (via the profile): - Biography - Date of birth Original code by Jake Nabasny (GitHub: @slapcat) Co-authored-by: Jake Nabasny <jake@nabasny.com> Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix: Update openapi spec for provisioning_api appCôme Chilliet2024-05-232-0/+18
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat: Add back searching in disabled user listCôme Chilliet2024-05-231-3/+4
| | | | | | | | When disabled users where moved to their own endpoint we overlooked search, so adding it back. The search is done case-insensitive in uid and display name. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* refactor(provisioning_api): Add types for user details scopesprovokateurin2024-05-113-42/+68
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-082-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-252-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(provisioning_api): Show warning but do not fail when listing accounts in ↵Ferdinand Thiessen2024-04-231-3/+18
| | | | | | | | case of users removed from backend but still in database Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-192-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-162-0/+88
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Update openapi-extractorprovokateurin2024-04-153-38/+60
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(deps): Update openapi-extractorprovokateurin2024-04-082-12/+120
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-4/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-024-4/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-302-0/+88
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-03-281-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-272-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-262-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43877 from nextcloud/fix/provisioning_api/app-info-schemaKate2024-03-144-445/+11
|\
| * fix(provisioning_api): Fix AppInfo schema for OpenAPIprovokateurin2024-02-274-445/+11
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-132-2/+56
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(settings): Fix always empty disabled users list for subadminsChristopher Ng2024-03-111-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-082-2/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-292-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-282-4/+24
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix: #41005 Resend welcome emailEzhil Shanmugham2024-02-231-1/+8
| | | | Signed-off-by: Ezhil Shanmugham <ezhil930@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-212-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-194-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-184-4/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-164-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43593 from ↵Joas Schilling2024-02-151-6/+15
|\ | | | | | | | | nextcloud/bugfix/noid/add-missing-bruteforce-protection fix: Add bruteforce protection to email endpoint
| * fix: Add bruteforce protection to email endpointJoas Schilling2024-02-141-6/+15
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-156-2/+68
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-1418-18/+66
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: openapiJohn Molakvoæ2024-02-133-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: rename users to account or personVincent Petry2024-02-134-7/+7
| | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-0712-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>