about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
2020-02-15add admin option to toggle whether service/app accounts should be auto-truste...multiple creatures
2020-02-15(actually) add `hidden` attribute to status table & modelmultiple creatures
2020-02-14filter hidden & delayed posts from timelines until publishedmultiple creatures
2020-02-14avoid setting expirations twice & apply `hidden` attribute in post workermultiple creatures
2020-02-14limit visibility of post defederation & deletion timers to the author(s)multiple creatures
2020-02-14check `mark_known_from_boosts` setting when processing incoming boostsmultiple creatures
2020-02-14add options to let admins customize how trusting or strict graylist federatio...multiple creatures
2020-02-14split auto-trust instance actor setting into auto-trust & always trustmultiple creatures
2020-02-14remove unnessesary setting checkmultiple creatures
2020-02-14automatically trust the instance actor when marking another account as knownmultiple creatures
2020-02-14make secure mode also check for blocked subdomainsmultiple creatures
2020-02-14add admin option to toggle auto-marking instance actors known & make enabling...multiple creatures
2020-02-14move setting initial `known` property on remote accounts to `create_account` ...multiple creatures
2020-02-14make `reject_unknown` policy bidirectional when server has secure mode enabledmultiple creatures
2020-02-14mark new remote accounts known if graylist federation is disabled + auto-lear...multiple creatures
2020-02-14fix `reject_unknown` policy & graylist federation logicmultiple creatures
2020-02-13invalidate cached status after a moderator changes sensitivity flagsmultiple creatures
2020-02-13check user's sensitive card filter setting in the status controllermultiple creatures
2020-02-13fix `card_not_filtered?` logicmultiple creatures
2020-02-13allow moderators to change sensitive content flag on posts without media atta...multiple creatures
2020-02-13remove unneeded `setting_` prefixmultiple creatures
2020-02-13`setting` -> `settings`multiple creatures
2020-02-13(reso: report #201) add option to strip embed cards from sensitive posts, mak...multiple creatures
2020-02-13fix line spacing issuesmultiple creatures
2020-02-10move `instance_actor` & `actor_type` check to correct modelmultiple creatures
2020-02-10`this` -> `self`multiple creatures
2020-02-10fix broken follow reqsmultiple creatures
2020-02-07revert & revise `3631689bd`, fix broken 404 pagesmultiple creatures
2020-02-07exempt service accounts from being eaten by the janitormultiple creatures
2020-02-07fix saving preferences (wrong `boolean_cast_setting` syntax)multiple creatures
2020-02-05move rando check into the account model so it can be reused by other anti-har...multiple creatures
2020-02-05(finally) remove unused `vars` from account modelmultiple creatures
2020-02-05delayed boosts queue no longer freezes up if one fails due to the author chan...multiple creatures
2020-02-05try to clean up code formatting in bangtags lib somewhatmultiple creatures
2020-02-04use `raise_not_found` instead of `not_found` to avoid attempting to call mult...multiple creatures
2020-02-04outright throw 404 if rss is disabledmultiple creatures
2020-02-04lazily merge accounts helper & necessary methods from glitchsoc 3.0multiple creatures
2020-02-04merge changes to rss serializers from glitchsoc 3.0multiple creatures
2020-02-04`setting` -> `settings`multiple creatures
2020-02-04check for null visibility, possible with delayed self-repliesmultiple creatures
2020-02-04fix rss endpoint & add option to enable it (off by default)multiple creatures
2020-02-04fix queued boostsmultiple creatures
2020-02-03shorten poll add button labelsmultiple creatures
2020-02-03button to add the spiderman discard option to pollsmultiple creatures
2020-02-01**MAJOR**: fix access policy short-circuit bug caused by `fa8437f49` & `cb38a...multiple creatures
2020-01-30use upstream spam detectionmultiple creatures
2020-01-28remove no-longer-used `subscriptions` prop from `SuspendAccountService`multiple creatures
2020-01-28remove no-longer-used `stream_entries` prop from `SuspendAccountService`multiple creatures
2020-01-26restore monsterfork hashtag parsing behaviormultiple creatures
2020-01-25fix breaking the server trying to fix replies not showing up >.>;multiple creatures