Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-21 | port tootsuite#11138 to monsterfork: Change domain blocks to automatically ↵ | Eugen Rochko | |
support subdomains * Change domain blocks to automatically support subdomains If a more authoritative domain is blocked (example.com), then the same block will be applied to a subdomain (foo.example.com) * Match subdomains of existing accounts when blocking/unblocking domains * Improve code style | |||
2020-02-21 | port tootsuite#11292 to monsterfork: Add whitelist mode | Eugen Rochko | |
2020-02-20 | port tootsuite#11978 to monsterfork: Fix redirecting non-functional accounts ↵ | Eugen Rochko | |
on public pages Fix #11969 | |||
2019-11-19 | Fix login sometimes redirecting to paths that are not pages (#11019) | Eugen Rochko | |
Fix #11016 | |||
2019-08-30 | make sure media attachments are not from a blocked account, CDN, or their ↵ | multiple creatures | |
subdomains | |||
2018-05-16 | Raise Mastodon::RaceConditionError if Redis lock failed (#7511) | Akihiko Odaki | |
An explicit error allows user agents to know the error and Sidekiq to retry. | |||
2017-09-19 | Fix incomplete account records being read (#4998) | Eugen Rochko | |
* Fix incomplete account records being read - Put account processing into redis lock - Do not save until record is complete * Fix spaces | |||
2017-09-16 | When accessing uncached media attachment, redownload it (#4955) | Eugen Rochko | |
* When accessing uncached media attachment, redownload it * Prevent re-download of rejected media |