about summary refs log tree commit diff
AgeCommit message (Expand)Author
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-16remove unneeded `create index` migrationmultiple creatures
2020-02-16(monsterpit specific) make backfill redo-ablemultiple creatures
2020-02-16remove unused indexmultiple creatures
2020-02-16handle possibility of account being `nil`multiple creatures
2020-02-15skip already backfilled statusesmultiple creatures
2020-02-15remove unneeded `instance_actor` proprety in janitormultiple creatures
2020-02-15add missing null constaint & backfill `statuses.hidden` column to `false`multiple creatures
2020-02-15set default column value in same migrationmultiple 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-14update warning string for must-consent federation modemultiple 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 `rake` task `monsterfork:mark_known_instance_actors`multiple 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-06Add environment variable to specify extra data hostsThibaut Girka
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