Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-16 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-13 | Lint | Mark Felder | |
2020-03-13 | Update comment to reflect what the code is actually doing | Mark Felder | |
2020-03-13 | Do not trust remote Cache-Control headers for mediaproxy | Mark Felder | |
2020-03-13 | more clean up | Alexander Strizhakov | |
2020-03-03 | Update Copyrights for gun related files | Mark Felder | |
2020-03-03 | Merge branch 'develop' into gun | Mark Felder | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-03 | removing unnecessary with | Alexander Strizhakov | |
comment in tesla client impovement | |||
2020-03-03 | Apply suggestion to lib/pleroma/reverse_proxy/client/tesla.ex | Alexander Strizhakov | |
2020-02-18 | adding gun adapter | Alexander Strizhakov | |
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 | |