summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/files.php
Commit message (Expand)AuthorAgeFilesLines
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-434/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-9/+9
|/
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* when downloading from web, skip files that are not accessibleArthur Schiwon2019-12-191-2/+6
* Use files node API for single file downloadsJulius Härtl2019-12-191-14/+28
* Update license headersChristoph Wurst2019-12-051-4/+4
* switch to Files Node API for zip generationArthur Schiwon2019-11-071-4/+15
* Remove the upload and memory settingJoas Schilling2019-03-041-82/+0
* Replace hardcoded status headers with calls to http_response_code()Morris Jobke2018-06-261-4/+4
* Server error/hint pages with a 500 error code to avoid it being seen instead ...Morris Jobke2018-06-261-3/+3
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
* Use zip32 only if there are less than 65536 filesDaniel Calviño Sánchez2018-04-061-4/+33
* Use zip32 if possibleRoeland Jago Douma2018-04-061-3/+14
* Use normal header() calls instead of private method callsMorris Jobke2018-02-191-1/+3
* Use type casting instead of *val() methodMorris Jobke2018-01-261-2/+2
* Merge pull request #7075 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-11-071-1/+1
|\
| * Remove unused variablesMorris Jobke2017-11-061-1/+1
* | Update license headersMorris Jobke2017-11-061-0/+2
|/
* HTTP 1.1 used when giving 403 and 404 errors while attempting to download non...noveens2017-03-191-2/+2
* Check that set_time_limit is not disabled before calling itKo-2017-03-111-1/+3
* Prevent PHP request to get killed when using fclose callback (#26775)Vincent Petry2017-01-231-0/+1
* Keep the filemtime for files when downloading them in a zip/tarJoas Schilling2016-11-281-1/+2
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* [master] Use explode() instead of split()Lukas Reschke2016-07-201-1/+1
* Update license headersLukas Reschke2016-05-261-4/+5
* Code style and doc fixPiotr Filiciak2016-05-231-6/+6
* Http Range requests support in downloadsPiotr Filiciak2016-05-201-12/+131
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-0/+316