aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* chore: Update psalm baselinefix/remove-app.php-loadingCôme Chilliet2025-04-141-5/+0
* fix: Remove support for app.php loadingCôme Chilliet2025-04-143-50/+7
* Merge pull request #52142 from nextcloud/dependabot/npm_and_yarn/vueuse/compo...Ferdinand Thiessen2025-04-14186-500/+373
|\
| * build(deps): bump @vueuse/components from 11.1.0 to 11.3.0dependabot[bot]2025-04-14186-500/+373
|/
* Merge pull request #52137 from nextcloud/revert-51431-enh/noid/disable-bulk-u...Louis2025-04-142-3/+3
|\
| * Revert "feat(bulk-upload): change the default to disabled as there are still ...revert-51431-enh/noid/disable-bulk-uploadLouis2025-04-112-3/+3
* | Merge pull request #52153 from nextcloud/dependabot/npm_and_yarn/marked-15.0.8dependabot[bot]2025-04-148-12/+12
|\ \
| * | build(deps): bump marked from 15.0.7 to 15.0.8dependabot[bot]2025-04-148-12/+12
|/ /
* | Merge pull request #52150 from nextcloud/dependabot/npm_and_yarn/nextcloud/es...Ferdinand Thiessen2025-04-1410-110/+527
|\ \
| * | build(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2dependabot/npm_and_yarn/nextcloud/eslint-config-8.4.2dependabot[bot]2025-04-1410-110/+527
* | | Merge pull request #52166 from nextcloud/upstream/52135/52135-masterKate2025-04-141-2/+7
|\ \ \ | |/ / |/| |
| * | fix(setup): ignore missing theming appupstream/52135/52135-masterMaxence Lange2025-04-121-2/+7
* | | Merge pull request #52162 from nextcloud/rakekniven-patch-2Benjamin Gaussorgues2025-04-141-2/+2
|\ \ \
| * | | chore(i18n): Aligned spelling of app namerakekniven2025-04-121-2/+2
| |/ /
* | | Merge pull request #52168 from nextcloud/fix/context-chat-l10nMarcel Klehr2025-04-141-1/+1
|\ \ \
| * | | fix(ContextAgent): Do not translate the name ContextAgentMarcel Klehr2025-04-141-1/+1
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-1414-164/+222
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-1332-142/+212
|/ /
* | Merge pull request #52156 from nextcloud/dependabot/composer/vendor-bin/opena...Kate2025-04-122-574/+574
|\ \
| * | build(deps): bump nextcloud/openapi-extractordependabot[bot]2025-04-122-574/+574
|/ /
* | Merge pull request #52151 from nextcloud/dependabot/npm_and_yarn/stylelint-16...dependabot[bot]2025-04-122-5/+5
|\ \
| * | build(deps-dev): bump stylelint from 16.17.0 to 16.18.0dependabot/npm_and_yarn/stylelint-16.18.0dependabot[bot]2025-04-122-5/+5
* | | Merge pull request #52145 from nextcloud/dependabot/npm_and_yarn/sass-1.86.3dependabot[bot]2025-04-122-5/+5
|\ \ \
| * | | build(deps-dev): bump sass from 1.85.1 to 1.86.3dependabot/npm_and_yarn/sass-1.86.3dependabot[bot]2025-04-122-5/+5
| |/ /
* | | Merge pull request #52140 from nextcloud/dependabot/npm_and_yarn/zip.js/zip.j...dependabot[bot]2025-04-122-5/+6
|\ \ \ | |/ / |/| |
| * | build(deps-dev): bump @zip.js/zip.js from 2.7.54 to 2.7.60dependabot[bot]2025-04-122-5/+6
|/ /
* / Fix(l10n): Update translations from TransifexNextcloud bot2025-04-1284-196/+220
|/
* Merge pull request #52132 from nextcloud/dependabot/npm_and_yarn/vite-6.2.6dependabot[bot]2025-04-111-3/+3
|\
| * build(deps): bump vite from 6.2.5 to 6.2.6dependabot[bot]2025-04-111-3/+3
|/
* Merge pull request #52105 from nextcloud/automated/noid/master-update-code-si...Joas Schilling2025-04-111-39/+39
|\
| * fix(security): Update code signing revocation listnextcloud-command2025-04-111-39/+39
* | Merge pull request #51431 from nextcloud/enh/noid/disable-bulk-uploadTobias Kaminsky2025-04-112-3/+3
|\ \
| * | feat(bulk-upload): change the default to disabled as there are still some bug...enh/noid/disable-bulk-uploadSimon L.2025-04-102-3/+3
* | | Merge pull request #52116 from nextcloud/Lukasdotcom-fix/fileidsMarcel Klehr2025-04-111-3/+3
|\ \ \ | |_|/ |/| |
| * | Fix(TaskProcessing): for validation for taskprocessing EShapeTypeLukas Schaefer2025-04-111-3/+3
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-1156-156/+462
* | Merge pull request #52073 from nextcloud/custom-properties-preload-negativeRobin Appelman2025-04-101-1/+4
|\ \ | |/ |/|
| * fix: fix preloading files with no custom propertiescustom-properties-preload-negativeRobin Appelman2025-04-091-1/+4
* | Merge pull request #52085 from nextcloud/bugfix/noid/fix-cached-return-of-dis...Anna2025-04-102-2/+33
|\ \
| * | fix(federation): Fix returning "no display name" after cache resultbugfix/noid/fix-cached-return-of-display-nameJoas Schilling2025-04-102-2/+33
* | | Merge pull request #52050 from nextcloud/fix/noid/taskprocessing-appapiAlexander Piskun2025-04-105-2/+434
|\ \ \ | |/ / |/| |
| * | fix(taskprocessing): use the event for AppAPI to get list of AI providersfix/noid/taskprocessing-appapiOleksander Piskun2025-04-095-2/+434
* | | Merge pull request #52082 from nextcloud/default-navigation-reuseKate2025-04-101-1/+2
|\ \ \
| * | | fix: reuse default navigation entry when updating navigation entriesdefault-navigation-reuseRobin Appelman2025-04-091-1/+2
| | |/ | |/|
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-1082-246/+310
* | | Merge pull request #52075 from nextcloud/fix/sharing-error-catchJohn Molakvoæ2025-04-0914-13/+33
|\ \ \
| * | | chore(assets): Recompile assetsfix/sharing-error-catchnextcloud-command2025-04-099-7/+7
| * | | fix(files_sharing): fix share creation error handlingskjnldsv2025-04-095-6/+26
|/ / /
* | | Merge pull request #52070 from nextcloud/test/noid/improve-test-outputJoas Schilling2025-04-091-6/+6
|\ \ \ | |/ / |/| |
| * | test: Improve comments manager test output in case of failuretest/noid/improve-test-outputJoas Schilling2025-04-091-6/+6