about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
2019-11-18Get rid of the `Formatter` cache. It isn't worth the admin headaches.multiple creatures
2019-11-18Auto-remove expired filters.multiple creatures
2019-11-18Remove filter caches.multiple creatures
2019-11-18Filter boosts from profile pages' Roars & Growls tab.multiple creatures
2019-11-18In the regex filtering query, `ANY` should actually be `ALL`.multiple creatures
2019-11-18Use custom `f_normalize` function for transforming regex filters.multiple creatures
2019-11-18Ensure that community-visible posts are removed from the timeline when the au...multiple creatures
2019-11-18Only apply a user's string filters if they actually have any set (otherwise a...multiple creatures
2019-11-18Include media attachment descriptions in normalized text.multiple creatures
2019-11-18Remove context selector from filter view.multiple creatures
2019-11-18Remove unused and incompatable filter settings. These will be re-added in ti...multiple creatures
2019-11-18Remove `FilterHelper` include from timeline APIs.multiple creatures
2019-11-18Always skip `Formatter` cache when serializing ActivityPub representations of...multiple creatures
2019-11-18Remove a duplicate callback to `update_normalized_text`.multiple creatures
2019-11-18In ProcessMentionsService, `skip_notify` should be a keyword argument, not po...multiple creatures
2019-11-18Add a new profile option to filter posts with undescribed media. At some poi...multiple creatures
2019-11-18Users' filters are applied in the `Status` model. They can also now use regu...multiple creatures
2019-11-17Do away with the kludgy solution of applying users' filters from API controll...multiple creatures
2019-11-17Add `filter_undescribed` column to `accounts` table.multiple creatures
2019-11-17Prefix zero-width space before lines with space characters to preserve their ...multiple creatures
2019-11-17Reduce Vitamin D intake.multiple creatures
2019-11-17Remove duplicated code.multiple creatures
2019-11-17Use `after_save` instead of `after_create`/`after_update` where methods shoul...multiple creatures
2019-11-17Hardcoded disabling of `Formatter` cache in normalizer.multiple creatures
2019-11-17Do not allow `Formatter` cache when normalizing text by default - fixes menti...multiple creatures
2019-11-17When domain policies are created or updated, set the `processing` flag from t...multiple creatures
2019-11-17Do not try to update destroyed `Status` objects.multiple creatures
2019-11-16Include all tags in normalized text. Deduplicate and move them to the front.multiple creatures
2019-11-16When normalizing the text of local posts, skip `Formatter` cache (but allow t...multiple creatures
2019-11-16Allow callers of `Formatter` methods to specify that formatting results shoul...multiple creatures
2019-11-16Correct typo.multiple creatures
2019-11-16Moved to using a normalized text column for searches. Admins using an FTS-ena...multiple creatures
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-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-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