Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remember username and provide autocomplete feature | Bjoern Schiessle | 2012-07-18 | 1 | -1/+1 |
| | |||||
* | Contacts: Implement CSRF prevention. | Thomas Tanghus | 2012-06-14 | 1 | -1/+1 |
| | |||||
* | Backport CSRF prevention. | Thomas Tanghus | 2012-06-14 | 1 | -0/+10 |
| | |||||
* | add htmlentities() call into login form | Michiel de Jong | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | Merge commit 'refs/merge-requests/115' of ↵ | Michael Gapczynski | 2012-05-17 | 1 | -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 Kuznetsov | 2012-05-10 | 1 | -1/+1 |
| | | | | | | | | utf8-encoded directory names for example) | ||||
* | | Sanitize search queries, thanks to Lukas Reschke | Michael Gapczynski | 2012-05-13 | 1 | -1/+1 |
| | | |||||
* | | Remove duplicate line | Bart Visscher | 2012-05-11 | 1 | -1/+0 |
|/ | |||||
* | Made the global settings icon accessable via keyboard. | Thomas Tanghus | 2012-05-04 | 1 | -1/+1 |
| | | | | Bug http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-561 | ||||
* | add appswebroot to the guest template | Georg Ehrke | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | show the username in the title. good idea. | Frank Karlitschek | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into movable_apps_2 | Georg Ehrke | 2012-04-27 | 1 | -0/+1 |
|\ | |||||
| * | some more csrf fixes | Frank Karlitschek | 2012-04-26 | 1 | -0/+1 |
| | | |||||
* | | fix loading of css files that are core related | Georg Ehrke | 2012-04-26 | 1 | -0/+1 |
| | | |||||
* | | fix position of Semicolon | Georg Ehrke | 2012-04-24 | 1 | -1/+1 |
| | | |||||
* | | fix pathes in contacts | Georg Ehrke | 2012-04-24 | 1 | -0/+1 |
|/ | |||||
* | fix 2 potential xss problems | Robin Appelman | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | updated logos and icons | Jan-Christoph Borchardt | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | fixed settings hover, now whole row sensitive and fading not jerky | Jan-Christoph Borchardt | 2012-04-15 | 1 | -1/+1 |
| | |||||
* | add a title attribute to the logout button | Frank Karlitschek | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | prevent an possible xss exploit | Robin Appelman | 2012-04-01 | 1 | -1/+1 |
| | |||||
* | IE 8: fix appeareance of checkboxes on login and files pages | Arthur Schiwon | 2012-03-29 | 1 | -0/+1 |
| | |||||
* | add error 403 site | Georg Ehrke | 2012-03-25 | 1 | -0/+15 |
| | |||||
* | Added category editor for apps using OC_VObjects. | Thomas Tanghus | 2012-03-12 | 1 | -0/+16 |
| | |||||
* | UI problems solved. Bookmarks app updated. | Marvin Thomas Rabe | 2012-02-22 | 1 | -2/+2 |
| | |||||
* | Add application name to title | Bart Visscher | 2012-02-12 | 1 | -1/+1 |
| | |||||
* | automatically show advanced options when no sqlite is availablev3.0 | Robin Appelman | 2012-01-29 | 1 | -0/+3 |
| | |||||
* | Initialise hasOtherDB var when not true in installation | Brice Maron | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | added code and license links next to version number | Jan-Christoph Borchardt | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | redirect url fixed | Marvin Thomas Rabe | 2011-10-04 | 1 | -0/+1 |
| | |||||
* | Move lostpassword to core dir | Bart Visscher | 2011-10-03 | 1 | -1/+1 |
| | |||||
* | added infield labels. readded fade in of login button. updated label on ↵ | Marvin Thomas Rabe | 2011-10-03 | 2 | -10/+34 |
| | | | | install page. | ||||
* | Show database only in advanced | Marvin Thomas Rabe | 2011-10-03 | 1 | -9/+9 |
| | |||||
* | fixed link to password recovery. removed duplicated and unused code out of ↵ | Marvin Thomas Rabe | 2011-10-01 | 1 | -10/+4 |
| | | | | index.php. | ||||
* | Merge branch 'lostpassword' | Bart Visscher | 2011-09-30 | 3 | -26/+2 |
|\ | | | | | | | | | | | | | Conflicts: core/templates/login.php index.php lib/util.php | ||||
| * | Move lostpassword code to own app | Bart Visscher | 2011-09-26 | 3 | -25/+1 |
| | | |||||
* | | show typed in username when log in has failed | Marvin Thomas Rabe | 2011-09-30 | 1 | -2/+2 |
| | | |||||
* | | added text to localisation | Marvin Thomas Rabe | 2011-09-30 | 1 | -5/+5 |
| | | |||||
* | | Error when only oc_remember_login cookie set fixed. | Marvin Thomas Rabe | 2011-09-30 | 2 | -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 unobtrusively | Jan-Christoph Borchardt | 2011-09-28 | 1 | -1/+1 |
|/ | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 2 | -2/+2 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | small wording changes | Jan-Christoph Borchardt | 2011-09-04 | 1 | -2/+2 |
| | |||||
* | updated translations | Jan-Christoph Borchardt | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | clarified what we do | Jan-Christoph Borchardt | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | hid localhost field for SQLite | Jan-Christoph Borchardt | 2011-09-04 | 1 | -2/+0 |
| | |||||
* | removed database table prefix choice, use oc_ | Jan-Christoph Borchardt | 2011-09-04 | 1 | -2/+0 |
| | |||||
* | added labels for the other advanced fields, thanks to Elias Probst for the ↵ | Jan-Christoph Borchardt | 2011-08-30 | 1 | -2/+2 |
| | | | | suggestion | ||||
* | Cleanup in login templates and link to lost password reset | Michael Gapczynski | 2011-08-29 | 3 | -14/+13 |
| | |||||
* | Initial work on resetting forgotten passwords. It works, but still need to ↵ | Michael Gapczynski | 2011-08-29 | 2 | -0/+25 |
| | | | | email a token to allow reset | ||||
* | Revert "Style searchbox like other textboxes" | Jan-Christoph Borchardt | 2011-08-27 | 1 | -2/+2 |
| | | | | | The search box style is a design decision, search boxes are always styled differently from other inputs. This reverts commit 9d48ca75ff5eba2a7ad3af2423388d4ab5e92d8c. |