1075 Commits (b0ab1022f3074bb694478409971f558b41eb546a)

Author SHA1 Message Date
Eugen Rochko 4e92183227
Refactor domain block checks (#11268) 5 years ago
Eugen Rochko 63c7fe8e48
Refactor controllers for statuses, accounts, and more (#11249) 5 years ago
ThibG 87c1ad4ea3 Fix BackupService crashing when an attachment is missing (#11241) 5 years ago
Eugen Rochko b851456139
Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 5 years ago
Eugen Rochko 23aeef52cc
Remove Salmon and PubSubHubbub (#11205) 5 years ago
Thibaut Girka e5f4d83e60 Allow serializing local-only toots in backup service 5 years ago
Eugen Rochko 2cfa427ea7
Change domain block behaviour to prevent creation of accounts from suspended domains (#11219) 5 years ago
Thibaut Girka ca17bae904 Use a redis-cached feed for the DM timeline 5 years ago
ThibG 915c619394 Add support for Audio activities (#11189) 5 years ago
Eugen Rochko 707ddf7808
Change domain blocks to automatically support subdomains (#11138) 5 years ago
Eugen Rochko f7f23b4a19
Add audio uploads (#11123) 5 years ago
Eugen Rochko f2b743e715
Refactor all ActivityPub deliveries to be serialized and signed through one concern (#10966) 5 years ago
ThibG a1519a8ef5 Prevent from publicly boosting one's own private toots (#10775) 5 years ago
Thibaut Girka a6b7c23f6f Add option for default toot content-type 5 years ago
Thibaut Girka 14d7ddcb1c Add API support for setting status content-type 5 years ago
ThibG 14f6ce2885 Record account suspend/silence time and keep track of domain blocks (#10660) 5 years ago
Thibaut Girka fcbf557bd2 Add site-wide options to show reblogs and replies in local/public timelines 5 years ago
ThibG b1a0322a06 Reject follow requests of blocked users (#10633) 5 years ago
Thibaut Girka 08afd6b69c Do not leak local-only toots to remote mentioned users 5 years ago
Daniel Aleksandersen 10bdd912d6 Treat meta[property] as a space-separated list (#10604) 5 years ago
ThibG cb71c95e22 Export and import show_reblogs together with following list (#10495) 5 years ago
Eugen Rochko 67b3b62b98
Improve blocked view of profiles (#10491) 5 years ago
ThibG d4882aa64a Export and import `hide_notifications` alongside user mutes (#10335) 5 years ago
ThibG 62bafa20a1 Hide blocking accounts from blocked users (#10442) 5 years ago
Eugen Rochko 1714ea5978
Add ActivityPub representation for identity proofs (#10414) 5 years ago
Eugen Rochko f1bc90ab50
Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) 5 years ago
Eugen Rochko 9d0573f574
Fix vote-after-expiration not showing error, count vote as interaction (#10352) 5 years ago
ThibG 62dd0b7f9c Fix processing poll Updates (#10333) 5 years ago
ThibG 1217185cfa Do not distribute Delete when rejecting unapproved accounts (#10321) 5 years ago
ThibG a20354a20b Set and store report URIs (#10303) 5 years ago
ThibG 6b0eda14a1 Avoid race condition when streaming deleted statuses (#10280) 5 years ago
Eugen Rochko 3ad3223b46
Fix detailed poll validation errors not being returned in the API (#10261) 5 years ago
Eugen Rochko ba84b6d4d7
Add `visibility` param to reblog REST API (#9851) 5 years ago
Eugen Rochko 51e154f5e8
Admission-based registrations mode (#10250) 5 years ago
Eugen Rochko 9f5b55ad4f
Fix poll update handler calling method was that was not available (#10246) 5 years ago
Eugen Rochko a41afef80c
Optimize RemoveStatusService by removing n+1 query and using shared inboxes (#10247) 5 years ago
ThibG 3a92885a86 Support pushing and receiving updates to poll tallies (#10209) 5 years ago
ThibG c11dff5049 Reject existing Follows when suspending a remote account (#10230) 5 years ago
ThibG 3aaac4f134 Do not allow adding votes to expired polls (#10214) 5 years ago
ThibG 09c042aa10 Handle StaleObjectError when retrieving polls (#10208) 5 years ago
ThibG df5924a1db Do not error out on unsalvageable errors in FetchRepliesService (#10175) 5 years ago
ThibG d785497ba5 Fix suspended account's fields being set as empty dict instead of list (#10178) 5 years ago
Eugen Rochko 4037b5eb1e
Fix last_fetched_at not being set on polls (#10170) 5 years ago
Eugen Rochko e6900b167b
Fix another typo in ActivityPub::FetchRemotePollService (#10146) 5 years ago
Eugen Rochko 878a75ba21
Fix typo in ActivityPub::FetchRemotePollService (#10145) 5 years ago
Eugen Rochko ae1b9cf70a
Fix remote poll expiration time (#10144) 5 years ago
ThibG f821eca3b3 Correctly make polls and media mutually exclusive (#10141) 5 years ago
ThibG e13d3792f3 Make sure the poll is created before storing its id (#10142) 5 years ago
Eugen Rochko 230a012f00
Add polls (#10111) 5 years ago
ThibG 9d3c6f1849 Improved remote thread fetching (#10106) 5 years ago