Age | Commit message (Expand) | Author |
2020-02-16 | (monsterpit specific) make backfill redo-able | multiple creatures |
2020-02-16 | remove unused index | multiple creatures |
2020-02-16 | handle possibility of account being `nil` | multiple creatures |
2020-02-15 | skip already backfilled statuses | multiple creatures |
2020-02-15 | remove unneeded `instance_actor` proprety in janitor | multiple creatures |
2020-02-15 | add missing null constaint & backfill `statuses.hidden` column to `false` | multiple creatures |
2020-02-15 | set default column value in same migration | multiple creatures |
2020-02-15 | add admin option to toggle whether service/app accounts should be auto-truste... | multiple creatures |
2020-02-15 | (actually) add `hidden` attribute to status table & model | multiple creatures |
2020-02-14 | filter hidden & delayed posts from timelines until published | multiple creatures |
2020-02-14 | avoid setting expirations twice & apply `hidden` attribute in post worker | multiple creatures |
2020-02-14 | limit visibility of post defederation & deletion timers to the author(s) | multiple creatures |
2020-02-14 | check `mark_known_from_boosts` setting when processing incoming boosts | multiple creatures |
2020-02-14 | add options to let admins customize how trusting or strict graylist federatio... | multiple creatures |
2020-02-14 | split auto-trust instance actor setting into auto-trust & always trust | multiple creatures |
2020-02-14 | remove unnessesary setting check | multiple creatures |
2020-02-14 | update warning string for must-consent federation mode | multiple creatures |
2020-02-14 | automatically trust the instance actor when marking another account as known | multiple creatures |
2020-02-14 | make secure mode also check for blocked subdomains | multiple creatures |
2020-02-14 | add `rake` task `monsterfork:mark_known_instance_actors` | multiple creatures |
2020-02-14 | add admin option to toggle auto-marking instance actors known & make enabling... | multiple creatures |
2020-02-14 | move setting initial `known` property on remote accounts to `create_account` ... | multiple creatures |
2020-02-14 | make `reject_unknown` policy bidirectional when server has secure mode enabled | multiple creatures |
2020-02-14 | mark new remote accounts known if graylist federation is disabled + auto-lear... | multiple creatures |
2020-02-14 | fix `reject_unknown` policy & graylist federation logic | multiple creatures |
2020-02-13 | invalidate cached status after a moderator changes sensitivity flags | multiple creatures |
2020-02-13 | check user's sensitive card filter setting in the status controller | multiple creatures |
2020-02-13 | fix `card_not_filtered?` logic | multiple creatures |
2020-02-13 | allow moderators to change sensitive content flag on posts without media atta... | multiple creatures |
2020-02-13 | remove unneeded `setting_` prefix | multiple 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-13 | fix line spacing issues | multiple creatures |
2020-02-10 | move `instance_actor` & `actor_type` check to correct model | multiple creatures |
2020-02-10 | `this` -> `self` | multiple creatures |
2020-02-10 | fix broken follow reqs | multiple creatures |
2020-02-07 | revert & revise `3631689bd`, fix broken 404 pages | multiple creatures |
2020-02-07 | exempt service accounts from being eaten by the janitor | multiple creatures |
2020-02-07 | fix saving preferences (wrong `boolean_cast_setting` syntax) | multiple creatures |
2020-02-06 | Add environment variable to specify extra data hosts | Thibaut Girka |
2020-02-05 | move 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 model | multiple creatures |
2020-02-05 | delayed boosts queue no longer freezes up if one fails due to the author chan... | multiple creatures |
2020-02-05 | try to clean up code formatting in bangtags lib somewhat | multiple creatures |
2020-02-05 | add workspace for vscode/vscodium users | multiple creatures |
2020-02-05 | add `reek` gem to `development` group | multiple creatures |
2020-02-04 | use `raise_not_found` instead of `not_found` to avoid attempting to call mult... | multiple creatures |
2020-02-04 | outright throw 404 if rss is disabled | multiple creatures |
2020-02-04 | lazily merge accounts helper & necessary methods from glitchsoc 3.0 | multiple creatures |
2020-02-04 | merge changes to rss serializers from glitchsoc 3.0 | multiple creatures |