about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
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-04limit inferred reject replies trigger to the start of first/last line; simpli...multiple creatures
2019-08-03match more `reject_replies` tokensmultiple creatures
2019-08-03respect 'don't @ me' requestsmultiple creatures
2019-08-02only domain policies have an `updated_at` attributemultiple 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-31make `updated_at` attribute accessible in the instance modelmultiple creatures
2019-07-30use a non-tabular domain policy list layout & paginatemultiple creatures
2019-07-30add an optional blinking cursor to console formattingmultiple creatures
2019-07-29add plain-text console formatting optionmultiple creatures
2019-07-29actually let's make the delay time configurablemultiple creatures
2019-07-29optional delayed publishing of roars for proofreadingmultiple creatures
2019-07-29add `boostable` attribute to statuses modelmultiple creatures
2019-07-25add all `ActionLog`-able admin & moderator actions to loggermultiple creatures
2019-07-24transparancy - log use of admin related method calls & activitypub auto-rejec...multiple 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-21privacy - add option to disable public activitypub outboxmultiple creatures
2019-07-21add more options for time range of roars visible to anonymous public profile ...multiple creatures
2019-07-20limit post search to own social graphmultiple creatures
2019-07-20fix typo in account model - `frozen` -> `froze`multiple creatures
2019-07-19keep `locked` badge for approves-followers + add `frozen` badge for admin-loc...multiple creatures
2019-07-19make community visibility default for new accountsmultiple creatures
2019-07-19remove aliases of old of kobold prefs from account modelmultiple creatures
2019-07-17add size var to controller fileLumb
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-07-15add ability to export followersmultiple creatures
2019-05-21ignore the `tsv` column on the statuses table - our code will never touch thismultiple creatures
2019-05-21handle tags with the old `:` scope delimiter but translate those to `.`multiple creatures
2019-05-21make sure only `self`/`self.` & `local`/`local.` tags are marked private & lo...multiple creatures
2019-05-21handle importing posts from json dumpsmultiple creatures
2019-05-21use dots instead of colons for tag scopesmultiple creatures
2019-05-21include bio field keys in emojifiable textmultiple creatures
2019-05-21fix bbdown newlines + format & emojify footersmultiple creatures
2019-05-21reimplement monsterpit bbcode and markdown extensions on top of new glitch-so...multiple creatures
2019-05-21fix schemamultiple creatures
2019-05-21remove the buggy do-not-@-me impl - we'll replace this with a bangtag latermultiple creatures
2019-05-21add option to embiggen the emojos & embiggen small bbcode text on hovermultiple creatures
2019-05-21Correct a 6-in-the-morning breaking typos.multiple creatures
2019-05-21Expose user settings to `Account` model and update code referencing those set...multiple creatures
2019-05-21Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad...multiple creatures
2019-05-21Make user settings for status filter accessible from `account` model.multiple creatures
2019-05-21Drop remaining OStatus and PuSH code, as well as related database items.multiple creatures