Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-17 | Fix remote reporters not receiving suspend/unsuspend activities (#16050) | Eugen Rochko | |
2020-12-24 | Fix error when changing ACL on missing objects during suspension (#15420) | Eugen Rochko | |
2020-12-23 | Fix trying to privatize empty media attachments (#15414) | Eugen Rochko | |
2020-11-19 | Add cache buster feature for media files (#15155) | Eugen Rochko | |
Nginx can be configured to bypass proxy cache when a special header is in the request. If the response is cacheable, it will replace the cache for that request. Proxy caching of media files is desirable when using object storage as a way of minimizing bandwidth costs, but has the drawback of leaving deleted media files for a configured amount of cache time. A cache buster can make those media files immediately unavailable. This especially makes sense when suspending and unsuspending an account. | |||
2020-11-08 | Add support for reversible suspensions through ActivityPub (#14989) | Eugen Rochko | |
2020-11-07 | Fix crashes in SuspendAccountService/UnsuspendAccountService (#15100) | ThibG | |
* Fix crashes in SuspendAccountService/UnsuspendAccountService * Catch filesystem errors | |||
2020-11-07 | Fix suspension/unsuspension not working because of FeedManager change (#15099) | ThibG | |
2020-09-15 | Change account suspensions to be reversible by default (#14726) | Eugen Rochko | |