about summary refs log tree commit diff
path: root/app/services
AgeCommit message (Expand)Author
2017-04-05Replace calls to FeedManager#inline_render and #broadcastEugen Rochko
2017-04-05Only render public payload once in FanOutOnWriteEugen Rochko
2017-04-04Spawn FeedInsertWorker to deliver status into personal feedEugen Rochko
2017-04-04Reduce number of items in feeds, optimize regeneration worker slightly,Eugen Rochko
2017-04-03Add check for visibility.nil? even though it can't ever be, to check for race...Eugen Rochko
2017-04-03Make default admin UI page reports. Add admin UI for creating a domain blockEugen Rochko
2017-04-02Fix issue with feed merge-in code as wellEugen Rochko
2017-04-02Fix feed regeneration bugEugen Rochko
2017-03-31Fix reworked searchEugen Rochko
2017-03-22Prettier account and stream entry URLsEugen Rochko
2017-03-22Shorter timeout on FetchAtomServiceEugen Rochko
2017-03-22Fix full-text search query quotation, improve tag search performance with an ...Eugen Rochko
2017-03-22New API method: /api/v1/searchEugen Rochko
2017-03-18Federate header images, fix open-uri http->https redirection errorEugen Rochko
2017-03-17Make account search blazing fast and rank followers/followees higher in the r...Eugen Rochko
2017-03-15Add "direct" visibility level in the backend. Web UI is not yetEugen Rochko
2017-03-13Fix casuality of processing remote mentions such that notificationsEugen Rochko
2017-03-02Fix #231 - MutingEugen Rochko
2017-03-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave
2017-02-27Fix #104 - Style OAuth authorized applications pageEugen Rochko
2017-02-26Add validation of media attachments, clean up mastodon-own exception classesEugen Rochko
2017-02-26Merge branch 'fix_462' of https://github.com/rmhasan/mastodon into rmhasan-fi...Eugen Rochko
2017-02-25Add tuning documentation, add <content> tags back to most salmons,Eugen Rochko
2017-02-22Skip remote media URLs that don't have a hostnameEugen Rochko
2017-02-22Fix #651 - Do not reinsert original status into all followers feedsEugen Rochko
2017-02-19previous commit was creating the status regardlessRakib Hasan
2017-02-19revisted fix for #462Rakib Hasan
2017-02-14Disable PuSH for blocked domainsEugen Rochko
2017-02-13Add IDs to salmon slaps even if they are transient. Add title, too, mostlyEugen Rochko
2017-02-12Add handler for salmons of undoing favouritesEugen Rochko
2017-02-12Adding more unit tests. Fixing Salmon slaps XMLEugen Rochko
2017-02-12Deduplicate delete salmons (send only one per mentioned-account domain)Eugen Rochko
2017-02-12Stop trying to shoehorn all Salmon updates into the poor database-connectedEugen Rochko
2017-02-11Resolve issue with rendering authorize/reject Salmon slapsEugen Rochko
2017-02-11Mentions in private statuses allow mentioned people to see themEugen Rochko
2017-02-11After FollowService, re-fetch remote account asynchronously, do nothingEugen Rochko
2017-02-11Fix processing of incoming authorizations/rejectionsEugen Rochko
2017-02-11Don't PuSH-resubscribe if already subscribedEugen Rochko
2017-02-11Make follow requests federateEugen Rochko
2017-02-09Fix #614 - extra reply-boolean on statuses to account for cases when replied-toEugen Rochko
2017-02-06Add streaming API channels for local-only statusesEugen Rochko
2017-02-05Don't allow people to follow people they blocked without unblocking firstEugen Rochko
2017-02-05Fix #61 - Add list of blocked users to the UI; clean up failed push notificat...Eugen Rochko
2017-02-05Preheat status cacheEugen Rochko
2017-02-05Fix #598 - arrow keys to navigate media; fix #481 - non-exact matches no longerEugen Rochko
2017-02-02Move rendering of JSON payloads for public/hashtag timelines toEugen Rochko
2017-02-02Cleaning up format of broadcast real-time messages, removingEugen Rochko
2017-01-31Fix #529 - Make hashtag timelines show conversations, fix hashtag loading in ...Eugen Rochko
2017-01-29Fix testsEugen Rochko
2017-01-29API for apps to register for push notificationsEugen Rochko