]> git.mxchange.org Git - friendica.git/log
friendica.git
7 months agoMerge branch 'develop' into introduce-phpmd
Art4 [Fri, 27 Dec 2024 11:28:55 +0000 (11:28 +0000)]
Merge branch 'develop' into introduce-phpmd

7 months agoMerge pull request #14616 from Art4/refactor-dice-rules
Hypolite Petovan [Fri, 27 Dec 2024 04:23:59 +0000 (23:23 -0500)]
Merge pull request #14616 from Art4/refactor-dice-rules

Refactor DICE rules

7 months agoFix indentation
Art4 [Thu, 26 Dec 2024 18:36:40 +0000 (18:36 +0000)]
Fix indentation

7 months agoMerge pull request #14623 from Art4/refactor-entrypoint-auth_ejabberd.php
Hypolite Petovan [Thu, 26 Dec 2024 17:10:25 +0000 (12:10 -0500)]
Merge pull request #14623 from Art4/refactor-entrypoint-auth_ejabberd.php

Refactor entrypoint `auth_ejabberd.php`

7 months agorename App::setupLegacyServiceLocator()
Art4 [Thu, 26 Dec 2024 16:59:15 +0000 (16:59 +0000)]
rename App::setupLegacyServiceLocator()

7 months agoRemove comment
Art4 [Thu, 26 Dec 2024 07:00:21 +0000 (07:00 +0000)]
Remove comment

7 months agoMerge branch 'develop' into refactor-entrypoint-auth_ejabberd.php
Art4 [Thu, 26 Dec 2024 06:31:21 +0000 (06:31 +0000)]
Merge branch 'develop' into refactor-entrypoint-auth_ejabberd.php

7 months agoMerge pull request #14618 from Art4/merge-2024.09-rc-into-develop
Hypolite Petovan [Thu, 26 Dec 2024 03:38:07 +0000 (22:38 -0500)]
Merge pull request #14618 from Art4/merge-2024.09-rc-into-develop

Merge `2024.09-rc` into `develop`

7 months agoMerge pull request #14619 from Art4/remove-di-app-method
Hypolite Petovan [Thu, 26 Dec 2024 03:36:25 +0000 (22:36 -0500)]
Merge pull request #14619 from Art4/remove-di-app-method

Remove `DI::app()`

7 months agoMerge pull request #14620 from Art4/refactor-entrypoint-index.php
Hypolite Petovan [Thu, 26 Dec 2024 03:27:42 +0000 (22:27 -0500)]
Merge pull request #14620 from Art4/refactor-entrypoint-index.php

Refactor entrypoint in `index.php`

7 months agoinline App::setupContainerForRunningFrontend() method
Art4 [Wed, 25 Dec 2024 21:27:08 +0000 (21:27 +0000)]
inline App::setupContainerForRunningFrontend() method

7 months agoextract setup of DI class
Art4 [Wed, 25 Dec 2024 21:20:08 +0000 (21:20 +0000)]
extract setup of DI class

7 months agoUse App::registerErrorHandler()
Art4 [Wed, 25 Dec 2024 21:17:02 +0000 (21:17 +0000)]
Use App::registerErrorHandler()

7 months agoExtract call of AddonLoader into App::setupContainerForAddons()
Art4 [Wed, 25 Dec 2024 21:16:00 +0000 (21:16 +0000)]
Extract call of AddonLoader into App::setupContainerForAddons()

7 months agoMove auth_ejabberd.php code into App::processEjabberd()
Art4 [Wed, 25 Dec 2024 21:12:24 +0000 (21:12 +0000)]
Move auth_ejabberd.php code into App::processEjabberd()

7 months agoRefactor path to dice rules
Art4 [Wed, 25 Dec 2024 21:01:24 +0000 (21:01 +0000)]
Refactor path to dice rules

7 months agorefactor chdir() call
Art4 [Wed, 25 Dec 2024 20:43:15 +0000 (20:43 +0000)]
refactor chdir() call

