aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-1070-486/+911
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Merge pull request #45240 from nextcloud/jtr/issue-template-security-redirectAndy Scherzinger2024-05-102-4/+14
|\ | | | | fix(issue_template): Add security reporting redirect to bug report form
| * chore: Allow to create issues without a templateJoas Schilling2024-05-102-2/+1
| | | | | | | | | | | | | | | | Let's see if this works (seems to work in most apps), we can still revert this when it does turn out that too many unexperienced reports come in. Signed-off-by: Joas Schilling <coding@schilljs.com>
| * chore: Add a dedicated link to the security programJoas Schilling2024-05-102-2/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(issue_template): Add security reporting redirect to bug report formJosh2024-05-091-0/+8
| | | | | | | | | | Similar language as that already used in our PR form. Signed-off-by: Josh <josh.t.richards@gmail.com>
* | Merge pull request #42973 from ↵Kate2024-05-1011-172/+488
|\ \ | | | | | | | | | nextcloud/feat/dashboard/expose-layout-statuses-apis
| * | refactor(dashboard): Use attributes for routingprovokateurin2024-05-104-90/+59
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | feat(dashboard): Add endpoints to get the layout and statusesprovokateurin2024-05-107-15/+237
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | refactor(dashboard): Let the statuses and layout endpoints use a saner formatprovokateurin2024-05-106-29/+49
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | refactor(dashboard): Migrate saving layout and statuses to OCSprovokateurin2024-05-107-28/+191
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | chore(dashboard): Delete unused LayoutApiControllerprovokateurin2024-05-103-58/+0
|/ / | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #44797 from nextcloud/fix/router/loading-disabled-appsKate2024-05-101-1/+1
|\ \ | |/ |/|
| * fix(Router): Stop loading routes of disabled appsprovokateurin2024-05-101-1/+1
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* 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>