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 |
|
Michael
|
7342c6e468
|
Issue 13943: Notify users on login that they are blocked
|
2024-12-28 00:35:44 +00:00 |
|
Michael Vogel
|
c7c029a044
|
Merge pull request #14631 from mexon/mat/schemaorg
Repair schema.org context.
|
2024-12-27 21:41:47 +01:00 |
|
Matthew Exon
|
ba26e9c06d
|
Only replace schema.org if it is a top-level context
|
2024-12-27 21:28:11 +01:00 |
|
Matthew Exon
|
b2012947ac
|
Repair schema.org context. Fixes #14630
|
2024-12-27 17:51:43 +01:00 |
|
Michael
|
951999957e
|
Improve URL detection in searches
|
2024-12-27 13:08:09 +00:00 |
|
Art4
|
030905fafa
|
Merge branch 'refactor-entrypoint-daemon.php' into refactor-entrypoint-worker.php
|
2024-12-27 11:19:17 +00:00 |
|
Art4
|
82d987cb1d
|
Merge branch 'refactor-entrypoint-console.php' into refactor-entrypoint-daemon.php
|
2024-12-27 11:19:00 +00:00 |
|
Art4
|
1fab37f74e
|
Merge branch 'develop' into refactor-entrypoint-console.php
|
2024-12-27 11:02:42 +00:00 |
|
Hypolite Petovan
|
e3067095f4
|
Merge pull request #14616 from Art4/refactor-dice-rules
Refactor DICE rules
|
2024-12-26 23:23:59 -05:00 |
|
Art4
|
04e92766fc
|
Refactor calling process repository
|
2024-12-26 19:29:23 +00:00 |
|
Art4
|
867eba7381
|
Replace DI::basePath() with BasePath service
|
2024-12-26 19:17:18 +00:00 |
|
Art4
|
caec1ed576
|
replace DI::mode() with container
|
2024-12-26 19:15:33 +00:00 |
|
Art4
|
3ae9ae8728
|
use registerErrorHandler() in processWorker()
|
2024-12-26 19:13:34 +00:00 |
|
Art4
|
e0a249f9a4
|
Refactor r init service locator
|
2024-12-26 19:12:32 +00:00 |
|
Art4
|
31deac5117
|
Refactor setup Container for Logger
|
2024-12-26 19:11:54 +00:00 |
|