about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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
2019-07-21privacy - remove rss endpoint from account controllermultiple creatures
2019-07-21we don't need `invalidate_association_caches!`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-20stop putting boosts in the local timeline when the booster's visibility is ↵multiple creatures
`local`
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-20limit post search to own social graphmultiple creatures
2019-07-20fix query string sanitizer - use `query_values=` from `Addressable::URI` ↵multiple creatures
instead of `to_query`
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-20create bangtag helper module, add functions for transparent moderation in ↵multiple creatures
`admin:` commands
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-20fix typo in account model - `frozen` -> `froze`multiple creatures
2019-07-20re-cache post when changed by `visibility:parent` or ↵multiple creatures
`parent:tag`/`parent:untag` bangtags
2019-07-20`visibility` bangtag accepts additional `federate`/`nofederate` (`f`/`nf`) ↵multiple creatures
arg to set whether post can federate + add more aliases
2019-07-20properly distribute announcement posts made thru `admin:announce`multiple creatures
2019-07-20add `visibility:community`, `visibility:c` aliasesmultiple creatures
2019-07-19fix adult content badge on public profilesmultiple creatures
2019-07-19removed upstream locked icon from uimultiple creatures
2019-07-19make locked badge stand out moremultiple creatures
2019-07-19move admin/mod badges to topmultiple creatures