summaryrefslogtreecommitdiffstats
path: root/lib/private/files.php
Commit message (Expand)AuthorAgeFilesLines
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-316/+0
* Replace all required valuesLukas Reschke2016-03-151-1/+1
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-051-4/+6
* Happy new year!Thomas Müller2016-01-121-2/+3
* Replacing ini_get instances with inigetwrapper usagesClark Tomlinson2015-11-231-1/+1
* Allow storage wrappers to through a forbidden exception with retry informationJoas Schilling2015-11-171-0/+5
* Update license headersLukas Reschke2015-10-261-1/+0
* The full name has to be tested if it's a dir - fixes #19854Thomas Müller2015-10-191-1/+1
* Fix single file download - fixes #19614Thomas Müller2015-10-071-0/+3
* Merge pull request #19407 from owncloud/lock-zip-contentThomas Müller2015-10-061-78/+129
|\
| * Refactor single file download into it's own methodThomas Müller2015-10-051-76/+71
| * Recursively lock folder contentsThomas Müller2015-10-051-6/+27
| * release locks in case of exceptionThomas Müller2015-10-051-0/+2
| * log the exception during zip creationThomas Müller2015-10-051-13/+26
| * Lock files which are zippedThomas Müller2015-10-051-6/+26
* | update licence headers via scriptMorris Jobke2015-10-051-6/+1
|/
* More correctionsVictor Dubiniuk2015-09-281-2/+2
* Add namespace. Fix broken zipVictor Dubiniuk2015-09-281-1/+2
* Introduce streamerVictor Dubiniuk2015-09-281-63/+33
* use zipstreamer via composerNicolai Ehemann2015-09-141-3/+0
* lib/private/files.php: adapted to minimally changed ZipStreamer APINicolai Ehemann2015-09-141-2/+2
* Remove XSendFile supportLukas Reschke2015-09-071-57/+1
* Unit test OC_Files::setUploadLimit()Robin McCorkell2015-07-201-14/+11
* Update .user.ini when setting upload size limitRobin McCorkell2015-07-201-22/+48
* Remove OC_LogThomas Müller2015-07-031-2/+2
* Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-271-3/+2
|\
| * update license headers and authorsMorris Jobke2015-06-251-3/+2
* | Enable x-sendfile only if we do not lock the file systemThomas Müller2015-06-221-4/+8
* | Lock file before downloadVincent Petry2015-06-181-2/+13
|/
* End processing when file is not foundLukas Reschke2015-05-221-0/+1
* a new approach to display the error messageBjoern Schiessle2015-05-181-40/+48
* Removing files_encryption left oversThomas Müller2015-04-071-1/+1
* Merge pull request #15229 from owncloud/response-setContentLengthHeaderThomas Müller2015-04-031-1/+1
|\
| * Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-03-261-1/+1
* | Require minimum 1 MiB upload limitRobin McCorkell2015-03-271-3/+7
* | Merge pull request #14495 from owncloud/update-mailmap-01Thomas Müller2015-03-261-13/+32
|\ \ | |/ |/|
| * Update license headersJenkins for ownCloud2015-03-261-13/+32
| * Revert "Updating license headers"Morris Jobke2015-02-261-32/+14
| * Updating license headersJenkins for ownCloud2015-02-231-14/+32
* | Removed simplified X-accel-redirect even furtherdratini02015-03-231-6/+1
* | Changed the disputed while loop to a single if.dratini02015-03-231-2/+2
* | Extending the X-accel redirect functionality with a more scalable approach.dratini02015-02-111-1/+10
* | Revert "Fix: X-Accel-Redirect did not support custom data dir and local mounts"dratini02015-02-111-1/+1
* | Revert "removed a little duplication"dratini02015-02-111-1/+3
|/
* removed a little duplicationdratini02014-12-301-3/+1
* Fix: X-Accel-Redirect did not support custom data dir and local mountsdratini02014-12-301-1/+1
* Move constants from GET_TYPE to OC\Files so they can be autoloadedJoas Schilling2014-11-261-12/+9
* Add type hinting to functionsLukas Reschke2014-10-241-1/+1
* Make 404 page easier to understandLukas Reschke2014-09-171-1/+0