aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Fix spacing, have remove() and return JSON for custom-default-avatarskondou2013-08-253-72/+49
| * | | | | | | | | | | | | | | Remove gravatar and no-avatar functionality, prepare for default avatars even...kondou2013-08-2513-203/+45
| * | | | | | | | | | | | | | | Fix testDefaultAvatarkondou2013-08-251-1/+1
| * | | | | | | | | | | | | | | Integrate newavatar.php into avatar.php by using GET, POST & DELETEkondou2013-08-255-60/+66
| * | | | | | | | | | | | | | | Clean up and prepare a bit for custom default avatarskondou2013-08-252-12/+7
| * | | | | | | | | | | | | | | Deny access for non-users and add a (not-working) override buttonkondou2013-08-252-0/+6
| * | | | | | | | | | | | | | | Several improvementskondou2013-08-257-48/+49
| * | | | | | | | | | | | | | | Have a fancy uploadavatar buttonkondou2013-08-252-1/+6
| * | | | | | | | | | | | | | | Refactor newavatar.php and show (for now) an alert on problems when setting n...kondou2013-08-253-24/+37
| * | | | | | | | | | | | | | | Use avatar.php in user-managementkondou2013-08-251-1/+1
| * | | | | | | | | | | | | | | Show avatar on personal.php always (except if avatars are disabled)kondou2013-08-251-5/+11
| * | | | | | | | | | | | | | | Have /avatar.php as a central avatar-pointkondou2013-08-257-66/+82
| * | | | | | | | | | | | | | | Improve styling & enable avatar-upload at personal pagekondou2013-08-2510-21/+44
| * | | | | | | | | | | | | | | Load avatar from path, if one's providedkondou2013-08-252-13/+9
| * | | | | | | | | | | | | | | Add unittests & check filetype in setLocalAvatar()kondou2013-08-254-8/+73
| * | | | | | | | | | | | | | | Modularize get(), async getAvatar, avatars @ usermgmtkondou2013-08-2514-24/+187
| * | | | | | | | | | | | | | | Add basic avatars and gravatarkondou2013-08-2513-0/+158
* | | | | | | | | | | | | | | | Merge pull request #4501 from owncloud/ajaxfilelistThomas Müller2013-09-1420-258/+737
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fixed files_trashbin to also use hash URL part for IE8Vincent Petry2013-09-132-2/+27
| * | | | | | | | | | | | | | | | Use hash part of URL for IE8 in files appVincent Petry2013-09-134-16/+84
| * | | | | | | | | | | | | | | | Fixed loading mask/spinner to stay fixed on scrollVincent Petry2013-09-131-1/+1
| * | | | | | | | | | | | | | | | Fixed JS error in trashbin appVincent Petry2013-09-131-0/+4
| * | | | | | | | | | | | | | | | Changed breadcrumb event handling to not use delegateVincent Petry2013-09-131-4/+3
| * | | | | | | | | | | | | | | | Fixed ajax support to also update the current dir permissionsVincent Petry2013-09-135-21/+45
| * | | | | | | | | | | | | | | | Added missing "files" JS to files_trashbin moduleVincent Petry2013-09-131-0/+1
| * | | | | | | | | | | | | | | | update file summary on ajax file list loadThomas Müller2013-09-131-0/+1
| * | | | | | | | | | | | | | | | fixing breadcrumbs on ajax loading of filesThomas Müller2013-09-133-65/+78
| * | | | | | | | | | | | | | | | calling replaceSVG() to display breadcrumb images correctly on IE8Thomas Müller2013-09-131-0/+6
| * | | | | | | | | | | | | | | | fixing no-repeat for IE8Thomas Müller2013-09-131-0/+1
| * | | | | | | | | | | | | | | | Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-1320-181/+518
* | | | | | | | | | | | | | | | | Merge pull request #4806 from owncloud/oc-dialogs-pageleaveThomas Tanghus2013-09-141-8/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Save two linesThomas Tanghus2013-09-111-3/+1
| * | | | | | | | | | | | | | | | Remove test error :PThomas Tanghus2013-09-111-1/+1
| * | | | | | | | | | | | | | | | Don't popup meaningless alerts when dialog called on page leaveThomas Tanghus2013-09-111-9/+21
* | | | | | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-13170-789/+3738
* | | | | | | | | | | | | | | | | Merge pull request #4712 from owncloud/fileapi-forewardThomas Müller2013-09-1321-2/+3696
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | - giving the user a new id for each test run in order to prevent reuse of e.g...Thomas Müller2013-09-131-1/+2
| * | | | | | | | | | | | | | | | cleanup public storage interface a bitRobin Appelman2013-09-121-46/+0
| * | | | | | | | | | | | | | | | Merge branch 'master' into fileapi-forewardRobin Appelman2013-09-12687-5744/+14825
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | adjust test cases to namespace changesRobin Appelman2013-09-105-26/+26
| * | | | | | | | | | | | | | | | add storage backend interface to public namespaceRobin Appelman2013-09-103-2/+345
| * | | | | | | | | | | | | | | | improve phpdoc for the public files interfaceRobin Appelman2013-09-104-51/+105
| * | | | | | | | | | | | | | | | move filesystem expceptions to global namespaceRobin Appelman2013-09-1010-57/+99
| * | | | | | | | | | | | | | | | move public files api to a clearer namespaceRobin Appelman2013-09-103-13/+13
| * | | | | | | | | | | | | | | | update phpdoc for public fileapiRobin Appelman2013-09-062-10/+10
| * | | | | | | | | | | | | | | | extract interfaces from fileapi for public namespaceRobin Appelman2013-09-066-3/+259
| * | | | | | | | | | | | | | | | use ===Robin Appelman2013-09-061-1/+1
| * | | | | | | | | | | | | | | | Provide an implementation of the fileapi for oc6 build on top of the old apiRobin Appelman2013-09-0113-1/+3045
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #4840 from owncloud/adding-tb-masterThomas Müller2013-09-132-33/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | remove unused OC_L10NThomas Müller2013-09-131-1/+0