about summary refs log tree commit diff
path: root/db
AgeCommit message (Expand)Author
2020-03-02hopefully this is the last of changes to `statuses` table indexesmultiple creatures
2020-03-01fix `index unique` for custom filters - should be on `[:account_id, :phrase]`...multiple creatures
2020-03-01add more missing indexesmultiple creatures
2020-03-01update schema filemultiple creatures
2020-03-01add column index for monsterfork implementation of world timelinemultiple creatures
2020-03-01check for indexes that might not existmultiple creatures
2020-03-01improve column indexes on `statuses` tablemultiple creatures
2020-02-27update schema filemultiple creatures
2020-02-27port tootsuite#11623 to monsterfork: Add soft delete for statuses for instant...Eugen Rochko
2020-02-24add migration to force-remove `curated` flag from visibilities that should no...multiple creatures
2020-02-21port tootsuite#11292 to monsterfork: Add whitelist modeEugen Rochko
2020-02-21port tootsuite#11375: Change unconfirmed user login behaviourEugen Rochko
2020-02-18switch to irc-like oper behavior; require mods & admins to explicitly oper up...multiple creatures
2020-02-17add a `manual_only` (manual trust only) moderation option + handle more `reje...multiple creatures
2020-02-16remove unneeded `create index` migrationmultiple creatures
2020-02-16(monsterpit specific) make backfill redo-ablemultiple creatures
2020-02-16remove unused indexmultiple creatures
2020-02-15skip already backfilled statusesmultiple creatures
2020-02-15add missing null constaint & backfill `statuses.hidden` column to `false`multiple creatures
2020-02-15set default column value in same migrationmultiple creatures
2020-02-15(actually) add `hidden` attribute to status table & modelmultiple creatures
2020-01-23update schemamultiple creatures
2020-01-20Merge first smoke testHolly 'Frinkel' Lotor
2020-01-20Original upstream mergeThibG
2020-01-15anti-harassment: add option to toggle whether to allow follows/packmate reque...multiple creatures
2020-01-13add new privacy option to auto-defederate after a given timespan + add option...multiple creatures
2020-01-10add option for changing the monsterfork api exposure level, defaulting to `fu...multiple creatures
2020-01-10add custom filter master toggle, add media gallery mode, & fix various filter...multiple creatures
2020-01-10add ability to toggle individual filters without deleting themmultiple creatures
2020-01-10switch (back) to postgres fts engine for fast search & timeline filtersmultiple creatures
2020-01-10dump schema to plain sqlmultiple creatures
2019-12-28lazily add `safety_assured` to allow some migrations to work in prodmultiple creatures
2019-12-21add option to only apply phrase filters to timelinesmultiple creatures
2019-12-21add option to use phrase filters as an allow listmultiple creatures
2019-12-21add option to set mutes that apply only to timelinesmultiple creatures
2019-12-19rework hide boosts / show only packmates options to work with timeline streamingmultiple creatures
2019-12-12better key constraints on imported statuses, sharekeys, & normalized statuses...multiple creatures
2019-12-12add ability for post authors to kick jerks out of their threadsmultiple creatures
2019-12-11move sharekeys & import metadata to own tablesmultiple creatures
2019-12-11move normalized text into own tablemultiple creatures
2019-11-26update rails & yarn depsmultiple creatures
2019-11-19Fix old migrations failing because of new version of `strong_migrations`Thibaut Girka
2019-11-19Fix old migrations failing because of new version of `strong_migrations` (#10...ThibG
2019-11-19Change default to single column UI (#10847)Eugen Rochko
2019-11-19Fix old migrations failing because of new version of `strong_migrations`Thibaut Girka
2019-11-18Get rid of the `Formatter` cache. It isn't worth the admin headaches.multiple creatures
2019-11-18Remove filter caches.multiple creatures
2019-11-18Correct `CustomFilters` to `CustomFilter`.multiple creatures
2019-11-18Committing this unnecessary schema version update.multiple creatures
2019-11-18Create `f_normalize` function to transform filter queries. Also make the FTS...multiple creatures