summaryrefslogtreecommitdiffstats
path: root/core/templates/login.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|\ | | | | Improve installation and login
| * 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 again
| * Make the redirect_url working againLukas Reschke2012-10-311-1/+1
| | | | | | | | Fixes #160
* | Fix lostpassword url generationBart Visscher2012-11-161-1/+1
|/ | | | Fixes issue #262
* 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 ↵Robin Appelman2012-09-301-1/+1
| | | | default app (oc-1873)
* Removed sectokenLukas Reschke2012-09-291-1/+0
| | | | | This token is completly useless since an attacker can easily extract it from the page.
* 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
|
* Merge commit 'refs/merge-requests/115' of ↵Michael Gapczynski2012-05-171-1/+1
|\ | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/115 Conflicts: apps/files/templates/index.php
| * Fix some non-utf8-friendly htmlentities (resulting in wrong display of ↵Vitaly Kuznetsov2012-05-101-1/+1
|/ | | | utf8-encoded directory names for example)
* some more csrf fixesFrank Karlitschek2012-04-261-0/+1
|
* prevent an possible xss exploitRobin Appelman2012-04-011-1/+1
|
* IE 8: fix appeareance of checkboxes on login and files pagesArthur Schiwon2012-03-291-0/+1
|
* redirect url fixedMarvin Thomas Rabe2011-10-041-0/+1
|
* Move lostpassword to core dirBart Visscher2011-10-031-1/+1
|
* added infield labels. readded fade in of login button. updated label on ↵Marvin Thomas Rabe2011-10-031-2/+8
| | | | install page.
* fixed link to password recovery. removed duplicated and unused code out of ↵Marvin Thomas Rabe2011-10-011-10/+4
| | | | index.php.
* Merge branch 'lostpassword'Bart Visscher2011-09-301-2/+2
|\ | | | | | | | | | | | | Conflicts: core/templates/login.php index.php lib/util.php
| * Move lostpassword code to own appBart Visscher2011-09-261-1/+1
| |
* | show typed in username when log in has failedMarvin Thomas Rabe2011-09-301-2/+2
| |
* | added text to localisationMarvin Thomas Rabe2011-09-301-5/+5
| |
* | Error when only oc_remember_login cookie set fixed.Marvin Thomas Rabe2011-09-301-6/+6
|/ | | | | | | | | | | Filled username field when oc_username is set repaired. Problems with "advanced settings" button in installation wizard fixed. CSS improved - login and installation now looks more clean. Request password link removed (email feature not implemented yet). Database radio button bugs removed. It is possible to have an empty database password, now ownCloud will support this "security issue". Ignore Mac OS X ".DSstore" files. Fade in/out of login button and remember checkbox removed due to some display errors.
* Cleanup in login templates and link to lost password resetMichael Gapczynski2011-08-291-10/+10
|
* optimized CSS, fixed login headerJan-Christoph Borchardt2011-08-081-23/+17
|
* hide log in button etc when form fields not filledJan-Christoph Borchardt2011-08-081-2/+2
|
* refactoring CSS part 1, input elementsJan-Christoph Borchardt2011-08-081-10/+8
|
* HTML5 form field placeholdersJan-Christoph Borchardt2011-08-081-4/+4
|
* fix login header for ieRobin Appelman2011-07-291-1/+5
|
* rewrote header in pure CSS, smaller, less obtrusiveJan-Christoph Borchardt2011-07-281-1/+1
|
* moved Remember login below password fieldJan-Christoph Borchardt2011-07-201-2/+2
|
* remember login addedBartek Przybylski2011-07-201-0/+7
|
* autofocus on the username field for setup & loginJan-Christoph Borchardt2011-07-061-1/+1
|
* moved core stuff to /coreJakob Sack2011-06-201-0/+14