Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-16 | Moved 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-16 | Update admin instructions to migrate from PostgreSQL FTS to trigram-based ↵ | multiple creatures | |
search. | |||
2019-08-05 | add config + utilities + instructions for `nginx`-level domain blocks | multiple creatures | |
2019-07-17 | Document search.sql | Lumb | |
Added install instructions for full text search. | |||
2019-07-17 | Add dist/search.sql | Lumb | |
Adding SQL file to set up full text search. | |||
2019-03-30 | Cache error 410 responses in recommended nginx configuration (#10425) | Eugen Rochko | |
2019-02-13 | perf: run node directly when streaming (#10032) | Nolan Lawson | |
2018-09-24 | Add 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 |