Commit graph

40408 commits

Author SHA1 Message Date
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
Philipp
c58cd835d2
Move 'bin/worker.php' to 'bin/console.php worker' 2025-01-05 23:13:37 +01:00
Philipp
07c4e606e1
Merge pull request #14673 from annando/issue-14275
Issue 14275: Avoid "Data too long" error
2025-01-05 22:03:55 +00: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
Philipp
1c63cc7ee9
Merge pull request #14663 from MrPetovan/bug/fatal-errors
Restore template engine registration for Worker execution
2025-01-03 09:43:02 +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
Hypolite Petovan
e177ad55c1
Merge pull request #14660 from annando/set-quote-id
Set the quote-uri-id when a post is linked
2025-01-02 12:05:35 -05:00
Michael
4a61867f79 Set the quote-uri-id when a post is linked 2025-01-02 16:57:30 +00:00
Hypolite Petovan
28b26c892b
Merge pull request #14658 from tobiasd/20250102-note
CHANGELOG note for 2025.02
2025-01-02 08:42:11 -05:00
Tobias Diekershoff
4198236f6a
Update CHANGELOG
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2025-01-02 14:37:53 +01:00
Hypolite Petovan
8215b5de83
Merge pull request #14655 from nupplaphil/feat/worker_daemon
Add JetStream to Console
2025-01-02 07:40:03 -05: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
96332720e5
Update messages.po ... 2025-01-02 12:54:43 +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
Tobias Diekershoff
b2ea4dbab7 CHANGELOG note for 2025.02
This adds a note to the CHANGELOG so the important deprecation information is not forgotten.

see #14642
2025-01-02 07:42:07 +01:00
Hypolite Petovan
092958441b
Merge pull request #14656 from nupplaphil/feat/fix-codestyle
Add `bin/dev/fix-codestyle.sh`
2025-01-01 21:01:34 -05: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
Philipp
7cead7b168
Add fix-codestyle.sh 2025-01-02 02:01:31 +01:00
Michael Vogel
999d5d58ec
Merge pull request #14645 from MrPetovan/docs/making-new-friends
Fix links in Quick-Start-makingnewfriends
2025-01-01 22:56:00 +01:00
Michael Vogel
d540ec7f8d
Merge pull request #14654 from MrPetovan/bug/14607-view-group
Prevent contact id = 0 case in VCard
2025-01-01 22:54:06 +01:00
Hypolite Petovan
e3aa9b8121 Prevent contact id = 0 case in VCard 2025-01-01 16:17:31 -05:00
Hypolite Petovan
c0d4cb918a Fix links in Quick-Start-makingnewfriends
- Update German version as well
2025-01-01 15:51:26 -05:00