7 months agoFix PHPStan error
Art4 [Wed, 25 Dec 2024 18:37:13 +0000 (18:37 +0000)]
Fix PHPStan error

7 months agoReduce cyclomatic complexity in GServer::detect()
Art4 [Wed, 25 Dec 2024 18:33:04 +0000 (18:33 +0000)]
Reduce cyclomatic complexity in GServer::detect()

7 months agoReduce cyclomatic complexity in APContact::getByURL()
Art4 [Wed, 25 Dec 2024 18:21:27 +0000 (18:21 +0000)]
Reduce cyclomatic complexity in APContact::getByURL()

7 months agoChange output format in Github
Art4 [Wed, 25 Dec 2024 16:17:31 +0000 (16:17 +0000)]
Change output format in Github

7 months agoenable cache and colors in phpmd
Art4 [Wed, 25 Dec 2024 15:59:16 +0000 (15:59 +0000)]
enable cache and colors in phpmd

8 months agoAdd phpmd as code quality check in github actions
Art4 [Wed, 25 Dec 2024 15:28:05 +0000 (15:28 +0000)]
Add phpmd as code quality check in github actions

8 months agoAdd script to run phpmd with composer
Art4 [Wed, 25 Dec 2024 15:25:34 +0000 (15:25 +0000)]
Add script to run phpmd with composer

8 months agoAdd very tolerant ruleset for friendica code
Art4 [Wed, 25 Dec 2024 15:19:31 +0000 (15:19 +0000)]
Add very tolerant ruleset for friendica code

8 months agoinstall phpmd
Art4 [Wed, 25 Dec 2024 10:41:37 +0000 (10:41 +0000)]
install phpmd

8 months agoExtract register error handler into separate method
Art4 [Mon, 23 Dec 2024 15:30:42 +0000 (15:30 +0000)]
Extract register error handler into separate method

8 months agoRefactor App::setupContainerForRunningFrontend()
Art4 [Mon, 23 Dec 2024 15:28:57 +0000 (15:28 +0000)]
Refactor App::setupContainerForRunningFrontend()

8 months agoRename App variable
Art4 [Mon, 23 Dec 2024 15:26:35 +0000 (15:26 +0000)]
Rename App variable

8 months agoMove adding Dice rules into App
Art4 [Mon, 23 Dec 2024 15:22:27 +0000 (15:22 +0000)]
Move adding Dice rules into App

8 months agoImprove BasePath tests
Art4 [Mon, 23 Dec 2024 14:51:58 +0000 (14:51 +0000)]
Improve BasePath tests

8 months agoFix code style
Art4 [Mon, 23 Dec 2024 14:51:41 +0000 (14:51 +0000)]
Fix code style

8 months agoReplace Util class names with FQCN
Art4 [Mon, 23 Dec 2024 14:34:57 +0000 (14:34 +0000)]
Replace Util class names with FQCN

8 months agoReplace Network class names with FQCN
Art4 [Mon, 23 Dec 2024 14:34:23 +0000 (14:34 +0000)]
Replace Network class names with FQCN

8 months agoReplace Model class names with FQCN
Art4 [Mon, 23 Dec 2024 14:32:47 +0000 (14:32 +0000)]
Replace Model class names with FQCN

8 months agoReplace Database class names with FQCN
Art4 [Mon, 23 Dec 2024 14:31:41 +0000 (14:31 +0000)]
Replace Database class names with FQCN

8 months agoReplace Core class names with FQCN
Art4 [Mon, 23 Dec 2024 14:30:14 +0000 (14:30 +0000)]
Replace Core class names with FQCN

8 months agoFix PHPDoc and add link to DICE docs
Art4 [Mon, 23 Dec 2024 14:28:01 +0000 (14:28 +0000)]
Fix PHPDoc and add link to DICE docs

8 months agoRefactor dependency for $_COOKIE
Art4 [Mon, 23 Dec 2024 14:23:58 +0000 (14:23 +0000)]
Refactor dependency for $_COOKIE

