aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #48371 from nextcloud/fix/rector-use-statementsCôme Chilliet2024-10-15306-1633/+2144
|\
| * chore: Update baseline after rector refactoringfix/rector-use-statementsCôme Chilliet2024-10-151-9/+9
| * chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-15304-1624/+2096
| * feat(rector): Skip classes with a name too common from auto use statementCôme Chilliet2024-10-151-0/+14
| * chore(rector): Add rule to import Nextcloud classes in all filesCôme Chilliet2024-10-151-0/+25
* | Merge pull request #48682 from nextcloud/fix/appconfig/sensitive-keys-externa...Kate2024-10-151-0/+1
|\ \ | |/ |/|
| * fix(AppConfig): Add external JWT private key to sensitive keysfix/appconfig/sensitive-keys-external-jwt-private-keyprovokateurin2024-10-141-0/+1
* | 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
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1586-206/+284
* | | Merge pull request #48673 from nextcloud/fix/null-labelFerdinand Thiessen2024-10-144-5/+38
|\ \ \
| * | | revert: "fix(files_sharing): Make share labels nullable"fix/null-labelFerdinand Thiessen2024-10-142-3/+2
| * | | fix(share): Return empty string if no label is setFerdinand Thiessen2024-10-142-2/+36
* | | | Merge pull request #48687 from nextcloud/chore/gender-neutral-languageFerdinand Thiessen2024-10-1427-30/+30
|\ \ \ \
| * | | | chore(assets): Recompile assetschore/gender-neutral-languagenextcloud-command2024-10-144-6/+6
| * | | | chore: Use more gender neutral languageprovokateurin2024-10-1423-24/+24
| |/ / /
* | | | 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 busterfix/shipped-app-versionFerdinand Thiessen2024-10-143-52/+142
* | | | | 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 appinfosbugfix/noid/fix-tainted-file-appinfoJoas Schilling2024-10-146-29/+38
| |/ / /
* | | | Merge pull request #48689 from nextcloud/mixedSetTTLGit'Fellow2024-10-141-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix(locking): Accept mixed as value on setTTLmixedSetTTLGit'Fellow2024-10-141-1/+1
|/ / /
* | | Merge pull request #48653 from nextcloud/rakekniven-patch-2Louis2024-10-1410-9/+9
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command2024-10-149-7/+7
| * | | chore(l10n): Use default plural handlingrakekniven-patch-2rakekniven2024-10-101-2/+2
* | | | 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
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1444-94/+248
* | | | Merge pull request #48577 from nextcloud/dependabot/npm_and_yarn/puppeteer-23...dependabot[bot]2024-10-132-14/+14
|\ \ \ \
| * | | | chore(deps-dev): Bump puppeteer from 23.4.1 to 23.5.0dependabot[bot]2024-10-132-14/+14
|/ / / /
* | | | Merge pull request #48670 from nextcloud/dependabot/npm_and_yarn/pinia/testin...dependabot[bot]2024-10-1316-23/+23
|\ \ \ \
| * | | | chore(deps-dev): Bump @pinia/testing from 0.1.5 to 0.1.6dependabot[bot]2024-10-1316-23/+23
* | | | | Merge pull request #48669 from nextcloud/dependabot/npm_and_yarn/nextcloud/ca...dependabot[bot]2024-10-135-18/+16
|\ \ \ \ \
| * | | | | chore(deps): Bump @nextcloud/calendar-availability-vuedependabot/npm_and_yarn/nextcloud/calendar-availability-vue-2.2.4dependabot[bot]2024-10-135-18/+16
| |/ / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1378-194/+230
* | | | | Merge pull request #48648 from nextcloud/rakekniven-patch-1Ferdinand Thiessen2024-10-124-5/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore(assets): Recompile assetsnextcloud-command2024-10-112-3/+3
| * | | | fix(i18n): Improved grammarrakekniven2024-10-111-1/+1
| * | | | fix(i18n): Improved grammarrakekniven2024-10-111-1/+1
| | |_|/ | |/| |
* / | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1254-132/+376
|/ / /
* | | 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...add-default-request-timeout-constThomas Citharel2024-10-113-2/+11
|/ / /
* | / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1176-240/+468
| |/ |/|
* | Merge pull request #48638 from nextcloud/fix/reasons-to-usePytal2024-10-106-14/+21
|\ \
| * | chore: compile assetsfix/reasons-to-useChristopher Ng2024-10-092-2/+2
| * | fix: Fix "Reasons to use Nextcloud" designChristopher Ng2024-10-092-12/+11
| * | chore: generate icons cssChristopher Ng2024-10-091-0/+4
| * | chore: Add text file icon classChristopher Ng2024-10-091-0/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1042-4/+354
|/ /
* | Merge pull request #48536 from nextcloud/artonge/fix/vue_app_namesLouis2024-10-0926-391/+399
|\ \