summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #38611 from fsamapoor/replace_strpos_calls_in_theming_appCôme Chilliet2023-06-054-8/+8
|\ | | | | Refactors "strpos" calls in /apps/theming
| * Refactors "strpos" calls in /apps/theming to improve code readability.Faraz Samapoor2023-06-024-8/+8
| | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | Merge pull request #38260 from fsamapoor/replace_strpos_calls_in_lib_publicCôme Chilliet2023-06-052-5/+5
|\ \ | | | | | | Refactors "strpos" calls in lib/public to improve code readability.
| * | Refactors "strpos" calls in lib/public to improve code readability.Faraz Samapoor2023-06-052-5/+5
| | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com>
* | | Merge pull request #38627 from nextcloud/dependabot/npm_and_yarn/marked-5.0.4Louis2023-06-056-12/+35
|\ \ \ | | | | | | | | bump marked from 4.3.0 to 5.0.4
| * | | bump marked from 4.3.0 to 5.0.4dependabot[bot]2023-06-056-12/+35
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #38620 from ↵Côme Chilliet2023-06-054-4/+4
|\ \ \ | |/ / |/| | | | | | | | fsamapoor/replace_strpos_calls_in_files_sharing_app Refactors "strpos" calls in /apps/files_sharing
| * | Refactors "strpos" calls in /apps/files_sharing to improve code readability.Faraz Samapoor2023-06-024-4/+4
| | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | | Merge pull request #38608 from fsamapoor/replace_strcalls_in_user_ldap_appCôme Chilliet2023-06-0513-23/+23
|\ \ \ | | | | | | | | Refactors "strpos" calls in /apps/user_ldap
| * | | Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-0213-23/+23
| | |/ | |/| | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | | Merge pull request #38640 from nextcloud/fix/openapi-ocs-wrapAndy Scherzinger2023-06-056-1034/+54
|\ \ \ | | | | | | | | openapi: Fix wrapping OCS responses that are not DataResponse
| * | | openapi: Fix wrapping OCS responses that are not DataResponsejld31032023-06-056-1034/+54
|/ / / | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0510-8/+74
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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>