Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -31/+25 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(provisioning_api): Fix getting disabled users for group adminsfix/fix-disabled-user-list-for-subadmins | Côme Chilliet | 2024-10-17 | 1 | -4/+4 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 1 | -2/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Return correct list of managers for a user | Christopher Ng | 2024-10-08 | 1 | -1/+4 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: provision api's status codesfix/provisionApi-status-codes | Hamza Mahjoubi | 2024-09-30 | 1 | -20/+20 |
| | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat: add profile pronouns | John Molakvoæ (skjnldsv) | 2024-09-17 | 1 | -1/+7 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -5/+5 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix: Reset notification email automatically when deleting additonal email | Christopher Ng | 2024-08-02 | 1 | -0/+3 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | refactor(provisioning_api): Replace security annotations with respective ↵ | provokateurin | 2024-07-27 | 1 | -46/+36 |
| | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegation | Louis | 2024-07-24 | 1 | -21/+56 |
|\ | | | | | feat(users): Add users and group management to admin delegation | ||||
| * | feat(users): Add support for admin delegation for users and groups management | Louis Chemineau | 2024-07-22 | 1 | -21/+56 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | feat: let users configure their first day of week | Richard Steinmetz | 2024-07-22 | 1 | -0/+13 |
|/ | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manager | yemkareems | 2024-07-08 | 1 | -1/+1 |
| | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | fix: limit and fixLimit removed. negative limit handled in controller. ↵ | yemkareems | 2024-07-08 | 1 | -10/+4 |
| | | | | | | removed getUsersSortedByLastLogin from Manager and instead used the config in controller Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | fix: removed default limit of 25. if null is given all users are fetched or ↵ | yemkareems | 2024-07-08 | 1 | -1/+1 |
| | | | | | | if limit is given limit number of users are fetched Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | fix: removed references to old disabled users code. refactored query as per ↵ | yemkareems | 2024-07-08 | 1 | -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 locally | yemkareems | 2024-07-08 | 1 | -1/+0 |
| | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | fix: removed the params related to sortMode and order since it sorts by ↵ | yemkareems | 2024-07-08 | 1 | -6/+3 |
| | | | | | | lastLogin Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | fix: removed csrf check for the recent end point and ran cs fix | yemkareems | 2024-07-08 | 1 | -5/+4 |
| | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | fix: rebased the branch with master and resolved conflicts | yemkareems | 2024-07-08 | 1 | -7/+95 |
| | | | | | | 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 ↵ | yemkareems | 2024-07-08 | 1 | -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 ↵ | yemkareems | 2024-07-08 | 1 | -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. ↵ | yemkareems | 2024-07-08 | 1 | -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 ↵ | yemkareems | 2024-07-08 | 1 | -5/+7 |
| | | | | | | these needs to be passed as orderBy and sort can be ASC or DESC Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-02 | 1 | -39/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | feat(ldap): sync additional properties to profile and SAB | Jake Nabasny | 2024-05-30 | 1 | -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> | ||||
* | feat: Add back searching in disabled user list | Côme Chilliet | 2024-05-23 | 1 | -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> | ||||
* | fix(provisioning_api): Show warning but do not fail when listing accounts in ↵ | Ferdinand Thiessen | 2024-04-23 | 1 | -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: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(settings): Fix always empty disabled users list for subadmins | Christopher Ng | 2024-03-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Fix: #41005 Resend welcome email | Ezhil Shanmugham | 2024-02-23 | 1 | -1/+8 |
| | | | | Signed-off-by: Ezhil Shanmugham <ezhil930@gmail.com> | ||||
* | fix(i18n): id -> ID | rakekniven | 2024-02-04 | 1 | -1/+1 |
| | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | fix(provisioning_api): Translate exceptions shown in the frontend + replace ↵ | Ferdinand Thiessen | 2024-02-01 | 1 | -60/+40 |
| | | | | | | some deprecations Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor: Rename OpenAPI type aliases to their namespaces | jld3103 | 2023-11-02 | 1 | -6/+6 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Check limit and offset parameters sent to controller | Côme Chilliet | 2023-10-10 | 1 | -0/+7 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix api description for Users#getDisabledUsers | Côme Chilliet | 2023-10-09 | 1 | -0/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove psalm @var annotations which should not be needed | Côme Chilliet | 2023-10-09 | 1 | -2/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add endpoint for getting disabled user list | Côme Chilliet | 2023-10-09 | 1 | -1/+65 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 1 | -0/+38 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usage | Joas Schilling | 2023-09-25 | 1 | -22/+11 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | provisioning_api: Add OpenAPI spec | jld3103 | 2023-07-31 | 1 | -68/+115 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | fix(CI): Satisfy psalm by removing a now obsolete type check | Joas Schilling | 2023-05-31 | 1 | -3/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(users): Store and load a user's manager | Christoph Wurst | 2023-05-12 | 1 | -2/+18 |
| | | | | | Co-Authored-By: hamza221 <hamzamahjoubi221@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix(provisioning_api): Don't allow to configure the same additional email ↵ | Joas Schilling | 2023-04-26 | 1 | -4/+4 |
| | | | | | | multiple times Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Improve handling of profile fields | Christopher Ng | 2023-03-30 | 1 | -0/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #36665 from nextcloud/fix/36539 | Julien Veyssier | 2023-03-22 | 1 | -4/+1 |
|\ | | | | | Always set displayname and display-name for user data | ||||
| * | Always set displayname and display-name for user data | jld3103 | 2023-02-10 | 1 | -4/+1 |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | | fix: Recalculate storage statistics on updating the quota | Julius Härtl | 2023-03-06 | 1 | -3/+2 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add a const for the max user password length | Joas Schilling | 2023-01-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |