about summary refs log tree commit diff
path: root/db/schema.rb
AgeCommit message (Expand)Author
2019-11-19Change default to single column UI (#10847)Eugen Rochko
2019-11-18Get rid of the `Formatter` cache. It isn't worth the admin headaches.multiple creatures
2019-11-18Committing this unnecessary schema version update.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-27whee db schema updatemultiple 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-03respect 'don't @ me' requestsmultiple 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-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
2019-07-19update schemamultiple creatures
2019-07-15ignore `tsv` column & add index to local-scope postsmultiple creatures
2019-07-15move user variables to `users` relationmultiple creatures
2019-07-15add `supports_chat` property, rename `adults_only` to `adult_content`, federa...multiple creatures
2019-07-15local visibility scope, chat scope+tags, unlisted tagsmultiple creatures
2019-05-21handle importing posts from json dumpsmultiple creatures
2019-05-21split `i:am` signatures into their very own `footer` columnmultiple creatures
2019-05-21fix schemamultiple creatures
2019-05-21Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad...multiple creatures
2019-05-21Drop remaining OStatus and PuSH code, as well as related database items.multiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Update schema.multiple creatures
2019-05-21Allow own roars to be included in lists.multiple creatures
2019-05-21Custom filters: add ability to create filters that exclude or are exclusive ...multiple creatures
2019-05-21Add option to hide public replies from profilemultiple creatures
2019-05-21DB: Replace `NULL` boolean values with `FALSE` in Monsterpit feature columns;...multiple creatures
2019-05-21Dedicated `network` DB column for marking whether a roar is a part of the loc...multiple creatures
2019-05-21Add `share_key` column to status table in preparation for letting folks gener...multiple creatures
2019-05-21Refactored community-curated world timeline code; **privacy**: remove support...multiple creatures
2019-05-21hidden accounts + stats hidingmultiple creatures
2019-05-19Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-19Add post-deployment migration script to delete public-boosts-of-private-toots...ThibG
2019-05-17Add database row to hold status content typeThibaut Girka
2019-05-15Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-05-10Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-09Record deleted(by mod) status to prevent re-appear (#10732)Jeong Arm