about summary refs log tree commit diff
path: root/db
AgeCommit message (Expand)Author
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
2019-11-18Migrate old whole-word filters to modified syntax (double quoted strings trea...multiple creatures
2019-11-18Remove unused and incompatable filter settings. These will be re-added in ti...multiple creatures
2019-11-17Add `filter_undescribed` column to `accounts` table.multiple creatures
2019-11-16Moved to using a normalized text column for searches. Admins using an FTS-ena...multiple creatures
2019-10-27add profile option to (locally) block anonymous views of public postsmultiple creatures
2019-10-27whee db schema updatemultiple creatures
2019-10-27add `unboostable` boolean to account model in preparation for adding more typ...multiple creatures
2019-10-27add `force_private` boolean to account model in preparation for adding more t...multiple creatures
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-30use a scheduled task to batch domain policy changes + revert `29643fd6` to av...multiple creatures
2019-08-15custom filters now have an option to add or override content warnings; filter...multiple creatures
2019-08-08add new `reject unknown` policy option to prevent spam & harassment from larg...multiple creatures
2019-08-07add option to automatically space out boosts over configurable random intervalsmultiple creatures
2019-08-06added ability to link accounts with `account:link:token` + `account:link:add`...multiple creatures
2019-08-05update schemamultiple creatures
2019-08-05add ability to access bookmarks from #self.bookmarks tagmultiple creatures
2019-08-03respect 'don't @ me' requestsmultiple creatures
2019-08-02fix name of `spoiler` column in migrationmultiple creatures
2019-08-02filters now have options to separately match post text, content warnings/titl...multiple creatures
2019-07-31ability to add domain moderation notes, edit existing domain policies in-plac...multiple creatures
2019-07-29update schemamultiple creatures
2019-07-29add `boostable` attribute to statuses modelmultiple creatures
2019-07-24remove chat tables & adjust status table indexmultiple creatures
2019-07-24revert the current unfinished chat implementationmultiple creatures
2019-07-23add self-destructing roars & `live`/`lifespan` bangtagsmultiple creatures
2019-07-21split `hide public profile` & `hide public ap outbox` into separate user opti...multiple creatures
2019-07-19keep `locked` badge for approves-followers + add `frozen` badge for admin-loc...multiple creatures