summaryrefslogtreecommitdiffstats
path: root/tests/lib/Settings
Commit message (Collapse)AuthorAgeFilesLines
...
* Use ::class in test mocksMorris Jobke2017-10-245-6/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow multiple settings and sections per appJoas Schilling2017-10-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Always log cron executionMorris Jobke2017-08-171-8/+2
| | | | | | | | | | | There was a setting to disable the last execution of cron. There is no known problem with this write access and it was also questioned when this feature was build in https://github.com/owncloud/core/pull/7689#issuecomment-38264707 Recently there was also a bug report about a non-visible last cron execution (#6088) - let's better remove this. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* … and their tests needed adjustments, tooArthur Schiwon2017-06-295-8/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* forgotten test adjustmentsArthur Schiwon2017-06-231-6/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* take out additional (legacy) settings section from testsArthur Schiwon2017-06-231-2/+1
| | | | | | | because it is dependent whether anything else registers into it and \OC_App is static Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* …and adjust testsArthur Schiwon2017-06-231-22/+23
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add missing pieces to Settings Manager and fix and extend its unit testsArthur Schiwon2017-06-231-10/+120
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Rename “Server settings” to “Basic settings”Marius Blüm2017-04-291-2/+2
| | | | | | * fixes #4587 Signed-off-by: Marius Blüm <marius@lineone.io>
* Fix unit testsMorris Jobke2017-04-181-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #2095 from nextcloud/bruteforcesetttingsLukas Reschke2017-04-041-2/+4
|\ | | | | Introduce bruteforce settings
| * Fixed layout of bruteforcesettingsMorris Jobke2017-04-021-4/+4
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Adds security section to the admin pageRoeland Jago Douma2017-04-021-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | fix unit testsBjoern Schiessle2017-04-031-2/+14
|/ | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Always suggest the overwrite.cli.urlJoas Schilling2017-03-172-3/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix the manager testsJoas Schilling2017-01-191-30/+44
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* split db logic from settings managerRobin Appelman2016-12-282-136/+232
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* update testsRobin Appelman2016-11-212-92/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Show a hint for system based cron user nameMorris Jobke2016-11-031-1/+3
| | | | | | | | | * makes it easier to setup cron job * gives hints for PHP documentation * disables the cron setting if requirements not met * fixes #1989 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-021-40/+16
| | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix testsLukas Reschke2016-09-081-2/+2
|
* Adding a optional disclaimer to the anonymous upload pageMorris Jobke2016-09-081-0/+12
|
* adjust testArthur Schiwon2016-08-221-11/+6
|
* enlist only registered sections that also have settings registered toArthur Schiwon2016-08-221-3/+21
|
* adjust tests to latest changesArthur Schiwon2016-08-162-20/+118
|
* Use MockBuilder instead of createMockLukas Reschke2016-08-157-28/+28
| | | | CI uses an older PHPUnit
* Add unit testsLukas Reschke2016-08-158-0/+1001