| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ISection in favor of IIconSection | Morris Jobke | 2020-10-28 | 1 | -11/+6 |
* | Don't log "duplicate section" for the shared "connected-accounts" section | Joas Schilling | 2020-09-23 | 1 | -1/+1 |
* | Allow additional personal settings via normal registration | Joas Schilling | 2020-09-04 | 1 | -1/+2 |
* | ignore duplicate setting sections | Robin Appelman | 2020-08-28 | 1 | -2/+2 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -1/+0 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | Move Admin Settings also to info.xml | Roeland Jago Douma | 2020-01-31 | 1 | -47/+1 |
* | Move personal settings to proper registration | Roeland Jago Douma | 2020-01-30 | 1 | -35/+2 |
* | Move password settings | Roeland Jago Douma | 2020-01-30 | 1 | -1/+1 |
* | Move admin sections to settings app | Roeland Jago Douma | 2020-01-28 | 1 | -12/+1 |
* | Move the Personal sections to the settings app | Roeland Jago Douma | 2020-01-28 | 1 | -5/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 2 | -3/+6 |
* | Use person icon for personal settings | Julius Härtl | 2019-11-27 | 1 | -1/+1 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Move settings to an app | Christoph Wurst | 2019-09-28 | 1 | -10/+11 |
* | Split personal security settings in code | Roeland Jago Douma | 2019-09-10 | 1 | -0/+4 |
* | Move OC\Settings\Admin and OC\Settings\Personal to actual settings | Roeland Jago Douma | 2019-05-30 | 9 | -1090/+0 |
* | Start fixing 2fa icons in dark theme, ref #13643 (#15597) | John Molakvoæ | 2019-05-29 | 1 | -0/+8 |
|\ |
|
| * | Fix 2fa icons in dark theme, fix #13643 | Greta Doci | 2019-05-28 | 1 | -0/+8 |
* | | Make it possible to show admin settings for sub admins | Christoph Wurst | 2019-05-23 | 1 | -10/+39 |
* | | Fix l10n for SettingsManager by injecting the l10n factory | Morris Jobke | 2019-05-21 | 1 | -2/+14 |
* | | Only show sharing section if it has content | Julius Härtl | 2019-05-20 | 1 | -0/+4 |
|/ |
|
* | Fetch proper translations | Roeland Jago Douma | 2019-03-25 | 1 | -2/+3 |
* | Revert "Where is your data?" | Roeland Jago Douma | 2019-03-20 | 3 | -166/+4 |
* | Load auth tokens with the initial state API | Christoph Wurst | 2019-03-01 | 1 | -2/+63 |
* | Do not load 2fa admin settings async | Roeland Jago Douma | 2019-02-28 | 1 | -5/+21 |
* | Merge pull request #13097 from nextcloud/feature/11319/where-is-your-data | Morris Jobke | 2019-02-11 | 3 | -4/+166 |
|\ |
|
| * | Code style and comment fixes | Michael Weimann | 2019-02-10 | 2 | -5/+7 |
| * | Make the where is your data section optional | Michael Weimann | 2019-01-29 | 1 | -6/+25 |
| * | Remove debug setting | Michael Weimann | 2019-01-20 | 1 | -1/+1 |
| * | Fix location source | Michael Weimann | 2019-01-14 | 1 | -1/+1 |
| * | Move server info to theming section | Michael Weimann | 2019-01-14 | 3 | -7/+10 |
| * | Implement storing and loading the server info | Michael Weimann | 2019-01-14 | 2 | -9/+91 |
| * | Add the "server info" settings | Michael Weimann | 2019-01-14 | 3 | -1/+46 |
| * | Add the "where is your data?" frontend | Michael Weimann | 2019-01-14 | 1 | -2/+13 |
* | | Show proper default locale | Morris Jobke | 2019-01-23 | 1 | -1/+1 |
|/ |
|
* | Add sendmailmode to gui | Daniel Kesselberg | 2018-11-29 | 1 | -0/+1 |
* | Log invalid settings class | Robin Appelman | 2018-11-14 | 1 | -1/+1 |
* | Cleanup some unused sharing methods from the old sharing code | Morris Jobke | 2018-11-02 | 1 | -2/+7 |
* | Remove unreliable 2FA state message on personal 2FA settings page | Christoph Wurst | 2018-10-18 | 1 | -1/+0 |
* | Rename admin security settings template | Christoph Wurst | 2018-10-08 | 1 | -1/+1 |
* | Rename admin security section | Christoph Wurst | 2018-10-08 | 2 | -2/+2 |
* | Consolidate personal two-factor provider settings | Christoph Wurst | 2018-10-02 | 1 | -4/+48 |
* | Remove unused constructor argument | Christoph Wurst | 2018-09-27 | 1 | -6/+0 |
* | Reduce settings manager complexity by loading sections via DI | Christoph Wurst | 2018-09-27 | 1 | -82/+30 |
* | Allow same section class for multiple section types (fix #10764) | sualko | 2018-08-25 | 1 | -4/+19 |
* | Move encryption settings to security | Julius Härtl | 2018-08-01 | 2 | -4/+3 |
* | Svg icon api sass function and upgrade of all styles | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -1/+1 |
* | Kill php mail from settings | Roeland Jago Douma | 2018-07-04 | 1 | -0/+4 |