Commit graph

1656 commits

Author SHA1 Message Date
Art4
f1dba9f89e Move setupLegacyServiceLocator() into App class 2025-01-09 13:34:10 +00:00
Art4
2f3ef5359f Remove unused import 2025-01-09 10:18:11 +00:00
Art4
7f643aadd8 Move setupContainerForLogger() and determine log channel into App class 2025-01-09 10:13:33 +00:00
Art4
870b3b9a1c Remove default logchannel from Container::setup() 2025-01-09 09:34:43 +00:00
Art4
f40fb6b099 Fix code style 2025-01-09 09:21:10 +00:00
Art4
08a50efb08 remove unused Logger::devLog() method 2025-01-09 09:08:14 +00:00
Art4
633c692083 Move registerErrorHandler() into App class 2025-01-09 08:53:07 +00:00
Art4
04fb9dd9e0 Move registerTemplateEngine() into App class 2025-01-09 08:36:47 +00:00
Art4
768d7961a6 Move setupContainerForAddons() into App 2025-01-09 08:17:43 +00:00
Art4
e899127137 Deprecate Container::setup() 2025-01-09 08:11:38 +00:00
Art4
c762c62029 Remove DiceContainer::fromDice() 2025-01-08 23:00:38 +00:00
Art4
320fe18654 Create Container interface, add DiceContainer as implementation 2025-01-08 22:59:29 +00:00
Art4
37ffeb8121 Move creation of Dice into Container class 2025-01-08 22:35:27 +00:00
Philipp
c4f15706ee
Add cons 2025-01-06 18:59:22 +01:00
Philipp
be8fe24b6e
Make PHP-CS happy 2025-01-05 23:13:47 +01:00
Philipp
f1e93be694
Use correct typing 2025-01-05 23:13:46 +01:00
Philipp
22ce079222
Make PHP-CS happy :-) 2025-01-05 23:13:45 +01:00
Philipp
560bf345da
Add UnitTest for Container 2025-01-05 23:13:44 +01:00
Philipp
2238ea8d52
Add license 2025-01-05 23:13:43 +01:00
Philipp
c726675189
Add doc & fix test 2025-01-05 23:13:43 +01:00
Philipp
40fbb02149
Move Container logic into own class 2025-01-05 23:13:41 +01:00
Philipp
6d77eb9b10
Make PHP-CS happy 2025-01-05 23:13:40 +01:00
Philipp
eb0c38f90f
Adapt run-command for console.php executions 2025-01-05 23:13:40 +01:00
Philipp
c79f0c83a7
Replace 'bin/worker.php' calls and help 2025-01-05 23:13:39 +01:00
Philipp
7b952e3c94
Replace 'bin/daemon.php' and 'bin/jetstream.php' calls and help 2025-01-05 23:13:38 +01:00
Philipp
c58cd835d2
Move 'bin/worker.php' to 'bin/console.php worker' 2025-01-05 23:13:37 +01:00
Philipp
320103af77
Make PHP-CS even more happy :) 2025-01-02 12:54:42 +01:00
Philipp
2b5882855b
Make PHP-CS even more happy :) 2025-01-02 12:54:39 +01:00
Philipp
f2ce5647f2
Make PHP-CS super-happy :) 2025-01-02 12:54:37 +01:00
Philipp
3d2524532f
Add Jetstream daemon to console 2025-01-02 12:54:34 +01:00
Philipp
eebc2d9a79
Don't feed the daemons! 2024-12-30 17:48:53 +01:00
Philipp
b0ec3ad0c9
Move daemon to Console Command 2024-12-30 12:40:42 +01:00
Art4
e9b92aea7b Move call of register the template engine into App 2024-12-26 08:24:19 +00:00
Art4
ffbc7d0ea1 Remove multiple calls of DI::init() 2024-12-26 08:15:20 +00:00
Art4
1b4d0d0bb0 Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop 2024-12-23 10:18:56 +00:00
Michael
322b24ea05 Issue 14609: Avoid endless worker repetition in case of an execution error 2024-12-21 21:46:23 +00:00
Art4
c6c29b29b1 Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop 2024-12-16 11:06:45 +01:00
Michael
ec702f2deb Native probe support for AT-Proto 2024-12-14 15:27:18 +00:00
Art4
496f0755b1 Fix errors in Core namespace 2024-12-03 20:11:46 +00:00
Art4
e17012801f Merge branch 'develop' into phpstan-level-1-in-addons 2024-11-30 19:23:36 +00:00
Art4
8f66cbee91 remove unused parameter 2024-11-28 08:26:26 +00:00
Art4
f93915075e remove requirement for DI::app() in addon_install()
see https://github.com/friendica/friendica-addons/pull/1364
2024-11-23 08:38:37 +00:00
Art4
bc76f2af67 refactor confusing finally block 2024-11-22 11:02:54 +00:00
Art4
d4504c39c6 remove confusing finally block 2024-11-22 10:53:26 +00:00
Art4
3c84c21318 Remove unused parameters in AddonInvalidConfigFileException 2024-11-19 08:05:34 +00:00
Art4
b8e15b42fa Refactor DatabaseCache 2024-11-19 08:04:06 +00:00
Art4
0f785e8bd0 Remove unused parameters in ConfigFileException 2024-11-19 07:54:17 +00:00
Art4
58e447f7bb Refactor ConfigFileManager 2024-11-19 07:48:43 +00:00
Art4
cde93c68dc Fix session factory 2024-11-19 07:46:52 +00:00
Art4
c1c158ccda Fix errors in Core namespace 2024-11-19 07:40:46 +00:00