aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Settings/Manager.php
Commit message (Collapse)AuthorAgeFilesLines
* add share permissions to settings pageBjoern Schiessle2018-02-271-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-291-301/+151
| | | | | | | This caused more troubles then it had benefits, especially when an app got disabled or was removed without being disabled. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Log a missing setting as INFO not as WARNINGRoeland Jago Douma2018-01-101-1/+2
| | | | | | | | It can happen for all kinds of reasons that a setting is not available. (A user removes a folder, a setting got deleted). So don't polute the log on default settings. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove wrong entry in admin_settings that causes 500Morris Jobke2017-11-201-0/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-0/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow multiple settings and sections per appJoas Schilling2017-10-051-16/+32
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move sync client to the firstrunwizard appJoas Schilling2017-07-041-5/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* do not offer additional settings when there is no contentArthur Schiwon2017-06-231-1/+18
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* take over changes from #5166 and follow #5267Arthur Schiwon2017-06-231-9/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* take over changes from #5084Arthur Schiwon2017-06-231-2/+15
| | | | 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-0/+30
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add Additional (+ Fallback) section for Personal settingsArthur Schiwon2017-06-231-0/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Adopt DB and Manager to personal settings structureArthur Schiwon2017-06-231-33/+67
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* sync clients have their own placeArthur Schiwon2017-06-231-1/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* take over app passwordsArthur Schiwon2017-06-231-1/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* convert Sessions sectionArthur Schiwon2017-06-231-0/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add storage info, fix URL generationArthur Schiwon2017-06-231-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* completing PersonalInfoArthur Schiwon2017-06-231-2/+24
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Extend interfacesArthur Schiwon2017-06-231-0/+36
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Rename “Server settings” to “Basic settings”Marius Blüm2017-04-291-1/+1
| | | | | | * fixes #4587 Signed-off-by: Marius Blüm <marius@lineone.io>
* Fixed layout of bruteforcesettingsMorris Jobke2017-04-021-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adds security section to the admin pageRoeland Jago Douma2017-04-021-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Always suggest the overwrite.cli.urlJoas Schilling2017-03-171-1/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add the icon for the default sectionsJoas Schilling2017-01-191-7/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* split db logic from settings managerRobin Appelman2016-12-281-138/+56
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove old logging sectionRobin Appelman2016-11-211-6/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Move social buttons to bottom on admin pageRoeland Jago Douma2016-11-161-0/+2
| | | | | | For #2134 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Correctly remove admin sections and settingsJoas Schilling2016-09-061-3/+3
|
* fix wrong var nameArthur Schiwon2016-08-221-1/+1
|
* enlist only registered sections that also have settings registered toArthur Schiwon2016-08-221-4/+8
|
* check registered sections and settings after an app got updated to garbage ↵Arthur Schiwon2016-08-161-0/+31
| | | | collect orphaned classes
* attempt to remove section and settings entries when an app got disabledArthur Schiwon2016-08-161-0/+33
|
* Add unit testsLukas Reschke2016-08-151-13/+23
|
* move mail settings and file handling to additional ones, thus files_external ↵Arthur Schiwon2016-08-131-0/+5
| | | | 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-121-3/+11
|
* 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-111-10/+10
| | | | 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
* Initial work on Apps page split:Arthur Schiwon2016-08-091-0/+297
* interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app