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
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
2019-07-17
fix `i:am`/`we:are` signatures
multiple creatures
2019-07-15
bangtags are not for eating >:o
multiple creatures
2019-07-15
local visibility scope, chat scope+tags, unlisted tags
multiple creatures
2019-05-21
if `created_at` is given to `PostStatusService` make sure it's utc
multiple creatures
2019-05-21
split `i:am` signatures into their very own `footer` column
multiple creatures
2019-05-21
`PostStatusService`: Add options to set a specific creation time and whether ...
multiple creatures
2019-05-21
Correct a 6-in-the-morning breaking typos.
multiple creatures
2019-05-21
Expose user settings to `Account` model and update code referencing those set...
multiple creatures
2019-05-21
Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad...
multiple creatures
2019-05-21
Statuses: set `local_only` flag from the `PostStatusService`. Default to `en`...
multiple creatures
2019-05-21
Remove automatic language detection.
multiple creatures
2019-05-21
Drop OStatus support. Fix some of the Rspec tests.
multiple creatures
2019-05-21
Allow passing an array of tags to `PostStatusservice`
multiple creatures
2019-05-21
Replies should not exceed the visibility being replied to.
multiple creatures
2019-05-21
Allow sharekeys to be set via the API.
multiple creatures
2019-05-21
Handle up to 6 attachments per roar.
multiple creatures
2019-05-17
Add option for default toot content-type
Thibaut Girka
2019-05-17
Add API support for setting status content-type
Thibaut Girka
2019-05-15
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2019-05-14
Record account suspend/silence time and keep track of domain blocks (#10660)
ThibG
2019-03-28
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2019-03-28
Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)
Eugen Rochko
2019-03-16
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2019-03-15
Fix detailed poll validation errors not being returned in the API (#10261)
Eugen Rochko
2019-03-11
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2019-03-11
Support pushing and receiving updates to poll tallies (#10209)
ThibG
2019-03-05
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
[next]