aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | fix(oauth2): retain support for legacy ownCloud clientsfix/oauth2/retain-legacy-oc-client-supportRichard Steinmetz2025-04-0111-4/+210
|/ / / | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0186-172/+200
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | chore(i18n): Aligned grammarrakekniven2025-03-311-1/+1
| | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | chore(i18n): Aligned grammarrakekniven2025-03-311-1/+1
| | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | Merge pull request #51768 from nextcloud/techdebt/noid/prepare-phpunit10Joas Schilling2025-03-311-20/+18
|\ \ \ | | | | | | | | fix(phpunit10): Migrate away from PHPUnit at() calls
| * | | fix(phpunit10): Migrate away from PHPUnit at() callsJoas Schilling2025-03-271-20/+18
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | feat: move streaming output helps to command base classRobin Appelman2025-03-313-60/+9
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | feat: rework object listingRobin Appelman2025-03-313-38/+42
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | feat: add command to list orphan objectsRobin Appelman2025-03-316-72/+154
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | feat: add command to list objectsRobin Appelman2025-03-314-0/+122
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | feat: add command to get object metadataRobin Appelman2025-03-314-0/+82
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #51399 from nextcloud/share-list-cmdRobin Appelman2025-03-315-0/+165
|\ \ \ \ | | | | | | | | | | add command to list shares
| * | | | feat: remove share status from share:list as it doesn't seem to contain ↵share-list-cmdRobin Appelman2025-03-281-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usefull info at the moment Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: set share status for federated sharesRobin Appelman2025-03-281-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | feat: add command to list sharesRobin Appelman2025-03-284-17/+75
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | feat: add getParentId to ICacheEntryRobin Appelman2025-03-281-0/+125
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #51750 from nextcloud/fix/mkcol-quota-exceeded-responseMarcel Klehr2025-03-311-1/+33
|\ \ \ \ \ | | | | | | | | | | | | fix(dav): Give proper HTTP status code on MKCOL when quota exceeded
| * | | | | fix(dav): Give proper HTTP status code on MKCOL when quota exceededfix/mkcol-quota-exceeded-responseMarcel Klehr2025-03-311-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | Merge pull request #51676 from nextcloud/fix/add-getappversions-replacementCôme Chilliet2025-03-312-27/+26
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add OC_App::getAppVersions replacement in IAppManager
| * | | | | chore(tests): Adapt updatenotification tests to constructor changeCôme Chilliet2025-03-251-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore: Replace calls to OC_App::getAppVersions with app managerCôme Chilliet2025-03-251-14/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-318-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-306-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | feat: Limit trash expire job to 30 minutesartonge/feat/allow_partial_seen_usersLouis Chemineau2025-03-302-23/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And pick up where it left off, leveraging getSeenUsers. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-3054-154/+670
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-29160-510/+652
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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-282-0/+324
| | | | | | | | | | | | | | | | | | | | | | | | 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>