aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | chore(deps): update `@nextcloud/vue` to `8.24.0`skjnldsv11 days2-353/+24
* | | | Merge pull request #51848 from nextcloud/remove-scrutinizerFerdinand Thiessen11 days3-44/+0
|\ \ \ \ | |/ / / |/| | |
| * | | chore: remove scrutinizerremove-scrutinizerDaniel Kesselberg11 days3-44/+0
* | | | Merge pull request #51863 from nextcloud/fix/files-actions-menu-positionJohn Molakvoæ11 days4-22/+42
|\ \ \ \
| * | | | chore(assets): Recompile assetsfix/files-actions-menu-positionnextcloud-command11 days2-3/+3
| * | | | fix(files): right click actions menu flickerskjnldsv11 days2-19/+39
| |/ / /
* | | | Merge pull request #51874 from nextcloud/fix/codeownersJohn Molakvoæ11 days1-11/+11
|\ \ \ \ | |/ / / |/| | |
| * | | chore: adjust CODEOWNERSFerdinand Thiessen11 days1-11/+11
|/ / /
* | | Merge pull request #51866 from nextcloud/migrations-to-execute-filter-sortRobin Appelman11 days1-3/+3
|\ \ \
| * | | fix: use proper migration sorting when checking if a migration needs to be ex...Robin Appelman11 days1-3/+3
|/ / /
* | | Merge pull request #51567 from nextcloud/chore/consistent-namingFerdinand Thiessen11 days3-62/+58
|\ \ \
| * | | refactor(IMimeTypeDetector): use consistent capitalizationchore/consistent-namingFerdinand Thiessen11 days3-62/+58
* | | | Merge pull request #51852 from nextcloud/fix/user-login-with-cookie-e2eeAndy Scherzinger11 days2-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | fix(encryption): init keys also when logged in using cookie authfix/user-login-with-cookie-e2eeFerdinand Thiessen12 days2-2/+5
* | | | Fix(l10n): Update translations from TransifexNextcloud bot12 days30-84/+516
|/ / /
* | | Merge pull request #51845 from nextcloud/zip-download-no-sabre-responseFerdinand Thiessen12 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 Appelman12 days1-0/+17
| |/ /
* | | Merge pull request #51760 from nextcloud/artonge/fix/make_error_a_infoLouis12 days3-1/+39
|\ \ \
| * | | fix(files_reminder): Replace error log by setup checkartonge/fix/make_error_a_infoLouis Chemineau12 days3-1/+39
| * | | fix(files_reminders): Lower disabled notifications app error to infoLouis Chemineau12 days1-1/+1
| |/ /
* | | Merge pull request #51800 from gavine99/deterministic-notification-managerJoas Schilling12 days2-5/+18
|\ \ \
| * | | fix(notifications): Change notification app ordersgavine9912 days2-5/+18
| |/ /
* | | Merge pull request #50858 from nextcloud/fix/oauth2/retain-legacy-oc-client-s...Richard Steinmetz12 days17-13/+264
|\ \ \ | |/ / |/| |
| * | fix(oauth2): retain support for legacy ownCloud clientsfix/oauth2/retain-legacy-oc-client-supportRichard Steinmetz12 days17-13/+264
|/ /
* | Merge pull request #51824 from nextcloud/dependabot/github_actions/github-act...Côme Chilliet12 days11-19/+19
|\ \
| * | build(deps): bump the github-actions group with 4 updatesdependabot/github_actions/github-actions-e6e62c2646dependabot[bot]13 days11-19/+19
* | | Fix(l10n): Update translations from TransifexNextcloud bot13 days92-218/+246
|/ /
* | Merge pull request #51822 from nextcloud/dependabot/npm_and_yarn/vite-6.2.4dependabot[bot]13 days1-3/+3
|\ \
| * | build(deps): bump vite from 6.2.3 to 6.2.4dependabot[bot]13 days1-3/+3
|/ /
* | Merge pull request #51816 from nextcloud/rakekniven-patch-1rakekniven13 days6-8/+8
|\ \
| * | chore(assets): Recompile assetsnextcloud-command13 days4-6/+6
| * | chore(i18n): Aligned grammarrakekniven13 days1-1/+1
| * | chore(i18n): Aligned grammarrakekniven13 days1-1/+1
* | | Merge pull request #50768 from nextcloud/perf/cron/delay-timedjob-checkingChristoph Wurst13 days5-17/+82
|\ \ \
| * | | perf(cron): Delay (re)checking timed jobsperf/cron/delay-timedjob-checkingChristoph Wurst13 days5-17/+82
* | | | Merge pull request #51686 from nextcloud/fix/template/implement-itemplateChristoph Wurst13 days1-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(template): implement ITemplate directlyfix/template/implement-itemplateRichard Steinmetz13 days1-1/+3
* | | | Merge pull request #51768 from nextcloud/techdebt/noid/prepare-phpunit10Joas Schilling13 days11-264/+205
|\ \ \ \
| * | | | fix(phpunit): Remove some more withConsecutive callstechdebt/noid/prepare-phpunit10Joas Schilling13 days8-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 Appelman13 days12-3/+370
|\ \ \ \ \
| * | | | | feat: move streaming output helps to command base classRobin Appelman13 days4-60/+61
| * | | | | feat: rework object listingRobin Appelman13 days3-38/+42
| * | | | | feat: add command to list orphan objectsRobin Appelman13 days6-72/+154
| * | | | | feat: add command to list objectsRobin Appelman13 days6-3/+127
| * | | | | feat: add command to get object metadataRobin Appelman13 days8-3/+159
|/ / / / /
* | | | | Merge pull request #51399 from nextcloud/share-list-cmdRobin Appelman13 days7-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