summaryrefslogtreecommitdiffstats
path: root/apps/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* Fix the config key on the sharing expire checkboxChristoph Wurst2020-11-241-1/+1
| | | | | | | We don't use `shareapi_internal_enforce_expire_date` anywhere. `shareapi_enforce_internal_expire_date` is the one we want. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1012-121/+237
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20390 from nextcloud/refactor/no-closing-tagRoeland Jago Douma2020-04-101-2/+1
|\ | | | | Do not use closing tags
| * Do not use closing tagsChristoph Wurst2020-04-091-2/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Remove trailing and in between spacesChristoph Wurst2020-04-094-7/+7
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Start with webauthnRoeland Jago Douma2020-03-311-0/+31
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add setting to restrict user enumeration to groupsJulius Härtl2020-03-201-0/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Warn admins about delayed cron executionsJoas Schilling2020-02-081-12/+26
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move password settingsRoeland Jago Douma2020-01-301-0/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the personal 2FA settings to its own appRoeland Jago Douma2020-01-292-45/+70
| | | | | | | | 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>
* Settings: More spacing for development noticeJan-Christoph Borchardt2020-01-031-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* removed unclear wording "non-link shares"Sascha Wiswedel2019-12-121-1/+1
| | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Add settings front and split sharing entry configJohn Molakvoæ (skjnldsv)2019-11-271-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* My first stupid attempt at expanding the admin interfaceRoeland Jago Douma2019-11-271-1/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #17577 from nextcloud/bugfix/noid/about-helpRoeland Jago Douma2019-10-211-5/+8
|\ | | | | Migrate help to a Controller
| * Move help to controllerJulius Härtl2019-10-171-5/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | added documentation links on settings pagesSascha Wiswedel2019-10-172-1/+3
|/ | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Move settings to an appChristoph Wurst2019-09-2815-0/+1379
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>