| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | Fix \OCP\Avatar | kondou | 2013-08-30 | 1 | -17/+1 |
| * | | | | | | | | | Clean up | kondou | 2013-08-30 | 3 | -4/+3 |
| * | | | | | | | | | Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitests | kondou | 2013-08-30 | 7 | -37/+55 |
| * | | | | | | | | | Use OC_Cache and finish cropper functionality | kondou | 2013-08-29 | 3 | -38/+13 |
| * | | | | | | | | | Use defaultavatars | kondou | 2013-08-29 | 11 | -11/+60 |
| * | | | | | | | | | Include placeholder.js | kondou | 2013-08-28 | 1 | -2/+2 |
| * | | | | | | | | | Merge branch 'master' into oc_avatars | kondou | 2013-08-28 | 7 | -3/+132 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Use OC.Router.generate, TODO use cache, prepare for defaultavatars | kondou | 2013-08-28 | 4 | -18/+7 |
| * | | | | | | | | | | Merge branch 'master' into oc_avatars | kondou | 2013-08-28 | 541 | -8194/+13990 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Continue work on cropper | kondou | 2013-08-28 | 9 | -24/+91 |
| * | | | | | | | | | | | Translate "Permission denied" & use class-autoloader | kondou | 2013-08-27 | 2 | -8/+8 |
| * | | | | | | | | | | | Clean up some cruft | kondou | 2013-08-26 | 4 | -9/+2 |
| * | | | | | | | | | | | Have a controller instead ofo avatar.php and fix some cropper-design | kondou | 2013-08-26 | 7 | -96/+128 |
| * | | | | | | | | | | | Use Jcrop, have inline errormsg, work on cropping, clean up, WIP | kondou | 2013-08-25 | 8 | -26/+94 |
| * | | | | | | | | | | | Fix avatar-unittest | kondou | 2013-08-25 | 1 | -2/+2 |
| * | | | | | | | | | | | Fix spacing, have remove() and return JSON for custom-default-avatars | kondou | 2013-08-25 | 3 | -72/+49 |
| * | | | | | | | | | | | Remove gravatar and no-avatar functionality, prepare for default avatars even... | kondou | 2013-08-25 | 13 | -203/+45 |
| * | | | | | | | | | | | Fix testDefaultAvatar | kondou | 2013-08-25 | 1 | -1/+1 |
| * | | | | | | | | | | | Integrate newavatar.php into avatar.php by using GET, POST & DELETE | kondou | 2013-08-25 | 5 | -60/+66 |
| * | | | | | | | | | | | Clean up and prepare a bit for custom default avatars | kondou | 2013-08-25 | 2 | -12/+7 |
| * | | | | | | | | | | | Deny access for non-users and add a (not-working) override button | kondou | 2013-08-25 | 2 | -0/+6 |
| * | | | | | | | | | | | Several improvements | kondou | 2013-08-25 | 7 | -48/+49 |
| * | | | | | | | | | | | 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 | 3 | -24/+37 |
| * | | | | | | | | | | | 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 | 7 | -66/+82 |
| * | | | | | | | | | | | Improve styling & enable avatar-upload at personal page | kondou | 2013-08-25 | 10 | -21/+44 |
| * | | | | | | | | | | | Load avatar from path, if one's provided | kondou | 2013-08-25 | 2 | -13/+9 |
| * | | | | | | | | | | | Add unittests & check filetype in setLocalAvatar() | kondou | 2013-08-25 | 4 | -8/+73 |
| * | | | | | | | | | | | Modularize get(), async getAvatar, avatars @ usermgmt | kondou | 2013-08-25 | 14 | -24/+187 |
| * | | | | | | | | | | | Add basic avatars and gravatar | kondou | 2013-08-25 | 13 | -0/+158 |
* | | | | | | | | | | | | Merge pull request #4501 from owncloud/ajaxfilelist | Thomas Müller | 2013-09-14 | 20 | -258/+737 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Fixed files_trashbin to also use hash URL part for IE8 | Vincent Petry | 2013-09-13 | 2 | -2/+27 |
| * | | | | | | | | | | | | Use hash part of URL for IE8 in files app | Vincent Petry | 2013-09-13 | 4 | -16/+84 |
| * | | | | | | | | | | | | Fixed loading mask/spinner to stay fixed on scroll | Vincent Petry | 2013-09-13 | 1 | -1/+1 |
| * | | | | | | | | | | | | Fixed JS error in trashbin app | Vincent Petry | 2013-09-13 | 1 | -0/+4 |
| * | | | | | | | | | | | | Changed breadcrumb event handling to not use delegate | Vincent Petry | 2013-09-13 | 1 | -4/+3 |
| * | | | | | | | | | | | | Fixed ajax support to also update the current dir permissions | Vincent Petry | 2013-09-13 | 5 | -21/+45 |
| * | | | | | | | | | | | | Added missing "files" JS to files_trashbin module | Vincent Petry | 2013-09-13 | 1 | -0/+1 |
| * | | | | | | | | | | | | update file summary on ajax file list load | Thomas Müller | 2013-09-13 | 1 | -0/+1 |
| * | | | | | | | | | | | | fixing breadcrumbs on ajax loading of files | Thomas Müller | 2013-09-13 | 3 | -65/+78 |
| * | | | | | | | | | | | | calling replaceSVG() to display breadcrumb images correctly on IE8 | Thomas Müller | 2013-09-13 | 1 | -0/+6 |
| * | | | | | | | | | | | | fixing no-repeat for IE8 | Thomas Müller | 2013-09-13 | 1 | -0/+1 |
| * | | | | | | | | | | | | Ajax calls for "files" and "files_trashbin" apps | Vincent Petry | 2013-09-13 | 20 | -181/+518 |
* | | | | | | | | | | | | | Merge pull request #4806 from owncloud/oc-dialogs-pageleave | Thomas Tanghus | 2013-09-14 | 1 | -8/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|/ / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Save two lines | Thomas Tanghus | 2013-09-11 | 1 | -3/+1 |
| * | | | | | | | | | | | | Remove test error :P | Thomas Tanghus | 2013-09-11 | 1 | -1/+1 |
| * | | | | | | | | | | | | Don't popup meaningless alerts when dialog called on page leave | Thomas Tanghus | 2013-09-11 | 1 | -9/+21 |
* | | | | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-13 | 170 | -789/+3738 |