summaryrefslogtreecommitdiffstats
path: root/settings/js/personal.js
Commit message (Expand)AuthorAgeFilesLines
* Don't use placeholder for password in IE8 & 9Morris Jobke2015-03-261-1/+7
* Merge pull request #10599 from owncloud/move_passwordchange_textLukas Reschke2015-02-241-4/+9
|\
| * Make the password changed msg inline to fix #10242kondou2015-02-111-4/+9
* | Encode Requesttoken for avatarsLukas Reschke2015-02-171-2/+2
|/
* Fix js error in personal settings if there is no password fieldRobin Appelman2015-01-091-1/+3
* Merge pull request #12921 from owncloud/user-mail-user-managementThomas Müller2014-12-191-3/+14
|\
| * Mail address of users is now changable in the user managementMorris Jobke2014-12-181-3/+14
* | load showpassord.js conditionally in the template only if neededThomas Müller2014-12-161-0/+1
|/
* bower zxcvbnMorris Jobke2014-11-061-1/+1
* Add unit tests and fix rootcerts creation bugLukas Reschke2014-08-311-1/+1
* Cleanup routesRobin Appelman2014-08-311-2/+1
* Move certificate management interface from files_external to coreRobin Appelman2014-08-311-87/+128
* remove obsolete placeholder call, fix #8881Jan-Christoph Borchardt2014-06-041-2/+0
* add missing placeholder shim for change password fields in IE8/9Jan-Christoph Borchardt2014-06-031-0/+2
* prevent pageload if pressed enter on name email changeVolkan Gezer2014-05-301-1/+1
* fix typo encryptionVolkan Gezer2014-05-151-2/+2
* backup the encryption key after the encryption was disabled so that the userBjoern Schiessle2014-05-131-9/+52
* Merge pull request #8069 from owncloud/fix-localization-issues-with-file-encr...Björn Schießle2014-04-111-1/+1
|\
| * Fix some localization issues with file encryption/decription stringsVolkan Gezer2014-04-051-1/+1
* | reduce code duplication, fix parse error, prevent page reload on hitting ente...Thomas Müller2014-04-071-50/+47
|/
* Use $.hide() instead of .hidden for nowkondou2014-03-121-3/+3
* Remove OC.Router usagekondou2014-03-121-7/+8
* Merge branch 'master' into hide_remove_image_avatarkondou2014-03-121-5/+5
|\
| * Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-021-5/+5
* | Merge branch 'master' into hide_remove_image_avatarkondou2014-02-281-22/+2
|\|
| * Merge pull request #7174 from owncloud/issue/7166Jan-Christoph Borchardt2014-02-261-22/+0
| |\
| | * Remove duplicated definition and move OC.msg to js/js.jsJoas Schilling2014-02-191-22/+0
| * | do not show display name on mobile when profile picture is presentJan-Christoph Borchardt2014-02-201-0/+2
* | | Use addClass('hidden') and removeClass('hidden')kondou2014-02-211-3/+3
* | | Hide remove image, if there's no custom avatarkondou2014-02-201-0/+14
|/ /
* / Add event parameter to keyup eventJoas Schilling2014-02-191-1/+1
|/
* Fix implied evals and doubled definition of variableMorris Jobke2014-02-071-2/+2
* disable button and input field during decryptionBjoern Schiessle2014-01-241-0/+5
* remove the form, it isn't needed hereBjoern Schiessle2014-01-241-3/+2
* Merge pull request #6234 from owncloud/change-email-by-enterJan-Christoph Borchardt2014-01-231-0/+17
|\
| * fix double call of changeEmailAddress()Morris Jobke2014-01-181-0/+5
| * fix typoMorris Jobke2013-12-091-1/+1
| * change mail address by pressing enter - fixes #6179Morris Jobke2013-12-071-0/+12
* | Indicate password strength using strengthifyMorris Jobke2014-01-151-0/+12
|/
* - show a spinner while decrypting files if the encryption app was disabledBjoern Schiessle2013-11-201-5/+5
* Puts the language divider in place. thanks @Kondou-ger ;)raghunayyar2013-10-111-4/+0
* Uniform Styles and Indentation Fixes for Personal Blockraghunayyar2013-10-111-1/+0
* Fixed display name change for IE8Vincent Petry2013-10-111-1/+1
* Hide defaultavatar in #header and don't darken proper avatars in #headerkondou2013-10-041-4/+8
* Have uniform (wrong) indentionkondou2013-09-281-1/+1
* Base defaultavatar text on displaynamekondou2013-09-281-0/+1
* Merge pull request #4745 from owncloud/split_personal-user_passwordchangeBart Visscher2013-09-181-4/+7
|\
| * Improve changepassword route namingkondou2013-09-131-1/+1
| * Merge branch 'master' into split_personal-user_passwordchangekondou2013-09-111-1/+1
| |\
| * | Split personal and user-mgmt password change logickondou2013-09-061-4/+7