aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0912-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45219 from ↵Joas Schilling2024-05-082-2/+2
|\ | | | | | | | | nextcloud/bugfix/noid/fix-user-status-manager-docs fix(userstatus): Fix docs of user status manager
| * fix(userstatus): Fix docs of user status managerJoas Schilling2024-05-072-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0818-60/+136
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #44752 from nextcloud/feat/noid/expose-subscription-calendarsDaniel2024-05-0718-29/+585
|\ \ | | | | | | Expose subscription calendars
| * | feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-0718-29/+585
| |/ | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #45181 from nextcloud/dependabot/npm_and_yarn/core-js-3.37.0dependabot[bot]2024-05-0710-15/+15
|\ \ | |/ |/|
| * chore(deps): bump core-js from 3.36.1 to 3.37.0dependabot[bot]2024-05-0710-15/+15
|/ | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.36.1 to 3.37.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.37.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 #45209 from ↵Côme Chilliet2024-05-072-2/+2
|\ | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * chore(tests): Update psalm baselinenextcloud-command2024-05-072-2/+2
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #45058 from nextcloud/perf/db/sort-before-chunkingChristoph Wurst2024-05-071-0/+3
|\ \ | | | | | | perf(db): Sort data for IN before chunking
| * | perf(db): Sort data for IN before chunkingChristoph Wurst2024-04-261-0/+3
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #44786 from nextcloud/reduce-border-radiusMarco2024-05-071-1/+1
|\ \ \ | |_|/ |/| | Reduce app container border radius
| * | Merge branch 'master' into reduce-border-radiusMarco2024-05-0728-88/+131
| |\ \ | |/ / |/| |
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0716-68/+92
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #45055 from nextcloud/fix/revert-user-status-exceptionAnna2024-05-061-2/+25
|\ \ \ | | | | | | | | fix(userstatus): catch unique constrain violation on revert
| * | | fix(userstatus): catch unique constrain violation on revertAnna Larch2024-05-061-2/+25
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #45178 from nextcloud/fix/style-importsFerdinand Thiessen2024-05-0611-18/+14
|\ \ \ \ | | | | | | | | | | fix: Do not import styles that are already included in server bundle
| * | | | chore(assets): Recompile assetsnextcloud-command2024-05-0612-16/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix: Do not import styles that are already included in server bundleFerdinand Thiessen2024-05-063-6/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| | | * | Merge branch 'master' into reduce-border-radiusMarco2024-05-067-8/+8
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Merge pull request #45186 from nextcloud/automated/noid/master-fix-npm-auditCôme Chilliet2024-05-060-0/+0
|\ \ \ \ \ | |_|/ / / |/| | | | [master] Fix npm audit
| * | | | chore(deps): fix npm auditnextcloud-command2024-05-064-4/+4
| |/ / / | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | Merge pull request #44939 from nextcloud/fix/reduce-http-noiseFerdinand Thiessen2024-05-067-8/+8
|\ \ \ \ | | | | | | | | | | fix(settings): Save one HTTP request on enabling an app
| * | | | chore: Compile assetsFerdinand Thiessen2024-05-066-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(settings): When testing server stability, request URL with trailing slashFerdinand Thiessen2024-05-061-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This prevents one HTTP request for most situations (301 from `apps/files` to `apps/files/`) and helps users with faulty reverse-proxy configuration. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| | * / feat: reduce app container border radiusMarco2024-05-061-1/+1
| |/ / |/| | | | | | | | Signed-off-by: Marco <marcoambrosini@icloud.com>
* | | Merge pull request #45088 from nextcloud/fix/user-manager-log-collisionsJoas Schilling2024-05-061-0/+2
|\ \ \ | |/ / |/| | fix(User\Manager): Avoid future collisions with updater/audit logs
| * | fix(User\Manager): Avoid future collisions with updater/audit logsJosh2024-05-061-0/+2
|/ / | | | | | | | | Avoid future collisions for not yet created updater and audit log files (at least using default names). Signed-off-by: Josh <josh.t.richards@gmail.com>
* | Merge pull request #45196 from nextcloud/fix/oc_image/exif_imagetype-return-typeKate2024-05-061-1/+1
|\ \
| * | fix(OC_Image): Set correct return type for exif_imagetype stubprovokateurin2024-05-061-1/+1
|/ / | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #45179 from ↵dependabot[bot]2024-05-061-72/+141
|\ \ | | | | | | | | | nextcloud/dependabot/composer/vendor-bin/psalm/vimeo/psalm-5.24.0
| * | chore(deps): bump vimeo/psalm from 5.23.1 to 5.24.0 in /vendor-bin/psalmdependabot[bot]2024-05-041-72/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.23.1 to 5.24.0. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/5.23.1...5.24.0) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #30359 from nextcloud/enh/background-job-classMarcel Klehr2024-05-069-11/+326
|\ \ \ | | | | | | | | Allow calling cron jobs background job class with occ
| * | | feat(bg-jobs): support multiple arguments in cron.php and ↵Julien Veyssier2024-05-022-33/+13
| | | | | | | | | | | | | | | | | | | | | | | | occ:background-job:worker for the job class list Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | fix(bg-jobs): review adjustmentsJulien Veyssier2024-05-025-18/+28
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | feat(bg-jobs): allow setting a job class list instead of a single class in ↵Julien Veyssier2024-05-028-23/+64
| | | | | | | | | | | | | | | | | | | | | | | | cron.php and the job worker occ command Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | chore(bg-jobs): more output in verbose mode in the bg job workerJulien Veyssier2024-05-021-3/+7
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | chore(bg-jobs): add -h help option to cron.phpJulien Veyssier2024-05-021-0/+16
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | fix(bg-jobs): cs:fixMarcel Klehr2024-05-021-4/+0
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | fix(bg-jobs): fix psalm issuesMarcel Klehr2024-05-025-13/+24
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | fix(bg-jobs): Remove interval bookkeepingMarcel Klehr2024-05-021-36/+1
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | fix(bg-jobs): fix minor issuesMarcel Klehr2024-05-022-8/+3
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | fix(bg-jobs): Fix running once when no job was scheduledJulius Härtl2024-05-024-207/+267
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | feat(bg-jobs): Add background worker occ commandJulius Härtl2024-05-023-0/+232
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | feat(bg-jobs): Allow calling cron.php with a background job classJulius Härtl2024-05-023-5/+10
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #45177 from nextcloud/fix/drop-unneeded-cypress-versionJohn Molakvoæ2024-05-061-26/+30
|\ \ \ \ | | | | | | | | | | fix(ci): Update `node-test` workflow and drop unneeded `cypress:version` output
| * | | | fix(ci): Update `node-test` workflow and drop unneeded `cypress:version` outputFerdinand Thiessen2024-05-031-26/+30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #45093 from nextcloud/bugfix/noid/avoid-getKey-race-conditionJoas Schilling2024-05-061-6/+6
|\ \ \ \ \ | | | | | | | | | | | | fix(session): Avoid race condition for cache::get() vs. cache::hasKey()
| * | | | | fix(session): Avoid race condition for cache::get() vs. cache::hasKey()Joas Schilling2024-04-291-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>