about summary refs log tree commit diff
path: root/spec/services
AgeCommit message (Expand)Author
2020-11-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-10-21Add follower synchronization mechanism (#14510)ThibG
2020-10-12Add IP-based rules (#14963)Eugen Rochko
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
2020-09-15Change account suspensions to be reversible by default (#14726)Eugen Rochko
2020-09-07Refactor how public and tag timelines are queried (#14728)Eugen Rochko
2020-09-04Fix various warnings in rspec (#14729)Eugen Rochko
2020-07-15Fix removing allowed domains being done synchronously (#14302)ThibG
2020-07-07Add test for removing endorsed accounts on account deletion/suspension (#14241)ThibG
2020-06-09Make domain block/silence/reject-media code more robust (#13424)ThibG
2020-05-14Fix hashtag search performing account search as well (#13758)ThibG
2020-04-25Fix not being able to resolve public resources in development environment (#1...Eugen Rochko
2020-03-31Fix background jobs not using locks like they are supposed to (#13361)Eugen Rochko
2020-03-25Fix media not being marked sensitive when client sets a CW but no text (#13277)ThibG
2020-01-23Fix media attachments without file being uploadable (#12562)Eugen Rochko
2019-12-30Fix IDN mentions not being processed, IDN domains not being rendered (#12715)Eugen Rochko
2019-12-17Clean up OStatus-related codepaths (#12173)ThibG
2019-12-16Add Event activity-type support (#12637)Thomas Citharel
2019-11-21Fix FetchLinkCardServices crashing on a tags without a target (#12159)ThibG
2019-11-17Add cache for OEmbed endpoints to avoid extra HTTP requests (#12403)Eugen Rochko
2019-10-24Add noopener and/or noreferrer (#12202)BSKY
2019-10-03Add `reason` param to `POST /api/v1/accounts` REST API (#12064)Eugen Rochko
2019-10-01Fix BootstrapTimelineService crashing when bootstrapped accounts are invalid ...ThibG
2019-10-01Remove HEAD request from fetching link previews (#12028)Eugen Rochko
2019-09-28Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977)Eugen Rochko
2019-09-27Change silences to always require approval on follow (#11975)ThibG
2019-08-16Add more accurate account search (#11537)Eugen Rochko
2019-08-07Add domain block notes (#11515)ThibG
2019-07-27Add search syntax for operators and phrases (#11411)Eugen Rochko
2019-07-21Remove WebSub subscriptions (#11303)Eugen Rochko
2019-07-19Add ActivityPub actor representing the entire server (#11321)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-09Refactor domain block checks (#11268)Eugen Rochko
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-06-26Add support for Audio activities (#11189)ThibG
2019-06-02Fix NotifyService test with regards to reblogs (#10928)ThibG
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-05-09Prevent silenced local users from notifying remote users not following them (...ThibG
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-04-01Fix more keybase-related test failures (#10443)ThibG
2019-03-30Fix failing keybase-related test (#10428)ThibG
2019-03-30Add ActivityPub representation for identity proofs (#10414)Eugen Rochko
2019-03-17Set and store report URIs (#10303)ThibG
2019-03-17Fix reblogs privacy (#10302)ThibG