Age | Commit message (Expand) | Author |
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 |
2020-01-13 | update `updated_at` when boosting own old posts so the post can actually fede... | multiple creatures |
2020-01-10 | speed up search with caching | multiple creatures |
2020-01-10 | avoid double-filtering on search | multiple creatures |
2019-12-21 | add option to set mutes that apply only to timelines | multiple creatures |
2019-12-19 | drop check for mentions-only posts | multiple creatures |
2019-12-14 | Merge branch 'master' of monsterware.dev:monsterpit/mastodon | multiple creatures |
2019-12-14 | use redis lock instead of rolling own | multiple creatures |
2019-12-14 | fix no body text error | multiple creatures |
2019-12-13 | sync with `on_behalf_of` + bump max pages | 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-12 | add ability for post authors to kick jerks out of their threads | multiple creatures |
2019-12-12 | make it possible to process & send out mentions in separate steps | multiple creatures |
2019-12-11 | move sharekeys & import metadata to own tables | multiple creatures |
2019-12-10 | do not override timestamps when syncing | multiple creatures |
2019-12-10 | add cooldown to post sync just in case | multiple creatures |
2019-12-10 | synchronize remote posts on first follow | multiple creatures |
2019-12-10 | set `resource_options` to empty hash if `nil` | multiple creatures |
2019-12-08 | forgot to join domain parts | multiple creatures |
2019-12-07 | forgot to add the redisable module | multiple creatures |
2019-12-07 | don't count faves as indicators for known accounts | multiple creatures |
2019-12-07 | domain policies also now get applied to subdomains | multiple creatures |
2019-12-06 | make posts with `#``self.draft` scope private by default | multiple creatures |
2019-12-05 | avoid resurfacing old posts that are being streamed into the world timeline | multiple creatures |
2019-12-05 | use `update` to change `curated` flags | multiple creatures |
2019-12-03 | clear filtered status cache when a domain policy gets reset | multiple creatures |
2019-12-01 | `update` -> `update!` | multiple creatures |
2019-11-19 | Refactor all ActivityPub deliveries to be serialized and signed through one c... | Eugen Rochko |
2019-11-18 | When a post is delayed or updated, remove the old version from local timeline... | 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-18 | Get rid of the `Formatter` cache. It isn't worth the admin headaches. | multiple creatures |
2019-11-18 | Ensure that community-visible posts are removed from the timeline when the au... | multiple creatures |
2019-11-18 | In ProcessMentionsService, `skip_notify` should be a keyword argument, not po... | multiple creatures |
2019-11-17 | Prefix zero-width space before lines with space characters to preserve their ... | multiple creatures |
2019-11-06 | clear formatter cache when profile is changed | 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 |