aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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>
* | | | Merge pull request #52860 from nextcloud/feat/psalm/error-deprecationsKate2025-05-152-0/+2170
|\ \ \ \
| * | | | feat(psalm): Mark all usage of deprecated code as errorfeat/psalm/error-deprecationsprovokateurin2025-05-152-0/+2170
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #52853 from nextcloud/refactor/rector-top-levelKate2025-05-157-29/+62
|\| | | | | |/ / / |/| | |
| * | | refactor: Extend rector to ocs/ and ocs-provider/refactor/rector-top-levelprovokateurin2025-05-153-10/+22
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | refactor: Extend rector to all top-level filesprovokateurin2025-05-155-19/+40
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #52822 from nextcloud/feat/mime-namesJohn Molakvoæ2025-05-1515-11/+9797
|\ \ \ \ | |/ / / |/| | |
| * | | chore: add missing GPL-2.0-only licensefeat/mime-namesJohn Molakvoæ (skjnldsv)2025-05-142-0/+119
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | fix(core): force sorting mimetypenames.dist.jsonJohn Molakvoæ (skjnldsv)2025-05-143-12/+16
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | feat(core): add human readable mimesJohn Molakvoæ (skjnldsv)2025-05-1412-11/+9674
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #52851 from nextcloud/ci/noid/update-phpunit10Joas Schilling2025-05-15232-2017/+1669
|\ \ \ \ | | | | | | | | | | test: Prepare tests/ and some apps/*/tests/ for PHPUnit10
| * | | | test: Fix coding standardsci/noid/update-phpunit10Joas Schilling2025-05-1522-39/+38
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | test: Make extending tests also static alreadyJoas Schilling2025-05-152-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>