aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump the github-actions group with 4 updatesdependabot/github_actions/github-actions-e6e62c2646dependabot[bot]2025-03-3111-19/+19
* Merge pull request #51822 from nextcloud/dependabot/npm_and_yarn/vite-6.2.4dependabot[bot]2025-03-311-3/+3
|\
| * build(deps): bump vite from 6.2.3 to 6.2.4dependabot[bot]2025-03-311-3/+3
|/
* Merge pull request #51816 from nextcloud/rakekniven-patch-1rakekniven2025-03-316-8/+8
|\
| * chore(assets): Recompile assetsnextcloud-command2025-03-314-6/+6
| * chore(i18n): Aligned grammarrakekniven2025-03-311-1/+1
| * chore(i18n): Aligned grammarrakekniven2025-03-311-1/+1
* | Merge pull request #50768 from nextcloud/perf/cron/delay-timedjob-checkingChristoph Wurst2025-03-315-17/+82
|\ \
| * | perf(cron): Delay (re)checking timed jobsperf/cron/delay-timedjob-checkingChristoph Wurst2025-03-315-17/+82
* | | Merge pull request #51686 from nextcloud/fix/template/implement-itemplateChristoph Wurst2025-03-311-1/+3
|\ \ \ | |_|/ |/| |
| * | fix(template): implement ITemplate directlyfix/template/implement-itemplateRichard Steinmetz2025-03-311-1/+3
* | | Merge pull request #51768 from nextcloud/techdebt/noid/prepare-phpunit10Joas Schilling2025-03-3111-264/+205
|\ \ \
| * | | fix(phpunit): Remove some more withConsecutive callstechdebt/noid/prepare-phpunit10Joas Schilling2025-03-318-240/+183
| * | | fix: Adjust data provider nameFerdinand Thiessen2025-03-272-4/+4
| * | | fix(phpunit10): Migrate away from PHPUnit at() callsJoas Schilling2025-03-271-20/+18
* | | | Merge pull request #51603 from nextcloud/object-store-orphanRobin Appelman2025-03-3112-3/+370
|\ \ \ \
| * | | | feat: move streaming output helps to command base classRobin Appelman2025-03-314-60/+61
| * | | | feat: rework object listingRobin Appelman2025-03-313-38/+42
| * | | | feat: add command to list orphan objectsRobin Appelman2025-03-316-72/+154
| * | | | feat: add command to list objectsRobin Appelman2025-03-316-3/+127
| * | | | feat: add command to get object metadataRobin Appelman2025-03-318-3/+159
|/ / / /
* | | | Merge pull request #51399 from nextcloud/share-list-cmdRobin Appelman2025-03-317-0/+177
|\ \ \ \ | |_|/ / |/| | |
| * | | feat: remove share status from share:list as it doesn't seem to contain usefu...share-list-cmdRobin Appelman2025-03-281-19/+0
| * | | fix: set share status for federated sharesRobin Appelman2025-03-281-0/+1
| * | | feat: add command to list sharesRobin Appelman2025-03-284-17/+75
| * | | feat: add getParentId to ICacheEntryRobin Appelman2025-03-283-0/+137
* | | | Merge pull request #51798 from nextcloud/automated/noid/master-fix-npm-auditFerdinand Thiessen2025-03-311-3/+3
|\ \ \ \
| * | | | fix(deps): 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
|/ / / /