aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Refactors "strpos" calls in lib/public to improve code readability.Faraz Samapoor2023-06-052-5/+5
* | | | | | | | | 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.4dependabot[bot]2023-06-056-12/+35
|/ / / / / / / / /
* | | | | | | | | Merge pull request #38620 from fsamapoor/replace_strpos_calls_in_files_sharin...Côme Chilliet2023-06-054-4/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Refactors "strpos" calls in /apps/files_sharing to improve code readability.Faraz Samapoor2023-06-024-4/+4
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | 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 to improve code readability.Faraz Samapoor2023-06-0213-23/+23
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #38640 from nextcloud/fix/openapi-ocs-wrapAndy Scherzinger2023-06-056-1034/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | openapi: Fix wrapping OCS responses that are not DataResponsejld31032023-06-056-1034/+54
|/ / / / / / / /
* | | | / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0510-8/+74
| |_|_|/ / / / |/| | | | | |
* | | | | | | 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.Faraz Samapoor2023-06-027-10/+10
| |/ / / / / /
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-044-0/+8
* | | | | | | Merge pull request #38386 from nextcloud/dept-use-di-for-event-sourceRobin Appelman2023-06-0310-28/+144
|\ \ \ \ \ \ \
| * | | | | | | refactor: migrate OC_EventSource to dependency injectionDaniel Kesselberg2023-06-0310-28/+144
|/ / / / / / /
* | | | | | | Merge pull request #38497 from nextcloud/automated/noid/master-fix-npm-auditSimon L2023-06-031-3/+6
|\ \ \ \ \ \ \
| * | | | | | | chore(deps): fix npm auditnextcloud-command2023-06-021-3/+6
| |/ / / / / /
* | / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0314-4/+52
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #38595 from nextcloud/remove-suhosin-checkDaniel2023-06-021-5/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | chore: remove check for suhosin.executor.func.blacklistDaniel Kesselberg2023-06-021-5/+0
|/ / / / /
* | | | | Merge pull request #38593 from nextcloud/chore/ocp/drop-util-linktopublicChristoph Wurst2023-06-021-15/+0
|\ \ \ \ \
| * | | | | chore(ocp)!: Drop \OCP\Util::linkToPublicChristoph Wurst2023-06-011-15/+0
* | | | | | Merge pull request #38545 from nextcloud/bugfix/noid/symfony/event-dispatcher...Joas Schilling2023-06-027-9/+97
|\ \ \ \ \ \
| * | | | | | fix(CI): Add empty eslint and node when unrelated (PHP only)Joas Schilling2023-06-022-0/+82
| * | | | | | fix(dispatcher): Migrate to OCP event dispatcher before symfony/event-dispatc...Joas Schilling2023-06-025-9/+15
* | | | | | | Merge pull request #38585 from nextcloud/feature/ocp/send-message-with-subjec...Christoph Wurst2023-06-022-13/+30
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | feat(ocp): Allow sending emails with subject and bodyChristoph Wurst2023-06-012-13/+30
* | | | | | | Merge pull request #38486 from nextcloud/automated/update-workflowsJoas Schilling2023-06-0212-66/+154
|\ \ \ \ \ \ \
| * | | | | | | fix(CI): Update oracle image and configJoas Schilling2023-06-021-2/+17
| * | | | | | | chore: update workflows from templatesJohn Molakvoæ2023-06-0211-64/+137
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-022-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #38597 from nextcloud/techdebt/noid/run-psalm-ci-with-1-th...Joas Schilling2023-06-022-4/+5
|\ \ \ \ \ \ \
| * | | | | | | fix(psalm): Install apcu, ftp and ldap extension like in static-code-analysis...Joas Schilling2023-06-021-1/+1
| * | | | | | | fix(CI): Temporary workaround - Run Psalm CI with 1 thread only so it finishesJoas Schilling2023-06-012-3/+4
|/ / / / / / /
* | | | | | | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-0165-112/+108
|\ \ \ \ \ \ \
| * | | | | | | Update TemplateLayout.phpFaraz Samapoor2023-05-171-1/+1
| * | | | | | | Update Detection.phpFaraz Samapoor2023-05-171-1/+1
| * | | | | | | Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-1565-112/+108
* | | | | | | | 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/userLeo R. Lundgren2023-06-011-2/+2
* | | | | | | | Merge pull request #38567 from nextcloud/chore/remove-deprecated-legacy-loaderChristoph Wurst2023-06-016-88/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | chore(OC): Remove deprecated legacy loader from OC (`OC.loadScript` and `OC.l...Ferdinand Thiessen2023-05-316-88/+6
| |/ / / / / /
* | | | | | | Merge pull request #38586 from nextcloud/fix/ocp/imessage-attachinline-sinceAndy Scherzinger2023-06-011-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fix(ocp): Mark IMessage::attachInline as @since 27Christoph Wurst2023-06-011-1/+1
|/ / / / / /
* | | | | | Merge pull request #38566 from nextcloud/chore/drop-oc-app-methodsJoas Schilling2023-06-0111-76/+29
|\ \ \ \ \ \
| * | | | | | chore: Drop \OC_App::getSettingsNavigationChristoph Wurst2023-06-011-13/+0
| * | | | | | chore: Drop \OC_App::getNavigationChristoph Wurst2023-06-011-15/+0
| * | | | | | chore: Drop \OC_App::getAppInfoChristoph Wurst2023-06-015-22/+11
| * | | | | | chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-018-26/+18
* | | | | | | Merge pull request #38301 from nextcloud/fix/carddav/catch-invalid-event-remi...Arthur Schiwon2023-06-012-0/+46
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |