about summary refs log tree commit diff
path: root/app/services
AgeCommit message (Expand)Author
2017-05-27Avoid comparing domains when looking for an exact match of a local account (#...happycoloredbanana
2017-05-27Fix some nil errors (#3338)Eugen Rochko
2017-05-23don't notify me when my toot is faved by someone i muted (#3245)beatrix
2017-05-22Similarly to #2426, put creation of remote statuses in a transaction, (#3233)Eugen Rochko
2017-05-20Use joins for account properties (#3167)Akihiko Odaki
2017-05-19Add buttons to block and unblock domain (#3127)Eugen Rochko
2017-05-19Unify the method of extracting tags (#3138)abcang
2017-05-19Specs for precompute feed service (#3142)Matt Jankowski
2017-05-19Account domain blocks (#2381)Eugen Rochko
2017-05-18Fetch remote image using http.rb (#3114)Yamagishi Kazutoshi
2017-05-17Fix #2572 - Resolve preview cards for remote statuses as well as local ones (...Eugen Rochko
2017-05-16Make faster ProcessFeedService (#3080)Shunsuke Michii
2017-05-15Feature conversations muting (#3017)Eugen Rochko
2017-05-13Revert HTML CW changes (#3020)beatrix
2017-05-12Add conversation model, <ostatus:conversation /> (#3016)Eugen Rochko
2017-05-12Fix not rejecting remote URIs when parsing out local IDs (#3012)Eugen Rochko
2017-05-11Fix #1426 - Trim long usernames in public follower/following lists (#2993)Eugen Rochko
2017-05-11Fix regressions from #2683 (#2970)Eugen Rochko
2017-05-10Fix #2955 - Send HEAD request ahead of GET when fetching URL previews (#2972)Eugen Rochko
2017-05-10Add `account_id DESC` to optimize PrecomputeFeedService (#2967)alpaca-tc
2017-05-10Handle hashtags in spoiler_texts (partial fix for #699) (#2683)R Tucker
2017-05-10Add spec for Pubsubhubbub::DistributionWorker. PuSH-deliver public items (#2954)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
2017-05-06Hotfix convert string from symbol (#2856)alpaca-tc
2017-05-06Refactor domain_blocks_controller (#2843)alpaca-tc
2017-05-06Optimize MuteService and AfterBlockService (#2836)alpaca-tc
2017-05-06Handling failed http response (#2823)alpaca-tc
2017-05-05Move account header and avatar methods to a concern (#2825)Matt Jankowski
2017-05-05Add specs (and refactor) of FetchRemoteResourceService and SearchService (#2812)Matt Jankowski
2017-05-05More robust PuSH subscription refreshes (#2799)Eugen Rochko
2017-05-04Delete records in smaller transaction (#2802)alpaca-tc
2017-05-04Decode IDNA in PreviewCard (#2781)Yamagishi Kazutoshi
2017-05-04Likely fix #2458, fix #2031 - handle out-of-order deletes for statuses (#2734)Eugen Rochko
2017-05-03Fix #2706 - Always respond with 200 to PuSH payloads (#2733)Eugen Rochko
2017-04-30Downgrade rubocop 0.48.1 => 0.46.0 (#2628)yhirano
2017-04-29Set unknown attachment type when adding domain blocks (#2605)Patrick Figel
2017-04-27Improve shared status verification (#2525)Eugen Rochko
2017-04-27OEmbed support for PreviewCard (#2337)Eugen Rochko
2017-04-26Domain block service cleanup (#2490)Matt Jankowski
2017-04-26attach_media should be in transaction of creation status (#2426)Keiji, Yoshimi
2017-04-25Fix #2402 - Add Idempotency-Key header to PostStatusService that prevents (#2...Eugen Rochko
2017-04-25Optimize account search (#2421)178inaba
2017-04-25Punycode URI normalization (#2370)Eugen
2017-04-23Show multibyte URI preview card (#2363)Yamagishi Kazutoshi
2017-04-22Improve bio compatibility (#2278)Eugen
2017-04-21Add Mastodon version to user agent (#2253)ik-fib
2017-04-19Fix possibility of unrightful webfinger redirect (#2147)Eugen