about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
2019-08-03move `Scheduler::JanitorScheduler::admin_account` to `ModerationHelper::janit...multiple creatures
2019-08-03make sure only thread authors and admins can close threadsmultiple creatures
2019-08-03add `parent:bookmark`/`parent:bm` bangtagmultiple creatures
2019-08-03`domain_exists` -> `domain_exists?`multiple creatures
2019-08-03`reason?` -> `reason`multiple creatures
2019-08-03include note for admin account actions in audit logmultiple creatures
2019-08-03match more `reject_replies` tokensmultiple creatures
2019-08-03add `noreplies`, `parent:close`, `thread:close` bangtagsmultiple creatures
2019-08-03respect 'don't @ me' requestsmultiple creatures
2019-08-03`domain_exists` -> `domain_exists?`multiple creatures
2019-08-03rename `BangtagHelper` to `ModerationHelper`multiple creatures
2019-08-03skip importing dead domainsmultiple creatures
2019-08-03properly interpret `severity: nomedia` from `vulpine.club` yamlmultiple creatures
2019-08-03fix 6 am typo - `+=` -> `=`multiple creatures
2019-08-03`monsterpit-janitor` is now built in as a sidekiq job (with better code)multiple creatures
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-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-29add `boostable` attribute to statuses modelmultiple creatures