summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | prevent pageload if pressed enter on name email changeVolkan Gezer2014-05-301-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #8663 from owncloud/files-dndissueLukas Reschke2014-05-304-6/+156
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix dropping files below the tableVincent Petry2014-05-224-5/+15
| * | | | | | | | | Fixed drag and drop from external files, added testsVincent Petry2014-05-212-5/+145
* | | | | | | | | | Merge pull request #8781 from owncloud/add-a-warning-to-the-sampleThomas Müller2014-05-301-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix wordingVolkan Gezer2014-05-301-1/+1
| * | | | | | | | | | Add a warning to the configuration fileLukas Reschke2014-05-291-0/+6
* | | | | | | | | | | Merge pull request #5365 from owncloud/filesize-improvements-32bitThomas Müller2014-05-309-93/+338
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Typo: getFileSizeViaDOM -> getFileSizeViaCOMAndreas Fischer2014-05-291-1/+1
| * | | | | | | | | | | Document exceptions thrown by \OC\LargeFileHelper.Andreas Fischer2014-05-291-2/+7
| * | | | | | | | | | | Use "file size" instead of "filesize", then also apply camel case.Andreas Fischer2014-05-292-40/+40
| * | | | | | | | | | | Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.Andreas Fischer2014-05-294-9/+31
| * | | | | | | | | | | Cast '{DAV:}getcontentlength' to number instead of int.Andreas Fischer2014-05-292-2/+2
| * | | | | | | | | | | Cast to number instead of integer in OC\Files\Cache\HomeCacheAndreas Fischer2014-05-291-2/+4
| * | | | | | | | | | | Cast to number instead of integer in OC\Files\Cache\CacheAndreas Fischer2014-05-291-5/+5
| * | | | | | | | | | | Add LargeFileHelper::__construct() verifying that our assumptions hold.Andreas Fischer2014-05-291-0/+25
| * | | | | | | | | | | Add helper method for turning int|float into base-10 unsigned integer string.Andreas Fischer2014-05-292-0/+70
| * | | | | | | | | | | Rename: LargeFileHelper -> LargeFileHelperGetFilesizeAndreas Fischer2014-05-291-1/+1
| * | | | | | | | | | | Only call $this->filesize() for files.Andreas Fischer2014-05-292-2/+2
| * | | | | | | | | | | Windows exec() implementation.Andreas Fischer2014-05-291-6/+15
| * | | | | | | | | | | Output validation for exec() method.Andreas Fischer2014-05-291-2/+7
| * | | | | | | | | | | Unit Tests for LargeFileHelper.Andreas Fischer2014-05-291-0/+62
| * | | | | | | | | | | Refactor Large File handling code.Andreas Fischer2014-05-293-131/+123
| * | | | | | | | | | | Cast to numeric instead of float, i.e. use an integer if possible.Andreas Fischer2014-05-291-6/+6
| * | | | | | | | | | | Use CURL to get filesize on 32bit systems.Andreas Fischer2014-05-291-11/+64
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #8778 from owncloud/storage-instanceoficewind19912014-05-3010-6/+65
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Pass any methods custom to specific storage implementations to the wrapped st...Robin Appelman2014-05-291-0/+11
| * | | | | | | | | | Fix storage wrapper being called with nullRobin Appelman2014-05-291-1/+1
| * | | | | | | | | | Use instanceOfStorage instead of instanceofRobin Appelman2014-05-293-3/+6
| * | | | | | | | | | Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-296-2/+47
* | | | | | | | | | | Merge pull request #8417 from owncloud/share-overviewLukas Reschke2014-05-3027-162/+1494
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fixed warning when file_target is not setVincent Petry2014-05-301-1/+3
| * | | | | | | | | | | Removed "Share with" columnVincent Petry2014-05-303-17/+1
| * | | | | | | | | | | Fix fileList fallback in OC.Share for outside files appVincent Petry2014-05-301-3/+10
| * | | | | | | | | | | Added owner display name in actionVincent Petry2014-05-303-1/+13
| * | | | | | | | | | | Sharing overview fixes and unit testsVincent Petry2014-05-3014-70/+751
| * | | | | | | | | | | Fix table header colorsVincent Petry2014-05-301-1/+7
| * | | | | | | | | | | Fix IE8 issue when icon is not definedVincent Petry2014-05-301-1/+1
| * | | | | | | | | | | Mimetype for sharing overviewVincent Petry2014-05-302-4/+16
| * | | | | | | | | | | Distinguish legacy file actions from regular file actionsVincent Petry2014-05-3013-81/+183
| * | | | | | | | | | | Small fixes to sharing overviewVincent Petry2014-05-302-1/+12
| * | | | | | | | | | | Added "dir" in file actions handler context and fixed versionsVincent Petry2014-05-305-16/+62
| * | | | | | | | | | | Fixed navigation orderVincent Petry2014-05-303-3/+8
| * | | | | | | | | | | Add unit tests for fileActionsReadyVincent Petry2014-05-301-0/+14
| * | | | | | | | | | | Added unit test for file action context argumentVincent Petry2014-05-301-4/+32
| * | | | | | | | | | | Removed selection checkboxesVincent Petry2014-05-301-9/+0
| * | | | | | | | | | | Fixed sharing permissionsVincent Petry2014-05-301-2/+3
| * | | | | | | | | | | Fixed file actions for sharing viewsVincent Petry2014-05-308-49/+112
| * | | | | | | | | | | Improved FileActions with contextVincent Petry2014-05-302-4/+17
| * | | | | | | | | | | Group shares by typeVincent Petry2014-05-302-79/+75