]> git.mxchange.org Git - friendica.git/log
friendica.git
6 months agoMerge branch 'refactor-entrypoint-daemon.php' into refactor-entrypoint-worker.php
Art4 [Thu, 26 Dec 2024 13:56:49 +0000 (13:56 +0000)]
Merge branch 'refactor-entrypoint-daemon.php' into refactor-entrypoint-worker.php

6 months agoupdate messages.po
Art4 [Thu, 26 Dec 2024 13:44:57 +0000 (13:44 +0000)]
update messages.po

6 months agoMerge branch 'refactor-entrypoint-daemon.php' into refactor-entrypoint-worker.php
Art4 [Thu, 26 Dec 2024 12:23:07 +0000 (12:23 +0000)]
Merge branch 'refactor-entrypoint-daemon.php' into refactor-entrypoint-worker.php

6 months agoCheck more bin files with PHPStan
Art4 [Thu, 26 Dec 2024 12:22:39 +0000 (12:22 +0000)]
Check more bin files with PHPStan

6 months agoFix possible falsy return of getopt()
Art4 [Thu, 26 Dec 2024 12:18:03 +0000 (12:18 +0000)]
Fix possible falsy return of getopt()

6 months agorefactor chdir() in worker.php
Art4 [Thu, 26 Dec 2024 11:56:25 +0000 (11:56 +0000)]
refactor chdir() in worker.php

6 months agoremove HTTPInputData as argument
Art4 [Thu, 26 Dec 2024 11:41:27 +0000 (11:41 +0000)]
remove HTTPInputData as argument

6 months agoremove dependency to global $_GET
Art4 [Thu, 26 Dec 2024 11:35:32 +0000 (11:35 +0000)]
remove dependency to global $_GET

6 months agorename server vars
Art4 [Thu, 26 Dec 2024 11:33:45 +0000 (11:33 +0000)]
rename server vars

6 months agowork with PSR-7 Request in App::runFrontend()
Art4 [Thu, 26 Dec 2024 11:33:00 +0000 (11:33 +0000)]
work with PSR-7 Request in App::runFrontend()

6 months agoReplace DI::system() with container
Art4 [Thu, 26 Dec 2024 10:49:34 +0000 (10:49 +0000)]
Replace DI::system() with container

6 months agoReplace DI::basePath() with container
Art4 [Thu, 26 Dec 2024 10:46:54 +0000 (10:46 +0000)]
Replace DI::basePath() with container

6 months agoReplace DI::keyValue() with container
Art4 [Thu, 26 Dec 2024 10:42:41 +0000 (10:42 +0000)]
Replace DI::keyValue() with container

6 months agoresolve double used variable name
Art4 [Thu, 26 Dec 2024 10:38:10 +0000 (10:38 +0000)]
resolve double used variable name

6 months agoReplace DI::config() with container
Art4 [Thu, 26 Dec 2024 10:34:32 +0000 (10:34 +0000)]
Replace DI::config() with container

6 months agoReplace DI::mode() with container
Art4 [Thu, 26 Dec 2024 10:30:09 +0000 (10:30 +0000)]
Replace DI::mode() with container

6 months agoextract dependency for $_SERVER
Art4 [Thu, 26 Dec 2024 10:27:44 +0000 (10:27 +0000)]
extract dependency for $_SERVER

6 months agoFix indent for HEREDOC
Art4 [Thu, 26 Dec 2024 10:26:10 +0000 (10:26 +0000)]
Fix indent for HEREDOC

6 months agorefactor using registerErrorHandler
Art4 [Thu, 26 Dec 2024 10:18:03 +0000 (10:18 +0000)]
refactor using registerErrorHandler

6 months agorefactor setup DI
Art4 [Thu, 26 Dec 2024 10:17:22 +0000 (10:17 +0000)]
refactor setup DI

6 months agorefactor setup container for addons and logger
Art4 [Thu, 26 Dec 2024 10:16:01 +0000 (10:16 +0000)]
refactor setup container for addons and logger

