about summary refs log tree commit diff
AgeCommit message (Expand)Author
2019-08-03fix web app crash when logging into a fresh accountmultiple creatures
2019-08-02allow abandoning any thread; add `thread:leave`/`thread:part` bangtagsmultiple creatures
2019-08-02unbreak - `tags_regex` -> `regex`multiple creatures
2019-08-02only domain policies have an `updated_at` attributemultiple creatures
2019-08-02make `thread:emoji` actually grab all emojis in a threadmultiple creatures
2019-08-02unbreak the universe - `Redis.cache` -> `Redis.current`multiple creatures
2019-08-02make sure the thread filter option won't affect your own threads or those you...multiple 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-08-02bbcode: `[code]` produces `pre code` for `glitch-soc` compatabilitymultiple creatures
2019-08-02html5 has 2 strikethrough tags - support them bothmultiple creatures
2019-08-01strip paramsmultiple creatures
2019-08-01when applying user filters make sure last check always returns a booleanmultiple creatures
2019-08-01fix tag extraction failing on text in frozen statemultiple creatures
2019-08-01fix borkage caused by query string sanitization sometimes returning `nil`multiple creatures
2019-08-01fix borkage caused by trying to concatinate `nil` valuesmultiple creatures
2019-07-31merge admin/moderator actions back under admin.log scopemultiple creatures
2019-07-31ability to add domain moderation notes, edit existing domain policies in-plac...multiple creatures
2019-07-31sort instance list by most recentmultiple 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-30order policy list by most recently changedmultiple creatures
2019-07-30add a domain policy viewer at `/policies`multiple creatures
2019-07-30make cursor blink respect auto-play settingsmultiple creatures
2019-07-30add missing `boolean_cast_setting` to `show_cursor` & `delayed_roars` prefere...multiple creatures
2019-07-30remove auto-rejections from transparancy logmultiple creatures
2019-07-30revert to `text/plain` for transparancy loggermultiple 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-29fix delayed roars mentions bug, increase delay to 1 minute, include local onl...multiple creatures
2019-07-29disable clear button when there's nothing to clearmultiple creatures
2019-07-29too few args <.<'multiple creatures
2019-07-29too many args (too many args)multiple creatures
2019-07-29optional delayed publishing of roars for proofreadingmultiple creatures
2019-07-29update schemamultiple creatures
2019-07-29add `boostable` attribute to statuses modelmultiple creatures
2019-07-29move clear button text to mouseovermultiple creatures
2019-07-28big tails never fail!multiple creatures
2019-07-28move clear all button to the leftmultiple creatures
2019-07-28add clear button & missing monsterpit visibility iconsmultiple creatures
2019-07-28use identity nickname in composer placeholder instead (custom emoji won't wor...multiple creatures
2019-07-28add `i:am` shortname to the client apimultiple creatures
2019-07-28make `i:am`/`we:are` signatures available to the client apimultiple creatures
2019-07-28show which identity roars are being signed with in the composer placeholdermultiple creatures
2019-07-28fix `i:am:not`/`we:are:not`multiple creatures
2019-07-28fix `adult content` setting & remove old `supports chat` settingmultiple creatures
2019-07-26make `i:am`/`we:are` handle multiple identities (`we:are:a:and:b:and:c`) and ...multiple creatures
2019-07-26add `once`/`once:` flag bangtagmultiple creatures
2019-07-26fix `delete_in:thread` logic flub (electric boogaloo)multiple creatures