summaryrefslogtreecommitdiffstats
path: root/core/templates/loginflowv2
Commit message (Collapse)AuthorAgeFilesLines
* Show user account on grant loginflow stepJoas Schilling2022-05-131-2/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #29531 from nextcloud/bugfix/noid/flow-auth-v2-apptokenJohn Molakvoæ2021-12-301-0/+18
|\
| * Adjust auth token link designJulius Härtl2021-12-031-3/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Allow using an app token to login with v2 flow authJulius Härtl2021-12-031-0/+18
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Pass username prefill through unauthenticated request redirectsJulius Härtl2021-12-291-1/+1
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add a text string to l10nValdnet2021-07-051-1/+1
|
* Move header into h3Lukas Reschke2021-06-231-3/+6
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make security warning stand out moreLukas Reschke2021-06-221-2/+2
| | | | | | | | The security warning is currently being ignored by too many users as it's part of the text and not visually distinct. Ref #26944 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add a clear message why you could end up thereJoas Schilling2020-07-061-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* The loading animation is backDaniel Kesselberg2019-10-261-1/+2
| | | | | | | | Refactor grant.js to Vanilla JS Remove id="submit" because of side effects: https://stackoverflow.com/questions/22982741/form-submit-jquery-does-not-work Fix arrow for login flow v1 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Move "you can close this window" to newlineDaniel Kesselberg2019-10-251-1/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add icon-confirm-white to submit buttonDaniel Kesselberg2019-10-251-2/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Don't use an undefined index if not neededRoeland Jago Douma2019-10-031-2/+0
| | | | | | It is not set. And not used. Just some copy paste leftover. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Login flow V2Roeland Jago Douma2019-02-253-0/+135
This adds the new login flow. The desktop client will open up a browser and poll a returned endpoint at regular intervals to check if the flow is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>