Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parent().parent() -> closest() | Morris Jobke | 2013-12-06 | 1 | -1/+1 |
| | |||||
* | Fix full name edit for repetive edit | Morris Jobke | 2013-12-05 | 1 | -1/+4 |
| | | | | | | | fixes #6212 fixes the data attributes after edit fixes markup to successfully re-edit display name | ||||
* | - show a spinner while decrypting files if the encryption app was disabled | Bjoern Schiessle | 2013-11-20 | 1 | -5/+5 |
| | | | | - don't fade-out the decryption result | ||||
* | Improve quota input field | Vincent Petry | 2013-10-30 | 1 | -2/+11 |
| | | | | | | - Added tooltip with examples - The quota value returned by the server is now displayed after update - Fixes #5346 | ||||
* | Fixed wrong id when reading checkbox value for force SSL setting | Vincent Petry | 2013-10-23 | 1 | -1/+1 |
| | | | | Fixes #5488 | ||||
* | Added warning notification when user home already exists | Vincent Petry | 2013-10-22 | 1 | -0/+12 |
| | | | | | | | When creating a user and the home already exists in the data dir, a warning notification will be displayed. Fixes #5161 | ||||
* | Puts the language divider in place. thanks @Kondou-ger ;) | raghunayyar | 2013-10-11 | 1 | -4/+0 |
| | |||||
* | Uniform Styles and Indentation Fixes for Personal Block | raghunayyar | 2013-10-11 | 1 | -1/+0 |
| | |||||
* | Fixed display name change for IE8 | Vincent Petry | 2013-10-11 | 1 | -1/+1 |
| | | | | | | | | After saving the display name, the oldDisplayName field's value was wrongly set with text(), which would append the text inside the input element which is considered as an invalid operation in IE8. This fix for #5054 correctly puts the old value into the field with a val() call. | ||||
* | Fix new user avatar. Ref#5166 | Victor Dubiniuk | 2013-10-07 | 1 | -0/+6 |
| | |||||
* | Hide defaultavatar in #header and don't darken proper avatars in #header | kondou | 2013-10-04 | 1 | -4/+8 |
| | |||||
* | Have uniform (wrong) indention | kondou | 2013-09-28 | 1 | -1/+1 |
| | |||||
* | Base defaultavatar text on displayname | kondou | 2013-09-28 | 1 | -0/+1 |
| | | | | Fix #4876 | ||||
* | Fix the apps enabling/disabling in settings | Bart Visscher | 2013-09-20 | 1 | -1/+3 |
| | |||||
* | Merge pull request #4745 from owncloud/split_personal-user_passwordchange | Bart Visscher | 2013-09-18 | 2 | -5/+8 |
|\ | | | | | Split personal and user-mgmt password change logic | ||||
| * | Improve changepassword route naming | kondou | 2013-09-13 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into split_personal-user_passwordchange | kondou | 2013-09-11 | 2 | -5/+5 |
| |\ | |||||
| * | | Split personal and user-mgmt password change logic | kondou | 2013-09-06 | 2 | -5/+8 |
| | | | |||||
* | | | Merge pull request #4506 from owncloud/oc_avatars | Bernhard Posselt | 2013-09-14 | 1 | -0/+112 |
|\ \ \ | | | | | | | | | OC Avatars | ||||
| * \ \ | Merge branch 'master' into oc_avatars | kondou | 2013-09-12 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Have the "notsquare" error as data, not as message | kondou | 2013-09-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Clean up avatars and preliminary use JSON->rawlist.php | kondou | 2013-09-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix an IE8 bug with the avatarcropper. | kondou | 2013-09-05 | 1 | -9/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | 1. Crop an avatar 2. Crop another avatar without reloading -> Second cropper is 28px x 30px big | ||||
| * | | | Have login-checks and CSRF checks | kondou | 2013-09-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove backgroundcolor on updating avatar, and add a missing parameter | kondou | 2013-09-04 | 1 | -3/+8 |
| | | | | |||||
| * | | | Clean up oc_avatars | kondou | 2013-09-04 | 1 | -6/+8 |
| | | | | |||||
| * | | | Don't update avatar on displayNameChange anymore | kondou | 2013-09-04 | 1 | -1/+0 |
| | | | | |||||
| * | | | Fix unwanted caching in IE8 | kondou | 2013-09-03 | 1 | -4/+9 |
| | | | | |||||
| * | | | Partly fix cropper in IE8 and don't use a dialog for it | kondou | 2013-09-03 | 1 | -18/+20 |
| | | | | |||||
| * | | | Merge branch 'master' into oc_avatars | kondou | 2013-09-03 | 1 | -4/+4 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: config/config.sample.php | ||||
| * | | | | Fix some of @jancborchardt's complaints in oc_avatars | kondou | 2013-09-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix @tanghus's complains in avatars and clean up cropper after closing with "x" | kondou | 2013-09-01 | 1 | -2/+6 |
| | | | | | |||||
| * | | | | Sanitize displayname, respect data @ $element, fix routename, clean after ↵ | kondou | 2013-08-31 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | cropping, updateAvatar with displayname | ||||
| * | | | | Merge branch 'master' into oc_avatars | kondou | 2013-08-31 | 1 | -1/+9 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitests | kondou | 2013-08-30 | 1 | -16/+18 |
| | | | | | |||||
| * | | | | Use OC_Cache and finish cropper functionality | kondou | 2013-08-29 | 1 | -7/+4 |
| | | | | | |||||
| * | | | | Use defaultavatars | kondou | 2013-08-29 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Use OC.Router.generate, TODO use cache, prepare for defaultavatars | kondou | 2013-08-28 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Continue work on cropper | kondou | 2013-08-28 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | Have a controller instead ofo avatar.php and fix some cropper-design | kondou | 2013-08-26 | 1 | -9/+16 |
| | | | | | |||||
| * | | | | Use Jcrop, have inline errormsg, work on cropping, clean up, WIP | kondou | 2013-08-25 | 1 | -13/+49 |
| | | | | | |||||
| * | | | | Remove gravatar and no-avatar functionality, prepare for default avatars ↵ | kondou | 2013-08-25 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | even more and reword some stuff | ||||
| * | | | | Integrate newavatar.php into avatar.php by using GET, POST & DELETE | kondou | 2013-08-25 | 1 | -3/+8 |
| | | | | | |||||
| * | | | | Several improvements | kondou | 2013-08-25 | 1 | -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 button | kondou | 2013-08-25 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Refactor newavatar.php and show (for now) an alert on problems when setting ↵ | kondou | 2013-08-25 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | new avatars | ||||
| * | | | | Have /avatar.php as a central avatar-point | kondou | 2013-08-25 | 1 | -3/+1 |
| | | | | | |||||
| * | | | | Improve styling & enable avatar-upload at personal page | kondou | 2013-08-25 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | Modularize get(), async getAvatar, avatars @ usermgmt | kondou | 2013-08-25 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | And other small improvements | ||||
| * | | | | Add basic avatars and gravatar | kondou | 2013-08-25 | 1 | -0/+6 |
| | | | | |