about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-08-15fix padding on orctober & tentacle themesmultiple creatures
2019-08-15fix the header paddingmultiple creatures
2019-08-15`target_account.user` -> `target_account`multiple creatures
2019-08-15fix err 500 when someone attempts to follow someone they're already followingmultiple creatures
2019-08-15fix err 500 when trying to read `identity_proofs` from a non-existant accountmultiple creatures
2019-08-15remove negative margins for direct messages and boosts in timelineLumb
What the tin says, noticed this bug was still hanging around, just only on DMs and on boosts in the TL so I think this should sort that.
2019-08-15handle interactions on sharekeyed posts when both participants are local; ↵multiple creatures
allow faving sharekeyed posts
2019-08-15fix accidental renamemultiple creatures
2019-08-12remove negative marginLumb
this should fix the names being cut off on the notification bar uwu uwu
2019-08-10fix interaction buttons on public pagesmultiple creatures
2019-08-10...and a different newline syntax too.multiple creatures
2019-08-10Gitea uses a different Markdown quote syntax.multiple creatures
2019-08-10Finally add a proper README.multiple creatures
2019-08-09all i am saaaaaaaaaying / is use up less raaaaaaammultiple creatures
This reverts commit ed9c8f67c4ea7985e2a29e65e352694b9d52ecdc.
2019-08-09broadcast monsterfork as suchmultiple creatures
2019-08-09transparancy log - automatically add a content warning if there are admin ↵multiple creatures
comments; support a custom `subject`
2019-08-09transparancy log - do not direct link to domainsmultiple creatures
2019-08-09janitor - add db & media pruning jobmultiple creatures
2019-08-09update yarn.lockmultiple creatures
2019-08-08fedi privacy - reject incoming out-of-scope posts addressed to ↵multiple creatures
private/unresolvable accounts & not addressed to any local users
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 ↵multiple creatures
large/undermoderated servers
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 ↵multiple creatures
`once:i:am`/`once:we:are` bangtag
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 ↵multiple creatures
margin-of-error without a machine-readable list
2019-08-06`account:` output posts auto-expire after 1 hourmultiple creatures
2019-08-06added ability to link accounts with `account:link:token` + ↵multiple creatures
`account:link:add` & switch between them with `i:am`/`we:are` bangtags; remove links with `account:link:del:USERNAME` or `account:link:clear`; list links with `account:link:list`
2019-08-05`unsuspend` -> `"unsuspend"`multiple creatures
2019-08-05add config + utilities + instructions for `nginx`-level domain blocksmultiple creatures
2019-08-05janitor can now write suspended domains to whatever JANITOR_BLOCKLIST_OUTPUT ↵multiple creatures
is set to so they can be imported elsewhere (e.g., `nginx`)
2019-08-05ignore misc directorymultiple creatures
2019-08-05update schemamultiple 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 ↵multiple creatures
yaml url a variable
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 ↵multiple creatures
`featured` collection (mainline masto does not respect pin visibility)
2019-08-04allow more media proxy requests when logged inmultiple creatures
2019-08-04update `rack_attack` config from `glitch-soc`multiple creatures
2019-08-04limit inferred reject replies trigger to the start of first/last line; ↵multiple creatures
simplify text before matching
2019-08-03automatically set `suspend` policy on domains that trigger `context` ↵multiple creatures
auto-rejections
2019-08-03move `Scheduler::JanitorScheduler::admin_account` to ↵multiple creatures
`ModerationHelper::janitor_account`
2019-08-03make sure only thread authors and admins can close threadsmultiple creatures