aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller/WebAuthnController.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor(settings): Replace security annotations with respective attributesprovokateurin2024-07-271-9/+13
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-031-21/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-21/+8
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* settings: Add OpenAPI specjld31032023-07-101-0/+3
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify settings middleware with othersJoas Schilling2020-06-231-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Enable passwordless for everyone not only admins.Daniel Kesselberg2020-06-061-0/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update license headers for 19Christoph Wurst2020-04-291-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | 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 a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Start with webauthnRoeland Jago Douma2020-03-311-0/+114
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>