aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refactor(filecache): Move to more strict typingmoveStrictTypingGit'Fellow2024-11-251-15/+18
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Merge pull request #49329 from ↵dependabot[bot]2024-11-18106-134/+133
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/vue-material-design-icons-5.3.1
| * chore(assets): Recompile assetsdependabot/npm_and_yarn/vue-material-design-icons-5.3.1nextcloud-command2024-11-18104-128/+128
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * chore(deps): bump vue-material-design-icons from 5.3.0 to 5.3.1dependabot[bot]2024-11-182-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: vue-material-design-icons dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #48855 from nextcloud/fix/app-store-remove-force-enableFerdinand Thiessen2024-11-185-37/+31
|\ \ | | | | | | fix(apps-store): Remove apps from force-enabled state when uninstalled
| * | fix(apps-store): Remove apps from force-enabled state when uninstalledfix/app-store-remove-force-enableFerdinand Thiessen2024-11-185-37/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | If an app is force-enabled and then uninstalled the force-enabled state was kept. This is now removed, so when the app should be re-installed the compatibility should be reevaluated. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #49337 from nextcloud/fix/sassJohn Molakvoæ2024-11-1816-63/+55
|\ \ \ | |_|/ |/| |
| * | chore: Compile assetsfix/sassFerdinand Thiessen2024-11-176-27/+19
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: Replace deprecated SASS rulesFerdinand Thiessen2024-11-1710-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | - global color functions are now deprecated - use color namespace - `@import` is deprecated and will be removed (will be native CSS import in future) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #49300 from nextcloud/refactor/files-deprecated-share-typesFerdinand Thiessen2024-11-183-14/+18
|\ \ \ | | | | | | | | refactor(files): Replace deprecated `Types` enum for share types
| * | | chore: Compile assetsrefactor/files-deprecated-share-typesFerdinand Thiessen2024-11-182-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor(files): Replace deprecated `Types` enum for share typesFerdinand Thiessen2024-11-181-11/+15
|/ / / | | | | | | | | | | | | | | | | | | Replace with `ShareType` enum. Also fix some small Typescript issues in `FilesList.vue`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #49341 from nextcloud/bugfix/noid/add-missing-blurhashJoas Schilling2024-11-181-0/+1
|\ \ \ | |_|/ |/| | fix(richtextvalidator): Add missing blurhash
| * | fix(richtextvalidator): Add missing blurhashbugfix/noid/add-missing-blurhashJoas Schilling2024-11-181-0/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1860-124/+520
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1734-92/+232
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49324 from nextcloud/dependabot/npm_and_yarn/sass-1.81.0dependabot[bot]2024-11-162-11/+329
|\
| * build(deps-dev): bump sass from 1.79.3 to 1.81.0dependabot/npm_and_yarn/sass-1.81.0dependabot[bot]2024-11-162-11/+329
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.79.3 to 1.81.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.79.3...1.81.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #49331 from ↵Ferdinand Thiessen2024-11-163-286/+177
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/workbox-webpack-plugin-7.3.0 bump workbox-webpack-plugin from 7.1.0 to 7.3.0
| * | chore(deps): bump workbox-webpack-plugin from 7.1.0 to 7.3.0dependabot[bot]2024-11-163-286/+177
|/ / | | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: workbox-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Co-authored-by: dependabot[bot] <support@github.com> Co-authored-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #49301 from nextcloud/refactor/files-required-navigationFerdinand Thiessen2024-11-169-29/+35
|\ \ | | | | | | refactor(files): Adjust `useNavigation` composable to enforce active view
| * | chore(assets): Recompile assetsnextcloud-command2024-11-163-4/+4
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | refactor(files): Adjust `useNavigation` composable to enforce active viewFerdinand Thiessen2024-11-166-25/+31
|/ / | | | | | | | | | | | | | | | | In some cases it is guaranteed that we have a proper active view, e.g. when the file list is loaded (so within FileEntry* components). This does not change anything but the Typescript types, so the `currentView` is typed as `View` instead of `View | null´. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #49333 from nextcloud/revert/openapi-extractorKate2024-11-161-12/+12
|\ \
| * | Revert "build(deps): bump nextcloud/openapi-extractor"revert/openapi-extractorprovokateurin2024-11-161-12/+12
|/ / | | | | | | | | | | This reverts commit 03f438d1b7f5e013527bce4ffc3274911a7c3df0. Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #49325 from ↵dependabot[bot]2024-11-162-104/+101
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vitest/coverage-v8-2.1.5
| * | build(deps-dev): bump @vitest/coverage-v8 from 2.1.1 to 2.1.5dependabot[bot]2024-11-162-104/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 2.1.1 to 2.1.5. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/coverage-v8) --- updated-dependencies: - dependency-name: "@vitest/coverage-v8" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #49322 from ↵dependabot[bot]2024-11-161-12/+12
|\ \ \ | |/ / |/| | | | | nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.2.2
| * | build(deps): bump nextcloud/openapi-extractordependabot[bot]2024-11-161-12/+12
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.1.0 to 1.2.2. - [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.1.0...v1.2.2) --- updated-dependencies: - dependency-name: nextcloud/openapi-extractor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #49326 from ↵dependabot[bot]2024-11-162-5/+5
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/zip.js/zip.js-2.7.53
| * | build(deps-dev): bump @zip.js/zip.js from 2.7.52 to 2.7.53dependabot/npm_and_yarn/zip.js/zip.js-2.7.53dependabot[bot]2024-11-162-5/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.7.52 to 2.7.53. - [Release notes](https://github.com/gildas-lormeau/zip.js/releases) - [Commits](https://github.com/gildas-lormeau/zip.js/compare/v2.7.52...v2.7.53) --- updated-dependencies: - dependency-name: "@zip.js/zip.js" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #49327 from ↵dependabot[bot]2024-11-162-155/+82
|\ \ | |/ |/| | | nextcloud/dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.9
| * build(deps-dev): bump @babel/plugin-transform-private-methodsdependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.9dependabot[bot]2024-11-162-155/+82
|/ | | | | | | | | | | | | | | Bumps [@babel/plugin-transform-private-methods](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-private-methods) from 7.25.7 to 7.25.9. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-plugin-transform-private-methods) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-private-methods" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-16136-138/+180
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49313 from ↵Ferdinand Thiessen2024-11-15227-389/+388
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-8.20.0 build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0
| * chore: Compile assetsdependabot/npm_and_yarn/nextcloud/vue-8.20.0Ferdinand Thiessen2024-11-15224-334/+334
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0dependabot[bot]2024-11-153-55/+54
|/ | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.17.1 to 8.20.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.17.1...v8.20.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #49048 from ↵John Molakvoæ2024-11-155-11/+10
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/jquery-ui-1.14.1
| * chore(assets): Recompile assetsnextcloud-command2024-11-153-4/+4
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * build(deps): bump jquery-ui from 1.13.3 to 1.14.1dependabot[bot]2024-11-152-7/+6
|/ | | | | | | | | | | | | | Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.3 to 1.14.1. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.13.3...1.14.1) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #45330 from nextcloud/remove-locking-config-sampleJohn Molakvoæ2024-11-151-15/+0
|\
| * fix: remove mention of disabling file locking from config sampleremove-locking-config-sampleRobin Appelman2024-09-191-15/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #49130 from nextcloud/fix/cron-strict-cookieJoas Schilling2024-11-151-1/+3
|\ \ | | | | | | fix: Do not check for strict cookie when running webcron
| * | fix: Do not check for strict cookie when running webcronfix/cron-strict-cookieFerdinand Thiessen2024-11-071-1/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #49271 from nextcloud/fix/files/reactivity-injectFerdinand Thiessen2024-11-153-6/+6
|\ \ \ | | | | | | | | fix(files): Make injected actions reactive
| * | | chore(assets): Recompile assetsfix/files/reactivity-injectnextcloud-command2024-11-152-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): Make injected actions reactiveFerdinand Thiessen2024-11-151-3/+3
|/ / / | | | | | | | | | | | | | | | | | | Provided values are not reactive by default and by design, we must need computed to make them reactive. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #49299 from nextcloud/tests/fix-jest-leftoverFerdinand Thiessen2024-11-151-7/+7
|\ \ \ | | | | | | | | test: Fix test mocks for nextcloud-dialogs
| * | | test: Fix test mocks for nextcloud-dialogstests/fix-jest-leftoverFerdinand Thiessen2024-11-151-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Leftover from Jest -> Vitest migration Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #49129 from nextcloud/feat/systemtags-bulk-create-listJohn Molakvoæ2024-11-1514-32/+71
|\ \ \ \