about summary refs log tree commit diff
path: root/app/helpers/filter_helper.rb
AgeCommit message (Collapse)Author
2019-11-18Remove unused and incompatable filter settings. These will be re-added in ↵multiple creatures
time as they're rewritten to use database-level filtering.
2019-11-16Moved to using a normalized text column for searches. Admins using an ↵multiple creatures
FTS-enabled version of Monsterfork will need to apply the migration from `dist/search.sql` then run `bundle exec rails monsterfork:index_statuses`.
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-08-18fix custom filter logicmultiple creatures
2019-08-15handle custom cws when a filter has the `entire thread` option setmultiple creatures
2019-08-15only drop posts matching a custom filter when the filter has no cw override setmultiple creatures
2019-08-15custom filters now have an option to add or override content warnings; ↵multiple creatures
filter caching has been fixed
2019-08-02unbreak - `tags_regex` -> `regex`multiple creatures
2019-08-02unbreak the universe - `Redis.cache` -> `Redis.current`multiple creatures
2019-08-02make sure the thread filter option won't affect your own threads or those ↵multiple creatures
you're participating in
2019-08-02filters now have options to separately match post text, content ↵multiple creatures
warnings/titles, & hashtags + option to filter threads containing a matching post