Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Make the where is your data section optional | Michael Weimann | 2019-01-29 | 1 | -6/+25 | |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
| * | Remove debug setting | Michael Weimann | 2019-01-20 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
| * | Fix location source | Michael Weimann | 2019-01-14 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
| * | Move server info to theming section | Michael Weimann | 2019-01-14 | 3 | -7/+10 | |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
| * | Implement storing and loading the server info | Michael Weimann | 2019-01-14 | 2 | -9/+91 | |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
| * | Add the "server info" settings | Michael Weimann | 2019-01-14 | 3 | -1/+46 | |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
| * | Add the "where is your data?" frontend | Michael Weimann | 2019-01-14 | 1 | -2/+13 | |
| | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
* | | Show proper default locale | Morris Jobke | 2019-01-23 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Add sendmailmode to gui | Daniel Kesselberg | 2018-11-29 | 1 | -0/+1 | |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | Log invalid settings class | Robin Appelman | 2018-11-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Cleanup some unused sharing methods from the old sharing code | Morris Jobke | 2018-11-02 | 1 | -2/+7 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Remove unreliable 2FA state message on personal 2FA settings page | Christoph Wurst | 2018-10-18 | 1 | -1/+0 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Rename admin security settings template | Christoph Wurst | 2018-10-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Rename admin security section | Christoph Wurst | 2018-10-08 | 2 | -2/+2 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Consolidate personal two-factor provider settings | Christoph Wurst | 2018-10-02 | 1 | -4/+48 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Remove unused constructor argument | Christoph Wurst | 2018-09-27 | 1 | -6/+0 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Reduce settings manager complexity by loading sections via DI | Christoph Wurst | 2018-09-27 | 1 | -82/+30 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Allow same section class for multiple section types (fix #10764) | sualko | 2018-08-25 | 1 | -4/+19 | |
| | | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org> | |||||
* | Move encryption settings to security | Julius Härtl | 2018-08-01 | 2 | -4/+3 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Svg icon api sass function and upgrade of all styles | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -1/+1 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Kill php mail from settings | Roeland Jago Douma | 2018-07-04 | 1 | -0/+4 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Merge pull request #10053 from nextcloud/feature/7378/password-security-move | Morris Jobke | 2018-06-29 | 3 | -3/+19 | |
|\ | | | | | Move password change to security settings | |||||
| * | Remove unneeded param from personal settings | Julius Härtl | 2018-06-29 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Move user password form to security settings | Julius Härtl | 2018-06-29 | 2 | -2/+19 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Move social buttons to the personal settings | Julius Härtl | 2018-06-29 | 2 | -6/+6 | |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge pull request #5623 from nextcloud/locale-setting | Morris Jobke | 2018-06-29 | 1 | -1/+38 | |
|\ | | | | | Add user locale/region setting | |||||
| * | fix camelCase for localesForLanguage | Georg Ehrke | 2018-06-27 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
| * | Fix review & tests | Thomas Citharel | 2018-06-27 | 2 | -447/+2 | |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
| * | Allow user to choose locale | Thomas Citharel | 2018-06-27 | 2 | -1/+483 | |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
* | | Add groupware settings section | Julius Härtl | 2018-06-27 | 1 | -0/+1 | |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge all setup checks into one controller | Morris Jobke | 2018-06-13 | 2 | -90/+2 | |
| | | | | | | * renamed hasMissingIndexes to missingIndexes Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Merge tips & tricks section into setup checks | Morris Jobke | 2018-06-13 | 2 | -78/+0 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Rename sync clients section to mobile & desktop | Julius Härtl | 2018-05-24 | 1 | -1/+1 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Added language support in users list | John Molakvoæ (skjnldsv) | 2018-05-16 | 1 | -56/+16 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Cleanup and fix tests | Julius Härtl | 2018-05-03 | 2 | -61/+0 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Do not hide additional settings if there are only legacy forms | Julius Härtl | 2018-05-03 | 1 | -1/+1 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Move additional settings to main server settings | Julius Härtl | 2018-05-03 | 2 | -7/+4 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Make mail settings form width equal | Julius Härtl | 2018-05-03 | 1 | -0/+0 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Add overview settings section | Julius Härtl | 2018-05-03 | 3 | -4/+169 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -4/+4 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | Show the displayname in the users group list | Joas Schilling | 2018-03-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix unit tests | Bjoern Schiessle | 2018-02-27 | 1 | -24/+31 | |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | add share permissions to settings page | Bjoern Schiessle | 2018-02-27 | 2 | -17/+48 | |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | Display the proper language strings in setttings | Roeland Jago Douma | 2018-02-07 | 1 | -1/+1 | |
| | | | | | | Since this was moved to lib, we have to the lib language files. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Do not cache the settings/sections in the database anymore | Joas Schilling | 2018-01-29 | 3 | -610/+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> | |||||
* | Merge pull request #8054 from nextcloud/substr-use-index | Morris Jobke | 2018-01-26 | 1 | -1/+1 | |
|\ | | | | | Use index based string access for substr with length of 1 | |||||
| * | Use index based string access for substr with length of 1 | Morris Jobke | 2018-01-26 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Log a missing setting as INFO not as WARNING | Roeland Jago Douma | 2018-01-10 | 1 | -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 500 | Morris Jobke | 2017-11-20 | 1 | -0/+5 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> |