Commit Graph

450 Commits

Author SHA1 Message Date
default
d9994c9a35 Fixed leaked EmojiReact notifications. 2024-08-07 11:01:10 +02:00
default
f14ea27818 Notify Moves, even if they fail. 2024-07-31 07:20:16 +02:00
default
1001744ddb Notify objects include the original message. 2024-07-31 06:22:13 +02:00
default
a09ea11f55 Archive bad Move messages. 2024-07-30 22:21:46 +02:00
default
1ee9814931 Added initial support for the input message 'Move' (untested). 2024-07-30 22:18:30 +02:00
default
1542a1a0a6 Treat 'EmojiReact' as a 'Like'.
These messages will have special treatment eventually.
2024-07-30 18:34:40 +02:00
default
f8fa7167e2 Notify blocks. 2024-07-30 18:27:09 +02:00
default
21c9245f7f On send, consider HTTP status 422 (UNPROCESSABLE_CONTENT) as a fatal error. 2024-07-30 17:53:08 +02:00
default
aa3e351951 Minor tweak. 2024-07-01 08:59:32 +02:00
default
c0333ea0c8 Added auto boosting (contributed by sarahpw).
If `auto_boost` is set to `true` in am account's user.json, all mentions
to that account are automatically boosted to all its followers.

This is very similar to the behaviour of a 'Group' actor.
2024-06-18 06:40:35 +02:00
default
534cf2cdc1 Also send Updates to collected inboxes. 2024-06-18 05:40:10 +02:00
default
f7665079fe Only send notes and poll to the collected inboxes. 2024-06-17 17:28:10 +02:00
default
5b1e771184 Deleted repeated code. 2024-06-17 14:57:05 +02:00
default
b1dceb0770 Added h-card to the class of mention links. 2024-06-02 08:44:38 +02:00
default
a5ec96a6da Added an "Alt..." details just below attachments with them.
The alt text is still also generated as 'alt' and 'name' attributes,
but this is more usable from phones and tablets.
2024-05-30 16:12:08 +02:00
Louis Brauer
0e21d35e80 Use enum instead of numeric status codes for HTTP statuses 2024-05-26 21:45:41 +02:00
default
8cf7559a7e Added more const. 2024-05-23 10:01:37 +02:00
default
4777fc86cb Added const everywhere. 2024-05-21 14:12:15 +02:00
default
0a6df8e504 Renamed content_check() to content_match(). 2024-05-15 13:31:53 +02:00
default
0a11d70fbe Fixed git conflict. 2024-05-11 19:18:07 +02:00
default
4d53a7b6f7 In timeline_request(), call enqueue_actor_request on actor errors. 2024-05-11 19:16:54 +02:00
default
e1ce85debd Unified post-like object type match. 2024-05-11 18:46:15 +02:00
default
79df266bfe Added some more logging. 2024-05-05 08:23:12 +02:00
default
fc76ae4e9e New function enqueue_object_request(). 2024-05-05 01:38:22 +02:00
default
528f6463b2 Fixed confusion in Undo + Follow processing. 2024-05-02 07:25:22 +02:00
default
6a77c634ad Also add announces to lists. 2024-04-30 19:41:08 +02:00
default
16a4a09e4f New server.json knobs "queue_timeout" and "queue_timeout_2". 2024-04-22 07:53:40 +02:00
default
9cfce7a4bd Deleted useless recalculation of queue_retry_max. 2024-04-22 07:23:27 +02:00
default
26840e0dc0 Some tweaks to previous patch. 2024-04-18 17:13:31 +02:00
grunfink
100c9cf569 Merge pull request 'Ability to federate with hidden networks #93 (update for v2.49)' (#149) from iwojima/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/149
2024-04-18 15:12:47 +00:00
default
dba0630660 Commented out received unboosts (see code for an explanation). 2024-04-12 05:28:34 +02:00
default
46f2e324d8 Undo for Likes and Announces are no longer dropped. 2024-04-11 19:29:30 +02:00
default
877fb079f3 mastoapi: 'unfavourite' and 'unreblog' actions now fully work. 2024-04-11 05:12:13 +02:00
default
1a6bb79921 New function msg_repulsion. 2024-04-10 18:27:17 +02:00
default
90ee416bf8 Changed admiration message ids from dummy ones to having an md5 of the object. 2024-04-10 17:21:58 +02:00
default
adf0a13992 If an emoji in emojis.json is an URL to an image, it's stored in the tag list. 2024-03-25 16:15:09 +01:00
default
5a8c4cac80 Added an additional check for blocked instances. 2024-03-25 11:44:19 +01:00
default
b598cb5176 Reject my own messages in is_msg_for_me(). 2024-03-24 11:30:07 +01:00
default
840fde45f1 Only reply to direct Ping activities. 2024-03-24 06:23:48 +01:00
default
21400ca13a Don't be overzealous in avoid notifications for Likes and Announces. 2024-03-22 21:26:10 +01:00
default
73a5fc6f5b Added a type Note to poll options. 2024-03-15 18:36:56 +01:00
default
7aa5250eb8 Backport from xs. 2024-03-15 04:10:11 +01:00
default
b2e3841467 Call actor_get_refresh() from actor_request(). 2024-03-13 06:30:24 +01:00
default
262302a3af Don't call enqueue_actor_refresh() with a NULL user. 2024-03-12 20:07:01 +01:00
default
66c42da77a Queue actor request renamed to actor_refresh. 2024-03-12 19:47:37 +01:00
default
f332acc70d More actor refreshing tweaks. 2024-03-12 19:44:08 +01:00
default
cd0e211354 Don't call enqueue_actor_request() with a NULL user. 2024-03-12 18:04:09 +01:00
default
f485dbdaf0 Added actor refreshing via the user queue. 2024-03-12 17:54:54 +01:00
default
48941cfeaf Also call content_check() from timeline_request(). 2024-03-11 09:53:20 +01:00
default
bb28b1c090 Also accept Article objects. 2024-03-11 08:27:37 +01:00