summaryrefslogtreecommitdiffstats
path: root/lib/private/Settings/Manager.php
Commit message (Collapse)AuthorAgeFilesLines
* Svg icon api sass function and upgrade of all stylesJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #10053 from nextcloud/feature/7378/password-security-moveMorris Jobke2018-06-291-1/+1
|\ | | | | Move password change to security settings
| * Move user password form to security settingsJulius Härtl2018-06-291-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Move social buttons to the personal settingsJulius Härtl2018-06-291-2/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add groupware settings sectionJulius Härtl2018-06-271-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge all setup checks into one controllerMorris Jobke2018-06-131-1/+1
| | | | | | * renamed hasMissingIndexes to missingIndexes Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge tips & tricks section into setup checksMorris Jobke2018-06-131-6/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Rename sync clients section to mobile & desktopJulius Härtl2018-05-241-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not hide additional settings if there are only legacy formsJulius Härtl2018-05-031-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move additional settings to main server settingsJulius Härtl2018-05-031-5/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add overview settings sectionJulius Härtl2018-05-031-3/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* move log constants to ILoggerArthur Schiwon2018-04-261-4/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 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
|