Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-15 | Merge branch 'fix/cache-control-headers' into 'develop' | rinpatch | |
Fix Cache Control headers on media See merge request pleroma/pleroma!2295 | |||
2020-03-03 | Update Copyrights | Mark Felder | |
2019-10-11 | Make MediaProxy failure tracking less brutal | rinpatch | |
The current failure tracking mechanism will never request anything that didn't respond with a success, 403, 404, or 5xx codes. This is causing issues when using in real fediverse because of weird status codes some software has and timeouts being frequent. This patch changes failure tracking mechanism to only never request the url again if it responded with 400, 204, or the body is too large, otherwise it can be re-requested in 60 seconds. | |||
2019-10-01 | Track failed proxy urls and don't request them again | Sergey Suprunenko | |
2019-08-16 | Formatting | Mark Felder | |
2019-08-15 | max_body_size -> max_body_length, as it should be | Mark Felder | |
2019-07-12 | Merge the default options with custom ones in ReverseProxy and | rinpatch | |
Pleroma.HTTP | |||
2019-07-10 | Add license/copyright to all project files | feld | |
2019-07-09 | reverse proxy tests | Alexander Strizhakov | |