about summary refs log tree commit diff
path: root/app/services
AgeCommit message (Expand)Author
2019-07-15Disable LDSigning when AUTHORIZED_FETCH is set to true (#11295)ThibG
2019-07-15Fix leaking private statuses the admin account follows (#11300)ThibG
2019-07-13Add a spam check (#11217)Eugen Rochko
2019-07-11Fix BlockService trying to reject incorrect follow request (#11288)ThibG
2019-07-11Add HTTP signatures to all outgoing ActivityPub GET requests (#11284)Eugen Rochko
2019-07-10Refactor fetching of remote resources (#11251)Eugen Rochko
2019-07-10Fix handling of webfinger redirects in ResolveAccountService (#11279)ThibG
2019-07-09Refactor domain block checks (#11268)Eugen Rochko
2019-07-08Refactor controllers for statuses, accounts, and more (#11249)Eugen Rochko
2019-07-08Fix BackupService crashing when an attachment is missing (#11241)ThibG
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2019-07-01Change domain block behaviour to prevent creation of accounts from suspended ...Eugen Rochko
2019-06-26Add support for Audio activities (#11189)ThibG
2019-06-22Change domain blocks to automatically support subdomains (#11138)Eugen Rochko
2019-06-19Add audio uploads (#11123)Eugen Rochko
2019-06-04Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-05-18Prevent from publicly boosting one's own private toots (#10775)ThibG
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-04-25Reject follow requests of blocked users (#10633)ThibG
2019-04-21Treat meta[property] as a space-separated list (#10604)Daniel Aleksandersen
2019-04-08Export and import show_reblogs together with following list (#10495)ThibG
2019-04-07Improve blocked view of profiles (#10491)Eugen Rochko
2019-04-03Export and import `hide_notifications` alongside user mutes (#10335)ThibG
2019-04-01Hide blocking accounts from blocked users (#10442)ThibG
2019-03-30Add ActivityPub representation for identity proofs (#10414)Eugen Rochko
2019-03-28Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)Eugen Rochko
2019-03-23Fix vote-after-expiration not showing error, count vote as interaction (#10352)Eugen Rochko
2019-03-21Fix processing poll Updates (#10333)ThibG
2019-03-19Do not distribute Delete when rejecting unapproved accounts (#10321)ThibG
2019-03-17Set and store report URIs (#10303)ThibG
2019-03-16Avoid race condition when streaming deleted statuses (#10280)ThibG
2019-03-15Fix detailed poll validation errors not being returned in the API (#10261)Eugen Rochko
2019-03-15Add `visibility` param to reblog REST API (#9851)Eugen Rochko
2019-03-14Admission-based registrations mode (#10250)Eugen Rochko
2019-03-12Fix poll update handler calling method was that was not available (#10246)Eugen Rochko
2019-03-12Optimize RemoveStatusService by removing n+1 query and using shared inboxes (...Eugen Rochko
2019-03-11Support pushing and receiving updates to poll tallies (#10209)ThibG
2019-03-10Reject existing Follows when suspending a remote account (#10230)ThibG
2019-03-08Do not allow adding votes to expired polls (#10214)ThibG
2019-03-07Handle StaleObjectError when retrieving polls (#10208)ThibG
2019-03-05Do not error out on unsalvageable errors in FetchRepliesService (#10175)ThibG
2019-03-05Fix suspended account's fields being set as empty dict instead of list (#10178)ThibG
2019-03-05Fix last_fetched_at not being set on polls (#10170)Eugen Rochko
2019-03-04Fix another typo in ActivityPub::FetchRemotePollService (#10146)Eugen Rochko
2019-03-04Fix typo in ActivityPub::FetchRemotePollService (#10145)Eugen Rochko
2019-03-04Fix remote poll expiration time (#10144)Eugen Rochko
2019-03-04Correctly make polls and media mutually exclusive (#10141)ThibG
2019-03-04Make sure the poll is created before storing its id (#10142)ThibG
2019-03-03Add polls (#10111)Eugen Rochko