aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* perf: reuse cache info we already have when moving to object storeobject-store-move-dbRobin Appelman2024-09-191-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #48212 from nextcloud/fix/psalm/update-baselineKate2024-09-191-8/+2
|\
| * fix(psalm): Update psalm baselineprovokateurin2024-09-191-8/+2
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #47399 from nextcloud/fix/47275/driverExceptionHamza2024-09-192-8/+10
|\ | | | | fix: expand select and group by for calendar reminder backend
| * fix: expand select and group by for calandar reminder backendfix/47275/driverExceptionHamza Mahjoubi2024-09-192-8/+10
| | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | Merge pull request #48187 from ↵dependabot[bot]2024-09-1952-62/+95
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vueuse/components-11.1.0
| * | chore(deps): Bump @vueuse/components from 11.0.3 to 11.1.0dependabot/npm_and_yarn/vueuse/components-11.1.0dependabot[bot]2024-09-1952-62/+95
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@vueuse/components](https://github.com/vueuse/vueuse/tree/HEAD/packages/components) from 11.0.3 to 11.1.0. - [Release notes](https://github.com/vueuse/vueuse/releases) - [Commits](https://github.com/vueuse/vueuse/commits/v11.1.0/packages/components) --- updated-dependencies: - dependency-name: "@vueuse/components" 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 #48181 from nextcloud/chore/deps/nextcloud-coding-standardKate2024-09-19596-1524/+1657
|\ \ | |/ |/|
| * chore: Add nextcloud/coding-standard v1.3.1 update to git blame ignoreschore/deps/nextcloud-coding-standardprovokateurin2024-09-191-0/+2
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-19595-1524/+1655
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #48192 from nextcloud/dependabot/npm_and_yarn/wait-on-8.0.1Ferdinand Thiessen2024-09-192-8/+26
|\ | | | | chore(deps-dev): Bump wait-on from 7.2.0 to 8.0.1
| * chore(deps-dev): Bump wait-on from 7.2.0 to 8.0.1dependabot/npm_and_yarn/wait-on-8.0.1dependabot[bot]2024-09-182-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [wait-on](https://github.com/jeffbski/wait-on) from 7.2.0 to 8.0.1. - [Release notes](https://github.com/jeffbski/wait-on/releases) - [Commits](https://github.com/jeffbski/wait-on/compare/v7.2.0...v8.0.1) --- updated-dependencies: - dependency-name: wait-on dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #45471 from nextcloud/fix-setupcheck-filelockingRobin Appelman2024-09-191-3/+3
|\ \ | | | | | | fix(setupChecks): Update Transactional File Locking instructions
| * | fix(setupChecks): Having transactional file locking disabled is not supportedfix-setupcheck-filelockingJosh Richards2024-09-191-3/+3
| | | | | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | | Merge pull request #48188 from ↵dependabot[bot]2024-09-192-34/+28
|\ \ \ | |/ / |/| | | | | nextcloud/dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.4
| * | chore(deps-dev): Bump @babel/plugin-transform-private-methodsdependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.4dependabot[bot]2024-09-182-34/+28
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/plugin-transform-private-methods](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-private-methods) from 7.24.7 to 7.25.4. - [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.25.4/packages/babel-plugin-transform-private-methods) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-private-methods" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #48200 from nextcloud/share-reminder-shardingRobin Appelman2024-09-192-13/+104
|\ \ | | | | | | fix: add sharding compatible version of share reminder job
| * | fix: add sharding compatible version of share reminder jobshare-reminder-shardingRobin Appelman2024-09-192-13/+104
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #47978 from nextcloud/chore/remove-iloggerJoas Schilling2024-09-1917-327/+79
|\ \ \ | | | | | | | | chore!: Remove `ILogger` and its friends
| * | | chore: Remove deprecated `ILogger` logging functionschore/remove-iloggerFerdinand Thiessen2024-09-197-161/+9
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor(OC_Template): Remove deprecated ILoggerFerdinand Thiessen2024-09-191-8/+9
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor(OC_Files): Remove deprecated ILoggerFerdinand Thiessen2024-09-191-7/+9
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor(OC_Util): Remove deprecated ILoggerFerdinand Thiessen2024-09-191-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor(OC_Hook): Remove deprecated ILoggerFerdinand Thiessen2024-09-191-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor(OC_App): Remove ILogger usageFerdinand Thiessen2024-09-191-13/+15
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor(ProviderFactory): Remove usage of ILogger and use non-deprecated stuffFerdinand Thiessen2024-09-191-10/+9
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor(Collaboration): Use non-deprecated methodsFerdinand Thiessen2024-09-192-13/+22
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | chore!: Remove `OC\AppFramework\Logger`Ferdinand Thiessen2024-09-192-112/+0
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #48162 from nextcloud/bugfix/noid/array-keysJoas Schilling2024-09-193-7/+7
|\ \ \ \ | | | | | | | | | | fix(autocomplete): Move known array keys to psalm docs
| * | | | fix(autocomplete): Move known array keys to psalm docsbugfix/noid/array-keysJoas Schilling2024-09-183-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #48154 from ↵github-actions[bot]2024-09-191-9/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | | chore(tests): Update psalm baselinenextcloud-command2024-09-191-9/+0
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1926-2/+94
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48190 from ↵John Molakvoæ2024-09-192-8/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.9 chore(deps-dev): Bump @nextcloud/cypress from 1.0.0-beta.8 to 1.0.0-beta.9
| * | | | chore(deps-dev): Bump @nextcloud/cypressdependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.9dependabot[bot]2024-09-182-8/+26
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.8 to 1.0.0-beta.9. - [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases) - [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.8...v1.0.0-beta.9) --- updated-dependencies: - dependency-name: "@nextcloud/cypress" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #48163 from nextcloud/feat/nfoJohn Molakvoæ2024-09-195-2/+6
|\ \ \ \ | | | | | | | | | | feat: add nfo file support
| * | | | feat: add nfo file supportfeat/nfoJohn Molakvoæ (skjnldsv)2024-09-185-2/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #48185 from ↵dependabot[bot]2024-09-182-6/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel-loader-9.2.1
| * | | | chore(deps-dev): Bump babel-loader from 9.1.3 to 9.2.1dependabot/npm_and_yarn/babel-loader-9.2.1dependabot[bot]2024-09-182-6/+5
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.3 to 9.2.1. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #48177 from ↵Joas Schilling2024-09-181-0/+23
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/artonge/fix/remove_unnecessary_formating fix: Override start method of \Sabre\DAV\Server to remove exception o…
| * | | fix: Override start method of \Sabre\DAV\Server to remove exception outputartonge/fix/remove_unnecessary_formatingLouis Chemineau2024-09-181-0/+23
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #48140 from nextcloud/bugfix/noid/update-phpunitCôme Chilliet2024-09-183-11/+26
|\ \ \ \ | | | | | | | | | | ci: Bump phpunit to 9.6.19 and add dependabot
| * | | | ci: Bump phpunit to 9.6.19 and add dependabotbugfix/noid/update-phpunitJoas Schilling2024-09-173-11/+26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #48182 from nextcloud/oracle-share-reminderJoas Schilling2024-09-183-4/+5
|\ \ \ \ \ | | | | | | | | | | | | fix: fix share reminder job for oracle
| * | | | | fix: fix share reminder job for oracleoracle-share-reminderRobin Appelman2024-09-183-4/+5
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #48137 from nextcloud/enh/add-rich-object-formatterCôme Chilliet2024-09-1813-125/+129
|\ \ \ \ \ | |/ / / / |/| | | | feat: Add OCP interface to format richtext into string
| * | | | fix: Adapt notifications and activity tests to new DI dependencyenh/add-rich-object-formatterCôme Chilliet2024-09-173-17/+35
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix: Fix Event and Notification creation with the new required parameterCôme Chilliet2024-09-173-26/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix: Add missing alias for IRichTextFormatterCôme Chilliet2024-09-171-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | feat: Add OCP interface to format richtext into stringCôme Chilliet2024-09-177-83/+79
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>