about summary refs log tree commit diff
path: root/app/services
AgeCommit message (Expand)Author
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
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-02-24Skip some methods in BatchedRemoveStatusService when account is nil (#10095)NOGISAKA Sadata
2019-02-13Filter incoming Create activities by relation to local activity (#10005)Eugen Rochko
2019-02-12Move sending account Delete to anyone but the account's followers to the pull...ThibG
2019-02-06Fix Tombstone.delete_all ArgumentError (#9978)abcang
2019-02-04Add featured hashtags to profiles (#9755)Eugen Rochko
2019-02-03Add option to overwrite imported data (#9962)Eugen Rochko
2019-02-02Create Redisable#redis (#9633)ysksn
2019-01-26Prevent posting toots with media attachments from someone else (#9921)ThibG
2019-01-24Rescue SSL error in verify link service (#9914)Renato "Lond" Cerqueira
2019-01-21Fix scheduled toot with media immediately creating a toot (#9894)ThibG
2019-01-19Fix error when `scheduled_at` attribute is malformed (#9866)Eugen Rochko
2019-01-18Reject existing Follow in addition to sending a Block (#9811)ThibG
2019-01-18Add tombstones for remote statuses (#9830)ThibG
2019-01-18Fix code style of regeneration-related code (#9843)Eugen Rochko
2019-01-14Fix undefined method error in sidekiq (#9807)Renato "Lond" Cerqueira
2019-01-07Improvements to signature verification (#9667)ThibG
2019-01-07Add locale param to sign-up API (#9747)Eugen Rochko
2019-01-06Fix wrong param name in scheduled statuses and return params in API (#9725)Eugen Rochko
2019-01-05Add scheduled statuses (#9706)Eugen Rochko
2019-01-05Use Contact User as Relay, Report, Subscribe. (#9661)Naoki Kosaka
2018-12-31Fix links not being verified (#9673)kodai
2018-12-30Skip full text search if failed (#9654)Jeong Arm
2018-12-30Avoid duplicate work by merging ReplyDistributionWorker into DistributionWork...ThibG
2018-12-30Reduce usage of LD signatures (#9659)ThibG
2018-12-29Add handler for Move activity (#9629)Eugen Rochko
2018-12-28Improve admin UI for account view (#9643)Eugen Rochko
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-12-14Error message for avatar image that's too large. #9204 (#9518)Sumit Khanna
2018-12-12Remove redundant (#9503)ysksn
2018-12-12Use find_or_initialize_by (#9504)ysksn
2018-12-06Add profile directory (#9427)Eugen Rochko
2018-12-03Improve account suspension speed and completeness (#9290)Eugen Rochko
2018-11-22Ignore JSON-LD profile in mime type comparison (#9179)valerauko
2018-11-19Simplify hashtag query service, perf increase for 'any' tags (#9298)James Kiesel
2018-11-16Remove intermediary arrays when creating hash maps from results (#9291)Eugen Rochko
2018-11-10Fix emoji update date processing (#9255)ThibG
2018-11-10Check that twitter:player is valid before using it (#9254)ThibG
2018-11-08Optimize the process of following someone (#9220)Eugen Rochko
2018-11-05Update resolve_url_service.rb (#9188)m.b