1
1
Fork 0
Commit graph

9716 commits

Author SHA1 Message Date
168827c8ae
Merge pull request #11957 from annando/issue-11891
Issue 11891: Enable search for user@domain.tld
2022-10-03 11:15:55 -04:00
4b8c631216 Issue 11891: Enable search for user@domain.tld 2022-10-03 13:53:19 +00:00
8347f0144b Fix log message 2022-10-03 11:42:50 +00:00
5127784acb Recursively check if the thread supports Diaspora 2022-10-03 11:04:57 +00:00
7395ae22f7 Issue 11952: Avoid to send AP related comments to Diaspora 2022-10-03 10:40:16 +00:00
38cf0666bd
Merge pull request #11955 from annando/issue-11953
Fix picture link removal in "getAttachedData"
2022-10-02 21:35:30 -04:00
1afbcb2486 Added description 2022-10-02 23:55:33 +00:00
bf4c5ba84f Improved URL handling 2022-10-02 20:42:21 +00:00
0de458e134 Case changed 2022-10-02 04:51:00 +00:00
6fb5e13b08 Add ♲ symbol 2022-10-01 22:36:02 +00:00
8d9cb974af Merge remote-tracking branch 'upstream/2022.09-rc' into transmit-quote 2022-10-01 22:30:44 +00:00
54d25ebc91 Fix picture link removal in "getAttachedData" 2022-10-01 22:26:37 +00:00
1e29c6f705 Ensure not to add the plink 2022-10-01 16:54:11 +00:00
2d6735a616 Issue 11953: Split a message in parts 2022-10-01 16:37:32 +00:00
8eb4ab2a33 Added comment for the deactivated part 2022-09-30 07:17:07 +00:00
d43b85e94b Don't transmit the shared attachments 2022-09-30 07:10:43 +00:00
59004711ec Support for transmitting quoted posts 2022-09-29 22:29:15 +00:00
a653c6350d Support for quoted links is added 2022-09-29 16:04:33 +00:00
9587787089 Add uri as well 2022-09-29 14:13:39 +00:00
6140f850e1 Detect the thread parent id if it is missing 2022-09-29 13:48:10 +00:00
ff80a25966 Additional checks for non follower content 2022-09-29 12:45:47 +00:00
b10496f4e9 Changed log level 2022-09-28 16:45:18 +00:00
d821afb418 Added logging of unexpected follow messages 2022-09-28 16:32:17 +00:00
c65f78e579 Only display reshared thread starting posts 2022-09-28 09:48:48 +00:00
c12ac42695
Merge pull request #11940 from annando/issue-11876
Issue 11876: Fix local message distribution
2022-09-27 12:07:30 -04:00
2def5e9f02 Issue 11876: Fix local message distribution 2022-09-27 15:58:16 +00:00
0ce7b49cb3
Minor l10n issue 2022-09-27 10:52:17 +02:00
4c52772d84 Use class constant 2022-09-26 13:33:31 +00:00
5e51ab95fb Merge remote-tracking branch 'upstream/2022.09-rc' into worker-timeout 2022-09-26 13:26:56 +00:00
afac91fa34
Merge pull request #11936 from annando/youtube-shorts
Added support for the "Youtube Shorts" URL
2022-09-26 07:33:23 -04:00
e56e543a79
Merge pull request #11933 from nupplaphil/bug/module_returns
Fix /api/v1/push/subscription
2022-09-26 07:32:24 -04:00
297ddbb8c8 Added support for the "Youtube Shorts" URL 2022-09-26 07:04:35 +00:00
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
006dbcf4ce
some code-beautification 2022-09-25 21:39:29 +02:00
ad62265d08
Fix /api/v1/push/subscription 2022-09-25 21:39:28 +02:00
22ed028ba1 Simplified structure 2022-09-25 07:12:05 +00:00
662c846402 Issue 11919: Avoid possible memory problems 2022-09-25 06:34:13 +00:00
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
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
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
02e9a867ae
Merge pull request #11926 from annando/sql-queries
(Hopefully) SQL improvements
2022-09-24 15:01:34 -04:00
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
3911c9450b (Hopefully) SQL improvements 2022-09-24 17:56:07 +00:00
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
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