aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45240 from nextcloud/jtr/issue-template-security-redirectAndy Scherzinger2024-05-102-4/+14
|\
| * chore: Allow to create issues without a templateJoas Schilling2024-05-102-2/+1
| * chore: Add a dedicated link to the security programJoas Schilling2024-05-102-2/+5
| * fix(issue_template): Add security reporting redirect to bug report formJosh2024-05-091-0/+8
* | Merge pull request #42973 from nextcloud/feat/dashboard/expose-layout-statuse...Kate2024-05-1011-172/+488
|\ \
| * | refactor(dashboard): Use attributes for routingprovokateurin2024-05-104-90/+59
| * | feat(dashboard): Add endpoints to get the layout and statusesprovokateurin2024-05-107-15/+237
| * | refactor(dashboard): Let the statuses and layout endpoints use a saner formatprovokateurin2024-05-106-29/+49
| * | refactor(dashboard): Migrate saving layout and statuses to OCSprovokateurin2024-05-107-28/+191
| * | chore(dashboard): Delete unused LayoutApiControllerprovokateurin2024-05-103-58/+0
|/ /
* | 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
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0912-0/+20
* Merge pull request #45219 from nextcloud/bugfix/noid/fix-user-status-manager-...Joas Schilling2024-05-082-2/+2
|\
| * fix(userstatus): Fix docs of user status managerJoas Schilling2024-05-072-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0818-60/+136
* | Merge pull request #44752 from nextcloud/feat/noid/expose-subscription-calendarsDaniel2024-05-0718-29/+585
|\ \
| * | feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-0718-29/+585
| |/
* | 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
|/
* Merge pull request #45209 from nextcloud/automated/noid/master-update-psalm-b...Côme Chilliet2024-05-072-2/+2
|\
| * chore(tests): Update psalm baselinenextcloud-command2024-05-072-2/+2
* | Merge pull request #45058 from nextcloud/perf/db/sort-before-chunkingChristoph Wurst2024-05-071-0/+3
|\ \
| * | perf(db): Sort data for IN before chunkingChristoph Wurst2024-04-261-0/+3
* | | Merge pull request #44786 from nextcloud/reduce-border-radiusMarco2024-05-071-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into reduce-border-radiusMarco2024-05-0728-88/+131
| |\ \ | |/ / |/| |
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0716-68/+92
* | | Merge pull request #45055 from nextcloud/fix/revert-user-status-exceptionAnna2024-05-061-2/+25
|\ \ \
| * | | fix(userstatus): catch unique constrain violation on revertAnna Larch2024-05-061-2/+25
* | | | Merge pull request #45178 from nextcloud/fix/style-importsFerdinand Thiessen2024-05-0611-18/+14
|\ \ \ \
| * | | | chore(assets): Recompile assetsnextcloud-command2024-05-0612-16/+16
| * | | | fix: Do not import styles that are already included in server bundleFerdinand Thiessen2024-05-063-6/+2
| | | * | 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
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | chore(deps): fix npm auditnextcloud-command2024-05-064-4/+4
| |/ / /
* | | | Merge pull request #44939 from nextcloud/fix/reduce-http-noiseFerdinand Thiessen2024-05-067-8/+8
|\ \ \ \
| * | | | chore: Compile assetsFerdinand Thiessen2024-05-066-7/+7
| * | | | fix(settings): When testing server stability, request URL with trailing slashFerdinand Thiessen2024-05-061-1/+1
| |/ / /
| | * / feat: reduce app container border radiusMarco2024-05-061-1/+1
| |/ / |/| |
* | | 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 logsJosh2024-05-061-0/+2
|/ /
* | 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
|/ /
* | Merge pull request #45179 from nextcloud/dependabot/composer/vendor-bin/psalm...dependabot[bot]2024-05-061-72/+141
|\ \
| * | chore(deps): bump vimeo/psalm from 5.23.1 to 5.24.0 in /vendor-bin/psalmdependabot[bot]2024-05-041-72/+141
* | | Merge pull request #30359 from nextcloud/enh/background-job-classMarcel Klehr2024-05-069-11/+326
|\ \ \
| * | | feat(bg-jobs): support multiple arguments in cron.php and occ:background-job:...Julien Veyssier2024-05-022-33/+13
| * | | fix(bg-jobs): review adjustmentsJulien Veyssier2024-05-025-18/+28
| * | | feat(bg-jobs): allow setting a job class list instead of a single class in cr...Julien Veyssier2024-05-028-23/+64
| * | | chore(bg-jobs): more output in verbose mode in the bg job workerJulien Veyssier2024-05-021-3/+7