aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Lockdown
Commit message (Collapse)AuthorAgeFilesLines
* refactor(Token): introduce scope constantsArthur Schiwon2024-06-051-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-243-58/+6
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Respect OCP interface in private classesCôme Chilliet2023-02-071-1/+1
| | | | | | | Because the parameter type was moved to phpdoc it needs to be removed from implementations Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-071-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-141-3/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-141-0/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-6/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* also implement for FailedCache and NullCacheRobin Appelman2021-03-121-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>