Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(template): implement ITemplate directlyfix/template/implement-itemplate | Richard Steinmetz | 2025-03-31 | 1 | -1/+3 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | Merge pull request #51798 from nextcloud/automated/noid/master-fix-npm-audit | Ferdinand Thiessen | 2025-03-31 | 1 | -3/+3 |
|\ | | | | | [master] Fix npm audit | ||||
| * | fix(deps): Fix npm audit | nextcloud-command | 2025-03-30 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | | Merge pull request #51750 from nextcloud/fix/mkcol-quota-exceeded-response | Marcel Klehr | 2025-03-31 | 1 | -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-response | Marcel Klehr | 2025-03-31 | 1 | -1/+33 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | Merge pull request #51676 from nextcloud/fix/add-getappversions-replacement | Côme Chilliet | 2025-03-31 | 12 | -54/+101 |
|\ \ \ | |/ / |/| | | Add OC_App::getAppVersions replacement in IAppManager | ||||
| * | | fix: Move getAppInstalledVersions to AppConfig so that it can be used earlierfix/add-getappversions-replacement | Côme Chilliet | 2025-03-25 | 6 | -19/+38 |
| | | | | | | | | | | | | | | | | | | Call it from OC_App to make sure there is only one request to DB. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore(tests): Adapt updatenotification tests to constructor change | Côme Chilliet | 2025-03-25 | 1 | -13/+18 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore(tests): Adapt TemplateLayoutTest to constructor change | Côme Chilliet | 2025-03-25 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: Put back OC_App::getAppVersions in Server.php | Côme Chilliet | 2025-03-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: Do not try to load IAppManager too soon | Côme Chilliet | 2025-03-25 | 1 | -3/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore: Cleanup Server.php a bit and remove OC_App usage | Côme Chilliet | 2025-03-25 | 1 | -7/+8 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore: Replace calls to OC_App::getAppVersions with app manager | Côme Chilliet | 2025-03-25 | 3 | -23/+18 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | feat: Add a replacement for OC_App::getAppVersions is IAppManager | Côme Chilliet | 2025-03-25 | 3 | -2/+26 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-31 | 8 | -0/+34 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #51498 from nextcloud/dependabot/npm_and_yarn/dockerode-4.0.4 | Andy Scherzinger | 2025-03-30 | 2 | -18/+186 |
|\ \ | | | | | | | build(deps-dev): bump dockerode from 4.0.2 to 4.0.4 | ||||
| * | | build(deps-dev): bump dockerode from 4.0.2 to 4.0.4dependabot/npm_and_yarn/dockerode-4.0.4 | dependabot[bot] | 2025-03-30 | 2 | -18/+186 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dockerode](https://github.com/apocas/dockerode) from 4.0.2 to 4.0.4. - [Release notes](https://github.com/apocas/dockerode/releases) - [Commits](https://github.com/apocas/dockerode/compare/v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: dockerode dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-30 | 8 | -2/+58 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #51600 from nextcloud/artonge/feat/allow_partial_seen_users | Andy Scherzinger | 2025-03-30 | 4 | -45/+77 |
|\ \ | | | | | | | feat: Limit `ExpireTrash` job to 30 minutes | ||||
| * | | feat: Limit trash expire job to 30 minutesartonge/feat/allow_partial_seen_users | Louis Chemineau | 2025-03-30 | 2 | -23/+34 |
| | | | | | | | | | | | | | | | | | | And pick up where it left off, leveraging getSeenUsers. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | | chore: Refactor callForSeenUsers to use getSeenUsers | Louis Chemineau | 2025-03-30 | 1 | -22/+6 |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | | feat: Implement getSeenUsers to iterate over users | Louis Chemineau | 2025-03-30 | 2 | -0/+37 |
|/ / | | | | | | | | | | | | | This method uses an iterator. This is lighter on resources and gives more control to the caller Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-30 | 56 | -154/+674 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #51789 from ↵ | dependabot[bot] | 2025-03-29 | 1 | -18/+18 |
|\ \ | | | | | | | | | | nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.9.3 | ||||
| * | | chore(deps-dev): bump guzzlehttp/guzzle in /build/integrationdependabot/composer/build/integration/guzzlehttp/guzzle-7.9.3 | dependabot[bot] | 2025-03-29 | 1 | -18/+18 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.9.2 to 7.9.3. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.9.2...7.9.3) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-29 | 162 | -516/+658 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #51336 from nextcloud/perf/paginate-filter-groups | Pytal | 2025-03-28 | 28 | -271/+1196 |
|\ \ | | | | | | | fix(settings): Fix infinitely loading account management page with pagination of groups | ||||
| * | | chore(assets): Recompile assets | nextcloud-command | 2025-03-28 | 6 | -9/+9 |
| | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | test(settings): Fix group items not being found | Christopher Ng | 2025-03-28 | 1 | -26/+24 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | test(settings): Correctly find group in select | Christopher Ng | 2025-03-28 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | test(settings): Wait until groups list has loaded | Christopher Ng | 2025-03-28 | 1 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Separate subadmin options | Christopher Ng | 2025-03-28 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Fix initialization of store | Christopher Ng | 2025-03-28 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Preserve system groups on reset | Christopher Ng | 2025-03-28 | 1 | -1/+6 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | chore(openapi): Update spec | Christopher Ng | 2025-03-28 | 3 | -0/+486 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Natural order groups | Christopher Ng | 2025-03-28 | 3 | -5/+18 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Fix duplicated group options in new account dialog | Christopher Ng | 2025-03-28 | 1 | -12/+18 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Fix duplicated group options when editing account | Christopher Ng | 2025-03-28 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Fix group creation in new account dialog | Christopher Ng | 2025-03-28 | 1 | -3/+6 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Fix group creation when editing users | Christopher Ng | 2025-03-28 | 1 | -5/+4 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Only change usercount if group can be found | Christopher Ng | 2025-03-28 | 1 | -3/+11 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Fix editing groups and subadmin groups of user | Christopher Ng | 2025-03-28 | 2 | -19/+47 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | feat(provisioning_api): Add endpoint for fetching user subadmin groups with ↵ | Christopher Ng | 2025-03-28 | 2 | -0/+45 |
| | | | | | | | | | | | | | | | | | | details Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Fix erroneous hiding of group admin column with paginated groups | Christopher Ng | 2025-03-28 | 4 | -14/+4 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Prevent selection of invalid groups that are not fully loaded | Christopher Ng | 2025-03-28 | 1 | -2/+5 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Fix loaded groups being undefined | Christopher Ng | 2025-03-28 | 3 | -26/+16 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | chore(settings): Add note on groups sorting | Christopher Ng | 2025-03-28 | 1 | -0/+9 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | refactor(settings): Consolidate group formatting | Christopher Ng | 2025-03-28 | 5 | -43/+30 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | perf(settings): Make scrolling smooth when a large number of groups are rendered | Christopher Ng | 2025-03-28 | 1 | -2/+8 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix(settings): Allow searching for groups in new account dialog | Christopher Ng | 2025-03-28 | 1 | -21/+32 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> |