about summary refs log tree commit diff
path: root/spec/services
AgeCommit message (Expand)Author
2017-10-05Fix regression in FetchRemoteResourceService (#5217)ThibG
2017-10-04Non-Serial ("Snowflake") IDs (#4801)aschmitz
2017-10-04Validate id of ActivityPub representations (#5114)Akihiko Odaki
2017-09-26Fix #5059 - Stop processing payload if it's from local account (#5100)Eugen Rochko
2017-09-19Introduce OStatus::TagManager (#5008)Akihiko Odaki
2017-09-17Fix an error when actor json couldn't be fetched in ResolveRemoteAccountServi...unarist
2017-09-16Fix filterable_languages method of SettingsHelper (#4966)Akihiko Odaki
2017-09-14Enable to recognize most kinds of characters as URL paths (#4941)ふぁぼ原
2017-09-10Default follows for new users (#4871)Eugen Rochko
2017-09-09Fix errors preventing UnsubscribeService from working (#4866)Eugen Rochko
2017-09-08Fetch statuses/following/followers numbers from ActivityPub collections (#4840)Eugen Rochko
2017-09-06Switch to static URIs, new URI format in both protocols for new statuses (#4815)Eugen Rochko
2017-09-01Make PreviewCard records reuseable between statuses (#4642)Eugen Rochko
2017-08-31Don't process ActivityPub payload if signature is invalid (#4752)unarist
2017-08-29Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730)Eugen Rochko
2017-08-28Fix deletion of status which has been reblogged (#4728)unarist
2017-08-26Add handling of Linked Data Signatures in payloads (#4687)Eugen Rochko
2017-08-24Fetch reblogs as Announce activity instead of Note object (#4672)unarist
2017-08-22Fix bugs which OStatus accounts may detected as ActivityPub ready (#4662)unarist
2017-08-14Add support for searching AP users (#4599)Yamagishi Kazutoshi
2017-08-14Hook up URL-based resource look-up to ActivityPub (#4589)Eugen Rochko
2017-08-13ActivityPub delivery (#4566)Eugen Rochko
2017-08-08Add ActivityPub inbox (#4216)Eugen Rochko
2017-07-21Fix intermittent test failures due to accidentally reused class instance betw...Eugen Rochko
2017-07-20Fix webfinger retries (#4275)Eugen Rochko
2017-07-19Refactor ResolveRemoteAccountService (#4258)Eugen Rochko
2017-07-18Introduce Ostatus name space (#4164)Akihiko Odaki
2017-07-11Fix PrecomputeFeedService for filtered statuses (#4148)Akihiko Odaki (@fn_aki@pawoo.net)
2017-07-08Use charlock_holmes instead of nkf at FetchLinkCardService (#4080)nullkal
2017-07-05Fix Nokogiri::HTML at FetchLinkCardService (#4072)abcang
2017-06-30Do not raise an error if PrecomputeFeed could not find any status (#4015)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-28Overwrite old statuses with reblogs in PrecomputeFeedService (#3984)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-19Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847)Eugen Rochko
2017-06-14Batched remove status service (#3735)Eugen Rochko
2017-06-11Fix removal of status sending the original status to mentioned users instead ...Eugen Rochko
2017-06-06Fix 500 errors on searching invalid URLs (#3613)unarist
2017-06-05Don't follow account if it's already followed (#3575)René Klačan
2017-05-30Add status destroy authorization to policy (#3453)Jack Jennings
2017-05-27Avoid comparing domains when looking for an exact match of a local account (#...happycoloredbanana
2017-05-19Add buttons to block and unblock domain (#3127)Eugen Rochko
2017-05-19Specs for precompute feed service (#3142)Matt Jankowski
2017-05-19Account domain blocks (#2381)Eugen Rochko
2017-05-17Fix #2572 - Resolve preview cards for remote statuses as well as local ones (...Eugen Rochko
2017-05-15Fix change of status callbacks not setting in_reply_to_account_id and (#3072)Eugen Rochko
2017-05-15Feature conversations muting (#3017)Eugen Rochko
2017-05-10Fix #2955 - Send HEAD request ahead of GET when fetching URL previews (#2972)Eugen Rochko
2017-05-09Specs for pubsub subscribe service (#2951)Matt Jankowski
2017-05-09Spec and refactor for pubsubhubbub/unsubscribe service (#2946)Matt Jankowski
2017-05-09Services specs for subscribe and unsubscribe (#2928)Matt Jankowski
2017-05-07Unblock domain service specs/refactor (#2867)Matt Jankowski