summaryrefslogtreecommitdiffstats
path: root/lib/private/streamer.php
Commit message (Collapse)AuthorAgeFilesLines
* Move more from \OC to PSR-4Roeland Jago Douma2016-04-291-122/+0
| | | | | | | | | | | | | | | | | | | | | | * \OC\OCSClient * \OC\Preview * \OC\PreviewManager * \OC\Repair * \OC\RepairException * \OC\Search * \OC\ServerContainer * \OC\ServerNotAvailableException * \OC\ServiceUnavailableException * \OC\Setup * \OC\Streamer * \OC\SubAdmin * \OC\SystemConfig * \OC\TagManager * \OC\Tags * \OC\TempManager * \OC\TemplateLayout * \OC\URLGenerator * \OC\Updater
* Remove double URL encodingLukas Reschke2016-03-071-4/+0
| | | | | | ZipStreamer as bundled with 9.0 will properly encode the filename already. Fixes https://github.com/owncloud/core/issues/22836#issuecomment-193336245
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Update license headersLukas Reschke2015-10-261-0/+1
|
* Only use zip64 when we have 64 bit phpJoas Schilling2015-10-081-1/+1
|
* Merge pull request #19407 from owncloud/lock-zip-contentThomas Müller2015-10-061-6/+6
|\ | | | | Lock zip content
| * Clean PHPDocThomas Müller2015-10-051-6/+6
| |
* | update licence headers via scriptMorris Jobke2015-10-051-0/+1
|/
* Adding ownCloud/TarStreamerThomas Müller2015-09-281-1/+1
|
* Uniform behavour for tar and zipVictor Dubiniuk2015-09-281-1/+6
|
* More correctionsVictor Dubiniuk2015-09-281-9/+5
|
* Add namespace. Fix broken zipVictor Dubiniuk2015-09-281-4/+6
|
* Add PHpdocVictor Dubiniuk2015-09-281-6/+40
|
* Introduce streamerVictor Dubiniuk2015-09-281-0/+87