aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/user/http.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove OC_User_HTTPLukas Reschke2015-03-131-120/+0
| | | | Addresses No. 1 from https://github.com/owncloud/core/issues/14847
* Revert "Updating license headers"Morris Jobke2015-02-261-27/+23
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-23/+27
|
* introduce names for user backends - IUserBackendMorris Jobke2014-12-191-1/+9
| | | | * LDAP with multiple servers also proved backendName
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-221-0/+2
| | | | | | | | We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-3/+3
| | | | * test case added to avoid adding them later
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-4/+4
|
* Replace @returns with @return, in /libRobin McCorkell2014-05-131-1/+1
|
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+110
Conflicts: lib/private/vcategories.php