8 months agoRefactor dependency for $basepath
Art4 [Mon, 23 Dec 2024 14:22:52 +0000 (14:22 +0000)]
Refactor dependency for $basepath

8 months agoReplace DiceInstanceManager class names with FQCN
Art4 [Mon, 23 Dec 2024 14:19:31 +0000 (14:19 +0000)]
Replace DiceInstanceManager class names with FQCN

8 months agoRefactor dependency for $_GET
Art4 [Mon, 23 Dec 2024 14:18:22 +0000 (14:18 +0000)]
Refactor dependency for $_GET

8 months agoRefactor dependency for $_SERVER
Art4 [Mon, 23 Dec 2024 14:12:37 +0000 (14:12 +0000)]
Refactor dependency for $_SERVER

8 months agoReplace Hooks class names with FQCN
Art4 [Mon, 23 Dec 2024 14:11:40 +0000 (14:11 +0000)]
Replace Hooks class names with FQCN

8 months agoReplace Config class names with FQCN
Art4 [Mon, 23 Dec 2024 14:06:04 +0000 (14:06 +0000)]
Replace Config class names with FQCN

8 months agoReplace class names with FQCN
Art4 [Mon, 23 Dec 2024 14:03:32 +0000 (14:03 +0000)]
Replace class names with FQCN

8 months agoRemove Dice rules for $basepath
Art4 [Mon, 23 Dec 2024 13:42:01 +0000 (13:42 +0000)]
Remove Dice rules for $basepath

8 months agoRefactor DI::basePath() to use BasePath class
Art4 [Mon, 23 Dec 2024 13:40:53 +0000 (13:40 +0000)]
Refactor DI::basePath() to use BasePath class

8 months agoReplace more calls of dirname() with $basepath
Art4 [Mon, 23 Dec 2024 13:35:46 +0000 (13:35 +0000)]
Replace more calls of dirname() with $basepath

8 months agoremove $basepath from global namespace
Art4 [Mon, 23 Dec 2024 13:34:10 +0000 (13:34 +0000)]
remove $basepath from global namespace

8 months agoRemove DI::app() method
Art4 [Mon, 23 Dec 2024 12:39:11 +0000 (12:39 +0000)]
Remove DI::app() method

8 months agoMerge branch 'develop' into refactor-dice-rules
Art4 [Mon, 23 Dec 2024 12:08:38 +0000 (12:08 +0000)]
Merge branch 'develop' into refactor-dice-rules

8 months agoRemove checks if result body is not an object
Art4 [Mon, 23 Dec 2024 11:37:52 +0000 (11:37 +0000)]
Remove checks if result body is not an object

8 months agoFix PHPStan errors from upstream
Art4 [Mon, 23 Dec 2024 10:45:15 +0000 (10:45 +0000)]
Fix PHPStan errors from upstream

8 months agoMerge branch '2024.09-rc' into merge-2024.09-rc-into-develop
Art4 [Mon, 23 Dec 2024 10:18:56 +0000 (10:18 +0000)]
Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop

8 months agoMerge pull request #14538 from Art4/restore-github-actions
Hypolite Petovan [Mon, 23 Dec 2024 03:06:58 +0000 (22:06 -0500)]
Merge pull request #14538 from Art4/restore-github-actions

Add optional GitHub Action for PHP tests

8 months agodeclare strict mode in unit tests
Art4 [Sun, 22 Dec 2024 18:48:46 +0000 (18:48 +0000)]
declare strict mode in unit tests

8 months agorefactor BasePathTest
Art4 [Sun, 22 Dec 2024 18:47:57 +0000 (18:47 +0000)]
refactor BasePathTest

8 months agosimplify basepath
Art4 [Sun, 22 Dec 2024 18:03:54 +0000 (18:03 +0000)]
simplify basepath

