aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update core/Controller/AppPasswordController.phpFaraz Samapoor2023-06-051-5/+6
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Update core/Controller/CollaborationResourcesController.phpFaraz Samapoor2023-06-051-5/+7
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Update core/Controller/AppPasswordController.phpFaraz Samapoor2023-06-051-2/+3
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-0411-187/+81
| | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Merge pull request #38602 from fsamapoor/replace_strpos_calls_in_coreF. E Noel Nfebe2023-06-047-10/+10
|\ | | | | Refactors "strpos" calls in /core to improve code readability.
| * Refactors "strpos" calls in /core to improve code readability.Faraz Samapoor2023-06-027-10/+10
| | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-044-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38386 from nextcloud/dept-use-di-for-event-sourceRobin Appelman2023-06-0310-28/+144
|\ \ | | | | | | refactor: migrate OC_EventSource to dependency injection
| * | refactor: migrate OC_EventSource to dependency injectionDaniel Kesselberg2023-06-0310-28/+144
|/ / | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #38497 from nextcloud/automated/noid/master-fix-npm-auditSimon L2023-06-031-3/+6
|\ \ | | | | | | [master] Fix npm audit
| * | chore(deps): fix npm auditnextcloud-command2023-06-021-3/+6
| |/ | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0314-4/+52
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38595 from nextcloud/remove-suhosin-checkDaniel2023-06-021-5/+0
|\ \ | |/ |/| chore: remove check for suhosin.executor.func.blacklist
| * chore: remove check for suhosin.executor.func.blacklistDaniel Kesselberg2023-06-021-5/+0
|/ | | | | | | | Suhosin is/was a PHP extension. The last release was 2015-05-21. Suhosin does not support PHP 8. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #38593 from nextcloud/chore/ocp/drop-util-linktopublicChristoph Wurst2023-06-021-15/+0
|\ | | | | chore(ocp)!: Drop \OCP\Util::linkToPublic
| * chore(ocp)!: Drop \OCP\Util::linkToPublicChristoph Wurst2023-06-011-15/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #38545 from ↵Joas Schilling2023-06-027-9/+97
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/symfony/event-dispatcher-upgrade-preparation fix(dispatcher): Migrate to OCP event dispatcher before symfony/event…
| * | fix(CI): Add empty eslint and node when unrelated (PHP only)Joas Schilling2023-06-022-0/+82
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(dispatcher): Migrate to OCP event dispatcher before ↵Joas Schilling2023-06-025-9/+15
| | | | | | | | | | | | | | | | | | symfony/event-dispatcher upgrade Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #38585 from ↵Christoph Wurst2023-06-022-13/+30
|\ \ \ | |/ / |/| | | | | | | | nextcloud/feature/ocp/send-message-with-subject-body feat(ocp): Allow sending emails with subject and body
| * | feat(ocp): Allow sending emails with subject and bodyChristoph Wurst2023-06-012-13/+30
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #38486 from nextcloud/automated/update-workflowsJoas Schilling2023-06-0212-66/+154
|\ \ \ | | | | | | | | chore: update workflows from templates
| * | | fix(CI): Update oracle image and configJoas Schilling2023-06-021-2/+17
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | chore: update workflows from templatesJohn Molakvoæ2023-06-0211-64/+137
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-022-2/+2
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #38597 from ↵Joas Schilling2023-06-022-4/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/run-psalm-ci-with-1-thread fix(CI): Temporary workaround - Run Psalm CI with 1 thread only so it…
| * | | fix(psalm): Install apcu, ftp and ldap extension like in ↵Joas Schilling2023-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | static-code-analysis-security Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | fix(CI): Temporary workaround - Run Psalm CI with 1 thread only so it finishesJoas Schilling2023-06-012-3/+4
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-0165-112/+108
|\ \ \ | | | | | | | | Refactors "strpos" calls in lib/private to improve code readability.
| * | | Update TemplateLayout.phpFaraz Samapoor2023-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | https://github.com/nextcloud/server/pull/38261#discussion_r1196711637 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | Update Detection.phpFaraz Samapoor2023-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The latter implies the former. https://github.com/nextcloud/server/pull/38261#discussion_r1196708412 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-1565-112/+108
| | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com>
* | | | Merge pull request #38568 from rawtaz/fix-redis-empty-passwordRobin Appelman2023-06-011-2/+2
|\ \ \ \ | |_|_|/ |/| | | redis: Do not try to authenticate with non-string password/user
| * | | redis: Do not try to authenticate with non-string password/userLeo R. Lundgren2023-06-011-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Leo R. Lundgren <leo@finalresort.org>
* | | | Merge pull request #38567 from nextcloud/chore/remove-deprecated-legacy-loaderChristoph Wurst2023-06-016-88/+6
|\ \ \ \ | | | | | | | | | | Remove deprecated legacy loader from `OC`
| * | | | chore(OC): Remove deprecated legacy loader from OC (`OC.loadScript` and ↵Ferdinand Thiessen2023-05-316-88/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | `OC.loadStyle`) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #38586 from nextcloud/fix/ocp/imessage-attachinline-sinceAndy Scherzinger2023-06-011-1/+1
|\ \ \ \ | |_|_|/ |/| | | fix(ocp): Mark IMessage::attachInline as @since 27
| * | | fix(ocp): Mark IMessage::attachInline as @since 27Christoph Wurst2023-06-011-1/+1
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #38566 from nextcloud/chore/drop-oc-app-methodsJoas Schilling2023-06-0111-76/+29
|\ \ \ | | | | | | | | Drop \OC_App methods deprecated in Nextcloud 14
| * | | chore: Drop \OC_App::getSettingsNavigationChristoph Wurst2023-06-011-13/+0
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | chore: Drop \OC_App::getNavigationChristoph Wurst2023-06-011-15/+0
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | chore: Drop \OC_App::getAppInfoChristoph Wurst2023-06-015-22/+11
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-018-26/+18
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #38301 from ↵Arthur Schiwon2023-06-012-0/+46
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix/carddav/catch-invalid-event-reminder-service fix(caldav): Ignore invalid events for reminder generation
| * | | fixup! fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-05-311-6/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-05-312-0/+51
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #38355 from nextcloud/fix/trashbin-long-filenamesArthur Schiwon2023-06-016-19/+88
|\ \ \ \ | | | | | | | | | | fix(trashbin): Truncate long filenames
| * | | | fix(trashbin): Truncate long filenamesChristopher Ng2023-05-316-19/+88
|/ / / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | / / Fix(l10n): Update translations from TransifexNextcloud bot2023-06-014-2/+10
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #38550 from nextcloud/chore/app-checker-test-dataChristoph Wurst2023-05-3122-187/+0
|\ \ \ | | | | | | | | chore: Drop app code checker test data