aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix: clean up blurhash images after generationfix/cleanup-blurhash-imagesRichard Steinmetz2025-04-011-0/+2
* Merge pull request #51798 from nextcloud/automated/noid/master-fix-npm-auditFerdinand Thiessen2025-03-311-3/+3
|\
| * fix(deps): Fix npm auditautomated/noid/master-fix-npm-auditnextcloud-command2025-03-301-3/+3
* | 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 exceededfix/mkcol-quota-exceeded-responseMarcel Klehr2025-03-311-1/+33
* | | Merge pull request #51676 from nextcloud/fix/add-getappversions-replacementCôme Chilliet2025-03-3112-54/+101
|\ \ \ | |/ / |/| |
| * | fix: Move getAppInstalledVersions to AppConfig so that it can be used earlierfix/add-getappversions-replacementCôme Chilliet2025-03-256-19/+38
| * | chore(tests): Adapt updatenotification tests to constructor changeCôme Chilliet2025-03-251-13/+18
| * | chore(tests): Adapt TemplateLayoutTest to constructor changeCôme Chilliet2025-03-251-0/+4
| * | fix: Put back OC_App::getAppVersions in Server.phpCôme Chilliet2025-03-251-1/+1
| * | fix: Do not try to load IAppManager too soonCôme Chilliet2025-03-251-3/+2
| * | chore: Cleanup Server.php a bit and remove OC_App usageCôme Chilliet2025-03-251-7/+8
| * | chore: Replace calls to OC_App::getAppVersions with app managerCôme Chilliet2025-03-253-23/+18
| * | feat: Add a replacement for OC_App::getAppVersions is IAppManagerCôme Chilliet2025-03-253-2/+26
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-318-0/+34
| |/ |/|
* | Merge pull request #51498 from nextcloud/dependabot/npm_and_yarn/dockerode-4.0.4Andy Scherzinger2025-03-302-18/+186
|\ \
| * | build(deps-dev): bump dockerode from 4.0.2 to 4.0.4dependabot/npm_and_yarn/dockerode-4.0.4dependabot[bot]2025-03-302-18/+186
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-308-2/+58
* | Merge pull request #51600 from nextcloud/artonge/feat/allow_partial_seen_usersAndy Scherzinger2025-03-304-45/+77
|\ \
| * | feat: Limit trash expire job to 30 minutesartonge/feat/allow_partial_seen_usersLouis Chemineau2025-03-302-23/+34
| * | chore: Refactor callForSeenUsers to use getSeenUsersLouis Chemineau2025-03-301-22/+6
| * | feat: Implement getSeenUsers to iterate over usersLouis Chemineau2025-03-302-0/+37
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-3056-154/+674
* | Merge pull request #51789 from nextcloud/dependabot/composer/build/integratio...dependabot[bot]2025-03-291-18/+18
|\ \
| * | chore(deps-dev): bump guzzlehttp/guzzle in /build/integrationdependabot/composer/build/integration/guzzlehttp/guzzle-7.9.3dependabot[bot]2025-03-291-18/+18
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-29162-516/+658
* | Merge pull request #51336 from nextcloud/perf/paginate-filter-groupsPytal2025-03-2828-271/+1196
|\ \
| * | chore(assets): Recompile assetsnextcloud-command2025-03-286-9/+9
| * | test(settings): Fix group items not being foundChristopher Ng2025-03-281-26/+24
| * | test(settings): Correctly find group in selectChristopher Ng2025-03-281-0/+2
| * | test(settings): Wait until groups list has loadedChristopher Ng2025-03-281-0/+6
| * | fix(settings): Separate subadmin optionsChristopher Ng2025-03-281-1/+3
| * | fix(settings): Fix initialization of storeChristopher Ng2025-03-281-3/+3
| * | fix(settings): Preserve system groups on resetChristopher Ng2025-03-281-1/+6
| * | chore(openapi): Update specChristopher Ng2025-03-283-0/+486
| * | fix(settings): Natural order groupsChristopher Ng2025-03-283-5/+18
| * | fix(settings): Fix duplicated group options in new account dialogChristopher Ng2025-03-281-12/+18
| * | fix(settings): Fix duplicated group options when editing accountChristopher Ng2025-03-281-2/+2
| * | fix(settings): Fix group creation in new account dialogChristopher Ng2025-03-281-3/+6
| * | fix(settings): Fix group creation when editing usersChristopher Ng2025-03-281-5/+4
| * | fix(settings): Only change usercount if group can be foundChristopher Ng2025-03-281-3/+11
| * | fix(settings): Fix editing groups and subadmin groups of userChristopher Ng2025-03-282-19/+47
| * | feat(provisioning_api): Add endpoint for fetching user subadmin groups with d...Christopher Ng2025-03-282-0/+45
| * | fix(settings): Fix erroneous hiding of group admin column with paginated groupsChristopher Ng2025-03-284-14/+4
| * | fix(settings): Prevent selection of invalid groups that are not fully loadedChristopher Ng2025-03-281-2/+5
| * | fix(settings): Fix loaded groups being undefinedChristopher Ng2025-03-283-26/+16
| * | chore(settings): Add note on groups sortingChristopher Ng2025-03-281-0/+9
| * | refactor(settings): Consolidate group formattingChristopher Ng2025-03-285-43/+30
| * | perf(settings): Make scrolling smooth when a large number of groups are renderedChristopher Ng2025-03-281-2/+8
| * | fix(settings): Allow searching for groups in new account dialogChristopher Ng2025-03-281-21/+32