aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): bump the github-actions group across 1 directory with 7 updatesdependabot/github_actions/github-actions-962ddf9a44dependabot[bot]2025-01-2436-62/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.31.1` | `2.32.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.0.4` | `4.1.0` | | [cypress-io/github-action](https://github.com/cypress-io/github-action) | `6.7.7` | `6.7.10` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.3` | `4.6.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.0.7` | `5.3.1` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.5` | `7.0.6` | | [marcelklehr/get-github-handles-from-website-action](https://github.com/marcelklehr/get-github-handles-from-website-action) | `1.0.0` | `1.0.1` | Updates `shivammathur/setup-php` from 2.31.1 to 2.32.0 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/c541c155eee45413f5b09a52248675b1a2575231...9e72090525849c5e82e596468b86eb55e9cc5401) Updates `actions/setup-node` from 4.0.4 to 4.1.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.4...39370e3970a6d050c480ffad4ff0ed4d3fdee5af) Updates `cypress-io/github-action` from 6.7.7 to 6.7.10 - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb...7271bed2a170d73c0b08939cd192db51a1c46c50) Updates `actions/upload-artifact` from 4.4.3 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08) Updates `codecov/codecov-action` from 5.0.7 to 5.3.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v5.0.7...v5.3.1) Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/5e914681df9dc83aa4e4905692ca88beb2f9e91f...67ccf781d68cd99b580ae25a5c18a1cc84ffff1f) Updates `marcelklehr/get-github-handles-from-website-action` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/marcelklehr/get-github-handles-from-website-action/releases) - [Commits](https://github.com/marcelklehr/get-github-handles-from-website-action/compare/a739600f6b91da4957f51db0792697afbb2f143c...06b2239db0a48fe1484ba0bfd966a3ab81a08308) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: marcelklehr/get-github-handles-from-website-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #50398 from nextcloud/fix/get-version-of-coreFerdinand Thiessen2025-01-246-39/+148
|\ | | | | fix: Correctly return app id and app version for `core` styles and images
| * fix(TemplateLayout): `core` is not an app but the server itselffix/get-version-of-coreFerdinand Thiessen2025-01-243-28/+30
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix: Correctly return app id and app version for `core` styles and imagesFerdinand Thiessen2025-01-244-11/+118
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #50353 from nextcloud/artonge/feat/skip-trash-headerAndy Scherzinger2025-01-241-18/+24
|\ \ | | | | | | feat: Support X-NC-Skip-Trashbin header
| * | feat: Support X-NC-Skip-Trashbin headerLouis Chemineau2025-01-241-18/+24
|/ / | | | | | | | | | | This is useful for clients that want to directly and permanently delete a file. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #50368 from nextcloud/fix/version-channelJohn Molakvoæ2025-01-241-0/+6
|\ \ | |/ |/|
| * fix: Properly read updater channel before returning version channel as a ↵fix/version-channelJulius Knorr2025-01-241-0/+6
| | | | | | | | | | | | fallback Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | Merge pull request #50394 from nextcloud/bugfix/noid/fix-translation-reuseJoas Schilling2025-01-241-6/+14
|\ \ | | | | | | ci(reuse): Fix translation reuse mapping
| * | ci(reuse): Fix translation reuse mappingJoas Schilling2025-01-241-6/+14
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #50376 from ↵Joas Schilling2025-01-241-41/+42
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/master-update-code-signing-crl [master] fix(security): Update code signing revocation list
| * | fix(security): Update code signing revocation listnextcloud-command2025-01-241-41/+42
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Merge pull request #50389 from nextcloud/revert/share-node-accessibleStephan Orbaugh2025-01-242-38/+4
|\ \ \ | | | | | | | | Revert "fix(Share20\Manager): Ensure node is still accessible when checking share"
| * | | Revert "fix(Share20\Manager): Ensure node is still accessible when checking ↵revert/share-node-accessibleprovokateurin2025-01-242-38/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | share" This reverts commit c2ca99e2f641396b6823c1e675afd3ecb486e744. Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #46780 from nextcloud/fix/taskprocessing-better-errorsMarcel Klehr2025-01-241-2/+6
|\ \ \ | |/ / |/| | fix(TaskProcessing): Catch JSON encode errors in Manager#setTaskResult
| * | fix(TaskProcessing): Catch JSON encode errors in Manager#setTaskResultfix/taskprocessing-better-errorsMarcel Klehr2025-01-231-2/+6
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-24238-134/+2082
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #50366 from nextcloud/fix/50363/correct-system-tags-i18nF. E Noel Nfebe2025-01-233-4/+7
|\ \ \ | | | | | | | | fix(systemtags): Use literal strings for i18n in showSuccess
| * | | chore(assets): Recompile assetsnextcloud-command2025-01-232-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(systemtags): Use literal strings for i18n in showSuccessnfebe2025-01-231-1/+4
| | |/ | |/| | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | Merge pull request #50282 from nextcloud/refactor/48925/sharing-sidebar-redesignF. E Noel Nfebe2025-01-2326-84/+229
|\ \ \ | |/ / |/| | refactor: Sharing sidebar UI redesign
| * | chore(assets): Recompile assetsnextcloud-command2025-01-2322-20/+20
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | feat: Only show show inherited shares section if presentnfebe2025-01-231-1/+1
| | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
| * | feat: Improve create link textsnfebe2025-01-231-2/+8
| | | | | | | | | | | | | | | | | | Use `Create public link` for first link share creation Signed-off-by: nfebe <fenn25.fn@gmail.com>
| * | feat(files_sharing): Modularize `SharingInput` to adapt with share sectionsnfebe2025-01-231-14/+34
| | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
| * | refactor(files_sharing): Split internal & external sharesnfebe2025-01-232-52/+168
| | | | | | | | | | | | | | | | | | Create two seperate sections for internal and external shares. Signed-off-by: nfebe <fenn25.fn@gmail.com>
| * | refactor(files_sharing): move deprecated projects componentThomas Lehmann2025-01-231-6/+9
|/ / | | | | | | | | | | | | | | | | Primarily to move it out of the way for changes in the source location. The feature was deprecated in version 25 (#28320), five versions ago. Refs: #48925 Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | Merge pull request #50369 from nextcloud/fix/dav/first-login-listenerRichard Steinmetz2025-01-233-1/+10
|\ \ | | | | | | fix(dav): default calendar and address book not created on first login
| * | fix(dav): default calendar and address book not created on first loginRichard Steinmetz2025-01-233-1/+10
|/ / | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Merge pull request #50365 from nextcloud/skjnldsv-patch-1Richard Steinmetz2025-01-231-1/+1
|\ \ | | | | | | chore: add profile translations reuse license
| * | chore: add profile translations reuse licenseJohn Molakvoæ2025-01-231-1/+1
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | Merge pull request #50362 from ↵Arthur Schiwon2025-01-231-1/+1
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fix/noid/revert-api-breaking-return-type fix: remove return type
| * | fix: remove typing and return typefix/noid/revert-api-breaking-return-typeAnna Larch2025-01-231-1/+1
|/ / | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-232344-21590/+3698
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #50355 from ↵Joas Schilling2025-01-232-0/+0
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-translations-of-profile-and-webhook-listener fix(translations): Fix profile and webhook_listeners
| * | fix(translations): Fix profile and webhook_listenersJoas Schilling2025-01-232-0/+0
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #50318 from nextcloud/chore/cypress-typosJohn Molakvoæ2025-01-234-8/+7
|\ \ | |/ |/|
| * chore(tests): Make linter happy in cypress testschore/cypress-typosFerdinand Thiessen2025-01-224-8/+7
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #50330 from nextcloud/chore/master-is-now-32John Molakvoæ2025-01-2340-81/+81
|\ \
| * | fix: Adjust issue templateJoas Schilling2025-01-231-4/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | build: Rebuild core-common.jsJoas Schilling2025-01-232-3/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | ci: Setup dependabot for 3rdparty stable31Joas Schilling2025-01-231-0/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | chore: Bump app versions and requirementsJoas Schilling2025-01-2331-62/+62
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | chore: Bump Nextcloud versionJoas Schilling2025-01-231-3/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(security): Update .well-known/security.txt expiration dateJoas Schilling2025-01-231-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | ci: Add stable31 to CI and skip stable28Joas Schilling2025-01-233-8/+8
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-2326-54/+350
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #49514 from nextcloud/feat/restrict-tag-creationBenjamin Gaussorgues2025-01-2228-44/+324
|\ \
| * | chore(assets): Recompile assetsnextcloud-command2025-01-2212-12/+39
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | feat: Update UI to respect tag creation permissionsnfebe2025-01-223-1/+15
| | | | | | | | | | | | | | | | | | | | | Added support for the `only_admin_can_create` flag in system tags. The UI now hides the option to create tags when this flag is enabled, ensuring compliance with admin settings. Signed-off-by: nfebe <fenn25.fn@gmail.com>