about summary refs log tree commit diff
path: root/app/services
AgeCommit message (Expand)Author
2019-12-14Merge branch 'master' of monsterware.dev:monsterpit/mastodonmultiple creatures
2019-12-14use redis lock instead of rolling ownmultiple creatures
2019-12-14fix no body text errormultiple creatures
2019-12-13sync with `on_behalf_of` + bump max pagesmultiple creatures
2019-12-12avoid posting when body only has mentions itmultiple creatures
2019-12-12better key constraints on imported statuses, sharekeys, & normalized statuses...multiple creatures
2019-12-12revise post service to check for kicked status before posting, handle out-of-...multiple creatures
2019-12-12add ability for post authors to kick jerks out of their threadsmultiple creatures
2019-12-12make it possible to process & send out mentions in separate stepsmultiple creatures
2019-12-11move sharekeys & import metadata to own tablesmultiple creatures
2019-12-10do not override timestamps when syncingmultiple creatures
2019-12-10add cooldown to post sync just in casemultiple creatures
2019-12-10synchronize remote posts on first followmultiple creatures
2019-12-10set `resource_options` to empty hash if `nil`multiple creatures
2019-12-08forgot to join domain partsmultiple creatures
2019-12-07forgot to add the redisable modulemultiple creatures
2019-12-07don't count faves as indicators for known accountsmultiple creatures
2019-12-07domain policies also now get applied to subdomainsmultiple creatures
2019-12-06make posts with `#``self.draft` scope private by defaultmultiple creatures
2019-12-05avoid resurfacing old posts that are being streamed into the world timelinemultiple creatures
2019-12-05use `update` to change `curated` flagsmultiple creatures
2019-12-03clear filtered status cache when a domain policy gets resetmultiple creatures
2019-12-01`update` -> `update!`multiple creatures
2019-11-19Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-11-18When a post is delayed or updated, remove the old version from local timeline...multiple creatures
2019-11-18Improve readability somewhat.multiple creatures
2019-11-18Let `PostStatusWorker` deal with delivering posts.multiple creatures
2019-11-18Be more specific about checking for the truthiness of `nomentions`.multiple creatures
2019-11-18Get rid of the `Formatter` cache. It isn't worth the admin headaches.multiple creatures
2019-11-18Ensure that community-visible posts are removed from the timeline when the au...multiple creatures
2019-11-18In ProcessMentionsService, `skip_notify` should be a keyword argument, not po...multiple creatures
2019-11-17Prefix zero-width space before lines with space characters to preserve their ...multiple creatures
2019-11-06clear formatter cache when profile is changedmultiple creatures
2019-10-12make sure mentions aren't processed early if delayed roars are enabledmultiple creatures
2019-10-12graylist (reject unknown) federation & known account auto-learning finally ha...multiple creatures
2019-10-10stopped using private-use codepoints as formatting placeholders (resolves #9)multiple creatures
2019-09-24include `local` scope in visibility limit if an account is silencedmultiple creatures
2019-09-24the commit below this but like actually fix it this timemultiple creatures
2019-09-24unbreak tag conversionmultiple creatures
2019-09-24strip blankspace when converting in-body tags to out-of-body tagsmultiple creatures
2019-09-19when converting in-body tags to out-of-body tags, only strip lines that are n...multiple creatures
2019-08-30use a scheduled task to batch domain policy changes + revert `29643fd6` to av...multiple creatures
2019-08-26fix pseudomentions + always link mentionsmultiple creatures
2019-08-24support `offset` with searchmultiple creatures
2019-08-15apply custom filters and cws to search + remove unused es search methodsmultiple creatures
2019-08-15allow out-of-body mentionsmultiple creatures
2019-08-15handle interactions on sharekeyed posts when both participants are local; all...multiple creatures
2019-08-08default to reject unknown policy for new serversmultiple creatures
2019-08-08add new `reject unknown` policy option to prevent spam & harassment from larg...multiple creatures
2019-08-07unapply `force_sensitive` during domain policy resetsmultiple creatures