about summary refs log tree commit diff
path: root/app/services/reblog_service.rb
AgeCommit message (Expand)Author
2020-09-28Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
2020-06-09Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-06-02Add E2EE API (#13820)Eugen Rochko
2020-03-08Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-03-08Add specific rate limits for posting and following (#13172)Eugen Rochko
2019-07-19Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2019-06-07Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-06-04Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-05-18Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-18Prevent from publicly boosting one's own private toots (#10775)ThibG
2019-03-16Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-15Add `visibility` param to reblog REST API (#9851)Eugen Rochko
2018-07-17Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2018-07-16Fix activity:interactions counter to count all interactions (#8037)Eugen Rochko
2018-07-09Merge branch 'master' into glitch-soc/tentative-mergeThibaut Girka
2018-07-03Re-add follow recommendations API (#7918)Eugen Rochko
2017-12-11reblog_service.rb: Status#local_only -> local_only?Erin
2017-12-10replace reblog service check for an :eye: with #local_onlyErin
2017-09-09Merge branch 'origin/master' into sync/upstreamDavid Yip
2017-09-01Avoid sending some ActivityPub payloads if the receiver will get them through...Eugen Rochko
2017-08-26Add handling of Linked Data Signatures in payloads (#4687)Eugen Rochko
2017-08-13ActivityPub delivery (#4566)Eugen Rochko
2017-06-26keyword muting and local only tooting WIPbeatrix-bitrot
2017-06-08Fix #3378 - If favourite/reblog already exists, return it instead of failing ...Eugen Rochko
2017-05-30Move status reblog authorization into policy (#3425)Jack Jennings
2017-05-29Extract authorization policy for viewing statuses (#3150)Jack Jennings
2017-03-15Add "direct" visibility level in the backend. Web UI is not yetEugen Rochko
2017-02-26Add validation of media attachments, clean up mastodon-own exception classesEugen Rochko
2017-02-11Make follow requests federateEugen Rochko
2017-01-25Fix #522 - prevent blocked users from rebloggingEugen Rochko
2016-12-28Fix wrong person being notified after nested reblog call, fix favourites leak...Eugen Rochko
2016-12-22Follow call on locked account creates follow request insteadEugen Rochko
2016-12-21Private visibility on statuses prevents non-followers from seeing thoseEugen Rochko
2016-12-18Removing external hub completely, fix #333 fixing digit-only hashtags,Eugen Rochko
2016-11-28Adding embedded PuSH serverEugen Rochko
2016-11-20Adding unified streamable notificationsEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-10-05Move PubSubHubbub pinging to a background workerEugen Rochko
2016-10-03Blocking will prevent e-mail notifications from blocked user, blocks in UIEugen Rochko
2016-03-26Moving Salmon notifications to background processing, fixing mini-profilerEugen Rochko
2016-03-19Adding e-mail notifications about mentions, follows, favourites and reblogs. ...Eugen Rochko
2016-03-19Use FanOutOnWriteService AFTER processing mentionsEugen Rochko
2016-02-29Changing the use of config constants to the Rails configuration objectEugen Rochko
2016-02-29Refactoring Grape API methods into normal controllers & other thingsEugen Rochko
2016-02-28A lot of fixes from a live testEugen Rochko
2016-02-28When posting a status or reblogging one, ping hubs about the feed updateEugen Rochko
2016-02-24Service to reblog statusesEugen Rochko