summaryrefslogtreecommitdiffstats
path: root/tests/lib/Settings/ManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Move settings to an appChristoph Wurst2019-09-281-6/+3
* Split personal security settings in codeRoeland Jago Douma2019-09-101-2/+11
* Make it possible to show admin settings for sub adminsChristoph Wurst2019-05-231-0/+32
* Fix l10n for SettingsManager by injecting the l10n factoryMorris Jobke2019-05-211-1/+30
* Revert "Where is your data?"Roeland Jago Douma2019-03-201-9/+3
* Move server info to theming sectionMichael Weimann2019-01-141-3/+9
* Remove unused constructor argumentChristoph Wurst2018-09-271-4/+0
* Reduce settings manager complexity by loading sections via DIChristoph Wurst2018-09-271-49/+32
* Allow same section class for multiple section types (fix #10764)sualko2018-08-251-0/+41
* Move encryption settings to securityJulius Härtl2018-08-011-4/+2
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-2/+2
* Fix testsJulius Härtl2018-06-291-1/+1
* Add groupware settings sectionJulius Härtl2018-06-271-2/+6
* Merge tips & tricks section into setup checksMorris Jobke2018-06-131-4/+2
* Fix Settings\ManagerTestJulius Härtl2018-05-251-2/+2
* Rename sync clients section to mobile & desktopJulius Härtl2018-05-241-2/+2
* Cleanup and fix testsJulius Härtl2018-05-031-14/+16
* add share permissions to settings pageBjoern Schiessle2018-02-271-1/+1
* Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-291-101/+5
* Allow multiple settings and sections per appJoas Schilling2017-10-051-2/+2
* forgotten test adjustmentsArthur Schiwon2017-06-231-6/+3
* take out additional (legacy) settings section from testsArthur Schiwon2017-06-231-2/+1
* …and adjust testsArthur Schiwon2017-06-231-22/+23
* add missing pieces to Settings Manager and fix and extend its unit testsArthur Schiwon2017-06-231-10/+120
* Rename “Server settings” to “Basic settings”Marius Blüm2017-04-291-2/+2
* Fixed layout of bruteforcesettingsMorris Jobke2017-04-021-4/+4
* Adds security section to the admin pageRoeland Jago Douma2017-04-021-0/+2
* Always suggest the overwrite.cli.urlJoas Schilling2017-03-171-0/+5
* Fix the manager testsJoas Schilling2017-01-191-30/+44
* split db logic from settings managerRobin Appelman2016-12-281-136/+93
* update testsRobin Appelman2016-11-211-1/+0
* adjust testArthur Schiwon2016-08-221-11/+6
* enlist only registered sections that also have settings registered toArthur Schiwon2016-08-221-3/+21
* Use MockBuilder instead of createMockLukas Reschke2016-08-151-18/+18
* Add unit testsLukas Reschke2016-08-151-0/+220