summaryrefslogtreecommitdiffstats
path: root/core/templates/login.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+1
| | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
| | | | | | | | | | | | | | | 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>
* Remove aria labelJochen2019-09-101-1/+1
| | | | | | https://github.com/nextcloud/server/pull/16832#discussion_r322078592 Signed-off-by: Jochen <rothjochen@gmail.com>
* Added name as fallback, in case label is not setJochen2019-09-091-1/+1
| | | | | | https://github.com/nextcloud/server/pull/16832#discussion_r322380822 Signed-off-by: Jochen <rothjochen@gmail.com>
* Add null coalesce for label and style attributeJochen2019-09-091-1/+1
| | | | | | https://github.com/nextcloud/server/pull/16832#discussion_r322380822 Signed-off-by: Jochen <rothjochen@gmail.com>
* Add aria labelJochen2019-09-091-2/+2
| | | | Signed-off-by: Jochen <rothjochen@gmail.com>
* Optimize responsiveness, remove primary classJochen2019-09-061-2/+2
| | | | Signed-off-by: Jochen <rothjochen@gmail.com>
* Prevent undefined for $login['style']Jochen2019-09-051-1/+1
| | | | | | https://github.com/nextcloud/server/pull/16832#discussion_r321075261 Signed-off-by: Jochen <rothjochen@gmail.com>
* Move "Log in with" label to "sociallogin" appJochen2019-09-051-1/+0
| | | | | | https://github.com/nextcloud/server/pull/16832#issuecomment-528197965 Signed-off-by: Jochen <rothjochen@gmail.com>
* Add more space between form and alternate loginJochen2019-09-031-2/+1
| | | | Signed-off-by: Jochen <rothjochen@gmail.com>
* Add more space to buttonsyJochen2019-09-021-7/+11
| | | | Signed-off-by: Jochen <rothjochen@gmail.com>
* Move alternative login above standard login, optimize alignmentochorocho2019-08-261-11/+8
| | | | Signed-off-by: ochorocho <rothjochen@gmail.com>
* Vueify the login pageChristoph Wurst2019-05-291-97/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Create a login bundle for login page scriptsChristoph Wurst2019-05-071-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Change login error message to "wrong username or password" (fixes #14460)Felix Ableitner2019-03-061-1/+1
| | | | Signed-off-by: Felix Ableitner <me@nutomic.com>
* Do not load bundled jstimezonedetectRoeland Jago Douma2019-02-061-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* added possibility to disable autocomplete in login formRayn0r2018-10-301-2/+2
| | | | Signed-off-by: Rayn0r <Andre.Weidemann@web.de>
* Implements handling for deactivated usersMichael Weimann2018-07-211-3/+9
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Fix form labels and main landmark on log in pageJan-Christoph Borchardt2018-04-181-0/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Always remember meRoeland Jago Douma2018-04-061-10/+0
| | | | | | Fixes #8004 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove "Alternative logins" title on login pageMorris Jobke2018-03-141-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update login.phprakekniven2018-03-081-1/+1
| | | | Fixed grammar issue. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#af/$/124614533?issue=yes
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix wordingRoeland Jago Douma2018-01-151-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Display message when connection is throttled on logi pageRoeland Jago Douma2018-01-151-0/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* made small changes to login screenRobert Pirritano2018-01-111-6/+6
| | | | | | added height back 70px back to footer and removed .htaccess file Signed-off-by: Robert R Pirritano <rpirritano@gmail.com>
* Hide stay logged in checkbox when flow authentication is usedJulius Härtl2017-12-281-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix template order and animationJohn Molakvoæ (skjnldsv)2017-11-051-12/+11
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix variable nameJan-Christoph Borchardt2017-11-031-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add some JS to hide and show elements for password resetJan-Christoph Borchardt2017-11-021-2/+9
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Directly show Forgot password link, fix #6808Jan-Christoph Borchardt2017-11-021-0/+7
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Replace loading icon GIF with pure CSS loading iconDaniel Calviño Sánchez2017-08-031-1/+4
| | | | | | | | | | | | | | | The pure CSS loading icon uses an ::after pseudo-element, and thus it can only be used on container elements; the input element is not a container element, so when the class "icon-loading-small" is set on an input element it falls back to a loading icon GIF. This commit modifies the markup of the login button to add a div element that holds the confirm icon and the loading icon (depending on the case). In order to position the icon in the same place as before the input and the icon are both wrapped by another div making possible to set the absolute position of the icon relative to the input. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge login JSLukas Reschke2017-03-241-5/+1
| | | | | | Removes 2 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix value of attribute "autocapitalize"Michael Letzgus2017-03-181-2/+2
| | | | | | | | Change <input> attribute "autocapitalize" from value "off" to "none" regarding to apples dev guide: https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#//apple_ref/doc/uid/TP40008058-autocapitalize Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
* always allow remembered loginChristoph Wurst2017-01-111-2/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Save the timezone on login againJoas Schilling2016-12-081-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move away from OC_L10NRoeland Jago Douma2016-10-281-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* finish up layout of log in page, postpone forgot password link for laterJan-Christoph Borchardt2016-10-171-6/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* update styles of log inJan-Christoph Borchardt2016-10-111-11/+19
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* fix log in button layoutJan-Christoph Borchardt2016-10-061-2/+3
|
* bring back dedicated log in button to make log in more usableJan-Christoph Borchardt2016-10-061-1/+3
|
* Add attribute “tabindex” to login form (fixes #1110)coderkun2016-08-311-5/+5
|
* Shake the login fields if password is wrongMorris Jobke2016-08-011-2/+2
|
* remove svg classesHendrik Leppelsack2016-07-011-1/+1
|
* Allow opening the password reset link in a new window when its a URLJoas Schilling2016-05-241-1/+1
|
* token based authChristoph Wurst2016-05-111-1/+1
| | | | | | | | * Add InvalidTokenException * add DefaultTokenMapper and use it to check if a auth token exists * create new token for the browser session if none exists hash stored token; save user agent * encrypt login password when creating the token
* Allow login by email addressThomas Müller2016-05-021-2/+2
|
* Rename `username` to `loginName`Lukas Reschke2016-04-151-1/+1
| | | | UID and login name are two different things.
* Move login form into controllerLukas Reschke2016-04-151-1/+1
| | | | First step on getting the authorisation stuff cleaned up. This is only for the login form, all other stuff is still where it is.
* Use proper shortcut methods in templatesMorris Jobke2016-04-061-1/+1
|