aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add an autoload.php file for tests relying on core classfix/add-autoload.php-for-testsCôme Chilliet2025-05-192-1/+17
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #52901 from nextcloud/chore/remove-dead-code-filesKate2025-05-196-150/+88
|\
| * refactor: move tag handling from files handler to files_sharingchore/remove-dead-code-filesFerdinand Thiessen2025-05-164-11/+88
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(files): remove dead code from files helperFerdinand Thiessen2025-05-162-139/+0
| | | | | | | | | | | | | | Its not used anywhere and uses deprecated / legacy API. Lets remove 🧹 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #52848 from nextcloud/fix/cleanup-servercontainerKate2025-05-1913-947/+47
|\ \
| * | fix: Remove calls to legacy callers in testsfix/cleanup-servercontainerCôme Chilliet2025-05-162-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Do not use circle provider class constantCôme Chilliet2025-05-161-2/+1
| | | | | | | | | | | | | | | | | | | | | This is to avoid issues if the circles app is disabled but you still have circles shares in your DB Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Count on the circles application to register its share providerCôme Chilliet2025-05-161-40/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(tests): Remove calls to removed getMountProviderCollection from testsCôme Chilliet2025-05-164-5/+5
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Remove deprecated getters from Server that were previously removed from ↵Côme Chilliet2025-05-162-466/+0
| | | | | | | | | | | | | | | | | | public interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Remove more unused deprecated getters from IServerContainerCôme Chilliet2025-05-162-58/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Cleanup share ProviderFactory to correctly use DI instead of deprecated ↵Côme Chilliet2025-05-165-173/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | getters Ideally circles and talk should migrate to calling registerProvider and core would not need to use their OCA classes like currently. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Remove deprecated getters in IServerContainer which are not used anymoreCôme Chilliet2025-05-161-213/+0
| | | | | | | | | | | | | | | | | | | | | | | | For now I left the ones which are called from lib/ Next step is to fix all calls and remove those as well. Also the getters should be removed from the implementation. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-1914-2/+458
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52937 from nextcloud/fix/s3-versions³Ferdinand Thiessen2025-05-181-1/+7
|\ \ \ | | | | | | | | fix(files_versions): only close stream if still open, fixing S3
| * | | fix(files_versions): only close stream if still open, fixing S3fix/s3-versionsFerdinand Thiessen2025-05-181-1/+7
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-1826-14/+634
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52890 from nextcloud/chore/move-stream-copy-implementationFerdinand Thiessen2025-05-1711-44/+81
|\ \ \ | | | | | | | | chore: move streamCopy implementation from `OC_Helper` to `OCP\Files`
| * | | fix(files_version): use `Storage::writeStream` instead of deprecated ↵chore/move-stream-copy-implementationFerdinand Thiessen2025-05-161-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | `streamCopy` if possible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | chore: move streamCopy implementation from `OC_Helper` to `OCP\Files`Ferdinand Thiessen2025-05-1611-41/+66
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | The function was already there but called the legacy version. So moved the implementation and migrated all usages of it. Sadly the interface was slightly different so adjusted it to be compatible with both legacy and the OCP one. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #52921 from ↵dependabot[bot]2025-05-172-5/+5
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/zip.js/zip.js-2.7.61
| * | | chore(deps-dev): Bump @zip.js/zip.js from 2.7.60 to 2.7.61dependabot/npm_and_yarn/zip.js/zip.js-2.7.61dependabot[bot]2025-05-172-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.7.60 to 2.7.61. - [Release notes](https://github.com/gildas-lormeau/zip.js/releases) - [Commits](https://github.com/gildas-lormeau/zip.js/compare/v2.7.60...v2.7.61) --- updated-dependencies: - dependency-name: "@zip.js/zip.js" dependency-version: 2.7.61 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #52922 from nextcloud/dependabot/npm_and_yarn/sass-1.89.0dependabot[bot]2025-05-172-5/+5
|\ \ \ \
| * | | | chore(deps-dev): Bump sass from 1.87.0 to 1.89.0dependabot/npm_and_yarn/sass-1.89.0dependabot[bot]2025-05-172-5/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.87.0 to 1.89.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.87.0...1.89.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.89.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #52912 from nextcloud/chore/remove-deprecated-oc-helperFerdinand Thiessen2025-05-1714-217/+151
|\ \ \ \ | |/ / / |/| | | chore!: remove legacy functions from `OC_Helper` deprecated before v10
| * | | test: replace `OC_Helper:rmdirr` with `OCP\Files::rmdirr`chore/remove-deprecated-oc-helperFerdinand Thiessen2025-05-168-10/+22
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | test: move legacy tests to non-depecated class testsFerdinand Thiessen2025-05-164-104/+123
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | chore!: remove legacy functions from `OC_Helper` deprecated before v10Ferdinand Thiessen2025-05-162-103/+6
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-1760-74/+1920
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | 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>