aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test: add test for permissions of copied sharecopy-share-unmaskedRobin Appelman2024-10-171-0/+26
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: use scan_permissions when copying cache itemsRobin Appelman2024-10-171-1/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: store unmaked source permissions as scan_permissions when loading share ↵Robin Appelman2024-10-171-0/+3
| | | | | | cache items Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #48684 from nextcloud/bug/noid/codeowners-caldav-carddavChristoph Wurst2024-10-151-3/+11
|\ | | | | chore: request review from groupware when changing the card- and cald…
| * chore: update groupware code ownersbug/noid/codeowners-caldav-carddavDaniel Kesselberg2024-10-141-3/+11
| | | | | | | | | | | | Ref https://github.com/nextcloud/groupware?tab=readme-ov-file#components-and-roles Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #48702 from nextcloud/chore/update-sass-loaderFerdinand Thiessen2024-10-15275-8500/+861
|\ \ | | | | | | chore: migrate from deprecated SASS API and SASS JS API
| * | chore(assets): recompile assetschore/update-sass-loaderGrigorii K. Shartsev2024-10-14267-8293/+463
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | chore(sass): migrate from deprecated mixed declsGrigorii K. Shartsev2024-10-143-9/+10
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | chore(sass): migrate from deprecated SASS apiGrigorii K. Shartsev2024-10-142-10/+13
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | chore(webpack): migrate to node-polyfill-webpack-plugin v4Grigorii K. Shartsev2024-10-141-1/+3
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | chore(devDeps): bump @nextcloud/webpack-vue-config and style related loadersGrigorii K. Shartsev2024-10-142-187/+372
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | Merge pull request #48371 from nextcloud/fix/rector-use-statementsCôme Chilliet2024-10-15306-1633/+2144
|\ \ \ | | | | | | | | Auto import Nextcloud classes in rector runs
| * | | chore: Update baseline after rector refactoringfix/rector-use-statementsCôme Chilliet2024-10-151-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-15304-1624/+2096
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | feat(rector): Skip classes with a name too common from auto use statementCôme Chilliet2024-10-151-0/+14
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | chore(rector): Add rule to import Nextcloud classes in all filesCôme Chilliet2024-10-151-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We skip all files outside of OC/OCA/OCP from "use" auto-import because it’s not always desirable to import classes when they have generic names, so it should be the developer choice. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #48682 from ↵Kate2024-10-151-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | nextcloud/fix/appconfig/sensitive-keys-external-jwt-private-key
| * | | fix(AppConfig): Add external JWT private key to sensitive keysfix/appconfig/sensitive-keys-external-jwt-private-keyprovokateurin2024-10-141-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #48206 from nextcloud/feat/systemtags-publicJohn Molakvoæ2024-10-1511-18/+136
|\ \ \ \
| * | | | feat: make systemtags public visiblefeat/systemtags-publicJohn Molakvoæ (skjnldsv)2024-10-1111-18/+136
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1586-206/+284
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #48673 from nextcloud/fix/null-labelFerdinand Thiessen2024-10-144-5/+38
|\ \ \ \ \ | |_|_|/ / |/| | | | fix(share): Return empty string if no label is set
| * | | | revert: "fix(files_sharing): Make share labels nullable"fix/null-labelFerdinand Thiessen2024-10-142-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 01c4fa3ba8a7311da331e6a2b70fc866b0a9b39c. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(share): Return empty string if no label is setFerdinand Thiessen2024-10-142-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Resolves: https://github.com/nextcloud/server/issues/48629 While the database supports NULL, the typing has always said it only returns *string*. So to not break any apps that might trust the typings we should return `''` if the database is set to `NULL`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #48687 from nextcloud/chore/gender-neutral-languageFerdinand Thiessen2024-10-1427-30/+30
|\ \ \ \ \ | | | | | | | | | | | | chore: Use more gender neutral language
| * | | | | chore(assets): Recompile assetschore/gender-neutral-languagenextcloud-command2024-10-144-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | chore: Use more gender neutral languageprovokateurin2024-10-1423-24/+24
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #48650 from nextcloud/fix/shipped-app-versionFerdinand Thiessen2024-10-143-52/+142
|\ \ \ \ \ | | | | | | | | | | | | fix: Shipped apps should include the Nextcloud version in the cache buster
| * | | | | fix: Shipped apps should include the Nextcloud version in the cache busterfix/shipped-app-versionFerdinand Thiessen2024-10-143-52/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #48604 from nextcloud/bugfix/noid/fix-tainted-file-appinfoJoas Schilling2024-10-146-29/+38
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fix(appmanager): Fix tainted file path when loading appinfos
| * | | | | fix(appmanager): Fix tainted file path when loading appinfosbugfix/noid/fix-tainted-file-appinfoJoas Schilling2024-10-146-29/+38
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #48689 from nextcloud/mixedSetTTLGit'Fellow2024-10-141-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | fix(locking): Accept mixed as value on setTTL
| * | | | fix(locking): Accept mixed as value on setTTLmixedSetTTLGit'Fellow2024-10-141-1/+1
|/ / / / | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Merge pull request #48653 from nextcloud/rakekniven-patch-2Louis2024-10-1410-9/+9
|\ \ \ \ | |_|_|/ |/| | | chore(l10n): Use default plural handling
| * | | chore(assets): Recompile assetsnextcloud-command2024-10-149-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | chore(l10n): Use default plural handlingrakekniven-patch-2rakekniven2024-10-101-2/+2
| | | | | | | | | | | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | Merge pull request #48537 from nextcloud/add-command-to-cleanup-previewKate2024-10-145-0/+267
|\ \ \ \ | |_|_|/ |/| | |
| * | | feat(preview): add command to cleanup preview folderadd-command-to-cleanup-previewThomas Citharel2024-10-035-0/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When changing preview parameters (size, format, …), one can simply delete the preview folder and run files:scan-app-data in order to retrigger updated preview recreation because files are absent. However, that's not possible when using ObjectStorage as primary storage, as there's no concept of "preview folder". This command allows to simply delete and recreate the preview folder properly from Nextcloud, so that the abstraction levels handle all the subfolder & file deleting part. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1444-94/+248
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48577 from ↵dependabot[bot]2024-10-132-14/+14
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-23.5.0
| * | | | chore(deps-dev): Bump puppeteer from 23.4.1 to 23.5.0dependabot[bot]2024-10-132-14/+14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 23.4.1 to 23.5.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v23.4.1...puppeteer-v23.5.0) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #48670 from ↵dependabot[bot]2024-10-1316-23/+23
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/pinia/testing-0.1.6
| * | | | chore(deps-dev): Bump @pinia/testing from 0.1.5 to 0.1.6dependabot[bot]2024-10-1316-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@pinia/testing](https://github.com/vuejs/pinia) from 0.1.5 to 0.1.6. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.5...@pinia/testing@0.1.6) --- updated-dependencies: - dependency-name: "@pinia/testing" dependency-type: direct:development 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 #48669 from ↵dependabot[bot]2024-10-135-18/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-2.2.4
| * | | | | chore(deps): Bump @nextcloud/calendar-availability-vuedependabot/npm_and_yarn/nextcloud/calendar-availability-vue-2.2.4dependabot[bot]2024-10-135-18/+16
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.2 to 2.2.4. - [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases) - [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.2...v2.2.4) --- updated-dependencies: - dependency-name: "@nextcloud/calendar-availability-vue" 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>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1378-194/+230
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #48648 from nextcloud/rakekniven-patch-1Ferdinand Thiessen2024-10-124-5/+5
|\ \ \ \ \ | |/ / / / |/| | | | fix(i18n): Improved grammar
| * | | | chore(assets): Recompile assetsnextcloud-command2024-10-112-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(i18n): Improved grammarrakekniven2024-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
| * | | | fix(i18n): Improved grammarrakekniven2024-10-111-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>