| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | 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 |
* | do not disclose information, show generic error on login page | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -0/+6 |
* | addressing #14982 self-closing tags ending slash doesn't have a purpose & sho... | Volker E | 2015-03-17 | 1 | -6/+6 |
* | 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 |
|\ |
|
| * | Disable login button until the timezone is set | Vincent Petry | 2014-05-14 | 1 | -1/+1 |
* | | Add CSRF check on login and logout | Lukas Reschke | 2014-05-04 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #6870 from owncloud/uncheck-remember-checkbox | Jan-Christoph Borchardt | 2014-04-29 | 1 | -1/+1 |
|\ |
|
| * | do not check 'remember' log in by default | Jan-Christoph Borchardt | 2014-01-21 | 1 | -1/+1 |
* | | do not autocapitalize fields on mobile, fix user name input. Also disable aut... | Jan-Christoph Borchardt | 2014-02-18 | 1 | -3/+5 |
|/ |
|
* | Fix resize issue for trash button in chrome and overflowing spinner in .updat... | Morris Jobke | 2013-11-28 | 1 | -0/+2 |
* | improve encryption message | Morris Jobke | 2013-11-27 | 1 | -1/+1 |
* | add spinner to the template so that it can be loaded in time | Bjoern Schiessle | 2013-11-27 | 1 | -0/+2 |
* | switch from "name" attribute to "id" | Bjoern Schiessle | 2013-11-27 | 1 | -1/+1 |
* | show a message at the log-in screen if inital encryption take place | Bjoern Schiessle | 2013-11-25 | 1 | -1/+3 |
* | adding warning about failed apache module auth | Thomas Müller | 2013-10-02 | 1 | -0/+6 |
* | introduce OC_Util::rememberLoginAllowed() | Bjoern Schiessle | 2013-09-24 | 1 | -1/+1 |
* | don't remember login if the encrypion app is enabled because the user | Bjoern Schiessle | 2013-09-24 | 1 | -1/+2 |
* | remove show password toggle from log in page, ref #4577 #4580 | Jan-Christoph Borchardt | 2013-08-28 | 1 | -3/+1 |
* | check remember log in by default, ref #3918 | Jan-Christoph Borchardt | 2013-07-24 | 1 | -2/+2 |
* | move password warning more relevant below password field, un-nest log in warning | Jan-Christoph Borchardt | 2013-04-17 | 1 | -17/+15 |
* | explicitly add empty placeholder to inputs which use infield labels, fix #2049 | Jan-Christoph Borchardt | 2013-03-04 | 1 | -2/+2 |
* | [core] From echo to p | Lukas Reschke | 2013-02-27 | 1 | -16/+16 |
* | make show password not specific to log in | Jan-Christoph Borchardt | 2013-02-07 | 1 | -1/+1 |
* | fix shorttag issue mentioned in #1357 | Jan-Christoph Borchardt | 2013-02-06 | 1 | -2/+2 |
* | Merge pull request #1357 from owncloud/alternative-loging-master | Thomas Müller | 2013-02-06 | 1 | -1/+15 |
|\ |
|
| * | move inline style to CSS file, fix details | Jan-Christoph Borchardt | 2013-02-06 | 1 | -3/+3 |
| * | add support for apps to register alternative login methods | Thomas Mueller | 2013-01-29 | 1 | -1/+15 |
* | | Password Toggle Support for Login | raghunayyar | 2013-02-03 | 1 | -2/+4 |
|/ |
|
* | Move timezone check to external JS | Lukas Reschke | 2013-01-21 | 1 | -6/+1 |
* | Spaces to tabs | Bart Visscher | 2013-01-16 | 1 | -43/+43 |
* | setting the timezone is now part of the login process and true part of the core. | Thomas Müller | 2012-12-20 | 1 | -29/+47 |
* | tweak icons for username and password fields, now it’s good | Jan-Christoph Borchardt | 2012-12-12 | 1 | -0/+2 |