summaryrefslogtreecommitdiffstats
path: root/apps/settings/composer
Commit message (Collapse)AuthorAgeFilesLines
* Add a KnownUsers database with modelJoas Schilling2021-03-111-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
| | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add setup check to verify that the used DB version is still supported in the ↵Morris Jobke2021-01-082-0/+2
| | | | | | next major release Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add a background job that checks for potential user imported SSL ↵Morris Jobke2020-11-032-0/+2
| | | | | | certificates and shows a warning in the admin settings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* emit typed event for user managementArthur Schiwon2020-09-082-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add 'Reasons to use Nextcloud in your organization' call to action in settingsJan C. Borchardt2020-09-072-0/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Add setup check that links to the migration documentationMorris Jobke2020-08-192-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #22004 from nextcloud/enh/noid/setup-checks-phpblizzz2020-08-072-0/+4
|\ | | | | Add setup checks for php default charset and output buffering.
| * Add setup checks for php default charset and output buffering.Daniel Kesselberg2020-07-262-0/+4
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | App navigation via unified searchJoas Schilling2020-08-052-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Show mime icon, bump bundles, make the SearchResultEntry class ↵John Molakvoæ (skjnldsv)2020-08-042-2/+0
| | | | | | | | | | | | non-abstract, Fix header search icon, various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add settings sections to unified searchJoas Schilling2020-08-032-0/+4
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove old files from autoloaderJoas Schilling2020-06-052-2/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Start with webauthnRoeland Jago Douma2020-03-312-0/+4
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move Admin Settings also to info.xmlRoeland Jago Douma2020-01-312-10/+10
| | | | | | | More cleanup of the Settings apps. Makes the manager cleaner and a proper manager. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move personal settings to proper registrationRoeland Jago Douma2020-01-302-10/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move password settingsRoeland Jago Douma2020-01-302-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the personal 2FA settings to its own appRoeland Jago Douma2020-01-292-0/+2
| | | | | | | | Small isolated classes are easier to understand and to maintain! Another step in the cleaning up of the settings. So that adding new stuff later is easier. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move admin sections to settings appRoeland Jago Douma2020-01-282-0/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the Personal sections to the settings appRoeland Jago Douma2020-01-282-0/+6
| | | | | | | | There is no need to have weird magic in the manager. This should be properly registered in the right way. The settings code is messy anyways. This is a start to make it a tad more clean. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move help to controllerJulius Härtl2019-10-172-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move settings to an appChristoph Wurst2019-09-289-0/+660
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>