aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap/AppConfiguration.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-131-24/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Require a recent phpunit version in integration and acceptanceCôme Chilliet2022-05-241-2/+2
| | | | | | Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Reset app configs by deleting the values instead of setting the defaultsDaniel Calviño Sánchez2020-11-161-0/+13
| | | | | | | | This avoids the need to keep the default values in the integration tests in sync with the code, and also makes possible to reset values with "dynamic" defaults (defaults that depend on other values). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add LDAP integr. test for receiving share candidates with group limitationArthur Schiwon2019-06-141-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fixed phpunit Test classJohn Molakvoæ (skjnldsv)2018-06-131-2/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headersMorris Jobke2017-11-061-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Strict comparisonsJoas Schilling2017-03-201-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Added tests using v2.phpSergio Bertolin2017-03-201-2/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update with robinJoas Schilling2016-07-211-1/+21
|
* Make the app config code ready for reuseJoas Schilling2016-03-151-0/+103