Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -1/+0 |
|\ | |||||
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -2/+2 |
|/ | |||||
* | Move Admin Settings also to info.xml | Roeland Jago Douma | 2020-01-31 | 1 | -13/+20 |
* | Move personal settings to proper registration | Roeland Jago Douma | 2020-01-30 | 1 | -10/+15 |
* | Move password settings | Roeland Jago Douma | 2020-01-30 | 1 | -3/+3 |
* | Move admin sections to settings app | Roeland Jago Douma | 2020-01-28 | 1 | -86/+1 |
* | Move the Personal sections to the settings app | Roeland Jago Douma | 2020-01-28 | 1 | -28/+2 |
* | Merge pull request #18064 from nextcloud/feature/php74 | Roeland Jago Douma | 2019-11-28 | 1 | -1/+1 |
|\ | |||||
| * | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| * | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | | Use person icon for personal settings | Julius Härtl | 2019-11-27 | 1 | -3/+3 |
|/ | |||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -2/+2 |
* | Move settings to an app | Christoph Wurst | 2019-09-28 | 7 | -766/+4 |
* | Fixed the SecurityTest error | Greta Doci | 2019-09-15 | 1 | -0/+7 |
* | Split personal security settings in code | Roeland Jago Douma | 2019-09-10 | 2 | -72/+11 |
* | Cleanup the Settings class | Joas Schilling | 2019-08-26 | 1 | -23/+2 |
* | Fix personal security section tests | Christoph Wurst | 2019-05-29 | 1 | -0/+16 |
* | Make it possible to show admin settings for sub admins | Christoph Wurst | 2019-05-23 | 1 | -0/+32 |
* | Fix l10n for SettingsManager by injecting the l10n factory | Morris Jobke | 2019-05-21 | 1 | -1/+30 |
* | Fetch proper translations | Roeland Jago Douma | 2019-03-25 | 1 | -1/+7 |
* | Revert "Where is your data?" | Roeland Jago Douma | 2019-03-20 | 1 | -9/+3 |
* | Load auth tokens with the initial state API | Christoph Wurst | 2019-03-01 | 1 | -0/+167 |
* | Do not load 2fa admin settings async | Roeland Jago Douma | 2019-02-28 | 1 | -1/+12 |
* | Move server info to theming section | Michael Weimann | 2019-01-14 | 1 | -3/+9 |
* | Add testcases for pipe mode | Daniel Kesselberg | 2018-11-29 | 1 | -0/+6 |
* | Cleanup some unused sharing methods from the old sharing code | Morris Jobke | 2018-11-02 | 1 | -1/+6 |
* | Fix reference to template in tests | Christoph Wurst | 2018-10-08 | 1 | -2/+2 |
* | Rename admin security section | Christoph Wurst | 2018-10-08 | 1 | -4/+4 |
* | Remove unused constructor argument | Christoph Wurst | 2018-09-27 | 1 | -4/+0 |
* | Reduce settings manager complexity by loading sections via DI | Christoph Wurst | 2018-09-27 | 1 | -49/+32 |
* | Allow same section class for multiple section types (fix #10764) | sualko | 2018-08-25 | 1 | -0/+41 |
* | Fix encryption admin section tests | Julius Härtl | 2018-08-02 | 1 | -2/+2 |
* | Move encryption settings to security | Julius Härtl | 2018-08-01 | 1 | -4/+2 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -2/+2 |
* | Fix settings tests | Roeland Jago Douma | 2018-07-04 | 1 | -2/+2 |
* | Fix tests | Julius Härtl | 2018-06-29 | 1 | -1/+1 |
* | Add groupware settings section | Julius Härtl | 2018-06-27 | 1 | -2/+6 |
* | Merge tips & tricks section into setup checks | Morris Jobke | 2018-06-13 | 2 | -95/+2 |
* | Fix Settings\ManagerTest | Julius Härtl | 2018-05-25 | 1 | -2/+2 |
* | Rename sync clients section to mobile & desktop | Julius Härtl | 2018-05-24 | 1 | -2/+2 |
* | Fix settings tests | Julius Härtl | 2018-05-03 | 2 | -53/+4 |
* | Cleanup and fix tests | Julius Härtl | 2018-05-03 | 2 | -16/+19 |
* | fix unit tests | Bjoern Schiessle | 2018-02-27 | 1 | -2/+18 |
* | add share permissions to settings page | Bjoern Schiessle | 2018-02-27 | 2 | -2/+7 |
* | Do not cache the settings/sections in the database anymore | Joas Schilling | 2018-01-29 | 2 | -240/+5 |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 5 | -6/+6 |
* | Allow multiple settings and sections per app | Joas Schilling | 2017-10-05 | 1 | -2/+2 |
* | Always log cron execution | Morris Jobke | 2017-08-17 | 1 | -8/+2 |
* | … and their tests needed adjustments, too | Arthur Schiwon | 2017-06-29 | 5 | -8/+8 |