Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | | | Merge pull request #4712 from owncloud/fileapi-foreward | Thomas Müller | 2013-09-13 | 21 | -2/+3696 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | - giving the user a new id for each test run in order to prevent reuse of e.g... | Thomas Müller | 2013-09-13 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | cleanup public storage interface a bit | Robin Appelman | 2013-09-12 | 1 | -46/+0 | |
| * | | | | | | | | | | | | | | | | Merge branch 'master' into fileapi-foreward | Robin Appelman | 2013-09-12 | 687 | -5744/+14825 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | adjust test cases to namespace changes | Robin Appelman | 2013-09-10 | 5 | -26/+26 | |
| * | | | | | | | | | | | | | | | | add storage backend interface to public namespace | Robin Appelman | 2013-09-10 | 3 | -2/+345 | |
| * | | | | | | | | | | | | | | | | improve phpdoc for the public files interface | Robin Appelman | 2013-09-10 | 4 | -51/+105 | |
| * | | | | | | | | | | | | | | | | move filesystem expceptions to global namespace | Robin Appelman | 2013-09-10 | 10 | -57/+99 | |
| * | | | | | | | | | | | | | | | | move public files api to a clearer namespace | Robin Appelman | 2013-09-10 | 3 | -13/+13 | |
| * | | | | | | | | | | | | | | | | update phpdoc for public fileapi | Robin Appelman | 2013-09-06 | 2 | -10/+10 | |
| * | | | | | | | | | | | | | | | | extract interfaces from fileapi for public namespace | Robin Appelman | 2013-09-06 | 6 | -3/+259 | |
| * | | | | | | | | | | | | | | | | use === | Robin Appelman | 2013-09-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Provide an implementation of the fileapi for oc6 build on top of the old api | Robin Appelman | 2013-09-01 | 13 | -1/+3045 | |
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #4840 from owncloud/adding-tb-master | Thomas Müller | 2013-09-13 | 2 | -33/+41 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | remove unused OC_L10N | Thomas Müller | 2013-09-13 | 1 | -1/+0 |