about summary refs log tree commit diff
AgeCommit message (Expand)Author
2019-11-16Searches now work on `following` scope.multiple creatures
2019-11-16Regular expressions can now be used in full-text searches. Wrapping a search...multiple creatures
2019-11-16Update database queries to reflect change of search implementation.multiple creatures
2019-11-16Update admin instructions to migrate from PostgreSQL FTS to trigram-based sea...multiple creatures
2019-11-16The WAS spammer detection is no longer needed; removing this code from the Ja...multiple creatures
2019-11-06fix missing `srem` argument in commit `d162ebae7`multiple creatures
2019-11-06remove undeliverable flag from temporarily offline remote accounts & servers ...multiple creatures
2019-11-06clear formatter cache when profile is changedmultiple creatures
2019-11-06perform spam detection at registration timemultiple creatures
2019-10-27add profile option to (locally) block anonymous views of public postsmultiple creatures
2019-10-27whee db schema updatemultiple creatures
2019-10-27add `unboostable` boolean to account model in preparation for adding more typ...multiple creatures
2019-10-27add `force_private` boolean to account model in preparation for adding more t...multiple creatures
2019-10-27make data miners' lives harder by also requiring authentication on account ap...multiple creatures
2019-10-26fix breaking typosmultiple creatures
2019-10-26add `skip_cache` to all cached formatter methods & do not cache the results o...multiple creatures
2019-10-26before publishing a status force its formatting to be recached (fixes the men...multiple creatures
2019-10-26add `skip_cache` option to formatter & mark cached html as safemultiple creatures
2019-10-25default to `direct` visibility for `admin:` bangtagsmultiple creatures
2019-10-19tighten abandoned account query in janitormultiple creatures
2019-10-14exclude suspended (sub)domains from peers listmultiple creatures
2019-10-14make the replied-to post preview readable in arachniamultiple creatures
2019-10-14remove bg imagemultiple creatures
2019-10-14rethemed arachniamultiple creatures
2019-10-14add `/api/v1/werewolf` endpointmultiple creatures
2019-10-13(optionally) announce the success of werewolf transformationsmultiple creatures
2019-10-13spell "unannounce" correctly <.<,multiple creatures
2019-10-12make sure mentions aren't processed early if delayed roars are enabledmultiple creatures
2019-10-12graylist (reject unknown) federation & known account auto-learning finally ha...multiple creatures
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