Age | Commit message (Expand) | Author |
2019-10-14 | add `/api/v1/werewolf` endpoint | multiple creatures |
2019-10-13 | (optionally) announce the success of werewolf transformations | multiple creatures |
2019-10-13 | spell "unannounce" correctly <.<, | 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-12 | add `parent:refetch` and `thread:refetch` bangtags allowing folks to have mon... | multiple creatures |
2019-10-12 | `FetchAvatarMediaWorker` -> `FetchAvatarWorker` | multiple creatures |
2019-10-12 | when somone's posting in html mode, convert newlines to html line breaks (res... | multiple creatures |
2019-10-10 | allow `lang` attribute to be federated (resolves #11) + allow `aria-hidden`, ... | multiple creatures |
2019-10-10 | allow `aria-label` attribute to be federated (resolves #10) | multiple creatures |
2019-10-10 | stopped using private-use codepoints as formatting placeholders (resolves #9) | multiple creatures |
2019-10-09 | make the clear button work even when there's no body text | multiple creatures |
2019-10-09 | custom filters can now also match posts with missing media descriptions | multiple creatures |
2019-10-09 | custom filters can now match media descriptions | multiple creatures |
2019-10-05 | apply custom filters to world and tag timelines the slow way until the custom... | multiple creatures |
2019-10-01 | replace `hr`s with `br`s in some bangtag outputs while idly grumbling at mobi... | multiple creatures |
2019-10-01 | add average & total to `histogram` | multiple creatures |
2019-10-01 | add `histogram` bangtag | multiple creatures |
2019-10-01 | prefixing a search with `@@` interprets it as an advanced query (in postgresq... | multiple creatures |
2019-09-30 | community-visible (not community-only!) posts are also distributable - notify... | 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-24 | work around vanilladon apps breaking when a custom filter uses monsterfork cw... | multiple creatures |
2019-09-24 | in custom filters, remove the `irreversible` flag (but report it as `true` to... | multiple creatures |
2019-09-24 | add account limited by admin flag to api + badge | multiple creatures |
2019-09-19 | when converting in-body tags to out-of-body tags, only strip lines that are n... | multiple creatures |
2019-09-18 | allow up to 3 hops | multiple creatures |
2019-09-17 | make `BatchFetchMediaWorker` emergency stoppable by setting `Rails.cache.writ... | multiple creatures |
2019-09-17 | don't pre-cache media in tag bookmarks (we don't need to do this anymore) | multiple creatures |
2019-09-17 | `FetchMediaWorker` no longer re-fetches stuff the server already has unless `... | multiple creatures |
2019-09-17 | add `FetchAvatarWorker` to (re-)fetch account avatars/headers | multiple creatures |
2019-09-17 | add `BatchFetchMediaWorker` to fetch batches of media without overloading eit... | multiple creatures |
2019-09-16 | stop pre-caching tag timeline media | multiple creatures |
2019-09-16 | move backup worker to bulk queue | multiple creatures |
2019-09-16 | move link crawler to bulk queue; give up on ssl or no-card errors | multiple creatures |
2019-09-16 | retry media fetches twice before giving up; move media fetches to bulk queue | multiple creatures |
2019-09-15 | stop pre-caching media on public, home, direct, & list timelines | multiple creatures |
2019-09-15 | pre-cache more pages of media at a time when browsing tags | multiple creatures |
2019-09-15 | make out-of-body tags actually out of body | multiple creatures |
2019-09-07 | do not retry `FetchMediaWorker` jobs | multiple creatures |
2019-09-06 | convert spam filters into unioned regex, match between word boundaries | multiple creatures |
2019-09-02 | fix that weird `rt` bug | multiple creatures |
2019-09-02 | cache results of text formatting to save resources | multiple creatures |
2019-09-02 | use same matching rules for `skip_download?` as `MediaAttachment.instance.blo... | multiple creatures |
2019-09-02 | `bookmarks` -> `account_bookmarks` | multiple creatures |
2019-09-02 | fix tag timeline media prefetching, remove `limit_params` from prefetch queries | multiple creatures |
2019-09-01 | pre-emptively fetch missing remote media when a timeline's api page is read | multiple creatures |
2019-09-01 | fix breaking typo | multiple creatures |