Commit graph

11986 commits

Author SHA1 Message Date
4f37f68bd7 Fix transmission of events to Diaspora 2023-12-07 06:45:23 +00:00
5a844cd31e The value of "cron interval" wasn't displayed correctly 2023-12-06 21:19:38 +00:00
914d4506e2 Exception handling added 2023-12-05 22:33:45 +00:00
9b73189e1d Renamed function name 2023-12-05 19:55:27 +00:00
7b1b3fe8cf Fix exception, when a provided URI is invalid 2023-12-05 05:24:33 +00:00
5e27b5790c Some site configuration descriptions are improved 2023-12-04 22:19:57 +00:00
cb91800088 "worker_fetch_limit" is moved as well 2023-12-03 22:49:35 +00:00
8386768708 Merge remote-tracking branch 'upstream/2023.09-rc' into channel-settings 2023-12-03 14:41:58 +00:00
Michael Vogel
3b96690d0c
Merge pull request #13689 from MrPetovan/bug/warnings
Fix a few warning messages
2023-12-03 15:37:40 +01:00
5cd85d9bb7 "items per page" is now in the site settings as well 2023-12-03 14:30:40 +00:00
5971334ec7 Check for $profile emptiness before calling getReceiverForActor() in ActivityPub->getReceivers
- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1837127082
2023-12-03 09:13:34 -05:00
6c7dee4bcd Check media_attributes keys before using them in Mastodon\Statuses
- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1832575517
2023-12-03 09:13:34 -05:00
e99c916df1 Some more settings moved to the admin frontend 2023-12-03 13:43:48 +00:00
7bf7744efb The "cron_interval" is now reachable via the admin site settings 2023-12-03 11:20:37 +00:00
e87c79780a "min_poll_interval" moved as well 2023-12-03 11:08:21 +00:00
6e523beec3 The option "community_no_sharer" is now always enabled 2023-12-03 10:26:58 +00:00
f93192bc28 The channel settings are now available on the site settings 2023-12-03 09:45:13 +00:00
46bd4d71d0 Don't insert non public comments on not existing thread parents 2023-12-02 06:19:30 +00:00
32651f7811 Legacy code removed 2023-12-01 20:20:00 +00:00
c666cebe60 Distribute incoming posts according to the parent followers collection 2023-12-01 09:55:48 +00:00
09d72ffb16 Parameter is now optional 2023-11-30 17:58:28 +00:00
120b60c5ee Function is changed to "private" 2023-11-30 17:26:29 +00:00
f5337904e4 Improved distribution of non public messages 2023-11-30 05:51:38 +00:00
752172ab54 Merge remote-tracking branch 'upstream/2023.09-rc' into site-settings 2023-11-28 16:08:22 +00:00
d52d6a9e41
Merge pull request #13680 from annando/relation-queries
Improve performance on the contact relation queries
2023-11-28 10:55:28 -05:00
405db86750 Don't display additional content when the output mode is "raw" 2023-11-28 15:21:20 +00:00
b8b1b7bb84 Revert interlace stuff 2023-11-28 14:57:11 +00:00
c56b915dee Hopefully fix "Interlace handling should be turned on when using png_read_image" 2023-11-28 13:50:09 +00:00
1ca7118027 Improve performance on the contact relation queries 2023-11-28 10:00:11 +00:00
62f3598c25 Merge remote-tracking branch 'upstream/2023.09-rc' into site-settings 2023-11-28 01:12:40 +00:00
46b1b66dbf Several settings can now be reached via the site settings 2023-11-28 00:57:51 +00:00
cbe4b60a90 Change return value to stdClass of Module\Api\Mastodon\Markers->fetchTimelines
- This ensures the JSON serialization of timeline markers is an object even when no markers are set
2023-11-27 16:10:15 -05:00
67f727e3b3 Merge remote-tracking branch 'upstream/2023.09-rc' into server-discovery 2023-11-27 19:28:13 +00:00
077c9ff0c9 Improved control about the contact/server updates 2023-11-27 19:00:12 +00:00
fb19176201 Remove DI dependency in Object\Api\Mastodon\Instance
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1826792949
2023-11-26 09:48:46 -05:00
838c73cbba Skip empty name tags in ActivityPub\Processor::acceptIncomingMessage
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1826792949
2023-11-26 09:35:15 -05:00
332ab6641c Pass actual string character to ctype_space in Content\Smilies::performForEachWordMatch
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1826792949
2023-11-26 09:27:59 -05:00
3c35dbcb5f
Merge pull request #13671 from annando/issue-12504
Issue 12504: Additional logging for mail notifications
2023-11-25 18:20:15 -05:00
f514c2caf0 Test remark removed 2023-11-25 23:19:27 +00:00
281dd91e6a Issue 12504: Additional logging for mail notifications 2023-11-25 22:53:56 +00:00
045085c92c
Merge pull request #13669 from gudzpoz/non-pic-emoji-regression
Fix substituting smilies and smilies containing whitespaces
2023-11-25 17:12:42 -05:00
3f971f6dec Fix exceptions in the channel check 2023-11-25 16:17:26 +00:00
gudzpoz
37188c76b8 Fix substituting smilies and smilies containing whitespaces 2023-11-25 23:29:39 +08:00
c649230982
Merge pull request #13668 from annando/issue-8542
Issue 8542: User option to display the event list/birthday notification
2023-11-25 10:26:34 -05:00
4a5014eab5 Function is renamed 2023-11-25 15:14:06 +00:00
4d7c5f5672 Fix tests 2023-11-25 15:03:42 +00:00
b3d7dfb9a5 Issue 8542: User option to display the event list/birthday notification 2023-11-25 14:57:24 +00:00
ca366e5437 Issue 12743: Allow editing of media in posts 2023-11-25 12:22:25 +00:00
5c3227ac4c
Merge pull request #13663 from annando/issue-13607
Issue 13607: Use privacy setting for "remote self"
2023-11-24 21:19:52 -05:00
27c8990aea Merge remote-tracking branch 'upstream/2023.09-rc' into issue-13607 2023-11-24 23:18:55 +00:00