index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
services
/
post_status_service.rb
Age
Commit message (
Expand
)
Author
2020-02-21
port tootsuite#11123 to monsterfork: Add audio uploads
Eugen Rochko
2020-02-19
move bangtag processing responsibility to `PostStatusService`
multiple creatures
2020-02-17
add a `manual_only` (manual trust only) moderation option + handle more `reje...
multiple creatures
2020-02-16
make sure manually-tagged drafts are not accidentally published by delayed roars
multiple creatures
2020-02-16
add `keep_hidden?` flag to make sure drafts are not accidentally published by...
multiple creatures
2020-02-16
make it possible to publish drafts local-only
multiple creatures
2020-02-16
accept `hidden` parameter & mark manually-tagged drafts as hidden
multiple creatures
2020-02-15
add admin option to toggle whether service/app accounts should be auto-truste...
multiple creatures
2020-02-14
filter hidden & delayed posts from timelines until published
multiple creatures
2020-02-14
add options to let admins customize how trusting or strict graylist federatio...
multiple creatures
2020-02-04
check for null visibility, possible with delayed self-replies
multiple creatures
2020-01-20
Original upstream merge
ThibG
2020-01-15
handle passing `0` to `lifespan` & `defed_in` bangtags to unset the auto-dest...
multiple creatures
2020-01-13
set `MIN_DESTRUCT_OFFSET` (`30.seconds`) if `delete_after` or `defederate_aft...
multiple creatures
2020-01-13
fix setting `delete_after` and `defederate_after` on new posts
multiple creatures
2020-01-13
add new privacy option to auto-defederate after a given timespan + add option...
multiple creatures
2019-12-19
drop check for mentions-only posts
multiple creatures
2019-12-14
fix no body text error
multiple creatures
2019-12-12
avoid posting when body only has mentions it
multiple creatures
2019-12-12
better key constraints on imported statuses, sharekeys, & normalized statuses...
multiple creatures
2019-12-12
revise post service to check for kicked status before posting, handle out-of-...
multiple creatures
2019-12-11
move sharekeys & import metadata to own tables
multiple creatures
2019-12-06
make posts with `#``self.draft` scope private by default
multiple creatures
2019-11-18
Improve readability somewhat.
multiple creatures
2019-11-18
Let `PostStatusWorker` deal with delivering posts.
multiple creatures
2019-11-18
Be more specific about checking for the truthiness of `nomentions`.
multiple creatures
2019-11-17
Prefix zero-width space before lines with space characters to preserve their ...
multiple creatures
2019-10-12
make sure mentions aren't processed early if delayed roars are enabled
multiple creatures
2019-10-12
graylist (reject unknown) federation & known account auto-learning finally ha...
multiple creatures
2019-10-10
stopped using private-use codepoints as formatting placeholders (resolves #9)
multiple creatures
2019-09-24
include `local` scope in visibility limit if an account is silenced
multiple creatures
2019-09-24
the commit below this but like actually fix it this time
multiple creatures
2019-09-24
unbreak tag conversion
multiple creatures
2019-09-24
strip blankspace when converting in-body tags to out-of-body tags
multiple creatures
2019-09-19
when converting in-body tags to out-of-body tags, only strip lines that are n...
multiple creatures
2019-08-08
add 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-03
respect 'don't @ me' requests
multiple creatures
2019-08-02
unbreak the universe - `Redis.cache` -> `Redis.current`
multiple creatures
2019-08-02
make sure the thread filter option won't affect your own threads or those you...
multiple creatures
2019-08-01
fix tag extraction failing on text in frozen state
multiple creatures
2019-07-29
actually let's make the delay time configurable
multiple creatures
2019-07-29
fix delayed roars mentions bug, increase delay to 1 minute, include local onl...
multiple creatures
2019-07-29
optional delayed publishing of roars for proofreading
multiple creatures
2019-07-24
logger should not generate link cards or mentions for entries
multiple creatures
2019-07-24
revert the current unfinished chat implementation
multiple creatures
2019-07-23
add self-destructing roars & `live`/`lifespan` bangtags
multiple creatures
2019-07-19
revise tag conversion
multiple creatures
2019-07-18
better handling of bangtag-only posts that produce no output
multiple creatures
2019-07-17
fix parsing of tags for folding
multiple creatures
[next]