about summary refs log tree commit diff
path: root/app/lib
AgeCommit message (Expand)Author
2019-07-29actually let's make the delay time configurablemultiple creatures
2019-07-29optional delayed publishing of roars for proofreadingmultiple creatures
2019-07-28big tails never fail!multiple creatures
2019-07-28fix `i:am:not`/`we:are:not`multiple 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
2019-07-26fix `delete_in:thread` logic flubmultiple creatures
2019-07-26add `delete_in:thread`/`thread:delete_in`multiple 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
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-24manually patch `ActivityPub::TagManager` back to version this codebase should...multiple creatures
2019-07-24transparancy - log use of admin related method calls & activitypub auto-rejec...multiple creatures
2019-07-24remove instance actor code from tag manager for nowmultiple creatures
2019-07-24use numeric announcer idmultiple creatures
2019-07-24revert the current unfinished chat implementationmultiple creatures
2019-07-24simplify bbcode url regexmultiple 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-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
2019-07-22anchor tagger - filenames must have a dotmultiple creatures
2019-07-22handle more edge cases in archor taggermultiple creatures
2019-07-21split `hide public profile` & `hide public ap outbox` into separate user opti...multiple creatures
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
2019-07-20make anchor tagger strip trailing punctuation from link text before matchingmultiple creatures
2019-07-20fix anchor tagger filename matchingmultiple creatures
2019-07-20add `tf:stripachors` & `tf:striplinks` bangtagsmultiple creatures
2019-07-20add `tf:head` bangtagmultiple creatures
2019-07-20make anchor tagger tag filename links as suchmultiple creatures
2019-07-20fix display of `admin:eval` commentsmultiple creatures
2019-07-20rewrite `admin:` bangtags to use moderation functions from bangtag helper modulemultiple creatures
2019-07-20replace output newlines with html breaks in `admin:eval`multiple creatures
2019-07-20add newlines before signature & tags for vanilladon compatmultiple creatures
2019-07-20re-cache post when changed by `visibility:parent` or `parent:tag`/`parent:unt...multiple creatures
2019-07-20`visibility` bangtag accepts additional `federate`/`nofederate` (`f`/`nf`) ar...multiple creatures
2019-07-20properly distribute announcement posts made thru `admin:announce`multiple creatures
2019-07-20add `visibility:community`, `visibility:c` aliasesmultiple creatures
2019-07-19always show out-of-body tags for better accessibilitymultiple creatures
2019-07-19keep `locked` badge for approves-followers + add `frozen` badge for admin-loc...multiple creatures
2019-07-19move query string sanitizer to its own module & sanitize link cards as wellmultiple creatures