aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-29162-516/+658
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #51336 from nextcloud/perf/paginate-filter-groupsPytal2025-03-2828-271/+1196
|\ \ \ \ | | | | | | | | | | fix(settings): Fix infinitely loading account management page with pagination of groups
| * | | | chore(assets): Recompile assetsnextcloud-command2025-03-286-9/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | test(settings): Fix group items not being foundChristopher Ng2025-03-281-26/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | test(settings): Correctly find group in selectChristopher Ng2025-03-281-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | test(settings): Wait until groups list has loadedChristopher Ng2025-03-281-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Separate subadmin optionsChristopher Ng2025-03-281-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Fix initialization of storeChristopher Ng2025-03-281-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Preserve system groups on resetChristopher Ng2025-03-281-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | chore(openapi): Update specChristopher Ng2025-03-283-0/+486
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Natural order groupsChristopher Ng2025-03-283-5/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Fix duplicated group options in new account dialogChristopher Ng2025-03-281-12/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Fix duplicated group options when editing accountChristopher Ng2025-03-281-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Fix group creation in new account dialogChristopher Ng2025-03-281-3/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Fix group creation when editing usersChristopher Ng2025-03-281-5/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Only change usercount if group can be foundChristopher Ng2025-03-281-3/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Fix editing groups and subadmin groups of userChristopher Ng2025-03-282-19/+47
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | feat(provisioning_api): Add endpoint for fetching user subadmin groups with ↵Christopher Ng2025-03-282-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | details Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Fix erroneous hiding of group admin column with paginated groupsChristopher Ng2025-03-284-14/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Prevent selection of invalid groups that are not fully loadedChristopher Ng2025-03-281-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Fix loaded groups being undefinedChristopher Ng2025-03-283-26/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | chore(settings): Add note on groups sortingChristopher Ng2025-03-281-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | refactor(settings): Consolidate group formattingChristopher Ng2025-03-285-43/+30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | perf(settings): Make scrolling smooth when a large number of groups are renderedChristopher Ng2025-03-281-2/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Allow searching for groups in new account dialogChristopher Ng2025-03-281-21/+32
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Allow searching for groups in user rowChristopher Ng2025-03-284-60/+89
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | perf(settings): Cancel request on new searchChristopher Ng2025-03-284-35/+70
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | feat(provisioning_api): Add endpoint for fetching user groups with detailsChristopher Ng2025-03-282-0/+80
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(settings): Fix infinitely loading account management page with ↵Christopher Ng2025-03-286-105/+282
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pagination of groups - Includes searching Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | perf(settings): Remove computation of all groupsChristopher Ng2025-03-281-3/+10
|/ / / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #51598 from ↵Maksim Sukharev2025-03-2812-45/+48
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/51506/mdast-util-gfm-autolink-literal-override fix(deps): lock mdast-util-gfm-autolink-literal library to exact version 2.0.0
| * | | | chore(assets): Recompile assetsfix/51506/mdast-util-gfm-autolink-literal-overridenextcloud-command2025-03-2810-27/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(deps): lock mdast-util-gfm-autolink-literal library to exact version 2.0.0Maksim Sukharev2025-03-282-18/+21
|/ / / / | | | | | | | | | | | | | | | | | | | | - this reverts changes from patch update to 2.0.1, which uses 'negative lookbehind' regex and breaks in IOS & Safari versions < 16.4 Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | Merge pull request #51501 from ↵Sebastian Krupinski2025-03-289-2/+52
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid-add-status-and-set-attendee-status fix: add event status and participant status
| * | | | fix: add event status and participant statusfix/noid-add-status-and-set-attendee-statusSebastianKrupinski2025-03-289-2/+52
|/ / / / | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | Merge pull request #51630 from nextcloud/feat/47176/show-share-expiryJohn Molakvoæ2025-03-2812-21/+129
|\ \ \ \ | | | | | | | | | | feat: Add share expiration indicator
| * | | | chore(assets): Recompile assetsfeat/47176/show-share-expirynextcloud-command2025-03-279-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | feat(files_sharing): Show share expiration time in human friendly mannernfebe2025-03-271-11/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
| * | | | feat(files_sharing): Add share expiration indicatornfebe2025-03-273-14/+109
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Shares that would expire now shows a clock icon with a popover. Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-2890-154/+600
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #51707 from nextcloud/fix/filter-empty-emailAndy Scherzinger2025-03-282-25/+30
|\ \ \ \ | |/ / / |/| | | fix: filter out contacts with empty email addresses in sharee completion
| * | | test: Adapt tests to properly use valid email addressesfix/filter-empty-emailJulius Knorr2025-03-261-25/+25
| | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
| * | | fix: filter out contacts with invalid email addresses in sharee completionJulius Knorr2025-03-261-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | Merge pull request #51737 from nextcloud/fix/disable-reminder-invalid-nodesPytal2025-03-275-9/+33
|\ \ \ \ | | | | | | | | | | fix(files_reminders): Fix reminder actions being displayed on invalid nodes
| * | | | chore(assets): Recompile assetsfix/disable-reminder-invalid-nodesnextcloud-command2025-03-262-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files_reminders): Fix reminder actions being displayed on invalid nodesChristopher Ng2025-03-263-6/+30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #51449 from hendrikheil/fix/fix-authmode-webhook-typoStephan Orbaugh2025-03-272-4/+4
|\ \ \ \ \ | | | | | | | | | | | | fix: resolve typo in authMethod enum cases
| * | | | | fix(webhooks): resolve typo in openapi authMethod enum casesHendrik Heil2025-03-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hendrik Heil <hendrik@heil.sh>
| * | | | | fix(webhooks): update docblock options for authMethodHendrik Heil2025-03-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hendrik Heil <hendrik@heil.sh>
* | | | | | Merge pull request #51684 from fabianzw/masterJohn Molakvoæ2025-03-273-6/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(files): Properly encode URLs when preparing ZIP download