summaryrefslogtreecommitdiffstats
path: root/lib/private/Lockdown
Commit message (Collapse)AuthorAgeFilesLines
* also implement for FailedCache and NullCacheRobin Appelman2021-03-161-0/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | 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 license headersChristoph Wurst2019-12-053-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove deprecated searchByTagRoeland Jago Douma2019-07-261-4/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-063-21/+34
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Make declaration compatibleLukas Reschke2017-08-091-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Replace wrong PHPDocsLukas Reschke2017-08-011-2/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Save the scope of an auth token in the sessionRobin Appelman2017-04-051-4/+37
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Implement webdav SEARCHRobin Appelman2017-03-011-0/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* return unknown free space from nullstorageRobin Appelman2017-02-081-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* phpdocRobin Appelman2016-11-161-12/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* allow configuring filesystem accessRobin Appelman2016-11-161-1/+1
| | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* read lockdown scope from tokenRobin Appelman2016-11-161-6/+18
| | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* basic lockdown logicRobin Appelman2016-11-163-0/+345
Signed-off-by: Robin Appelman <icewind@owncloud.com>