about summary refs log tree commit diff
path: root/dist
AgeCommit message (Collapse)Author
2019-11-18Create `f_normalize` function to transform filter queries. Also make the ↵multiple creatures
FTS migration an actual migration to save new Monsterfork admins the headache.
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-11-16Update admin instructions to migrate from PostgreSQL FTS to trigram-based ↵multiple creatures
search.
2019-08-05add config + utilities + instructions for `nginx`-level domain blocksmultiple creatures
2019-07-17Document search.sqlLumb
Added install instructions for full text search.
2019-07-17Add dist/search.sqlLumb
Adding SQL file to set up full text search.
2019-03-30Cache error 410 responses in recommended nginx configuration (#10425)Eugen Rochko
2019-02-13perf: run node directly when streaming (#10032)Nolan Lawson
2018-09-24Add nginx and systemd templates (#8770)Eugen Rochko
So they can be copied during installation instead of looking them up in the documentation Make default sidekiq configuration use weighted queues Remove deprecated docs directory