summaryrefslogtreecommitdiffstats
path: root/lib/private/request.php
Commit message (Expand)AuthorAgeFilesLines
* Make files non executableLukas Reschke2014-10-241-0/+0
* Add unit tests for convertToRelativePathLukas Reschke2014-10-201-1/+1
* Do not show exception to the end-userLukas Reschke2014-09-171-1/+13
* Add support for getting the real client IP behind proxiesLukas Reschke2014-08-271-0/+28
* Only overwrite serverHost when in unit testsJoas Schilling2014-07-071-1/+1
* Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-041-2/+2
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-10/+10
* Replace @returns with @return, in /libRobin McCorkell2014-05-131-5/+5
* Some more PHPDoc fixesLukas Reschke2014-04-211-0/+1
* Fix PHPdoc in lib/privateBart Visscher2014-04-151-2/+2
* Allow using "/" in "overwritewebroot"Vincent Petry2014-03-311-2/+3
* Fixed X-Forwarded-Host parsingVincent Petry2014-03-061-1/+2
* Added localhost as trusted domainVincent Petry2014-03-061-0/+5
* Show warning page when accessing server from an untrusted domainVincent Petry2014-03-061-16/+54
* Fix case where port is missingVincent Petry2014-02-251-1/+1
* Merge pull request #7259 from owncloud/overwritehost-alwaysLukas Reschke2014-02-221-15/+31
|\
| * Add overwritehost config on setup and upgradeLukas Reschke2014-02-211-15/+31
* | remove unused functions - have been introduced with the old minimizer approachThomas Müller2014-02-201-27/+0
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
* | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-0/+1
|\|
| * The regexp of the Freebox user agent is now more strict.Martial Saunois2014-01-291-1/+1
| * New user agent added for the Freebox.Martial Saunois2014-01-261-0/+1
* | Fix more documentation failesJoas Schilling2014-02-081-9/+6
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+4
|/
* Added isUserAgent() method to requestVincent Petry2013-12-191-0/+23
* Fix getRawPathInfo for the '/' edge caseRobin Appelman2013-11-271-1/+5
* fix custom routes defined by appsRobin Appelman2013-11-271-1/+1
* fixing failing unit testThomas Müller2013-11-261-1/+1
* fixes #6050Thomas Müller2013-11-261-8/+21
* in case uri and script name don't match we better throw an exceptionThomas Müller2013-11-251-2/+10
* handle duplicate slashes in case of reverse proxy configurationThomas Müller2013-11-251-1/+4
* update PHPDocThomas Mueller2013-11-241-0/+1
* fix overwrite host support and make the code a bit more readableFrank Karlitschek2013-11-241-1/+1
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+184