aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #53222 from ↵Kate2025-05-3113-52/+86
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-3.1.0
| * | | | | | chore(assets): Recompile assetsnextcloud-command2025-05-316-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | chore: adjust stylesheets to new codestyleFerdinand Thiessen2025-05-316-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | build(deps-dev): bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0dependabot[bot]2025-05-312-36/+68
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud-libraries/stylelint-config) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/nextcloud-libraries/stylelint-config/releases) - [Changelog](https://github.com/nextcloud-libraries/stylelint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/stylelint-config/compare/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/stylelint-config" dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #53225 from ↵dependabot[bot]2025-05-312-53/+53
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vitest/coverage-v8-3.1.4
| * | | | | build(deps-dev): bump @vitest/coverage-v8 from 3.1.3 to 3.1.4dependabot[bot]2025-05-312-53/+53
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.4/packages/coverage-v8) --- updated-dependencies: - dependency-name: "@vitest/coverage-v8" dependency-version: 3.1.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* / / / / fix(l10n): Update translations from TransifexNextcloud bot2025-05-3142-740/+1758
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #53145 from nextcloud/dav-file-write-logRobin Appelman2025-05-301-1/+3
|\ \ \ \ | | | | | | | | | | fix: log error when writing stream to dav file
| * | | | fix: log error when writing stream to dav filedav-file-write-logRobin Appelman2025-05-301-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #53161 from nextcloud/docs/53002/calendar-search-implJoas Schilling2025-05-302-20/+0
|\ \ \ \ \ | |/ / / / |/| | | | docs(caldav): update documentation for calendar search
| * | | | docs(caldav): update documentation for calendar searchdocs/53002/calendar-search-implDaniel Kesselberg2025-05-282-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the documentation from the implementaitons. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #53198 from ↵Joas Schilling2025-05-301-4/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/user_status-unique-constraint fix(user_status): Avoid unique constraint violations from parallel he…
| * | | | | fix(user_status): Avoid unique constraint violations from parallel ↵bugfix/noid/user_status-unique-constraintJoas Schilling2025-05-301-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | heartbeats and GET requests Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #53200 from nextcloud/ci/noid/use-standard-feedback-actionAndy Scherzinger2025-05-301-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | ci(feedback): Use default action template
| * | | | | | ci(feedback): Use default action templateAndy Scherzinger2025-05-301-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...since modifications have been up-streamed Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | | | | | Merge pull request #53197 from nextcloud/ci/noid/crl31Andy Scherzinger2025-05-301-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | ci(crl): Add stable31 branch
| * | | | | | ci(crl): Add srtable31 branchci/noid/crl31Andy Scherzinger2025-05-301-1/+1
| |/ / / / / | | | | | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | | | | | Merge pull request #53187 from ↵Andy Scherzinger2025-05-301-9/+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-05-301-9/+10
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-30120-228/+348
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #52597 from ↵dependabot[bot]2025-05-292-7/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.27.1
| * | | | | build(deps-dev): bump @babel/plugin-transform-private-methodsdependabot[bot]2025-05-292-7/+8
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/plugin-transform-private-methods](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-private-methods) from 7.25.9 to 7.27.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-plugin-transform-private-methods) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-private-methods" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #52593 from ↵dependabot[bot]2025-05-294-107/+116
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-typescript-7.27.1
| * | | | | chore(assets): Recompile assetsnextcloud-command2025-05-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | build(deps-dev): bump @babel/preset-typescript from 7.27.0 to 7.27.1dependabot[bot]2025-05-292-105/+114
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.27.0 to 7.27.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #52726 from ↵dependabot[bot]2025-05-292-12/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/node-7.27.1
| * | | | | build(deps-dev): bump @babel/node from 7.26.0 to 7.27.1dependabot/npm_and_yarn/babel/node-7.27.1dependabot[bot]2025-05-292-12/+12
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.26.0 to 7.27.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-node) --- updated-dependencies: - dependency-name: "@babel/node" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #53179 from nextcloud/tests/noid/federated-file-sharingJoas Schilling2025-05-2922-580/+366
|\ \ \ \ \ | | | | | | | | | | | | test: Migrate federated file sharing to PHPUnit 10
| * | | | | test: Migrate files apptests/noid/federated-file-sharingJoas Schilling2025-05-2912-200/+138
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Mock ITaskManager to remove test interactionsJoas Schilling2025-05-292-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Migrate federated file sharing to PHPUnit 10Joas Schilling2025-05-298-372/+220
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #52592 from nextcloud/dependabot/npm_and_yarn/is-svg-6.0.0Andy Scherzinger2025-05-297-21/+114
|\ \ \ \ \ \ | | | | | | | | | | | | | | build(deps): bump is-svg from 5.1.0 to 6.0.0
| * | | | | | chore(assets): Recompile assetsnextcloud-command2025-05-295-14/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | build(deps): bump is-svg from 5.1.0 to 6.0.0dependabot[bot]2025-05-292-7/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](https://github.com/sindresorhus/is-svg/compare/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: is-svg dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #52723 from ↵dependabot[bot]2025-05-292-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/moment-1.3.4
| * | | | | | build(deps): bump @nextcloud/moment from 1.3.2 to 1.3.4dependabot[bot]2025-05-292-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/moment](https://github.com/nextcloud-libraries/nextcloud-moment) from 1.3.2 to 1.3.4. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-moment/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-moment/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-moment/compare/v1.3.2...v1.3.4) --- updated-dependencies: - dependency-name: "@nextcloud/moment" dependency-version: 1.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #53147 from xlejo/fix/files_versions/undefined_restoredJohn Molakvoæ2025-05-293-4/+4
|\ \ \ \ \ \
| * | | | | | chore: compile assetsskjnldsv2025-05-292-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | fix(files_versions): "undefined restored" on restoreAlejo2025-05-291-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Alejo <xlejo@protonmail.com>
* | | | | | Merge pull request #52845 from ↵dependabot[bot]2025-05-292-92/+95
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/cypress-split-1.24.17
| * | | | | build(deps-dev): bump cypress-split from 1.24.14 to 1.24.17dependabot/npm_and_yarn/cypress-split-1.24.17dependabot[bot]2025-05-292-92/+95
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cypress-split](https://github.com/bahmutov/cypress-split) from 1.24.14 to 1.24.17. - [Release notes](https://github.com/bahmutov/cypress-split/releases) - [Commits](https://github.com/bahmutov/cypress-split/compare/v1.24.14...v1.24.17) --- updated-dependencies: - dependency-name: cypress-split dependency-version: 1.24.17 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #53175 from ↵Joas Schilling2025-05-2919-491/+344
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/tests/noid/migrate-federation-and-files_trashbin test: Migrate Federation and Files_Trashbin to PHPUnit 10
| * | | | | chore(cs): Apply autofixestests/noid/migrate-federation-and-files_trashbinJoas Schilling2025-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Migrate Federation and Files_Trashbin to PHPUnit 10Joas Schilling2025-05-2918-490/+343
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #41065 from ↵Grigorii K. Shartsev2025-05-293-24/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/fix/dashboard--performance-and-refactoring fix(dashboard): performance and refactoring
| * | | | | chore(assets): Recompile assetsGrigorii K. Shartsev2025-05-292-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | perf(dashboard): lags on dashboard items dragGrigorii K. Shartsev2025-05-291-21/+4
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `aria-labelledby` is not needed here, it is a hidden icon - `visually-hidden` has transformations that have huge performance impact in combination with other transformations, for example, on draggable Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-29264-242/+402
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #53171 from nextcloud/fix/view-local-closeAndy Scherzinger2025-05-293-69/+76
|\ \ \ \ \ | | | | | | | | | | | | fix(files): do nothing if `view local` dialog was just closed
| * | | | | chore(assets): Recompile assetsfix/view-local-closenextcloud-command2025-05-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>