aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #52918 from ↵Ferdinand Thiessen2025-05-1737-730/+455
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/tests/noid/migrate-more-apps-to-phpunit10 test: Migrate settings and provisioning_api to PHPUnit10
| * | | | | | | test: Migrate settings and provisioning_api to PHPUnit10tests/noid/migrate-more-apps-to-phpunit10Joas Schilling2025-05-1637-730/+455
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #52911 from nextcloud/chore/deprecate-ochelper-copyrFerdinand Thiessen2025-05-163-8/+43
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | chore: deprecate OC_Helper::copyr
| * | | | | | chore: deprecate OC_Helper::copyrchore/deprecate-ochelper-copyrFerdinand Thiessen2025-05-163-8/+43
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inline it into Installer as needed. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #52905 from nextcloud/test/autotest-gitFerdinand Thiessen2025-05-161-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | test: restore .htaccess file after running unit tests
| * | | | | | test: restore .htaccess file after running unit teststest/autotest-gitFerdinand Thiessen2025-05-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Merge pull request #52887 from nextcloud/dependabot/npm_and_yarn/undici-5.29.0dependabot[bot]2025-05-161-3/+3
|\ \ \ \ \ \ \
| * | | | | | | chore(deps): Bump undici from 5.28.5 to 5.29.0dependabot/npm_and_yarn/undici-5.29.0dependabot[bot]2025-05-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0) --- updated-dependencies: - dependency-name: undici dependency-version: 5.29.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | Merge pull request #52821 from nextcloud/fix/file-dropFerdinand Thiessen2025-05-165-133/+168
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix(dav): handle uploading folders with names of existing file for file drop plugin
| * | | | | | | | fix(dav): correctly handle uploading folders with same name as a filefix/file-dropFerdinand Thiessen2025-05-163-120/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | | refactor(dav): use Node API instead of private files view for filedrop pluginFerdinand Thiessen2025-05-163-19/+21
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | Merge pull request #52893 from nextcloud/chore/remove-files-templatesFerdinand Thiessen2025-05-165-9/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | chore: remove files file templates deprecated since v18 and provided by richdocuments
| * | | | | | | chore: remove files file templates deprecated since v18 and provided by ↵chore/remove-files-templatesFerdinand Thiessen2025-05-165-9/+0
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | richdocuments - leftover from https://github.com/nextcloud/server/pull/17559 - The file templates are already provided in a non-deprecated way by richdocuments. - The template manager used here is deprecated for 14 versions now... Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Merge pull request #52885 from nextcloud/fix/docblock-colorKate2025-05-162-9/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(OCP\Color): use correct doc block type
| * | | | | | | fix(OCP\Color): use correct doc block typefix/docblock-colorFerdinand Thiessen2025-05-152-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | Merge pull request #52708 from ↵Richard Steinmetz2025-05-164-0/+33
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/dav/update-rooms-resources-background-job fix(dav): add repair step to queue job to update rooms and resources
| * | | | | | | fix(dav): add repair step to queue job to update rooms and resourcesfix/dav/update-rooms-resources-background-jobRichard Steinmetz2025-05-094-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | | Merge pull request #52894 from nextcloud/chore/move-impl-utilCôme Chilliet2025-05-162-53/+53
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | chore: move implementation to non-deprecated OCP\Util from OC_Helper
| * | | | | | | | chore: move implementation to non-deprecated OCP\Util from OC_Helperchore/move-impl-utilFerdinand Thiessen2025-05-162-53/+53
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only moves the implementation where it was already existing and adds more helpful deprecation messages. This way we can in the future just remove the OC_Helper variants. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | Merge pull request #52772 from ↵F. E Noel Nfebe2025-05-163-37/+36
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/unified-search-filter-reset-on-load-more fix(unified_search): Maintain filters when loading more results
| * | | | | | | chore(assets): Recompile assetsnextcloud-command2025-05-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | fix(unified_search): Reset result limit for new search requestsfix/unified-search-filter-reset-on-load-morenfebe2025-05-161-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before now the result limit is never reset until the page is refreshed. Signed-off-by: nfebe <fenn25.fn@gmail.com>
| * | | | | | | fix(unified_search): Maintain non-provider filters when loading more resultsnfebe2025-05-161-34/+26
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintain existing non-provider filters (like date and person filters) while loading more results for a specific provider. This now works as the provider data passed to the `newResults` array after search is built dynamically and not manually, the result of a manual build was that the `provider.filters` properpy which is used in the `find` method was being left out in the providers pushed into the results array. Fixes #52081 Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | | | | Merge pull request #52871 from AndyXheli/patch-2Christoph Wurst2025-05-161-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(previews): lower log level when cached preview isn't found
| * | | | | | | fix(previews): lower log level when cached preview isn't foundAndyXheli2025-05-151-1/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since this PR #52221 was implemented, the log file has been flooded with warnings stating, "Cached preview not found for file; generating a new preview." This appears to be more of an informational message rather than a warning. This PR will change it from warning to debug Original PR #52221 Signed-off-by: AndyXheli <andyxheli@gmail.com>
* | | | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-16136-1538/+236
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #52886 from nextcloud/chore/ignore-3rdpartyKate2025-05-152-44/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | chore: ignore 3rdparty while psalm linting
| * | | | | | chore: ignore 3rdparty while psalm lintingchore/ignore-3rdpartyFerdinand Thiessen2025-05-152-44/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #52533 from nextcloud/fix/no-account-filter-public-shareJohn Molakvoæ2025-05-153-3/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fix: do not show account filter for public shares
| * | | | | chore(assets): Recompile assetsfix/no-account-filter-public-sharenextcloud-command2025-05-132-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix: do not show account filter for public sharesFerdinand Thiessen2025-05-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #52873 from nextcloud/cache-rename-source-errorRobin Appelman2025-05-151-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | fix: improve error message when cache rename source can't be found
| * | | | | fix: improve error message when cache rename source can't be foundcache-rename-source-errorRobin Appelman2025-05-151-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #52846 from nextcloud/refactor/ocp-deprecationsKate2025-05-1518-124/+41
|\ \ \ \ \
| * | | | | refactor: migrate from OC to OCP in public interfacesrefactor/ocp-deprecationsFerdinand Thiessen2025-05-1516-117/+34
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | refactor: add missing template implements where neededFerdinand Thiessen2025-05-152-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #52862 from nextcloud/feat/mimes-namesJohn Molakvoæ2025-05-159-12/+143
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | chore(assets): Recompile assetsnextcloud-command2025-05-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(core): remove untranslated mime namesJohn Molakvoæ (skjnldsv)2025-05-154-53/+25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | feat(files): show readable mime if availableJohn Molakvoæ (skjnldsv)2025-05-151-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | chore: update mimetypenamesJohn Molakvoæ (skjnldsv)2025-05-154-6/+145
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #52870 from nextcloud/chore/remove-get-storageKate2025-05-154-42/+0
|\ \ \ \ \
| * | | | | chore!(\OCP\Files): remove deprecated static `getStorage` methodchore/remove-get-storageFerdinand Thiessen2025-05-154-42/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was deprecated since Nextcloud 14 and is not used anymore. Removing allows us to clean the OCP psalm baseline. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #42678 from nextcloud/refactor/app/remove-register-routesJoas Schilling2025-05-1510-806/+350
|\ \ \ \ \ | |/ / / / |/| | | | refactor(App): Remove registerRoutes method
| * | | | fix(RouteParser): bail out if method name contains hashtagrefactor/app/remove-register-routesFerdinand Thiessen2025-05-152-1/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | chore(AppFramework): Remove unused RouteConfig class and migrate tests to ↵provokateurin2025-05-158-772/+339
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RouteParser Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | refactor(App): Remove registerRoutes methodprovokateurin2025-05-152-33/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #51818 from nextcloud/info-storage-commandRobin Appelman2025-05-156-0/+202
|\ \ \ \ | | | | | | | | | | feat: add command to get basic storage info
| * | | | feat: add mount id to info:storage(s)info-storage-commandRobin Appelman2025-05-152-7/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | feat: add command to get basic storage infoRobin Appelman2025-05-156-0/+198
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>