aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_Files.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Do not try to set HTTP response code on already closed connectionbackport/47971/stable28Côme Chilliet2024-09-141-1/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+3
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-181-1/+0
|\
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-281-1/+0
* | Detect aborted connection in OC\Files\View and stop writing data to the outpu...Benjamin Gaussorgues2023-09-071-0/+4
|/
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-1/+1
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* Type sizes as int|float throughout the code baseCôme Chilliet2023-02-071-9/+6
* Multiple fixesCarl Schwan2022-07-311-16/+14
* Add share attributes + prevent download permissionVincent Petry2022-07-281-2/+31
* Fix Call to a member function getSize() on boolCarl Schwan2022-05-121-5/+10
* Add X-Accel-Buffering header to downloadsUnpublished2022-01-171-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* l10n: Unify spellingValdnet2021-05-201-2/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-2/+1
* Fix the download of multiple files from the webUIRoeland Jago Douma2020-12-031-0/+1
* Use lib instead if core as l10n module in OC_FilesMorris Jobke2020-10-271-3/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-5/+5
* Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-1/+2
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-30/+21
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-22/+22
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-0/+434