about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
2019-08-09transparancy log - automatically add a content warning if there are admin com...multiple creatures
2019-08-09transparancy log - do not direct link to domainsmultiple creatures
2019-08-09janitor - add db & media pruning jobmultiple creatures
2019-08-08fedi privacy - reject incoming out-of-scope posts addressed to private/unreso...multiple creatures
2019-08-08default to reject unknown policy for new serversmultiple creatures
2019-08-08admin transparancy log - add moderator review links to domain policy changesmultiple creatures
2019-08-08admin transparancy log - support markdownmultiple creatures
2019-08-08add new `reject unknown` policy option to prevent spam & harassment from larg...multiple creatures
2019-08-08janitor - option to export `activityrelay` configmultiple creatures
2019-08-08janitor - make sure values excludes are dedupedmultiple creatures
2019-08-07unapply `force_sensitive` during domain policy resetsmultiple creatures
2019-08-07add distributability check to reblog workermultiple creatures
2019-08-07add option to automatically space out boosts over configurable random intervalsmultiple creatures
2019-08-07add ability to post as linked account without switching using `once:i:am`/`on...multiple creatures
2019-08-07remember login & clear signed-in notice when switching accountsmultiple creatures
2019-08-06`@options[:delayed]` -> `@options[:delayed].present?`multiple creatures
2019-08-06do not parse blocks from `dialup.express` or `tenforward.social` - too much m...multiple creatures
2019-08-06`account:` output posts auto-expire after 1 hourmultiple creatures
2019-08-06added ability to link accounts with `account:link:token` + `account:link:add`...multiple creatures
2019-08-05`unsuspend` -> `"unsuspend"`multiple creatures
2019-08-05janitor can now write suspended domains to whatever JANITOR_BLOCKLIST_OUTPUT ...multiple creatures
2019-08-05add ability to access bookmarks from #self.bookmarks tagmultiple creatures
2019-08-05rewrite repeated domain maps to use a helper function & make vulpine.club yam...multiple creatures
2019-08-04port @zac@computerfox.xyz's `silence` to `BlocklistHelper`multiple creatures
2019-08-04restrict private pin visibility to packmates & do not include them in `featur...multiple creatures
2019-08-04limit inferred reject replies trigger to the start of first/last line; simpli...multiple creatures
2019-08-03automatically set `suspend` policy on domains that trigger `context` auto-rej...multiple creatures
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