aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixup! perf(db): Extend jobs.time_sensitive indexperf/db/jobs-table-indexesChristoph Wurst39 hours2-2/+2
* perf(db): Extend jobs.time_sensitive indexChristoph Wurst39 hours2-1/+11
* perf(db): Drop redunant jobs.job_class_index indexChristoph Wurst39 hours3-2/+47
* Fix(l10n): Update translations from TransifexNextcloud bot46 hours30-84/+516
* Merge pull request #51845 from nextcloud/zip-download-no-sabre-responseFerdinand Thiessen2 days1-0/+17
|\
| * fix: don't have sabre/dav send it's own reponse if we already send the zip re...zip-download-no-sabre-responseRobin Appelman2 days1-0/+17
* | Merge pull request #51760 from nextcloud/artonge/fix/make_error_a_infoLouis2 days3-1/+39
|\ \
| * | fix(files_reminder): Replace error log by setup checkartonge/fix/make_error_a_infoLouis Chemineau2 days3-1/+39
| * | fix(files_reminders): Lower disabled notifications app error to infoLouis Chemineau2 days1-1/+1
| |/
* | Merge pull request #51800 from gavine99/deterministic-notification-managerJoas Schilling2 days2-5/+18
|\ \
| * | fix(notifications): Change notification app ordersgavine993 days2-5/+18
| |/
* | Merge pull request #50858 from nextcloud/fix/oauth2/retain-legacy-oc-client-s...Richard Steinmetz2 days17-13/+264
|\ \ | |/ |/|
| * fix(oauth2): retain support for legacy ownCloud clientsfix/oauth2/retain-legacy-oc-client-supportRichard Steinmetz3 days17-13/+264
|/
* Merge pull request #51824 from nextcloud/dependabot/github_actions/github-act...Côme Chilliet3 days11-19/+19
|\
| * build(deps): bump the github-actions group with 4 updatesdependabot/github_actions/github-actions-e6e62c2646dependabot[bot]3 days11-19/+19
* | Fix(l10n): Update translations from TransifexNextcloud bot3 days92-218/+246
|/
* Merge pull request #51822 from nextcloud/dependabot/npm_and_yarn/vite-6.2.4dependabot[bot]3 days1-3/+3
|\
| * build(deps): bump vite from 6.2.3 to 6.2.4dependabot[bot]3 days1-3/+3
|/
* Merge pull request #51816 from nextcloud/rakekniven-patch-1rakekniven3 days6-8/+8
|\
| * chore(assets): Recompile assetsnextcloud-command3 days4-6/+6
| * chore(i18n): Aligned grammarrakekniven-patch-1rakekniven3 days1-1/+1
| * chore(i18n): Aligned grammarrakekniven3 days1-1/+1
* | Merge pull request #50768 from nextcloud/perf/cron/delay-timedjob-checkingChristoph Wurst3 days5-17/+82
|\ \
| * | perf(cron): Delay (re)checking timed jobsperf/cron/delay-timedjob-checkingChristoph Wurst3 days5-17/+82
* | | Merge pull request #51686 from nextcloud/fix/template/implement-itemplateChristoph Wurst3 days1-1/+3
|\ \ \ | |_|/ |/| |
| * | fix(template): implement ITemplate directlyfix/template/implement-itemplateRichard Steinmetz3 days1-1/+3
* | | Merge pull request #51768 from nextcloud/techdebt/noid/prepare-phpunit10Joas Schilling3 days11-264/+205
|\ \ \
| * | | fix(phpunit): Remove some more withConsecutive callstechdebt/noid/prepare-phpunit10Joas Schilling4 days8-240/+183
| * | | fix: Adjust data provider nameFerdinand Thiessen7 days2-4/+4
| * | | fix(phpunit10): Migrate away from PHPUnit at() callsJoas Schilling7 days1-20/+18
* | | | Merge pull request #51603 from nextcloud/object-store-orphanRobin Appelman3 days12-3/+370
|\ \ \ \
| * | | | feat: move streaming output helps to command base classRobin Appelman3 days4-60/+61
| * | | | feat: rework object listingRobin Appelman3 days3-38/+42
| * | | | feat: add command to list orphan objectsRobin Appelman3 days6-72/+154
| * | | | feat: add command to list objectsRobin Appelman3 days6-3/+127
| * | | | feat: add command to get object metadataRobin Appelman3 days8-3/+159
|/ / / /
* | | | Merge pull request #51399 from nextcloud/share-list-cmdRobin Appelman3 days7-0/+177
|\ \ \ \ | |_|/ / |/| | |
| * | | feat: remove share status from share:list as it doesn't seem to contain usefu...share-list-cmdRobin Appelman6 days1-19/+0
| * | | fix: set share status for federated sharesRobin Appelman6 days1-0/+1
| * | | feat: add command to list sharesRobin Appelman6 days4-17/+75
| * | | feat: add getParentId to ICacheEntryRobin Appelman6 days3-0/+137
* | | | Merge pull request #51798 from nextcloud/automated/noid/master-fix-npm-auditFerdinand Thiessen3 days1-3/+3
|\ \ \ \
| * | | | fix(deps): Fix npm auditautomated/noid/master-fix-npm-auditnextcloud-command4 days1-3/+3
* | | | | Merge pull request #51750 from nextcloud/fix/mkcol-quota-exceeded-responseMarcel Klehr3 days1-1/+33
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix(dav): Give proper HTTP status code on MKCOL when quota exceededfix/mkcol-quota-exceeded-responseMarcel Klehr4 days1-1/+33
* | | | | Merge pull request #51676 from nextcloud/fix/add-getappversions-replacementCôme Chilliet4 days12-54/+101
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix: Move getAppInstalledVersions to AppConfig so that it can be used earlierfix/add-getappversions-replacementCôme Chilliet9 days6-19/+38
| * | | | chore(tests): Adapt updatenotification tests to constructor changeCôme Chilliet9 days1-13/+18
| * | | | chore(tests): Adapt TemplateLayoutTest to constructor changeCôme Chilliet9 days1-0/+4
| * | | | fix: Put back OC_App::getAppVersions in Server.phpCôme Chilliet9 days1-1/+1