aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: Catch old cached paths and fetch the new onefix/cache-hit-getFirstNodeByIdJulius Knorr2025-04-081-5/+9
| | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* fix: Proper order for checking path prefix for getting file by id from cacheJulius Knorr2025-04-071-1/+1
| | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* Merge pull request #52005 from nextcloud/fix/l10n-placeholderFerdinand Thiessen2025-04-071-2/+2
|\ | | | | fix(l10n): put placeholder like string into variable
| * fix(l10n): put placeholder like string into variablefix/l10n-placeholderFerdinand Thiessen2025-04-071-2/+2
|/ | | | | | Otherwise this is wrongly handled by our translation community. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #51946 from nextcloud/perf/capaFerdinand Thiessen2025-04-071-7/+6
|\ | | | | perf(cloud_federation_api): only provide capabilities if needed
| * perf(cloud_federation_api): only provide capabilities if neededperf/capaFerdinand Thiessen2025-04-041-7/+6
| | | | | | | | | | | | | | | | | | The capabilities can be quite expensive (e.g. on ARM board it takes 1s per request only for the capabilities). Also they are not used by the webui so they should not be included in initial state. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51524 from nextcloud/fix/webpack-nonceFerdinand Thiessen2025-04-0722-33/+73
|\ \ | | | | | | fix: adjust webpack nonce generation
| * | chore(assets): Recompile assetsfix/webpack-noncenextcloud-command2025-04-0716-21/+59
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix: adjust webpack nonce generationFerdinand Thiessen2025-04-076-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | some leftovers where the request token is used instead of the CSP nonce. in general this makes not much difference - but there are some cases where those values differ. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #51937 from nextcloud/perf/filter-propfindFerdinand Thiessen2025-04-074-72/+84
|\ \ \ | | | | | | | | perf(files_sharing): do not emit second propfind for account filter
| * | | chore: compile assetsperf/filter-propfindFerdinand Thiessen2025-04-042-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | perf(files_sharing): do not require second propfind for account filterFerdinand Thiessen2025-04-042-69/+81
| | |/ | |/| | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #51712 from invario/masterStephan Orbaugh2025-04-071-7/+49
|\ \ \ | | | | | | | | Enhancement: Better previews for HDR video (attempt #2)
| * | | feat(previews): fix casing and commentsinvario2025-04-061-4/+5
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: invario <67800603+invario@users.noreply.github.com>
| * | | feat(previews): Clean up code for HDR video previewsinvario2025-04-031-16/+10
| | | | | | | | | | | | | | | | Signed-off-by: invario <67800603+invario@users.noreply.github.com>
| * | | feat(previews): Use proper colorspace and apply tonemap for HDR videosinvario2025-04-031-4/+51
| | | | | | | | | | | | | | | | Signed-off-by: KT <invario@gmail.com>
* | | | Merge pull request #51837 from nextcloud/artonge/chore/increase_log_in_trashbinLouis2025-04-071-4/+14
|\ \ \ \ | |_|_|/ |/| | | chore(files_trashbin): Add user details in log from Trashbin
| * | | chore(files_trashbin): Add user details in log from Trashbinartonge/chore/increase_log_in_trashbinLouis Chemineau2025-04-071-4/+14
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #51927 from nextcloud/fix/tags-eventsFerdinand Thiessen2025-04-072-1/+14
|\ \ \ \ | | | | | | | | | | fix(systemtags): emit assign and unassign bulk tagging events
| * | | | fix(systemtags): emit assign and unassign bulk tagging eventsfix/tags-eventsJohn Molakvoæ (skjnldsv)2025-04-042-1/+14
| | |_|/ | |/| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #51944 from nextcloud/fix/missing-importDaniel2025-04-077-3/+15
|\ \ \ \ | | | | | | | | | | fix(files_reminders): add missing import
| * | | | chore: lint files_reminders using psalmfix/missing-importFerdinand Thiessen2025-04-073-1/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files_reminders): add l10n to constructor of setup checkFerdinand Thiessen2025-04-071-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files_reminders): add missing importFerdinand Thiessen2025-04-074-1/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | - Resolves https://github.com/nextcloud/server/issues/51943 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #51982 from nextcloud/revert/email-setting-migrationKate2025-04-075-38/+5
|\ \ \ \ | | | | | | | | | | Revert "refactor: add migration for email setting"
| * | | | Revert "refactor: add migration for email setting"revert/email-setting-migrationprovokateurin2025-04-075-38/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e7859f0dacbda051c2decb2e0d62345435ac2fd9. Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #51942 from nextcloud/fix/require-update-if-mtime-is-nullFerdinand Thiessen2025-04-071-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix(cache): always require updates if mtime is null
| * | | | | fix(cache): always require updates if mtime is nullfix/require-update-if-mtime-is-nullFerdinand Thiessen2025-04-041-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Resolves https://github.com/nextcloud/server/issues/51941 Due to strong typings we introduced the parameter needs to be an integer. Previously it was `null` which was equal to `0`. So if there is no storage mtime we need to update the cache. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #51715 from nextcloud/allowUnderCustLinkKate2025-04-071-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix(dav): Allow underscores on custom links
| * | | | | fix(shares): Allow underscores on custom linksallowUnderCustLinkGit'Fellow2025-03-261-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | Merge pull request #51933 from nextcloud/fix/master-template-layoutKate2025-04-073-15/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix: ensure enabled (enforced) themes are always set on template layout
| * | | | | | fix: ensure enabled (enforced) themes are always set on template layoutfix/master-template-layoutFerdinand Thiessen2025-04-043-15/+24
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #51752 from nextcloud/backport/50121/masterFerdinand Thiessen2025-04-072-1/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | fix(theming): enforce theme also for login
| * | | | | fix(theming): enforce theme also for loginbackport/50121/masterFerdinand Thiessen2025-04-022-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #51967 from ↵Joas Schilling2025-04-071-10/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-code-signing-crl [master] fix(security): Update code signing revocation list
| * | | | | | fix(security): Update code signing revocation listnextcloud-command2025-04-071-10/+10
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0720-218/+350
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0620-46/+50
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #51954 from ↵John Molakvoæ2025-04-055-9/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.48 build(deps): bump moment-timezone from 0.5.47 to 0.5.48
| * | | | | | chore(assets): Recompile assetsnextcloud-command2025-04-053-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | build(deps): bump moment-timezone from 0.5.47 to 0.5.48dependabot[bot]2025-04-052-5/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.47 to 0.5.48. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.47...0.5.48) --- updated-dependencies: - dependency-name: moment-timezone dependency-version: 0.5.48 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #51955 from ↵John Molakvoæ2025-04-052-359/+219
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stylelint-16.17.0 build(deps-dev): bump stylelint from 16.9.0 to 16.17.0
| * | | | | | build(deps-dev): bump stylelint from 16.9.0 to 16.17.0dependabot/npm_and_yarn/stylelint-16.17.0dependabot[bot]2025-04-052-359/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.9.0 to 16.17.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.9.0...16.17.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.17.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #51952 from ↵John Molakvoæ2025-04-052-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/typescript-5.8.3 build(deps-dev): bump typescript from 5.8.2 to 5.8.3
| * | | | | | | build(deps-dev): bump typescript from 5.8.2 to 5.8.3dependabot/npm_and_yarn/typescript-5.8.3dependabot[bot]2025-04-052-5/+5
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #51337 from nextcloud/dependabot/npm_and_yarn/core-js-3.41.0John Molakvoæ2025-04-0519-24/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | build(deps): bump core-js from 3.40.0 to 3.41.0
| * | | | | | | chore(assets): Recompile assetsdependabot/npm_and_yarn/core-js-3.41.0nextcloud-command2025-04-0317-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | build(deps): bump core-js from 3.40.0 to 3.41.0dependabot[bot]2025-04-032-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.40.0 to 3.41.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.41.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | Merge pull request #51949 from nextcloud/dependabot/npm_and_yarn/dockerode-4.0.5dependabot[bot]2025-04-052-10/+10
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | build(deps-dev): bump dockerode from 4.0.4 to 4.0.5dependabot/npm_and_yarn/dockerode-4.0.5dependabot[bot]2025-04-052-10/+10
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dockerode](https://github.com/apocas/dockerode) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/apocas/dockerode/releases) - [Commits](https://github.com/apocas/dockerode/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: dockerode dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>