Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix password displayed as username in Firefox password manager dialog | Daniel Calviño Sánchez | 2018-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | When finishing the setup of Nextcloud through the WebUI (setting admin user and database) Firefox offers to save the username and password. However, the password was shown in both the username and password fields of the Firefox password manager dialog. The problem was that the password input element (in the HTML form) is cloned in a text input element, which is used to show the password in plain text when clicking on the "Show password" button. As it was a text input immediately followed by a password input Firefox seemed to assume that it had to be the username and ignored the real username field, no matter the value set for the "autocomplete" attribute. Now the cloned text input is added after the password input, so Firefox no longer thinks that the cloned text input is the username field and the password manager dialog shows the proper username instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | This fix the overlay of the complexity bar | Maxence Lange | 2017-07-26 | 1 | -1/+1 |
| | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> | ||||
* | Fix semicolon at end of JS lines | Morris Jobke | 2017-05-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | core: Fix typos (found by codespell) | Stefan Weil | 2016-04-04 | 1 | -1/+1 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Shows The Eye permanently in the Confirm Password field in Personal Settings ↵ | raghunayyar | 2013-10-12 | 1 | -1/+5 |
| | | | | - fix #5167 | ||||
* | modify password clone to password type right on submit to prevent the ↵ | Morris Jobke | 2013-04-19 | 1 | -1/+10 |
| | | | | browser remind the content | ||||
* | turn off autocompletion for password field | Morris Jobke | 2013-04-07 | 1 | -1/+2 |
| | | | | refs #2632 | ||||
* | added jquery-tipsy for nice title tooltips | Jan-Christoph Borchardt | 2011-08-12 | 1 | -0/+113 |