8 months agoMerge pull request #14613 from annando/documentation
Hypolite Petovan [Sun, 22 Dec 2024 17:01:39 +0000 (12:01 -0500)]
Merge pull request #14613 from annando/documentation

Documentation to connectors updated

8 months agoRefactor getting the basepath
Art4 [Sun, 22 Dec 2024 16:29:47 +0000 (16:29 +0000)]
Refactor getting the basepath

8 months agoMerge database and unit tests into one workflow
Art4 [Sun, 22 Dec 2024 14:36:19 +0000 (14:36 +0000)]
Merge database and unit tests into one workflow

8 months agomerge code quality checks into on workflow
Art4 [Sun, 22 Dec 2024 14:29:13 +0000 (14:29 +0000)]
merge code quality checks into on workflow

8 months agoDocumentation to connectors updated
Michael [Sun, 22 Dec 2024 08:02:10 +0000 (08:02 +0000)]
Documentation to connectors updated

8 months agoMerge pull request #14612 from nupplaphil/bug/ci
Michael Vogel [Sun, 22 Dec 2024 08:09:17 +0000 (09:09 +0100)]
Merge pull request #14612 from nupplaphil/bug/ci

[CI] Fix codecov

8 months agoFix codecov token env
Philipp [Sun, 22 Dec 2024 07:54:54 +0000 (08:54 +0100)]
Fix codecov token env

8 months agoUpdate messages.po
Philipp [Sun, 22 Dec 2024 07:45:30 +0000 (08:45 +0100)]
Update messages.po

8 months ago[CI] Fix codecov
Philipp [Sun, 22 Dec 2024 07:37:49 +0000 (08:37 +0100)]
[CI] Fix codecov

8 months agoRun PHP-CS-Fixer with PHP 8.3
Art4 [Sun, 22 Dec 2024 07:27:07 +0000 (07:27 +0000)]
Run PHP-CS-Fixer with PHP 8.3

8 months agoAdd codestyle check
Art4 [Sun, 22 Dec 2024 07:23:49 +0000 (07:23 +0000)]
Add codestyle check

8 months agorename workflows and test cases
Art4 [Sun, 22 Dec 2024 07:05:25 +0000 (07:05 +0000)]
rename workflows and test cases

8 months agoMerge branch 'develop' into restore-github-actions
Art4 [Sun, 22 Dec 2024 07:02:24 +0000 (07:02 +0000)]
Merge branch 'develop' into restore-github-actions

8 months agoAdd tests with PHP 8.5
Art4 [Sun, 22 Dec 2024 06:56:30 +0000 (06:56 +0000)]
Add tests with PHP 8.5

8 months agoRename tests, use composer v2
Art4 [Sun, 22 Dec 2024 06:55:09 +0000 (06:55 +0000)]
Rename tests, use composer v2

8 months agoSet bin path to phpunit
Art4 [Sun, 22 Dec 2024 06:51:37 +0000 (06:51 +0000)]
Set bin path to phpunit

8 months agoclone addon repository
Art4 [Sun, 22 Dec 2024 06:41:11 +0000 (06:41 +0000)]
clone addon repository

8 months agobetter healtcheck for mariadb
Art4 [Sun, 22 Dec 2024 06:38:03 +0000 (06:38 +0000)]
better healtcheck for mariadb

8 months agoMerge pull request #14603 from Art4/create-app-from-container
Hypolite Petovan [Sun, 22 Dec 2024 02:35:01 +0000 (21:35 -0500)]
Merge pull request #14603 from Art4/create-app-from-container

Add `App::fromDice()` factory method

8 months agoMerge pull request #14611 from annando/issue-14609
Hypolite Petovan [Sun, 22 Dec 2024 02:31:52 +0000 (21:31 -0500)]
Merge pull request #14611 from annando/issue-14609

Issue 14609: Avoid endless worker repetition in case of an execution error

