Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-20Merge pull request #15401 from owncloud/response-setContentLengthHeader-stable8Morris Jobke
2015-04-04Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer
2015-03-27Backporting #14125 to stable8, as called for by @LukasReschkedratini0
2014-12-31removed a little duplicationdratini0
2014-12-31Fix: X-Accel-Redirect did not support custom data dir and local mountsdratini0
2014-11-26Move constants from GET_TYPE to OC\Files so they can be autoloadedJoas Schilling
2014-10-24Add type hinting to functionsLukas Reschke
2014-09-18Make 404 page easier to understandLukas Reschke
2014-09-08Use secure mimetype for content deliveryLukas Reschke
2014-06-02drop allowZIPdownload and maxZIPSize as optionsMorris Jobke
2014-05-13Squash 'a | b' into 'a|b', in /libRobin McCorkell
2014-05-06Merge pull request #8045 from josh4trunks/nginx_x-accel_send_uriVincent Petry
2014-05-03Merge pull request #8023 from flyser/masterMorris Jobke
2014-04-16Link to previous directoryLukas Reschke
2014-04-14Use direct link instead of JSLukas Reschke
2014-04-04Send URI instead of filepath to NGINX for X-Acceljosh4trunks
2014-04-03Fix setting the max-upload-size for really large values.Fabian Henze
2014-03-26Use the correct resolve method to resolve file storageVincent Petry
2014-02-20Merge branch 'zipstreamer' of https://github.com/McNetic/owncloud_core into M...Thomas Müller
2014-02-19Merge pull request #7195 from owncloud/files-selectallVincent Petry
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-15Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
2014-02-13Do not send file list for select all on Download/deleteVincent Petry
2014-02-06Added isLocal() method to storage, used for xsendfileVincent Petry
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-01-22switched zip file creation to ZipStreamer to create zip files directly in memoryNicolai Ehemann
2014-01-22refactored/cleaned up lib/files.phpNicolai Ehemann
2014-01-21use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'Jörn Friedrich Dreyer
2014-01-18lib/files.php: make use of === instead of ==Nicolai Ehemann
2013-12-10Moved content disposition code+workarounds to OCP\ResponseVincent Petry
2013-12-06XSendfile and encryption don't work togetherBart Visscher
2013-11-21fixing spelling and restructure sentenceThomas Müller
2013-11-20Fixed getLocalFile() condition for x-send-fileVincent Petry
2013-11-18External storage space is now not counted in total spaceVincent Petry
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller