summaryrefslogtreecommitdiffstats
path: root/apps/settings/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Remove controller and routes which have no UI component anywayJoas Schilling2020-06-041-4/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headers for 19Christoph Wurst2020-04-291-7/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix new routing in settings etcRoeland Jago Douma2020-04-221-56/+52
| | | | | | | | | Also prefix resources Unify the prefix handling Handle urls with and without slash Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Start with webauthnRoeland Jago Douma2020-03-312-0/+5
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Revive the "send email to new users" toggle for the user formChristoph Wurst2020-02-281-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix typoSergey Shlyakhov2020-02-131-1/+1
|
* Move Admin Settings also to info.xmlRoeland Jago Douma2020-01-311-0/+5
| | | | | | | More cleanup of the Settings apps. Makes the manager cleaner and a proper manager. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use activity registration for the settingsRoeland Jago Douma2020-01-311-0/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move personal settings to proper registrationRoeland Jago Douma2020-01-301-0/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the personal 2FA settings to its own appRoeland Jago Douma2020-01-291-0/+1
| | | | | | | | 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-281-0/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the Personal sections to the settings appRoeland Jago Douma2020-01-281-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>
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersChristoph Wurst2019-12-051-8/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-041-1/+2
|\ | | | | Fix Application instances created multiple times
| * Do not create Application instances directlyChristoph Wurst2019-10-111-1/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move help to controllerJulius Härtl2019-10-171-7/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move settings to an appChristoph Wurst2019-09-282-0/+119
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>