about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
2019-10-12add `parent:refetch` and `thread:refetch` bangtags allowing folks to have mon...multiple creatures
2019-10-12`FetchAvatarMediaWorker` -> `FetchAvatarWorker`multiple creatures
2019-10-12when somone's posting in html mode, convert newlines to html line breaks (res...multiple creatures
2019-10-10allow `lang` attribute to be federated (resolves #11) + allow `aria-hidden`, ...multiple creatures
2019-10-10allow `aria-label` attribute to be federated (resolves #10)multiple creatures
2019-10-10stopped using private-use codepoints as formatting placeholders (resolves #9)multiple creatures
2019-10-09make the clear button work even when there's no body textmultiple creatures
2019-10-09custom filters can now also match posts with missing media descriptionsmultiple creatures
2019-10-09custom filters can now match media descriptionsmultiple creatures
2019-10-05apply custom filters to world and tag timelines the slow way until the custom...multiple creatures
2019-10-01replace `hr`s with `br`s in some bangtag outputs while idly grumbling at mobi...multiple creatures
2019-10-01add average & total to `histogram`multiple creatures
2019-10-01add `histogram` bangtagmultiple creatures
2019-10-01prefixing a search with `@@` interprets it as an advanced query (in postgresq...multiple creatures
2019-09-30community-visible (not community-only!) posts are also distributable - notify...multiple creatures
2019-09-24include `local` scope in visibility limit if an account is silencedmultiple creatures
2019-09-24the commit below this but like actually fix it this timemultiple creatures
2019-09-24unbreak tag conversionmultiple creatures
2019-09-24strip blankspace when converting in-body tags to out-of-body tagsmultiple creatures
2019-09-24work around vanilladon apps breaking when a custom filter uses monsterfork cw...multiple creatures
2019-09-24in custom filters, remove the `irreversible` flag (but report it as `true` to...multiple creatures
2019-09-24add account limited by admin flag to api + badgemultiple creatures
2019-09-19when converting in-body tags to out-of-body tags, only strip lines that are n...multiple creatures
2019-09-18allow up to 3 hopsmultiple creatures
2019-09-17make `BatchFetchMediaWorker` emergency stoppable by setting `Rails.cache.writ...multiple creatures
2019-09-17don'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-17add `FetchAvatarWorker` to (re-)fetch account avatars/headersmultiple creatures
2019-09-17add `BatchFetchMediaWorker` to fetch batches of media without overloading eit...multiple creatures
2019-09-16stop pre-caching tag timeline mediamultiple creatures
2019-09-16move backup worker to bulk queuemultiple creatures
2019-09-16move link crawler to bulk queue; give up on ssl or no-card errorsmultiple creatures
2019-09-16retry media fetches twice before giving up; move media fetches to bulk queuemultiple creatures
2019-09-15stop pre-caching media on public, home, direct, & list timelinesmultiple creatures
2019-09-15pre-cache more pages of media at a time when browsing tagsmultiple creatures
2019-09-15make out-of-body tags actually out of bodymultiple creatures
2019-09-07do not retry `FetchMediaWorker` jobsmultiple creatures
2019-09-06convert spam filters into unioned regex, match between word boundariesmultiple creatures
2019-09-02fix that weird `rt` bugmultiple creatures
2019-09-02cache results of text formatting to save resourcesmultiple creatures
2019-09-02use same matching rules for `skip_download?` as `MediaAttachment.instance.blo...multiple creatures
2019-09-02`bookmarks` -> `account_bookmarks`multiple creatures
2019-09-02fix tag timeline media prefetching, remove `limit_params` from prefetch queriesmultiple creatures
2019-09-01pre-emptively fetch missing remote media when a timeline's api page is readmultiple creatures
2019-09-01fix breaking typomultiple creatures
2019-08-31add `strip` bangtag - removes leading/trailing whitespace from linesmultiple creatures
2019-08-31add `nosr` & `sr` bangtags to mark sections of posts that should and should n...multiple creatures
2019-08-31support federating `aria-hidden` property to mark content that should be skip...multiple creatures
2019-08-30use a scheduled task to batch domain policy changes + revert `29643fd6` to av...multiple creatures
2019-08-30make sure media attachments are not from a blocked account, CDN, or their sub...multiple creatures