aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(assets): Recompile assetschore/cleanup-warningsnextcloud-command2024-09-2024-76/+50
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: fix usage of deprecated functions and adjust code styleFerdinand Thiessen2024-09-2011-29/+32
| | | | | | | | This solves 57 ESLint warnings by replacing deprecated code with `@nextcloud/` libraries, as well as adding missing type information, importing jQuery instead of relying on global one, and the same with Moment.js. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #48196 from nextcloud/chore/add-deprecation-dateFerdinand Thiessen2024-09-2024-59/+50
|\ | | | | chore: Add proper deprecation dates where missing
| * chore: Remove deprecated `Share_Helper::generateTarget` `$exclude` parameterchore/add-deprecation-dateFerdinand Thiessen2024-09-203-15/+6
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-2022-45/+45
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-20104-134/+538
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47340 from nextcloud/fix/federation-certificate-storeJulius Knorr2024-09-203-43/+46
|\ | | | | fix(federation): Do not overwrite certificate bundle
| * fix(federation): Do not overwrite certificate bundlefix/federation-certificate-storeJulius Härtl2024-09-203-43/+46
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #48220 from nextcloud/chore/remove-travisFerdinand Thiessen2024-09-1980-303/+32
|\ | | | | chore: Remove old travis related stuff
| * chore: Get rid of travis in DAV appchore/remove-travisFerdinand Thiessen2024-09-1971-45/+30
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore: Remove old travis related stuffFerdinand Thiessen2024-09-199-258/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48222 from nextcloud/object-store-move-dbKate2024-09-191-2/+2
|\ \
| * | 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 #48217 from nextcloud/chore/prepare-oc_repair-unit10Ferdinand Thiessen2024-09-1912-223/+185
|\ \ \ | |_|/ |/| | chore: Cleanup and prepare `\OC\Repair\RepairMimeTypes` tests for PHPUnit 10
| * | chore: Cleanup and prepare `\OC\Repair\RepairMimeTypes` tests for PHPUnit 10chore/prepare-oc_repair-unit10Ferdinand Thiessen2024-09-1912-223/+185
| |/ | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48218 from nextcloud/ci/noid/prepare-phpunit-10Ferdinand Thiessen2024-09-195-28/+45
|\ \ | |/ |/| chore: Cleanup and prepare some app tests for PHPUnit 10
| * chore: Cleanup and prepare some app tests for PHPUnit 10ci/noid/prepare-phpunit-10Joas Schilling2024-09-195-28/+45
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | 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