Commit graph

12967 commits

Author SHA1 Message Date
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
Philipp
c58cd835d2
Move 'bin/worker.php' to 'bin/console.php worker' 2025-01-05 23:13:37 +01:00
Michael
c2e940c4f9 Code Style fixed for "Photo.php" 2025-01-05 21:43:16 +00:00
Michael
fff8cf1c34 Issue 14275: Avoid "Data too long" error 2025-01-05 21:35:06 +00:00
Hypolite Petovan
7a7a74d93e
Merge pull request #14668 from annando/mime
Use the fetched mimetype if present / improved detection of quoted posts
2025-01-05 10:34:24 -05:00
Michael
9bcd00bfa8 Fix code style Receiver.php 2025-01-05 08:48:02 +00:00
Michael
8d1971e0b2 Fix code style Media.php 2025-01-05 08:29:10 +00:00
Michael
503e33a683 Use the fetched mimetype if present 2025-01-04 22:19:16 +00:00
Hypolite Petovan
c2dbd40027 Restore template engine registration for Worker execution
- Template engine is used in BBCode processing
2025-01-02 18:30:30 -05:00
Michael
4a61867f79 Set the quote-uri-id when a post is linked 2025-01-02 16:57:30 +00: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
9cdc1dde0e
remove dependency 2025-01-02 12:54:46 +01:00
Philipp
1f9e1285af
Move Addon/Hook dependency where it belongs :) 2025-01-02 12:54:45 +01:00
Philipp
320103af77
Make PHP-CS even more happy :) 2025-01-02 12:54:42 +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
3e5872d0b1
Add docs :-) 2025-01-02 12:54:35 +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
ad549cc5d6
Execute COMMAND=fix TARGET_BRANCH=develop bin/dev/fix-codestyle.sh 2025-01-02 02:03:58 +01:00
Philipp
0ff7a1c72b
temporary add App.php 2025-01-02 02:01:34 +01:00
Hypolite Petovan
e3aa9b8121 Prevent contact id = 0 case in VCard 2025-01-01 16:17:31 -05:00
Hypolite Petovan
8b47378720 Welcome version 2025.02-dev!
# Conflicts:
#	CHANGELOG
#	VERSION
#	database.sql
#	src/App.php
#	view/lang/C/messages.po
2025-01-01 12:16:35 -05:00
Tobias Diekershoff
22732678cd 2024.12 2024-12-31 22:13:29 +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
515ae7693b Merge branch 'develop' into refactor-entrypoint-jetstream.php 2024-12-29 07:43:27 +00:00
Hypolite Petovan
3f39b6366f
Merge pull request #14628 from Art4/refactor-entrypoint-worker.php
Refactor entrypoint `worker.php`
2024-12-28 20:11:41 -05:00
Art4
3309bc818a Fix duplicate usage of the $mode variable 2024-12-28 23:36:15 +00:00
Art4
1bfcd0ac6e refactor App::processJetstream 2024-12-28 23:00:23 +00:00
Art4
8fef32b954 run setup functions 2024-12-28 22:57:24 +00:00
Art4
318c57df12 Inline jetstream.php code into App::processJetstream() 2024-12-28 22:53:54 +00:00
Michael
494bc8b8f1 DID has to be fetched all the time 2024-12-28 20:40:53 +00:00
Art4
dde8291597 Move getModule() code into App class 2024-12-28 16:36:07 +00:00
Art4
4d0a695588 use $dice_profiler_threshold in Router not as property 2024-12-28 16:30:33 +00:00
Hypolite Petovan
f9f24b3881
Merge pull request #14633 from bmillwood/fix-scope-check
Fix duplicate SCOPE_WRITE check
2024-12-28 09:04:09 -05:00
Ben Millwood
442dcd1688 Fix duplicate SCOPE_WRITE check
It's pretty clear from context this is intended to be SCOPE_FOLLOW. It's
been like this ever since it was introduced in revision 49207a8
2024-12-28 09:03:09 -05:00
Art4
fa315cf44a remove constructor injection of Dice in Router 2024-12-28 13:10:28 +00:00
Art4
182732b112 Extract create module into own method 2024-12-28 13:07:07 +00:00
Art4
7cb962de82 move Router creation into App::runFrontend() 2024-12-28 12:58:09 +00:00