Commit graph

40444 commits

Author SHA1 Message Date
Art4
7107acb15c Fix namespace for DiceContainer test 2025-01-09 19:53:47 +00:00
Art4
2ef943394d Remove Container::setup() 2025-01-09 13:35:03 +00:00
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
27fa4c0cdf Remove Dice rules for unused $devLogger service 2025-01-09 09:16:52 +00:00
Art4
0869140756 remove unused DI::devLogger() method 2025-01-09 09:10:09 +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
57c96b89a1 Remove unused import 2025-01-08 23:10:31 +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
316fac0161 Add tests for Container::fromBasePath() 2025-01-08 22:52:30 +00:00
Art4
37ffeb8121 Move creation of Dice into Container class 2025-01-08 22:35:27 +00:00
Art4
610267a3ea Move Console call into App class 2025-01-08 22:20:06 +00:00
Art4
744bf9f971 Fix depreation message for old bin files 2025-01-08 22:07:16 +00:00
Michael Vogel
275b383be7
Merge pull request #14671 from MrPetovan/bug/14469-content-after-post
Force exits in PushSubscription PUT, POST and DELETE handlers
2025-01-07 23:29:47 +01:00
Philipp
ae8450f4fb Make PHP-CS happy 2025-01-07 06:42:04 -05:00
Hypolite Petovan
f53292cb11 Force exits in PushSubscription PUT, POST and DELETE endpoints
- These add their own content to the response, which makes rawContent() redundant
2025-01-07 06:42:04 -05:00
Hypolite Petovan
4d146c93d4 Update messages.po main translation file 2025-01-07 06:42:04 -05:00
Hypolite Petovan
a7210f76d1 Revert "Fix installation"
This reverts commit 67a8c5073c.
2025-01-07 06:42:04 -05:00
Hypolite Petovan
101f0e8181 Revert "QuickFix: 2FA - App specific password"
This reverts commit dc4eac2742.
2025-01-07 06:42:04 -05:00
Hypolite Petovan
ef9c2cb223 Revert "Issue 14325: Process "post" requests only once"
This reverts commit 0b710ce4fb.
2025-01-07 06:42:04 -05:00
Hypolite Petovan
f6afc5a2bb
Merge pull request #14675 from annando/get
New function to handle "get" requests
2025-01-07 06:40:50 -05:00
Michael
e090fd4495 Improved code style 2025-01-06 22:15:41 +00:00
Michael
8e76d13a96 New function to handle "get" requests 2025-01-06 22:04:45 +00:00
Hypolite Petovan
c2eae676bf
Merge pull request #14659 from nupplaphil/feat/worker_console
Move 'bin/worker.php' to 'bin/console.php worker'
2025-01-06 14:42:00 -05:00
Philipp
c4f15706ee
Add cons 2025-01-06 18:59:22 +01:00
Philipp
127e522ed8
Update deprecated version 2025-01-06 18:45:33 +01:00
Philipp
b9dde78466
Centralize deprecated check 2025-01-05 23:13:49 +01:00
Philipp
77c9f54f5c
Fix default log channel 2025-01-05 23:13:48 +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
b7a0c53b0b
Update src/Console/Worker.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2025-01-05 23:13:42 +01:00
Philipp
5fe9d53cfa
Fixup LogChannels 2025-01-05 23:13:41 +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
8f43ab9573
Update doc 2025-01-05 23:13:37 +01:00