summaryrefslogtreecommitdiffstats
path: root/lib/private/Archive
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-291-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-101-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-15/+15
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-22/+22
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-12/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-053-3/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Cleanup some PHPDoc leftovers and unused variablesMorris Jobke2019-03-061-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Remove \OCP\Files::tmpFolderRoeland Jago Douma2018-03-191-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove \OCP\Files::tmpFileRoeland Jago Douma2018-03-192-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use index based string access for substr with length of 1Morris Jobke2018-01-261-7/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-063-4/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* More phpstorm inspection fixesRoeland Jago Douma2017-07-243-46/+46
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-062-19/+18
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Move to non-static versionLukas Reschke2016-10-311-20/+1
| | | | | | The static version is used nowhere in the code and just decreases coverage Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update with robinJoas Schilling2016-07-213-3/+3
|
* Fix othersJoas Schilling2016-07-213-9/+12
|
* Update license headersLukas Reschke2016-05-263-4/+6
|
* Move OC_Archive to \OC\Archive\ArchiveRoeland Jago Douma2016-05-023-2/+162
| | | | | | * Move out of legacy folder * Move to proper namespace * Fix calling code
* Move OC_Archive_XX to PSR-4Roeland Jago Douma2016-05-022-0/+620
* Fix code * Fix tests