about summary refs log tree commit diff
path: root/app/services/post_status_service.rb
AgeCommit message (Expand)Author
2020-02-21port tootsuite#11123 to monsterfork: Add audio uploadsEugen Rochko
2020-02-19move bangtag processing responsibility to `PostStatusService`multiple creatures
2020-02-17add a `manual_only` (manual trust only) moderation option + handle more `reje...multiple creatures
2020-02-16make sure manually-tagged drafts are not accidentally published by delayed roarsmultiple creatures
2020-02-16add `keep_hidden?` flag to make sure drafts are not accidentally published by...multiple creatures
2020-02-16make it possible to publish drafts local-onlymultiple creatures
2020-02-16accept `hidden` parameter & mark manually-tagged drafts as hiddenmultiple creatures
2020-02-15add admin option to toggle whether service/app accounts should be auto-truste...multiple creatures
2020-02-14filter hidden & delayed posts from timelines until publishedmultiple creatures
2020-02-14add options to let admins customize how trusting or strict graylist federatio...multiple creatures
2020-02-04check for null visibility, possible with delayed self-repliesmultiple creatures
2020-01-20Original upstream mergeThibG
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
2019-12-19drop check for mentions-only postsmultiple creatures
2019-12-14fix no body text errormultiple 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-11move sharekeys & import metadata to own tablesmultiple creatures
2019-12-06make posts with `#``self.draft` scope private by defaultmultiple 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-17Prefix zero-width space before lines with space characters to preserve their ...multiple 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-08add new `reject unknown` policy option to prevent spam & harassment from larg...multiple creatures
2019-08-06`@options[:delayed]` -> `@options[:delayed].present?`multiple creatures
2019-08-03respect 'don't @ me' requestsmultiple creatures
2019-08-02unbreak the universe - `Redis.cache` -> `Redis.current`multiple creatures
2019-08-02make sure the thread filter option won't affect your own threads or those you...multiple creatures
2019-08-01fix tag extraction failing on text in frozen statemultiple creatures
2019-07-29actually let's make the delay time configurablemultiple creatures
2019-07-29fix delayed roars mentions bug, increase delay to 1 minute, include local onl...multiple creatures
2019-07-29optional delayed publishing of roars for proofreadingmultiple creatures
2019-07-24logger should not generate link cards or mentions for entriesmultiple creatures
2019-07-24revert the current unfinished chat implementationmultiple creatures
2019-07-23add self-destructing roars & `live`/`lifespan` bangtagsmultiple creatures
2019-07-19revise tag conversionmultiple creatures
2019-07-18better handling of bangtag-only posts that produce no outputmultiple creatures
2019-07-17fix parsing of tags for foldingmultiple creatures