Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | refactor(provisioning_api): Replace security annotations with respective ↵ | provokateurin | 2024-07-27 | 6 | -79/+68 | |
| | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-27 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-26 | 18 | -0/+18 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegation | Louis | 2024-07-24 | 5 | -54/+122 | |
|\ | | | | | feat(users): Add users and group management to admin delegation | |||||
| * | test(users): Adapt tests to new admin delegation checks | Louis Chemineau | 2024-07-22 | 2 | -29/+51 | |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
| * | feat(users): Add support for admin delegation for users and groups management | Louis Chemineau | 2024-07-22 | 3 | -25/+71 | |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | feat: let users configure their first day of week | Richard Steinmetz | 2024-07-22 | 2 | -0/+14 | |
|/ | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-14 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore: Make app icons consistent Material Symbols with same settings | Ferdinand Thiessen | 2024-07-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(OpenAPI): Regenerate | provokateurin | 2024-07-08 | 2 | -58/+58 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manager | yemkareems | 2024-07-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | |||||
* | fix: ran bash build/openapi-checker.sh and commit the result | yemkareems | 2024-07-08 | 2 | -0/+496 | |
| | | | | 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 | 2 | -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 ↵ | 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(deps): Update openapi-extractor | provokateurin | 2024-07-02 | 3 | -842/+1044 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-28 | 2 | -4/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-23 | 2 | -2/+56 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-05 | 6 | -14/+210 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-02 | 27 | -520/+69 | |
| | | | | 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> | |||||
* | fix: Update openapi spec for provisioning_api app | Côme Chilliet | 2024-05-23 | 2 | -0/+18 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | 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> | |||||
* | refactor(provisioning_api): Add types for user details scopes | provokateurin | 2024-05-11 | 3 | -42/+68 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-05-08 | 2 | -8/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-25 | 2 | -0/+34 | |
| | | | | Signed-off-by: Nextcloud bot <bot@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(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-19 | 2 | -6/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-16 | 2 | -0/+88 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore(deps): Update openapi-extractor | provokateurin | 2024-04-15 | 3 | -38/+60 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | chore(deps): Update openapi-extractor | provokateurin | 2024-04-08 | 2 | -12/+120 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -4/+4 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-02 | 4 | -4/+56 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-30 | 2 | -0/+88 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2024-03-28 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-27 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-26 | 2 | -4/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #43877 from nextcloud/fix/provisioning_api/app-info-schema | Kate | 2024-03-14 | 4 | -445/+11 | |
|\ | ||||||
| * | fix(provisioning_api): Fix AppInfo schema for OpenAPI | provokateurin | 2024-02-27 | 4 | -445/+11 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-13 | 2 | -2/+56 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@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(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-08 | 2 | -2/+22 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |