summaryrefslogtreecommitdiffstats
path: root/lib/private/Settings
Commit message (Expand)AuthorAgeFilesLines
* Display the proper language strings in setttingsRoeland Jago Douma2018-02-071-1/+1
* Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-293-610/+151
* Merge pull request #8054 from nextcloud/substr-use-indexMorris Jobke2018-01-261-1/+1
|\
| * Use index based string access for substr with length of 1Morris Jobke2018-01-261-1/+1
* | Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
|/
* Log a missing setting as INFO not as WARNINGRoeland Jago Douma2018-01-101-1/+2
* Remove wrong entry in admin_settings that causes 500Morris Jobke2017-11-201-0/+5
* Update license headersMorris Jobke2017-11-0611-1/+24
* Allow multiple settings and sections per appJoas Schilling2017-10-051-16/+32
* Use full percentages in quota bar percentagesMorris Jobke2017-09-281-1/+1
* Always log cron executionMorris Jobke2017-08-171-1/+0
* Add |null to PHPDocLukas Reschke2017-08-011-1/+1
* Cleanup code of personal page to use public interfacesMorris Jobke2017-07-241-3/+3
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+1
* Move sync client to the firstrunwizard appJoas Schilling2017-07-042-90/+0
* move admin templates to the right placeArthur Schiwon2017-06-276-6/+6
* adapt to force language changesArthur Schiwon2017-06-231-7/+16
* do not offer additional settings when there is no contentArthur Schiwon2017-06-231-1/+18
* take over changes from #5166 and follow #5267Arthur Schiwon2017-06-233-71/+6
* take over changes from #5084Arthur Schiwon2017-06-232-9/+57
* fix getting sectionsRobin Appelman2017-06-231-2/+2
* add missing pieces to Settings Manager and fix and extend its unit testsArthur Schiwon2017-06-232-2/+60
* add Additional (+ Fallback) section for Personal settingsArthur Schiwon2017-06-232-0/+64
* Adopt DB and Manager to personal settings structureArthur Schiwon2017-06-232-40/+97
* sync clients have their own placeArthur Schiwon2017-06-233-20/+93
* take over app passwordsArthur Schiwon2017-06-232-1/+66
* convert Sessions sectionArthur Schiwon2017-06-232-0/+66
* add storage info, fix URL generationArthur Schiwon2017-06-232-2/+20
* fix displaying groups in personal infoArthur Schiwon2017-06-231-10/+44
* completing PersonalInfoArthur Schiwon2017-06-233-7/+176
* brief, incomplete personal info settings implementationArthur Schiwon2017-06-231-0/+59
* Extend interfacesArthur Schiwon2017-06-231-0/+36
* Rename “Server settings” to “Basic settings”Marius Blüm2017-04-291-1/+1
* Remove unused use statementsMorris Jobke2017-04-222-17/+0
* Don't put the SMTP password into the HTML codeJoas Schilling2017-04-181-0/+4
* Merge pull request #2095 from nextcloud/bruteforcesetttingsLukas Reschke2017-04-041-0/+1
|\
| * Fixed layout of bruteforcesettingsMorris Jobke2017-04-021-1/+1
| * Adds security section to the admin pageRoeland Jago Douma2017-04-021-0/+1
* | feature endorse password for share linksBjoern Schiessle2017-04-031-0/+1
|/
* Always suggest the overwrite.cli.urlJoas Schilling2017-03-172-7/+22
* Add the icon for the default sectionsJoas Schilling2017-01-192-10/+30
* phpdocRobin Appelman2017-01-021-4/+23
* split db logic from settings managerRobin Appelman2016-12-283-142/+204
* remove old logging sectionRobin Appelman2016-11-212-92/+0
* Move social buttons to bottom on admin pageRoeland Jago Douma2016-11-162-0/+64
* Show a hint for system based cron user nameMorris Jobke2016-11-031-0/+2
* remove 'send mail notification' option from sharing, replaced by send-by-mail...Bjoern Schiessle2016-11-021-2/+0
* Adding a optional disclaimer to the anonymous upload pageMorris Jobke2016-09-081-0/+1
* Correctly remove admin sections and settingsJoas Schilling2016-09-061-3/+3
* fix wrong var nameArthur Schiwon2016-08-221-1/+1