summaryrefslogtreecommitdiffstats
path: root/tests/lib/Settings/Admin
Commit message (Collapse)AuthorAgeFilesLines
* Add testcases for pipe modeDaniel Kesselberg2018-11-291-0/+6
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Cleanup some unused sharing methods from the old sharing codeMorris Jobke2018-11-021-1/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix reference to template in testsChristoph Wurst2018-10-081-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Rename admin security sectionChristoph Wurst2018-10-081-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix encryption admin section testsJulius Härtl2018-08-021-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix settings testsRoeland Jago Douma2018-07-041-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge tips & tricks section into setup checksMorris Jobke2018-06-131-91/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix settings testsJulius Härtl2018-05-032-53/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Cleanup and fix testsJulius Härtl2018-05-031-2/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix unit testsBjoern Schiessle2018-02-271-2/+18
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add share permissions to settings pageBjoern Schiessle2018-02-271-1/+6
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Use ::class in test mocksMorris Jobke2017-10-245-6/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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>
* Fix unit testsMorris Jobke2017-04-181-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix unit testsBjoern Schiessle2017-04-031-2/+14
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Always suggest the overwrite.cli.urlJoas Schilling2017-03-171-3/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* update testsRobin Appelman2016-11-211-91/+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 tests to latest changesArthur Schiwon2016-08-162-20/+118
|
* Use MockBuilder instead of createMockLukas Reschke2016-08-156-10/+10
| | | | CI uses an older PHPUnit
* Add unit testsLukas Reschke2016-08-156-0/+742