about summary refs log tree commit diff
path: root/spec/services
AgeCommit message (Expand)Author
2019-03-14Admission-based registrations mode (#10250)Eugen Rochko
2019-03-10Reject existing Follows when suspending a remote account (#10230)ThibG
2019-02-28Improved remote thread fetching (#10106)ThibG
2019-02-26Add type, limit, offset, min_id, max_id, account_id to search API (#10091)Eugen Rochko
2019-01-26Prevent posting toots with media attachments from someone else (#9921)ThibG
2019-01-21Fix scheduled toot with media immediately creating a toot (#9894)ThibG
2019-01-18Reject existing Follow in addition to sending a Block (#9811)ThibG
2019-01-14Fix undefined method error in sidekiq (#9807)Renato "Lond" Cerqueira
2019-01-08Remove `pending` (#9752)ysksn
2019-01-05Add scheduled statuses (#9706)Eugen Rochko
2018-12-30Reduce usage of LD signatures (#9659)ThibG
2018-12-24Add REST API for creating an account (#9572)Eugen Rochko
2018-12-24Limit maximum visibility of local silenced users to unlisted (#9583)ThibG
2018-12-17 Ignore low-confidence CharlockHolmes guesses when parsing link cards (#9510)ThibG
2018-11-25Ensure replied-to is a status not a boost (#9129)valerauko
2018-11-22Ignore JSON-LD profile in mime type comparison (#9179)valerauko
2018-11-05Allow joining several hashtags in a single column (#8904)James Kiesel
2018-10-31Revert "Fix FetchAtomService content type handling (#9132)" (#9171)Eugen Rochko
2018-10-30Fix FetchAtomService content type handling (#9132)valerauko
2018-10-30Do not hide boost notifications from followed people with hidden boosts (#9147)ThibG
2018-10-08rubocop issues - Cleaning up (#8912)ashleyhull-versent
2018-10-04Fix link verification for remote accounts (#8868)Eugen Rochko
2018-10-04Lint pass (#8876)aus-social
2018-09-20Support link verification with redirects (#8735)Eugen Rochko
2018-09-19Fix failed profile verification when rel attribute including values other tha...Yamagishi Kazutoshi
2018-09-18Redesign forms, verify link ownership with rel="me" (#8703)Eugen Rochko
2018-09-14Misc. typos (#8694)luzpaz
2018-09-02Add preference for report notification e-mails, skip for duplicates (#8559)Eugen Rochko
2018-08-22Improve federated ID validation (#8372)Eugen Rochko
2018-08-20Increase reach of Delete->Actor activities (#8305)Eugen Rochko
2018-08-15Allow accessing local private/DM messages by URL (#8196)ThibG
2018-06-09Fix domain hiding logic (#7765)Eugen Rochko
2018-05-08Take the first recognized actor_type. (#7410)Surinna Curtis
2018-05-02Slightly reduce RAM usage (#7301)Eugen Rochko
2018-05-02Support Actors/Statuses with multiple types (#7305)Surinna Curtis
2018-04-25Append '.test' to hostname in stub data (#7260)MIYAGI Hikaru
2018-04-23Prevent suspended accounts from appearing in AccountSearchService (#7246)Emelia Smith
2018-04-14Add bio fields (#6645)Eugen Rochko
2018-02-28Federated reports (#6570)Eugen Rochko
2018-02-24Do not push status to feed if its reblog is already inserted (#6488)Akihiko Odaki
2018-02-18Added fetch_remote_status_service call spec case actibitypub (#6500)Kazushige Tominaga
2018-02-11Fix URLs incorrectly having trailing hyphen removed (#6465)Daniel King
2018-02-10Added FetchRemoteAccountService spec (#6456)Kazushige Tominaga
2018-02-10Added #call spec (#6455)Kazushige Tominaga
2018-02-09Perform request spec (#6446)Kazushige Tominaga
2018-02-08Added #link_header spec (#6439)Kazushige Tominaga
2018-01-22Rename ResolveRemoteAccountService to ResolveAccountService (#6327)Akihiko Odaki
2018-01-22Rename FetchRemoteResourceService to ResolveURLService (#6328)Akihiko Odaki
2018-01-18When must_be_following_dm is on, only notify if recipient dm'ed user (#6283)Renato "Lond" Cerqueira
2018-01-17Use be_within instead of eq for a to_f test match (#6275)Mike Burns