about summary refs log tree commit diff
path: root/app/helpers
AgeCommit message (Expand)Author
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-09-24add account limited by admin flag to api + badgemultiple creatures
2019-08-30use a scheduled task to batch domain policy changes + revert `29643fd6` to av...multiple creatures
2019-08-26detect spam registrations + include account approvals/rejections in transpara...multiple creatures
2019-08-18fix custom filter logicmultiple creatures
2019-08-15handle custom cws when a filter has the `entire thread` option setmultiple creatures
2019-08-15only drop posts matching a custom filter when the filter has no cw override setmultiple creatures
2019-08-15custom filters now have an option to add or override content warnings; filter...multiple creatures
2019-08-09transparancy log - do not direct link to domainsmultiple creatures
2019-08-08admin transparancy log - add moderator review links to domain policy changesmultiple creatures
2019-08-08add new `reject unknown` policy option to prevent spam & harassment from larg...multiple creatures
2019-08-06do not parse blocks from `dialup.express` or `tenforward.social` - too much m...multiple creatures
2019-08-05`unsuspend` -> `"unsuspend"`multiple 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-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-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-03`domain_exists` -> `domain_exists?`multiple creatures
2019-08-03rename `BangtagHelper` to `ModerationHelper`multiple 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-02unbreak - `tags_regex` -> `regex`multiple 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-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-30add a domain policy viewer at `/policies`multiple creatures
2019-07-30remove auto-rejections from transparancy logmultiple creatures
2019-07-29too few args <.<'multiple creatures
2019-07-29too many args (too many args)multiple creatures
2019-07-26fix display of report idsmultiple creatures
2019-07-26split federation & moderation logs into different subscopes + make scope tag ...multiple creatures
2019-07-25add all `ActionLog`-able admin & moderator actions to loggermultiple creatures
2019-07-24clarify rejected announces correctly (but even more correctly with the right ...multiple creatures
2019-07-24clarify rejected announces correctlymultiple creatures
2019-07-24moderation logger - add auto-reject reasonsmultiple creatures
2019-07-24add icons to auto-reject logsmultiple 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-23should not reject imported postsmultiple creatures
2019-07-23log rejected urismultiple creatures
2019-07-22fix username matchingmultiple creatures
2019-07-22add autoreject by ap username, grabbing from actor uri if no `preferredUserna...multiple creatures
2019-07-22move autoreject check to own module & check for reject before pulling resourcesmultiple creatures