aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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>
* / | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1254-132/+376
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48639 from nextcloud/add-default-request-timeout-constThomas Citharel2024-10-113-2/+11
|\ \ \ | | | | | | | | feat(http client): expose default request timeout constant to be used instead of magic number 30
| * | | feat(http-client): expose default request timeout constant to be used ↵add-default-request-timeout-constThomas Citharel2024-10-113-2/+11
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of magic number 30 Will be used to set default where we are able to override the default timeout. See https://github.com/nextcloud/server/pull/48418 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1176-240/+468
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48638 from nextcloud/fix/reasons-to-usePytal2024-10-106-14/+21
|\ \ | | | | | | fix: Fix "Reasons to use Nextcloud" design
| * | chore: compile assetsfix/reasons-to-useChristopher Ng2024-10-092-2/+2
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | fix: Fix "Reasons to use Nextcloud" designChristopher Ng2024-10-092-12/+11
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | chore: generate icons cssChristopher Ng2024-10-091-0/+4
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | chore: Add text file icon classChristopher Ng2024-10-091-0/+4
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1042-4/+354
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48536 from nextcloud/artonge/fix/vue_app_namesLouis2024-10-0926-391/+399
|\ \ | | | | | | fix: Vue app names
| * | chore: Compile assetsartonge/fix/vue_app_namesLouis Chemineau2024-10-0921-383/+383
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | fix: Minor @nc/vue usage errorsLouis Chemineau2024-10-092-3/+9
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | fix: Vue app namesLouis Chemineau2024-10-093-5/+7
|/ / | | | | | | | | | | This improves the debugging experience in the vue dev tool. Signed-off-by: Louis Chemineau <louis@chmn.me>