Age | Commit message (Expand) | Author |
2019-12-12 | use service account helper in janitor scheduler | multiple creatures |
2019-12-12 | simplify the asynchronous post worker | multiple creatures |
2019-12-12 | make it possible to process & send out mentions in separate steps | multiple creatures |
2019-12-12 | add service account helper to make announcer & janitor posting easier | multiple creatures |
2019-12-12 | remove duplicate post distribution calls | multiple creatures |
2019-12-12 | make reindex tasks using new normalized text table | multiple creatures |
2019-12-11 | remove unused filter helper | multiple creatures |
2019-12-11 | move sharekeys & import metadata to own tables | multiple creatures |
2019-12-11 | move normalized text into own table | multiple creatures |
2019-12-11 | use `set` instead of `setex` | multiple creatures |
2019-12-10 | fix newlines in normalized text + make `tag` & `tags` headings mean the same ... | multiple creatures |
2019-12-10 | simplify normalizer & add headings | multiple creatures |
2019-12-10 | `include` looks nicer | multiple creatures |
2019-12-10 | adjust regex shortcut descriptions | multiple creatures |
2019-12-10 | handle syntax for `tags:` as `tags: tag1 tag2 "tag3" ...` | multiple creatures |
2019-12-10 | add regex shortcut descriptions for filters | multiple creatures |
2019-12-10 | make query expander convert `heading: regex to match` shortcut into regex form | multiple creatures |
2019-12-10 | include headings `tags`, `subj`, `text`, & `desc` in normalized text so they ... | multiple creatures |
2019-12-10 | add accessibility option to make everything lowercase | multiple creatures |
2019-12-10 | remove duplicate domain check | multiple creatures |
2019-12-10 | do not override timestamps when syncing | multiple creatures |
2019-12-10 | add synchronize button to account manager | 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-10 | remove no-longer-useful context checks from autoreject helper | 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 | add option to toggle whether regex filters should be applied to mentions | multiple creatures |
2019-12-07 | make sure filter cache gets wiped when a filter is deleted | multiple creatures |
2019-12-07 | domain policies also now get applied to subdomains | multiple creatures |
2019-12-07 | make domain policies templatable | multiple creatures |
2019-12-07 | get rid of unneccesary protocol check from upstream | multiple creatures |
2019-12-07 | skip posts that don't actually exist | multiple creatures |
2019-12-06 | add drafts shortcut to web ui | multiple creatures |
2019-12-06 | make posts with `#``self.draft` scope private by default | multiple creatures |
2019-12-06 | use `self.draft` scope tag for draft posts & add draft header | multiple creatures |
2019-12-05 | avoid resurfacing old posts that are being streamed into the world timeline | multiple creatures |
2019-12-05 | use keyword argument for `delayed` flag | multiple creatures |
2019-12-05 | use `update` to change `curated` flags | multiple creatures |
2019-12-03 | add `monsterfork:reapply_filters` task to mass-fix users' tl filters for this... | multiple creatures |
2019-12-03 | when someone adds/changes a filter retroactively apply it to their home & lis... | multiple creatures |
2019-12-03 | add `all` & `all_cached` props to feed model | multiple creatures |
2019-12-03 | clear filtered status cache when a domain policy gets reset | multiple creatures |
2019-12-03 | cache list of already-filtered statuses | multiple creatures |
2019-12-03 | add `size` property to feed model | multiple creatures |
2019-12-03 | fix filters not being applied correctly on streaming timelines by using the r... | multiple creatures |
2019-12-03 | clear out dead sidekiq job locks & add lock manager to sidekiq's dashboard to... | multiple creatures |
2019-12-03 | fix `thread:sharekey:sync` by spelling `earliest` correctly | multiple creatures |