Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace loading icon GIF with pure CSS loading icon | Daniel Calviño Sánchez | 2017-08-03 | 1 | -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 JS | Lukas Reschke | 2017-03-24 | 1 | -5/+1 |
| | | | | | | Removes 2 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix value of attribute "autocapitalize" | Michael Letzgus | 2017-03-18 | 1 | -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 login | Christoph Wurst | 2017-01-11 | 1 | -2/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Save the timezone on login again | Joas Schilling | 2016-12-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | finish up layout of log in page, postpone forgot password link for later | Jan-Christoph Borchardt | 2016-10-17 | 1 | -6/+0 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | update styles of log in | Jan-Christoph Borchardt | 2016-10-11 | 1 | -11/+19 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | fix log in button layout | Jan-Christoph Borchardt | 2016-10-06 | 1 | -2/+3 |
| | |||||
* | bring back dedicated log in button to make log in more usable | Jan-Christoph Borchardt | 2016-10-06 | 1 | -1/+3 |
| | |||||
* | Add attribute “tabindex” to login form (fixes #1110) | coderkun | 2016-08-31 | 1 | -5/+5 |
| | |||||
* | Shake the login fields if password is wrong | Morris Jobke | 2016-08-01 | 1 | -2/+2 |
| | |||||
* | remove svg classes | Hendrik Leppelsack | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | Allow opening the password reset link in a new window when its a URL | Joas Schilling | 2016-05-24 | 1 | -1/+1 |
| | |||||
* | token based auth | Christoph Wurst | 2016-05-11 | 1 | -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 address | Thomas Müller | 2016-05-02 | 1 | -2/+2 |
| | |||||
* | Rename `username` to `loginName` | Lukas Reschke | 2016-04-15 | 1 | -1/+1 |
| | | | | UID and login name are two different things. | ||||
* | Move login form into controller | Lukas Reschke | 2016-04-15 | 1 | -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 templates | Morris Jobke | 2016-04-06 | 1 | -1/+1 |
| | |||||
* | core: Fix typos (found by codespell) | Stefan Weil | 2016-04-04 | 1 | -1/+1 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | refactoring code | Vincent Chan | 2016-02-10 | 1 | -4/+3 |
| | |||||
* | Remember previous state of remember login checkbox | Vincent Chan | 2016-02-10 | 1 | -1/+6 |
| | | | | fixes #22205 | ||||
* | Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTML | Lukas Reschke | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Remove password reset when the user can not change the password | Joas Schilling | 2015-12-07 | 1 | -2/+6 |
| | |||||
* | remove unneeded icons from input fields to not distract from submit button, ↵ | Jan-Christoph Borchardt | 2015-10-30 | 1 | -2/+0 |
| | | | | fix #18940 | ||||
* | change wording from 'remember' to more understandable 'Stay logged in' | Jan-Christoph Borchardt | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | Fix login arrow in login page | Vincent Petry | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | fix login | Hendrik Leppelsack | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18709 from owncloud/cleanup-login-semantics | Thomas Müller | 2015-09-21 | 1 | -2/+1 |
|\ | | | | | Pushes input inside the bottom group - login. | ||||
| * | Squashing all commits in one, remove typos. | Raghu Nayyar | 2015-09-12 | 1 | -2/+1 |
| | | |||||
* | | use label:before instead of label | Hendrik Leppelsack | 2015-09-16 | 1 | -2/+2 |
| | | |||||
* | | Fixes white and black checkboxes in core, files will be next. | Raghu Nayyar | 2015-09-16 | 1 | -1/+1 |
|/ | |||||
* | add title attribute for the login button | Christoph Wurst | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | show feedback spinner for log in process | Jan-Christoph Borchardt | 2015-08-27 | 1 | -1/+2 |
| | |||||
* | move log in button into fields and use icon instead of text | Jan-Christoph Borchardt | 2015-08-27 | 1 | -3/+6 |
| | |||||
* | more understandable 'Wrong password' feedback | Jan-Christoph Borchardt | 2015-08-12 | 1 | -2/+1 |
| | |||||
* | Changed a p element by a div | Brewal | 2015-06-08 | 1 | -2/+2 |
| | | | A p element cannot contain a div element (here `<div style="clear: both;"></div>`). It should be change by a div element to fits standards. | ||||
* | do not disclose information, show generic error on login page | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -0/+6 |
| | | | | | | Conflicts: core/templates/login.php lib/base.php | ||||
* | addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵ | Volker E | 2015-03-17 | 1 | -6/+6 |
| | | | | should be removed | ||||
* | Allow custom error messages for the login page | Robin Appelman | 2015-01-22 | 1 | -0/+5 |
| | |||||
* | use script instead of \OCP\Util methods | Thomas Müller | 2014-12-16 | 1 | -5/+8 |
| | |||||
* | move jstz to bower management | Morris Jobke | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | add missing alt attribute to spinner | Jan-Christoph Borchardt | 2014-11-06 | 1 | -1/+2 |
| | |||||
* | send browsers timezone back tp the server on login | Thomas Müller | 2014-09-22 | 1 | -0/+2 |
| | |||||
* | remove confusing 'automatic logon rejected' message, fix #8591 | Jan-Christoph Borchardt | 2014-08-09 | 1 | -8/+0 |
| | |||||
* | Basics | Victor Dubiniuk | 2014-06-13 | 1 | -3/+3 |
| | |||||
* | first step of infield label removal, fix login screen | Jan-Christoph Borchardt | 2014-06-03 | 1 | -9/+11 |
| | |||||
* | Merge branch 'master' into csrf-on-login-and-logout | Thomas Müller | 2014-05-19 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: core/templates/login.php | ||||
| * | Disable login button until the timezone is set | Vincent Petry | 2014-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | On slow computers it might happen that the user manages to login before the timezone code has a chance to run, which then causes dates to appear wrong in the UI. This fix makes sure the login cannot happen until the timezone field is set. Note that it's not possible to run the timezone code outside of document.ready() because at that time the DOM element doesn't exist yet. | ||||
* | | Add CSRF check on login and logout | Lukas Reschke | 2014-05-04 | 1 | -0/+3 |
|/ | | | | This is a minor issue and not worth a backport in my opinion as it could break more things than it's worth having it. |