summaryrefslogtreecommitdiffstats
path: root/lib/private/Settings
Commit message (Collapse)AuthorAgeFilesLines
* Add unit testsLukas Reschke2016-08-158-26/+57
|
* move mail settings and file handling to additional ones, thus files_external ↵Arthur Schiwon2016-08-133-13/+91
| | | | gets its own section
* move systemstags to sharign section, drop collaboration sectionArthur Schiwon2016-08-131-1/+0
|
* change casing in section display namesArthur Schiwon2016-08-131-3/+3
|
* added some missed diagnosis outputArthur Schiwon2016-08-122-9/+64
|
* adjust systemtags appArthur Schiwon2016-08-111-1/+1
|
* adjust Theming appArthur Schiwon2016-08-111-1/+0
|
* rename IAdmin to ISettings, the interface is not bound to a specific ↵Arthur Schiwon2016-08-116-20/+20
| | | | settings scope
* fixes, improvements, and another app:Arthur Schiwon2016-08-111-9/+58
| | | | | | | * setupSettings now also triggered on enable * fixes detection of present admin section or settings in the DB * add update routine in such cases * encryption app migrated
* more admin page splitup improvementsArthur Schiwon2016-08-105-40/+20
| | | | | | | | | | * bump version to ensure tables are created * make updatenotification app use settings api * change IAdmin::render() to getForm() and change return type from Template to TemplateResponse * adjust User_LDAP accordingly, as well as built-in forms * add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke * make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method
* Initial work on Apps page split:Arthur Schiwon2016-08-097-0/+804
* interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app