aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/HttpUtils.php
Commit message (Expand)AuthorAgeFilesLines
* namespacing: move HTTP utilities along \Shaarli\Http\ classesVirtualTam2019-01-121-479/+0
* namespacing: \Shaarli\Http\UrlVirtualTam2019-01-121-0/+3
* lint: fix line-length warningsVirtualTam2018-12-021-1/+2
* lint: apply phpcbf to application/VirtualTam2018-12-021-13/+13
* Refactor client session hijacking protectionVirtualTam2018-05-291-1/+32
* Merge pull request #977 from ArthurHoaro/feature/dl-filterArthurHoaro2018-01-231-4/+10
|\
| * Extract the title/charset during page download, and check content typeArthurHoaro2017-10-281-4/+10
* | Merge pull request #1025 from ArthurHoaro/hotfix/proxy-443ArthurHoaro2017-12-031-0/+7
|\ \
| * | Force HTTPS if the original port is 443 behind a reverse proxyArthurHoaro2017-12-021-0/+7
| |/
* / Increase buffer size for cURL downloadArthurHoaro2017-11-111-1/+1
|/
* Make work behind a reverse proxyArthurHoaro2017-09-021-0/+28
* Respect HTTP_X_FORWARDED_HOSTStephen Muth2017-07-081-1/+13
* Cleanup: use safe boolean comparisonsVirtualTam2017-01-071-1/+1
* Hide default port in local URL behind a reverse proxyArthurHoaro2017-01-031-2/+10
* Merge pull request #623 from ArthurHoaro/security/reverse-proxy-banArthur2016-10-121-0/+26
|\
| * Add trusted IPs in config and try to ban forwarded IP on failed loginArthurHoaro2016-08-031-0/+26
* | Set cURL as default in HTTP fetching, a fallback method and consistency fixup...julienCXX2016-08-081-10/+150
|/
* Fix startsWith and endsWith caseArthurHoaro2016-05-101-1/+1
* typoArthurHoaro2016-05-051-2/+2
* Fixes #531 - Title retrieving is failing with multiple use caseArthurHoaro2016-05-031-10/+50
* Fixes #477: support multi reverse proxy with comma syntaxArthurHoaro2016-02-281-2/+12
* tests: add a make target to check file permissionsVirtualTam2016-01-171-0/+0
* Fixes #410 - Retrieve title fails in multiple casesArthurHoaro2016-01-111-7/+42
* HTTP: move server URL functions to `HttpUtils.php`VirtualTam2015-09-141-0/+80
* HTTP: move utils to a proper file, add testsVirtualTam2015-09-061-0/+52