summaryrefslogtreecommitdiffstats
path: root/lib/public/response.php
Commit message (Collapse)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* Add version to deprecation noticeLukas Reschke2015-04-201-2/+2
| | | | As requested by @MorrisJobke
* Deprecate unused `\OCP\Response::sendFile`Lukas Reschke2015-04-201-0/+2
| | | | This function is unused in our own code and can be better achieved using the AppFramework. Also very easy to do grave mistaked using this function.
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+10
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Merge pull request #15229 from owncloud/response-setContentLengthHeaderThomas Müller2015-04-031-0/+8
|\ | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround...
| * Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-03-261-0/+8
| | | | | | | | | | | | | | | | | | | | | | Do not send Content-Length headers with a value larger than PHP_INT_MAX (2147483647) on Apache PHP SAPI 32-bit. PHP will eat them and send 2147483647 instead. When X-Sendfile is enabled, Apache will send a correct Content-Length header, even for files larger than 2147483647 bytes. When X-Sendfile is not enabled, ownCloud will not send a Content-Length header. This prevents progress bars from working, but allows the actual transfer to work properly.
* | Update license headersJenkins for ownCloud2015-03-261-12/+16
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-16/+19
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-19/+16
|
* Moved content disposition code+workarounds to OCP\ResponseVincent Petry2013-12-101-0/+9
| | | | | | | | | Added new OC\Response API called setContentDispositionHeader() that contains the needed workarounds for UTF8 and IE. Refactored download code to use the new API. Removed unused trashbin download file.
* fix documentation stuffMorris Jobke2013-10-311-47/+47
|
* Public API documentation fixesMorris Jobke2013-10-171-5/+5
| | | | | | | | | | | | | | | | refs #4883 * http/response.php * config.php * response.php * files.php * idbconnection.php * app.php * user.php * template.php * share.php * db.php * icache.php & il10n.php
* fixing returnsThomas Mueller2013-01-061-7/+7
|
* phpdoc fixes for public apiRobin Appelman2013-01-021-9/+9
|
* style fixes for public response apiGeorg Ehrke2012-09-081-9/+1
|
* Whitespace fixes in libBart Visscher2012-08-291-1/+1
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* document the public classes a bit moreFrank Karlitschek2012-05-191-0/+3
|
* some more documentation cleanups. much more is needed.Frank Karlitschek2012-05-061-12/+12
| | | | And greeting from the Atlanta airport. ;-)
* port oc_responseFrank Karlitschek2012-05-031-0/+106