about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
2020-02-16invalidate cache when publishing previously-unpublished postsmultiple creatures
2020-02-16make sure `hidden` is set false when it has not been specifed in the post workermultiple creatures
2020-02-16must throw exception if update failsmultiple creatures
2020-02-16do not try to process mentions in hidden postsmultiple creatures
2020-02-16refresh `status` state after updatingmultiple creatures
2020-02-16change context of `hidden?` to mean a hidden post, not a non-distributable postmultiple creatures
2020-02-16check use `hidden` instead of `hidden?`multiple creatures
2020-02-16check use `hidden` instead of `hidden?`multiple creatures
2020-02-16skip processing mentions in hidden postsmultiple creatures
2020-02-16support importing posts with hidden flag setmultiple creatures
2020-02-16add `process_mentions` boolean to post workermultiple creatures
2020-02-16make sure hidden posts cannot be serialized to apub objectsmultiple creatures
2020-02-16make it possible to publish drafts local-onlymultiple creatures
2020-02-16add `parent:publish` (aliased to `public`) bangtag to publish a draftmultiple creatures
2020-02-16expose `hidden` attribute to client appsmultiple creatures
2020-02-16make sure hidden posts are only visible to their authorsmultiple creatures
2020-02-16accept `hidden` parameter & mark manually-tagged drafts as hiddenmultiple creatures
2020-02-16marking post as a draft with `draft` bangtag sets it to hidden instead of cha...multiple creatures
2020-02-16make sure hidden posts are not streamed into timelines other than the author'smultiple creatures
2020-02-16handle possibility of account being `nil`multiple creatures
2020-02-15remove unneeded `instance_actor` proprety in janitormultiple creatures
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