6 months agosimplify class names
Art4 [Thu, 26 Dec 2024 10:13:04 +0000 (10:13 +0000)]
simplify class names

6 months agoMove daemon.php code into App::processDaemon() method
Art4 [Thu, 26 Dec 2024 10:07:03 +0000 (10:07 +0000)]
Move daemon.php code into App::processDaemon() method

6 months agoRegister shutdown function as anonymous function
Art4 [Thu, 26 Dec 2024 09:31:36 +0000 (09:31 +0000)]
Register shutdown function as anonymous function

6 months agoMove daemon code into anonymous function
Art4 [Thu, 26 Dec 2024 09:30:44 +0000 (09:30 +0000)]
Move daemon code into anonymous function

6 months agorequire the dependencies.config.php file
Art4 [Thu, 26 Dec 2024 09:26:23 +0000 (09:26 +0000)]
require the dependencies.config.php file

6 months agorefactor getopt() call
Art4 [Thu, 26 Dec 2024 09:24:12 +0000 (09:24 +0000)]
refactor getopt() call

6 months agoRefactor chdir() call
Art4 [Thu, 26 Dec 2024 09:05:50 +0000 (09:05 +0000)]
Refactor chdir() call

6 months agoRefactor App::load() method
Art4 [Thu, 26 Dec 2024 08:45:57 +0000 (08:45 +0000)]
Refactor App::load() method

6 months agomove up registerTemplateEngine call
Art4 [Thu, 26 Dec 2024 08:29:11 +0000 (08:29 +0000)]
move up registerTemplateEngine call

6 months agoRefactor registering template engine
Art4 [Thu, 26 Dec 2024 08:27:02 +0000 (08:27 +0000)]
Refactor registering template engine

6 months agoMove call of register the template engine into App
Art4 [Thu, 26 Dec 2024 08:24:19 +0000 (08:24 +0000)]
Move call of register the template engine into App

6 months agoRemove multiple calls of DI::init()
Art4 [Thu, 26 Dec 2024 08:15:20 +0000 (08:15 +0000)]
Remove multiple calls of DI::init()

6 months agoSetup container with explicit LogChannel
Art4 [Thu, 26 Dec 2024 08:10:06 +0000 (08:10 +0000)]
Setup container with explicit LogChannel

6 months agoRefactor App::processConsole()
Art4 [Thu, 26 Dec 2024 08:01:30 +0000 (08:01 +0000)]
Refactor App::processConsole()

6 months agoMove code from console.php into App::processConsole()
Art4 [Thu, 26 Dec 2024 07:44:19 +0000 (07:44 +0000)]
Move code from console.php into App::processConsole()

6 months agoReplace global $argv with $_SERVER
Art4 [Thu, 26 Dec 2024 07:39:43 +0000 (07:39 +0000)]
Replace global $argv with $_SERVER

6 months agorequire dependencies.config.php file in console.php entry point
Art4 [Thu, 26 Dec 2024 07:29:39 +0000 (07:29 +0000)]
require dependencies.config.php file in console.php entry point

6 months agorequire dependencies.config.php file in index.php entry point
Art4 [Thu, 26 Dec 2024 07:26:04 +0000 (07:26 +0000)]
require dependencies.config.php file in index.php entry point

6 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

6 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`

6 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()`

6 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`

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

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

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

6 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()

6 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()

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

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

6 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

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

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

6 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

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

6 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

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

6 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

6 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

6 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

6 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

6 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

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

6 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

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

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

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

6 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

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

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

6 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

6 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

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

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

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

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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

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

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

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

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

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

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

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

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

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

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

6 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

6 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()

6 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

6 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

6 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

6 months agoMerge pull request #14602 from Art4/remove-apphelper-implementation-from-app
Hypolite Petovan [Thu, 19 Dec 2024 22:58:14 +0000 (17:58 -0500)]
Merge pull request #14602 from Art4/remove-apphelper-implementation-from-app

Remove `AppHelper` implementation in `App` class