aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/IntegrityCheck/Iterator
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-242-43/+6
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix Iterator return typesCôme Chilliet2021-11-232-8/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-2/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+2
| | | | | | | | | | | | | | | 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-052-3/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Exclude .rnd files from integrity checkDaniel Kesselberg2019-07-211-4/+5
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Use more precise regexDaniel Kesselberg2019-02-141-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Apply code style fixes from owncloud, revert regexDaniel Kesselberg2019-02-141-5/+8
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Exclude file name patterns; ignore gentoo webapp filesRomain Rivière2019-02-141-7/+25
| | | | Signed-off-by: Romain Rivière <lecoyote@lecoyote.org>
* Make OC\IntegrityCheck strictRoeland Jago Douma2018-02-212-3/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix othersJoas Schilling2016-07-212-2/+5
|
* Fix typoLukas Reschke2016-07-211-1/+1
|
* Port ↵Lukas Reschke2016-07-211-1/+6
| | | | https://github.com/nextcloud/server/commit/2d373416d8e54a7de84879a365c372a85104c6df to master
* Update ExcludeFileByNameFilterIterator.php (#25184)Thomas Müller2016-06-201-0/+1
| | | | | Gentoo & derivatives use a tool named webapp-config which places two files in a webapp-config manager web application: 1: .webapp tag with more detailed info on the configuration done by webapp-config 2: .webapp-appname with the list of files installed by the tool to be able to later only delete stuff that was installed (in case of upgrade) and updated configurations.
* Update license headersLukas Reschke2016-05-262-2/+3
|
* Move OC\IntegrityCheck to PSR-4Roeland Jago Douma2016-04-182-0/+119