8 months agoIssue 14609: Avoid endless worker repetition in case of an execution error
Michael [Sat, 21 Dec 2024 21:46:23 +0000 (21:46 +0000)]
Issue 14609: Avoid endless worker repetition in case of an execution error

8 months agoMerge pull request #14604 from annando/issue-14344
Hypolite Petovan [Sat, 21 Dec 2024 20:59:25 +0000 (15:59 -0500)]
Merge pull request #14604 from annando/issue-14344

Issue 14344: Contact import is relocated to a dedicated place

8 months agoMerge pull request #14610 from annando/media-post
Hypolite Petovan [Sat, 21 Dec 2024 16:47:09 +0000 (11:47 -0500)]
Merge pull request #14610 from annando/media-post

Improved check for attached Fediverse posts

8 months agoMerge pull request #14608 from annando/atproto
Hypolite Petovan [Sat, 21 Dec 2024 16:43:32 +0000 (11:43 -0500)]
Merge pull request #14608 from annando/atproto

Unneeded line removed / improved status handling

8 months agoImproved check for attached Fediverse posts
Michael [Sat, 21 Dec 2024 15:25:24 +0000 (15:25 +0000)]
Improved check for attached Fediverse posts

8 months agoUnneeded line removed / improved status handling
Michael [Sat, 21 Dec 2024 08:26:56 +0000 (08:26 +0000)]
Unneeded line removed / improved status handling

8 months agoRemove src tests
Art4 [Fri, 20 Dec 2024 21:49:34 +0000 (21:49 +0000)]
Remove src tests

8 months agotest only src tests
Art4 [Fri, 20 Dec 2024 21:36:06 +0000 (21:36 +0000)]
test only src tests

8 months agoadd tests workflow
Art4 [Fri, 20 Dec 2024 21:32:59 +0000 (21:32 +0000)]
add tests workflow

8 months agoAdd workflow for unit tests
Art4 [Fri, 20 Dec 2024 21:26:05 +0000 (21:26 +0000)]
Add workflow for unit tests

8 months agoAdd Github workflow for PHPStan
Art4 [Fri, 20 Dec 2024 21:07:53 +0000 (21:07 +0000)]
Add Github workflow for PHPStan

8 months agoLet phpstan check index.php
Art4 [Fri, 20 Dec 2024 20:56:26 +0000 (20:56 +0000)]
Let phpstan check index.php

8 months agorefactor App::runFrontend()
Art4 [Fri, 20 Dec 2024 13:38:38 +0000 (13:38 +0000)]
refactor App::runFrontend()

8 months agorefactor App
Art4 [Fri, 20 Dec 2024 13:24:25 +0000 (13:24 +0000)]
refactor App

8 months agoadjust tests
Art4 [Fri, 20 Dec 2024 13:21:35 +0000 (13:21 +0000)]
adjust tests

8 months agoRefactor App::fromDice()
Art4 [Fri, 20 Dec 2024 12:30:05 +0000 (12:30 +0000)]
Refactor App::fromDice()

8 months agoInline runFrontend() call into App::processRequest() method
Art4 [Fri, 20 Dec 2024 10:07:59 +0000 (10:07 +0000)]
Inline runFrontend() call into App::processRequest() method

8 months agoInline mode call into App::processRequest()
Art4 [Fri, 20 Dec 2024 10:05:13 +0000 (10:05 +0000)]
Inline mode call into App::processRequest()

8 months agoInline App::load() call in new processRequest() method
Art4 [Fri, 20 Dec 2024 10:04:02 +0000 (10:04 +0000)]
Inline App::load() call in new processRequest() method

8 months agoMerge branch 'develop' into create-app-from-container
Art4 [Fri, 20 Dec 2024 08:26:14 +0000 (09:26 +0100)]
Merge branch 'develop' into create-app-from-container

8 months agoIssue 14344: Contact import is relocated to a dedicated place
Michael [Fri, 20 Dec 2024 08:22:56 +0000 (08:22 +0000)]
Issue 14344: Contact import is relocated to a dedicated place