Michael
|
a653c6350d
|
Support for quoted links is added
|
2022-09-29 16:04:33 +00:00 |
|
Michael
|
9587787089
|
Add uri as well
|
2022-09-29 14:13:39 +00:00 |
|
Michael
|
6140f850e1
|
Detect the thread parent id if it is missing
|
2022-09-29 13:48:10 +00:00 |
|
Michael
|
ff80a25966
|
Additional checks for non follower content
|
2022-09-29 12:45:47 +00:00 |
|
Michael
|
b10496f4e9
|
Changed log level
|
2022-09-28 16:45:18 +00:00 |
|
Michael
|
d821afb418
|
Added logging of unexpected follow messages
|
2022-09-28 16:32:17 +00:00 |
|
Michael
|
c65f78e579
|
Only display reshared thread starting posts
|
2022-09-28 09:48:48 +00:00 |
|
Hypolite Petovan
|
c12ac42695
|
Merge pull request #11940 from annando/issue-11876
Issue 11876: Fix local message distribution
|
2022-09-27 12:07:30 -04:00 |
|
Michael
|
2def5e9f02
|
Issue 11876: Fix local message distribution
|
2022-09-27 15:58:16 +00:00 |
|
Philipp Holzer
|
0ce7b49cb3
|
Minor l10n issue
|
2022-09-27 10:52:17 +02:00 |
|
Michael
|
4c52772d84
|
Use class constant
|
2022-09-26 13:33:31 +00:00 |
|
Michael
|
5e51ab95fb
|
Merge remote-tracking branch 'upstream/2022.09-rc' into worker-timeout
|
2022-09-26 13:26:56 +00:00 |
|
Hypolite Petovan
|
afac91fa34
|
Merge pull request #11936 from annando/youtube-shorts
Added support for the "Youtube Shorts" URL
|
2022-09-26 07:33:23 -04:00 |
|
Hypolite Petovan
|
e56e543a79
|
Merge pull request #11933 from nupplaphil/bug/module_returns
Fix /api/v1/push/subscription
|
2022-09-26 07:32:24 -04:00 |
|
Michael
|
297ddbb8c8
|
Added support for the "Youtube Shorts" URL
|
2022-09-26 07:04:35 +00:00 |
|
Michael
|
63ec808fb9
|
Issue 11932: Restore SQL performance
|
2022-09-26 06:39:28 +00:00 |
|
Philipp
|
883a2ee71b
|
Update src/Module/Api/Mastodon/PushSubscription.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2022-09-26 07:25:04 +02:00 |
|
Philipp
|
5c88813775
|
Update src/Module/Api/Mastodon/PushSubscription.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2022-09-26 07:24:55 +02:00 |
|
Philipp Holzer
|
006dbcf4ce
|
some code-beautification
|
2022-09-25 21:39:29 +02:00 |
|
Philipp Holzer
|
ad62265d08
|
Fix /api/v1/push/subscription
|
2022-09-25 21:39:28 +02:00 |
|
Michael
|
22ed028ba1
|
Simplified structure
|
2022-09-25 07:12:05 +00:00 |
|
Michael
|
662c846402
|
Issue 11919: Avoid possible memory problems
|
2022-09-25 06:34:13 +00:00 |
|
Hypolite Petovan
|
3e1b6890b7
|
Fix removing falsy text nodes in HTML::tagToBBCodeSub
- This wrongly removed text nodes containing just '0'
|
2022-09-24 22:03:49 -04:00 |
|
Michael
|
bca9069b22
|
Add the uri-id if missing
|
2022-09-24 21:53:27 +00:00 |
|
Michael Vogel
|
08ead52433
|
Merge pull request #11763 from tobiasd/marcor-newapi
new event APIs
|
2022-09-24 21:18:20 +02:00 |
|
Hypolite Petovan
|
5a236e0af2
|
Merge pull request #11925 from mexon/mat/dont-remove-slash
Do not remove trailing slash from URIs
|
2022-09-24 15:05:02 -04:00 |
|
Hypolite Petovan
|
02e9a867ae
|
Merge pull request #11926 from annando/sql-queries
(Hopefully) SQL improvements
|
2022-09-24 15:01:34 -04:00 |
|
Hypolite Petovan
|
080aa55302
|
Merge pull request #11924 from annando/error
Fix error "Class 'Friendica\Worker\Worker' not found"
|
2022-09-24 14:59:58 -04:00 |
|
Michael Vogel
|
b00947025a
|
Merge pull request #11922 from MrPetovan/bug/notices
Ward against missing keys in Model\APContact::isRelay
|
2022-09-24 20:02:21 +02:00 |
|
Michael
|
3911c9450b
|
(Hopefully) SQL improvements
|
2022-09-24 17:56:07 +00:00 |
|
Michael
|
bd817d2391
|
Fix error "Class 'Friendica\Worker\Worker' not found"
|
2022-09-24 17:29:00 +00:00 |
|
Matthew Exon
|
7613433357
|
Do not remove trailing slash from URIs
|
2022-09-24 17:57:28 +02:00 |
|
Hypolite Petovan
|
6ca725e5b6
|
Check for network key existence before calling Probe::isProbable in Model\Contact
- Address https://github.com/friendica/friendica/issues/11630#issuecomment-1253225607
|
2022-09-24 10:18:41 -04:00 |
|
Hypolite Petovan
|
ded5a0ac6a
|
Ward against missing keys in Model\APContact::isRelay
- Address https://github.com/friendica/friendica/issues/11632#issuecomment-1231904280
|
2022-09-24 09:56:12 -04:00 |
|
Michael Vogel
|
98a4c7a56c
|
We can now configure the worker runtime limits
|
2022-09-24 10:00:41 +02:00 |
|
Hypolite Petovan
|
be9bbe1709
|
Merge pull request #11917 from annando/cooldown
More cooldown calls for worker processes
|
2022-09-22 22:39:04 -04:00 |
|
Michael
|
97e5477bde
|
static cooldown moved to the cooldown function
|
2022-09-22 22:46:59 +00:00 |
|
Hypolite Petovan
|
264b8f27fd
|
Merge pull request #11918 from annando/fcontact
Worker for updating fcontact entries
|
2022-09-22 11:00:15 -04:00 |
|
Michael
|
e1341b6ad3
|
Fallback for load detection, additional checks
|
2022-09-22 05:45:42 +00:00 |
|
Michael
|
4939be065e
|
Merge remote-tracking branch 'upstream/2022.09-rc' into cooldown
|
2022-09-22 04:31:50 +00:00 |
|
Hypolite Petovan
|
6a9d91c824
|
Merge pull request #11902 from annando/duplicates
Detect and remove contact duplicates
|
2022-09-21 21:23:37 -04:00 |
|
Michael Vogel
|
c87150819b
|
Worker for updating fcontact entries
|
2022-09-21 22:47:09 +02:00 |
|
Michael Vogel
|
0fa281247d
|
More cooldown calls for worker processes
|
2022-09-21 21:03:07 +02:00 |
|
Michael Vogel
|
6ee8a966bf
|
Fix forum delivery in case of beiong addressed via "@"
|
2022-09-21 10:54:05 +02:00 |
|
Michael
|
36668dfdb1
|
Merge remote-tracking branch 'upstream/2022.09-rc' into duplicates
|
2022-09-21 03:46:25 +00:00 |
|
Hypolite Petovan
|
4deee0932c
|
Merge pull request #11910 from annando/logging
Improved page rendering speed logging
|
2022-09-20 21:05:58 -04:00 |
|
Michael Vogel
|
7ae500f28d
|
Improved page rendering speed logging
|
2022-09-20 16:30:56 +02:00 |
|
Michael Vogel
|
199d8bbf35
|
Merge remote-tracking branch 'upstream/2022.09-rc' into relay-languages
|
2022-09-20 06:05:15 +02:00 |
|
Michael Vogel
|
6ba2c4bb01
|
Added documentation
|
2022-09-19 12:49:37 +02:00 |
|
Michael Vogel
|
3650feb256
|
"Count" parameter added
|
2022-09-19 12:46:28 +02:00 |
|