summaryrefslogtreecommitdiffstats
path: root/core/templates/login.php
Commit message (Expand)AuthorAgeFilesLines
...
* send browsers timezone back tp the server on loginThomas Müller2014-09-221-0/+2
* remove confusing 'automatic logon rejected' message, fix #8591Jan-Christoph Borchardt2014-08-091-8/+0
* BasicsVictor Dubiniuk2014-06-131-3/+3
* first step of infield label removal, fix login screenJan-Christoph Borchardt2014-06-031-9/+11
* Merge branch 'master' into csrf-on-login-and-logoutThomas Müller2014-05-191-1/+1
|\
| * Disable login button until the timezone is setVincent Petry2014-05-141-1/+1
* | Add CSRF check on login and logoutLukas Reschke2014-05-041-0/+3
|/
* Merge pull request #6870 from owncloud/uncheck-remember-checkboxJan-Christoph Borchardt2014-04-291-1/+1
|\
| * do not check 'remember' log in by defaultJan-Christoph Borchardt2014-01-211-1/+1
* | do not autocapitalize fields on mobile, fix user name input. Also disable aut...Jan-Christoph Borchardt2014-02-181-3/+5
|/
* Fix resize issue for trash button in chrome and overflowing spinner in .updat...Morris Jobke2013-11-281-0/+2
* improve encryption messageMorris Jobke2013-11-271-1/+1
* add spinner to the template so that it can be loaded in timeBjoern Schiessle2013-11-271-0/+2
* switch from "name" attribute to "id"Bjoern Schiessle2013-11-271-1/+1
* show a message at the log-in screen if inital encryption take placeBjoern Schiessle2013-11-251-1/+3
* adding warning about failed apache module authThomas Müller2013-10-021-0/+6
* introduce OC_Util::rememberLoginAllowed()Bjoern Schiessle2013-09-241-1/+1
* don't remember login if the encrypion app is enabled because the userBjoern Schiessle2013-09-241-1/+2
* remove show password toggle from log in page, ref #4577 #4580Jan-Christoph Borchardt2013-08-281-3/+1
* check remember log in by default, ref #3918Jan-Christoph Borchardt2013-07-241-2/+2
* move password warning more relevant below password field, un-nest log in warningJan-Christoph Borchardt2013-04-171-17/+15
* explicitly add empty placeholder to inputs which use infield labels, fix #2049Jan-Christoph Borchardt2013-03-041-2/+2
* [core] From echo to pLukas Reschke2013-02-271-16/+16
* make show password not specific to log inJan-Christoph Borchardt2013-02-071-1/+1
* fix shorttag issue mentioned in #1357Jan-Christoph Borchardt2013-02-061-2/+2
* Merge pull request #1357 from owncloud/alternative-loging-masterThomas Müller2013-02-061-1/+15
|\
| * move inline style to CSS file, fix detailsJan-Christoph Borchardt2013-02-061-3/+3
| * add support for apps to register alternative login methodsThomas Mueller2013-01-291-1/+15
* | Password Toggle Support for Loginraghunayyar2013-02-031-2/+4
|/
* Move timezone check to external JSLukas Reschke2013-01-211-6/+1
* Spaces to tabsBart Visscher2013-01-161-43/+43
* setting the timezone is now part of the login process and true part of the core.Thomas Müller2012-12-201-29/+47
* tweak icons for username and password fields, now it’s goodJan-Christoph Borchardt2012-12-121-0/+2
* icons for username and password field, not sure if it’s goodJan-Christoph Borchardt2012-12-111-2/+2
* Merge pull request #721 from owncloud/improve-installation-and-loginBart Visscher2012-12-071-3/+3
|\
| * add primary action button in fitting subtle dark blueJan-Christoph Borchardt2012-12-051-1/+1
| * group related input fields visuallyJan-Christoph Borchardt2012-12-041-2/+2
* | Merge pull request #182 from owncloud/fix-redirectBart Visscher2012-12-071-1/+1
|\ \ | |/ |/|
| * Make the redirect_url working againLukas Reschke2012-10-311-1/+1
* | Fix lostpassword url generationBart Visscher2012-11-161-1/+1
|/
* avoid undefined index warning on login pageMichael Göhler2012-10-151-2/+2
* extend logon page to display multiple error messagesMichael Göhler2012-10-141-2/+13
* reload the current url when login in instead of always redirecting to the def...Robin Appelman2012-09-301-1/+1
* Removed sectokenLukas Reschke2012-09-291-1/+0
* Use OC_Util::displayLoginPage and cleanup the functionBart Visscher2012-08-101-3/+3
* remove second "autocomplete" statementBjoern Schiessle2012-07-181-1/+1
* remember username and provide autocomplete featureBjoern Schiessle2012-07-181-1/+1
* use new sanitizeHTML() functionBjoern Schiessle2012-06-211-1/+1
* Make some apps compatibleLukas Reschke2012-06-111-1/+1
* add htmlentities() call into login formMichiel de Jong2012-05-181-1/+1