summaryrefslogtreecommitdiffstats
path: root/lib/public/Settings/IManager.php
Commit message (Collapse)AuthorAgeFilesLines
* check registered sections and settings after an app got updated to garbage ↵Arthur Schiwon2016-08-161-0/+15
| | | | collect orphaned classes
* attempt to remove section and settings entries when an app got disabledArthur Schiwon2016-08-161-0/+14
|
* Add since tags to classLukas Reschke2016-08-111-1/+3
|
* Add missing since annotationsLukas Reschke2016-08-111-0/+2
|
* Initial work on Apps page split:Arthur Schiwon2016-08-091-0/+65
* interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app