Commit graph

252 commits

Author SHA1 Message Date
Art4
65b79b5ea0 Remove unused AbstractConsole 2025-01-22 15:57:21 +00:00
Art4
23fcb4f87f Dont show deprecation message twice 2025-01-22 15:47:49 +00:00
Art4
7b241cebeb Fix code style 2025-01-12 20:48:53 +00:00
Art4
9fbdbcb054 Fix list enabled/disabled addons 2025-01-12 20:38:55 +00:00
Art4
744bf9f971 Fix depreation message for old bin files 2025-01-08 22:07:16 +00:00
Philipp
c4f15706ee
Add cons 2025-01-06 18:59:22 +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
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
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
8f43ab9573
Update doc 2025-01-05 23:13:37 +01:00
Philipp
c58cd835d2
Move 'bin/worker.php' to 'bin/console.php worker' 2025-01-05 23:13:37 +01:00
Philipp
0d2419e402
updated message 2025-01-02 13:06:42 +01:00
Philipp
efa912c373
Add deprecation notice 2025-01-02 13:03:28 +01:00
Philipp
1f9e1285af
Move Addon/Hook dependency where it belongs :) 2025-01-02 12:54:45 +01:00
Philipp
bc5d3b6c3a
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2025-01-02 12:54:40 +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
64e66acb01
Add system daemon class 2025-01-02 12:54:19 +01:00
Philipp
eebc2d9a79
Don't feed the daemons! 2024-12-30 17:48:53 +01:00
Philipp
a5649bdaeb
Make PHP-CS happy 2024-12-30 12:46:24 +01:00
Philipp
22ce71e792
Move daemon to Console Command 2024-12-30 12:41:14 +01:00
Philipp
b0ec3ad0c9
Move daemon to Console Command 2024-12-30 12:40:42 +01:00
Art4
88f693bb71 Fix errors in Console namespace 2024-12-01 21:24:43 +00:00
Art4
2ff280d34c Fix more errors 2024-11-19 08:40:48 +00:00
Art4
603af2fb19 Rename DI::apphelper() to DI::appHeler() 2024-11-17 20:00:34 +00:00
Art4
20f5a96fe0 refactor usage of Friendica\App namespace 2024-11-11 00:30:58 +00:00
Art4
712b9e9610 Fix lang strings object in PhpToPo command 2024-11-10 22:50:59 +00:00
Art4
ae75ffc31a replace calls for App::getBasePath() with AppHelper 2024-11-10 10:57:13 +00:00
Art4
eff96cc140 add missing use statement 2024-11-05 12:17:41 +00:00
Art4
4b971f84fd Fix returns in Console commands 2024-11-05 12:13:18 +00:00
Art4
01ba276455 Add missing return
This needs some refactoring: returning nothing implicit returns null, thas will be convert to int 0.
I return false instead of nothing to keep this behaviour for BC.
2024-11-05 11:52:23 +00:00
Art4
f024de4350 add missing property in FixAPDeliveryWorkerTaskParameters 2024-11-05 11:25:35 +00:00
Tobias Diekershoff
30a5ef33b0 REUSE src directory 2024-08-24 15:27:00 +02:00
Michael
b014ec4548 New console command to clear the avatar cache 2024-07-18 10:53:49 +00:00
Michael
e2d2428444 Delete cached avatar data from storage 2024-07-15 04:25:15 +00:00
Michael Vogel
14e5b06029
Image handling reworked, new image formats added (#13900)
* Image handling reworked, new image formats added

* Updated messages.po

* The dot is now part of the file extension

* Added WebP in install documentation

* Handle unhandled mime types

* Fixed animated picture detected
2024-02-17 07:45:41 +01:00
Michael
c7e0500529 Fixed relay detection on unsubscription 2024-02-13 04:30:38 +00:00
Matthew Exon
36c37e0c62 Allow setting user avatar in the console at creation 2024-01-14 16:19:20 +01:00
Michael
89e7420237 Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Michael
639d160c24 Improvements for relais like relay.fedi.buzz 2023-07-30 17:46:37 +00:00
Philipp
9f18222a06
Unify "Capability" 2023-07-26 21:44:31 +02:00
Michael
b0f880d0eb Fix: Force baseUrl being a string 2023-04-15 14:17:30 +00:00
Josh Soref
68a5a99d8b spelling: password
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 20:04:07 -04:00
Josh Soref
1c223319b7 spelling: denies
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 18:59:11 -04:00