about summary refs log tree commit diff
path: root/app/services
AgeCommit message (Expand)Author
2020-02-14add admin option to toggle auto-marking instance actors known & make enabling...multiple creatures
2020-02-14move setting initial `known` property on remote accounts to `create_account` ...multiple creatures
2020-02-14mark new remote accounts known if graylist federation is disabled + auto-lear...multiple creatures
2020-02-04check for null visibility, possible with delayed self-repliesmultiple creatures
2020-02-04fix queued boostsmultiple creatures
2020-01-28remove no-longer-used `subscriptions` prop from `SuspendAccountService`multiple creatures
2020-01-28remove no-longer-used `stream_entries` prop from `SuspendAccountService`multiple creatures
2020-01-20More smoke testing, I believe the stability is passable nowHolly 'Frinkel' Lotor
2020-01-20More smoke testing, merge in request pool from upstreamHolly 'Frinkel' Lotor
2020-01-20Original upstream mergeThibG
2020-01-16`backtrace` -> `e.backtrace`multiple creatures
2020-01-15handle passing `0` to `lifespan` & `defed_in` bangtags to unset the auto-dest...multiple creatures
2020-01-13set `MIN_DESTRUCT_OFFSET` (`30.seconds`) if `delete_after` or `defederate_aft...multiple creatures
2020-01-13fix setting `delete_after` and `defederate_after` on new postsmultiple creatures
2020-01-13add new privacy option to auto-defederate after a given timespan + add option...multiple creatures
2020-01-13update `updated_at` when boosting own old posts so the post can actually fede...multiple creatures
2020-01-10speed up search with cachingmultiple creatures
2020-01-10avoid double-filtering on searchmultiple creatures
2019-12-21add option to set mutes that apply only to timelinesmultiple creatures
2019-12-19drop check for mentions-only postsmultiple creatures
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