summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* remember username and provide autocomplete featureBjoern Schiessle2012-07-181-1/+1
|
* Contacts: Implement CSRF prevention.Thomas Tanghus2012-06-141-1/+1
|
* Backport CSRF prevention.Thomas Tanghus2012-06-141-0/+10
|
* 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)
* | Sanitize search queries, thanks to Lukas ReschkeMichael Gapczynski2012-05-131-1/+1
| |
* | Remove duplicate lineBart Visscher2012-05-111-1/+0
|/
* Made the global settings icon accessable via keyboard.Thomas Tanghus2012-05-041-1/+1
| | | | Bug http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-561
* add appswebroot to the guest templateGeorg Ehrke2012-05-021-0/+1
|
* show the username in the title. good idea.Frank Karlitschek2012-04-301-1/+1
|
* Merge branch 'master' into movable_apps_2Georg Ehrke2012-04-271-0/+1
|\
| * some more csrf fixesFrank Karlitschek2012-04-261-0/+1
| |
* | fix loading of css files that are core relatedGeorg Ehrke2012-04-261-0/+1
| |
* | fix position of SemicolonGeorg Ehrke2012-04-241-1/+1
| |
* | fix pathes in contactsGeorg Ehrke2012-04-241-0/+1
|/
* fix 2 potential xss problemsRobin Appelman2012-04-161-1/+1
|
* updated logos and iconsJan-Christoph Borchardt2012-04-161-1/+1
|
* fixed settings hover, now whole row sensitive and fading not jerkyJan-Christoph Borchardt2012-04-151-1/+1
|
* add a title attribute to the logout buttonFrank Karlitschek2012-04-121-1/+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
|
* add error 403 siteGeorg Ehrke2012-03-251-0/+15
|
* Added category editor for apps using OC_VObjects.Thomas Tanghus2012-03-121-0/+16
|
* UI problems solved. Bookmarks app updated.Marvin Thomas Rabe2012-02-221-2/+2
|
* Add application name to titleBart Visscher2012-02-121-1/+1
|
* automatically show advanced options when no sqlite is availablev3.0Robin Appelman2012-01-291-0/+3
|
* Initialise hasOtherDB var when not true in installationBrice Maron2011-10-141-1/+1
|
* added code and license links next to version numberJan-Christoph Borchardt2011-10-081-1/+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-032-10/+34
| | | | install page.
* Show database only in advancedMarvin Thomas Rabe2011-10-031-9/+9
|
* 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-303-26/+2
|\ | | | | | | | | | | | | Conflicts: core/templates/login.php index.php lib/util.php
| * Move lostpassword code to own appBart Visscher2011-09-263-25/+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-302-16/+17
| | | | | | | | | | | | | | | | | | | | | | 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.
* | changed short description and styled unobtrusivelyJan-Christoph Borchardt2011-09-281-1/+1
|/
* Remove global vars and use the OC static version.Bart Visscher2011-09-182-2/+2
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* small wording changesJan-Christoph Borchardt2011-09-041-2/+2
|
* updated translationsJan-Christoph Borchardt2011-09-041-1/+1
|
* clarified what we doJan-Christoph Borchardt2011-09-041-1/+1
|
* hid localhost field for SQLiteJan-Christoph Borchardt2011-09-041-2/+0
|
* removed database table prefix choice, use oc_Jan-Christoph Borchardt2011-09-041-2/+0
|
* added labels for the other advanced fields, thanks to Elias Probst for the ↵Jan-Christoph Borchardt2011-08-301-2/+2
| | | | suggestion
* Cleanup in login templates and link to lost password resetMichael Gapczynski2011-08-293-14/+13
|
* Initial work on resetting forgotten passwords. It works, but still need to ↵Michael Gapczynski2011-08-292-0/+25
| | | | email a token to allow reset
* Revert "Style searchbox like other textboxes"Jan-Christoph Borchardt2011-08-271-2/+2
| | | | | The search box style is a design decision, search boxes are always styled differently from other inputs. This reverts commit 9d48ca75ff5eba2a7ad3af2423388d4ab5e92d8c.