| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #4506 from owncloud/oc_avatars | Bernhard Posselt | 2013-09-14 | 6 | -0/+150 |
|\ |
|
| * | Merge branch 'master' into oc_avatars | kondou | 2013-09-12 | 7 | -10/+67 |
| |\ |
|
| * | | Pass view in \OC_Avatar to constructor and use $_ for enable_avatars | kondou | 2013-09-09 | 4 | -3/+5 |
| * | | 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 | 2 | -2/+4 |
| * | | Fix an IE8 bug with the avatarcropper. | kondou | 2013-09-05 | 2 | -10/+12 |
| * | | 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 |
| * | | Merge branch 'master' into oc_avatars | kondou | 2013-09-04 | 2 | -2/+18 |
| |\ \ |
|
| * | | | 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 | 2 | -25/+34 |
| * | | | Merge branch 'master' into oc_avatars | kondou | 2013-09-03 | 5 | -6/+16 |
| |\ \ \ |
|
| * | | | | Fix some of @jancborchardt's complaints in oc_avatars | kondou | 2013-09-02 | 2 | -5/+5 |
| * | | | | Fix @tanghus's complains in avatars and clean up cropper after closing with "x" | kondou | 2013-09-01 | 1 | -2/+6 |
| * | | | | Provide 'enable_avatars' in config.php, to disable avatars | kondou | 2013-09-01 | 3 | -2/+10 |
| * | | | | Sanitize displayname, respect data @ $element, fix routename, clean after cro... | kondou | 2013-08-31 | 2 | -4/+2 |
| * | | | | Merge branch 'master' into oc_avatars | kondou | 2013-08-31 | 7 | -6/+147 |
| |\ \ \ \ |
|
| * | | | | | Clean up | kondou | 2013-08-30 | 1 | -1/+0 |
| * | | | | | 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 | 4 | -6/+4 |
| * | | | | | Include placeholder.js | kondou | 2013-08-28 | 1 | -2/+2 |
| * | | | | | Use OC.Router.generate, TODO use cache, prepare for defaultavatars | kondou | 2013-08-28 | 2 | -4/+6 |
| * | | | | | Merge branch 'master' into oc_avatars | kondou | 2013-08-28 | 61 | -287/+168 |
| |\ \ \ \ \ |
|
| * | | | | | | Continue work on cropper | kondou | 2013-08-28 | 1 | -2/+3 |
| * | | | | | | Clean up some cruft | kondou | 2013-08-26 | 2 | -4/+0 |
| * | | | | | | Have a controller instead ofo avatar.php and fix some cropper-design | kondou | 2013-08-26 | 3 | -12/+19 |
| * | | | | | | Use Jcrop, have inline errormsg, work on cropping, clean up, WIP | kondou | 2013-08-25 | 4 | -13/+54 |
| * | | | | | | Remove gravatar and no-avatar functionality, prepare for default avatars even... | kondou | 2013-08-25 | 8 | -71/+8 |
| * | | | | | | Integrate newavatar.php into avatar.php by using GET, POST & DELETE | kondou | 2013-08-25 | 4 | -39/+9 |
| * | | | | | | Deny access for non-users and add a (not-working) override button | kondou | 2013-08-25 | 1 | -0/+1 |
| * | | | | | | Several improvements | kondou | 2013-08-25 | 4 | -41/+33 |
| * | | | | | | Have a fancy uploadavatar button | kondou | 2013-08-25 | 2 | -1/+6 |
| * | | | | | | Refactor newavatar.php and show (for now) an alert on problems when setting n... | kondou | 2013-08-25 | 2 | -22/+33 |
| * | | | | | | Use avatar.php in user-management | kondou | 2013-08-25 | 1 | -1/+1 |
| * | | | | | | Show avatar on personal.php always (except if avatars are disabled) | kondou | 2013-08-25 | 1 | -5/+11 |
| * | | | | | | Have /avatar.php as a central avatar-point | kondou | 2013-08-25 | 2 | -5/+3 |
| * | | | | | | Improve styling & enable avatar-upload at personal page | kondou | 2013-08-25 | 6 | -18/+34 |
| * | | | | | | Load avatar from path, if one's provided | kondou | 2013-08-25 | 1 | -7/+3 |
| * | | | | | | Add unittests & check filetype in setLocalAvatar() | kondou | 2013-08-25 | 1 | -6/+4 |
| * | | | | | | Modularize get(), async getAvatar, avatars @ usermgmt | kondou | 2013-08-25 | 7 | -2/+71 |
| * | | | | | | Add basic avatars and gravatar | kondou | 2013-08-25 | 7 | -0/+72 |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-13 | 1 | -0/+48 |
* | | | | | | | Allow numeric group names | ringmaster | 2013-09-13 | 1 | -3/+3 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-10 | 2 | -0/+3 |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-08 | 1 | -0/+20 |
* | | | | | | Fix language selection; Fix #4756 | kondou | 2013-09-07 | 1 | -1/+1 |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-07 | 1 | -0/+14 |