Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3002 from owncloud/priorize_common_languages | Bart Visscher | 2013-04-26 | 1 | -0/+3 |
|\ | | | | | Priorize common languages. | ||||
| * | Make divider not selectable | kondou | 2013-04-19 | 1 | -4/+3 |
| | | | | | | | | Very hacky | ||||
| * | Priorize common languages. | kondou | 2013-04-18 | 1 | -0/+4 |
| | | |||||
* | | Fixed comment in personal.js. Changed message text in changedisplayname.php. | David Reagan | 2013-04-23 | 1 | -1/+1 |
| | | |||||
* | | Made saving the display name work the same way as the email address. Fixed a ↵ | David Reagan | 2013-04-23 | 1 | -36/+42 |
|/ | | | | few comparison operators. Increased the fadeOut time for the success and error messages. | ||||
* | Removed extra id from jquery selectors. Remove console.log call. Removed ↵ | David Reagan | 2013-04-16 | 1 | -4/+2 |
| | | | | commented code. | ||||
* | Modified how the #lostpassword or #email fields save email addresses on the ↵ | David Reagan | 2013-04-16 | 1 | -12/+24 |
| | | | | Personal settings page. It now saves one second after the last keyup event, instead of after a blur event. | ||||
* | Merge branch 'master' of github.com:owncloud/core into issue_1776 | Qingping Hou | 2013-02-25 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: core/templates/layout.user.php | ||||
* | | add span tag to displayname on expand button | Qingping Hou | 2013-02-25 | 1 | -3/+1 |
| | | |||||
* | | update oldDisplayName value on displayName change | Qingping Hou | 2013-02-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | This patch fixes a bug that can be reproduced in following way: 1. change displayName 2. clear text in displayName input click change again Then you will get an error and previous displayName will be restored. Expected behavior should restore the new updated displayName. | ||||
* | | when user changes displayName, also update it on expand button | Qingping Hou | 2013-02-24 | 1 | -1/+5 |
|/ | |||||
* | let the user change his display name, if supported by the back-end | Björn Schießle | 2013-02-06 | 1 | -0/+27 |
| | |||||
* | Add missing ; to js code | Bart Visscher | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Fix password is being saved even if not changed | Bart Visscher | 2012-04-15 | 1 | -0/+4 |
| | | | | Fixes: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-303 | ||||
* | Add email field to personal preferences | Bart Visscher | 2011-09-26 | 1 | -0/+9 |
| | |||||
* | Better feedback for saving calendar and openid settings | Bart Visscher | 2011-09-11 | 1 | -8/+22 |
| | |||||
* | Use Chosen for language select form | Michael Gapczynski | 2011-08-27 | 1 | -1/+3 |
| | |||||
* | Add locale for password change error | Michael Gapczynski | 2011-08-27 | 1 | -1/+2 |
| | |||||
* | Fix changing password in personal page (not complete) | Michael Gapczynski | 2011-08-27 | 1 | -17/+23 |
| | |||||
* | Reload the personal page when a new language is set | Michael Gapczynski | 2011-08-27 | 1 | -0/+1 |
| | |||||
* | allow apps to register form for the settings and admin pages | Robin Appelman | 2011-08-23 | 1 | -0/+6 |
| | |||||
* | more fixes for Personal and Tipsy | Jan-Christoph Borchardt | 2011-08-14 | 1 | -0/+8 |
| | |||||
* | merged admin, help and settings to settings | Jan-Christoph Borchardt | 2011-08-13 | 1 | -0/+35 |