about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-07-26make sure self-destructing roar worker exits successfullymultiple creatures
2019-07-26fix `delete_in:thread` logic flubmultiple creatures
2019-07-26process self-destructing roars asynchronouslymultiple creatures
2019-07-26add `delete_in:thread`/`thread:delete_in`multiple creatures
2019-07-26fix display of report idsmultiple creatures
2019-07-26split federation & moderation logs into different subscopes + make scope tag ↵multiple creatures
prefix configurable
2019-07-26remove hashtag visibility warning - this fork supports unlisted hashtagsmultiple creatures
2019-07-26bump poll sizes to 33 options x 202 charsmultiple creatures
2019-07-25add all `ActionLog`-able admin & moderator actions to loggermultiple creatures
2019-07-24don't include `reject_payload!` auto-rejections in logger because that leaks ↵multiple creatures
objects sent to the server that weren't supposed to be
2019-07-24clarify rejected announces correctly (but even more correctly with the right ↵multiple creatures
json object)
2019-07-24clarify rejected announces correctlymultiple creatures
2019-07-24don't append account urimultiple creatures
2019-07-24moderation logger - add auto-reject reasonsmultiple creatures
2019-07-24tag `admin:` command usage as `monsterpit.admin.log`multiple creatures
2019-07-24add icons to auto-reject logsmultiple creatures
2019-07-24logger should not generate link cards or mentions for entriesmultiple creatures
2019-07-24manually patch `ActivityPub::TagManager` back to version this codebase ↵multiple creatures
should be using
2019-07-24remove chat tables & adjust status table indexmultiple creatures
2019-07-24transparancy - log use of admin related method calls & activitypub ↵multiple creatures
auto-rejections to a logger account
2019-07-24remove instance actor code from tag manager for nowmultiple creatures
2019-07-24use numeric announcer idmultiple creatures
2019-07-24success message when processing bangtags-only scriptsmultiple creatures
2019-07-24revert the current unfinished chat implementationmultiple creatures
2019-07-24simplify bbcode url regexmultiple creatures
2019-07-23should not reject imported postsmultiple creatures
2019-07-23clear caches after changing lifespan of existing roarsmultiple creatures
2019-07-23add missing `delete_in` aliasesmultiple creatures
2019-07-23set visibility of `admin` bangtags to local & tag with `#monsterpit.admin`multiple creatures
2019-07-23add self-destructing roars & `live`/`lifespan` bangtagsmultiple creatures
2019-07-23fix `keysmash` - join chunksmultiple creatures
2019-07-23fix typo in bangtag aliases parsingmultiple 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 ↵multiple creatures
`preferredUsername` key
2019-07-22fix typo - `url` -> `@url`multiple creatures
2019-07-22autoreject check before fetching link preview cards & feedsmultiple creatures
2019-07-22move autoreject check to own module & check for reject before pulling resourcesmultiple creatures
2019-07-22allow autorejecting incoming ap activities by `id`, `@context`, and domain + ↵multiple creatures
autoject suspended domains & their subdomains
2019-07-22anchor tagger - filenames must have a dotmultiple creatures
2019-07-22formatting examples in preferencesmultiple creatures
2019-07-22handle more edge cases in archor taggermultiple creatures
2019-07-21begone extra parenthesismultiple creatures
2019-07-21allow self & signed-in local followers to read outbox when `hide public ap ↵multiple creatures
outbox` is set
2019-07-21allow self & signed-in local followers to see account when `hide public ↵multiple creatures
profile` is set
2019-07-21return 404 if `hide public profile` setmultiple creatures
2019-07-21split `hide public profile` & `hide public ap outbox` into separate user ↵multiple creatures
options, make original `Account.hidden` prop federation-affecting `invisible mode`
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
viewers
2019-07-21privacy - limit public profiles & public ap outboxes to last 6 days of historymultiple creatures