summaryrefslogtreecommitdiffstats
path: root/settings/js/personal.js
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use OC.Router.generate, TODO use cache, prepare for defaultavatarskondou2013-08-281-4/+4
| |
* | Continue work on cropperkondou2013-08-281-2/+3
| |
* | Have a controller instead ofo avatar.php and fix some cropper-designkondou2013-08-261-9/+16
| |
* | Use Jcrop, have inline errormsg, work on cropping, clean up, WIPkondou2013-08-251-13/+49
| |
* | Integrate newavatar.php into avatar.php by using GET, POST & DELETEkondou2013-08-251-3/+8
| |
* | Several improvementskondou2013-08-251-1/+1
| | | | | | | | | | | | | | | | - Don't use gravatars default avatars - Use "profile image" instead of "avatar" - Use <p> instead of tables - Ease updateAvatar() - Actually return something in \OCP\Avatar
* | Have a fancy uploadavatar buttonkondou2013-08-251-0/+4
| |
* | Refactor newavatar.php and show (for now) an alert on problems when setting ↵kondou2013-08-251-4/+13
| | | | | | | | new avatars
* | Have /avatar.php as a central avatar-pointkondou2013-08-251-3/+1
| |
* | Improve styling & enable avatar-upload at personal pagekondou2013-08-251-0/+8
| |
* | Modularize get(), async getAvatar, avatars @ usermgmtkondou2013-08-251-0/+24
|/ | | | And other small improvements
* Merge pull request #4262 from owncloud/fix_jslint_kondouChristopher2013-08-201-1/+1
|\ | | | | Fix some JSLint warnings
| * Fix some JSLint warningskondou2013-07-311-1/+1
| |
* | working decrypt files methodBjoern Schiessle2013-07-291-8/+49
| |
* | add ajax call to decrypt all filesBjörn Schießle2013-07-291-0/+13
|/ | | | | Conflicts: apps/files_encryption/lib/crypt.php
* Merge pull request #3002 from owncloud/priorize_common_languagesBart Visscher2013-04-261-0/+3
|\ | | | | Priorize common languages.
| * Make divider not selectablekondou2013-04-191-4/+3
| | | | | | | | Very hacky
| * Priorize common languages.kondou2013-04-181-0/+4
| |
* | Fixed comment in personal.js. Changed message text in changedisplayname.php.David Reagan2013-04-231-1/+1
| |
* | Made saving the display name work the same way as the email address. Fixed a ↵David Reagan2013-04-231-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 Reagan2013-04-161-4/+2
| | | | commented code.
* Modified how the #lostpassword or #email fields save email addresses on the ↵David Reagan2013-04-161-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_1776Qingping Hou2013-02-251-2/+2
|\ | | | | | | | | Conflicts: core/templates/layout.user.php
* | add span tag to displayname on expand buttonQingping Hou2013-02-251-3/+1
| |
* | update oldDisplayName value on displayName changeQingping Hou2013-02-241-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 buttonQingping Hou2013-02-241-1/+5
|/
* let the user change his display name, if supported by the back-endBjörn Schießle2013-02-061-0/+27
|
* Add missing ; to js codeBart Visscher2012-09-051-1/+1
|
* Fix password is being saved even if not changedBart Visscher2012-04-151-0/+4
| | | | Fixes: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-303
* Add email field to personal preferencesBart Visscher2011-09-261-0/+9
|
* Better feedback for saving calendar and openid settingsBart Visscher2011-09-111-8/+22
|
* Use Chosen for language select formMichael Gapczynski2011-08-271-1/+3
|
* Add locale for password change errorMichael Gapczynski2011-08-271-1/+2
|
* Fix changing password in personal page (not complete)Michael Gapczynski2011-08-271-17/+23
|
* Reload the personal page when a new language is setMichael Gapczynski2011-08-271-0/+1
|
* allow apps to register form for the settings and admin pagesRobin Appelman2011-08-231-0/+6
|
* more fixes for Personal and TipsyJan-Christoph Borchardt2011-08-141-0/+8
|
* merged admin, help and settings to settingsJan-Christoph Borchardt2011-08-131-0/+35