summaryrefslogtreecommitdiffstats
path: root/lib/private/files.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use secure mimetype for content deliveryLukas Reschke2014-09-081-1/+1
* drop allowZIPdownload and maxZIPSize as optionsMorris Jobke2014-06-021-48/+0
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
* Merge pull request #8045 from josh4trunks/nginx_x-accel_send_uriVincent Petry2014-05-061-1/+4
|\
| * Send URI instead of filepath to NGINX for X-Acceljosh4trunks2014-04-031-1/+4
* | Merge pull request #8023 from flyser/masterMorris Jobke2014-05-031-3/+1
|\ \
| * | Fix setting the max-upload-size for really large values.Fabian Henze2014-04-031-3/+1
| |/
* | Link to previous directoryLukas Reschke2014-04-161-2/+2
* | Use direct link instead of JSLukas Reschke2014-04-141-3/+2
|/
* Use the correct resolve method to resolve file storageVincent Petry2014-03-261-1/+2
* Merge branch 'zipstreamer' of https://github.com/McNetic/owncloud_core into M...Thomas Müller2014-02-201-112/+101
|\
| * switched zip file creation to ZipStreamer to create zip files directly in memoryNicolai Ehemann2014-01-221-33/+9
| * refactored/cleaned up lib/files.phpNicolai Ehemann2014-01-221-77/+84
| * lib/files.php: make use of === instead of ==Nicolai Ehemann2014-01-181-4/+4
* | Merge pull request #7195 from owncloud/files-selectallVincent Petry2014-02-191-1/+8
|\ \
| * | Do not send file list for select all on Download/deleteVincent Petry2014-02-131-1/+8