Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | prevent pageload if pressed enter on name email change | Volkan Gezer | 2014-05-30 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #8663 from owncloud/files-dndissue | Lukas Reschke | 2014-05-30 | 4 | -6/+156 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix dropping files below the table | Vincent Petry | 2014-05-22 | 4 | -5/+15 | |
| * | | | | | | | | | Fixed drag and drop from external files, added tests | Vincent Petry | 2014-05-21 | 2 | -5/+145 | |
* | | | | | | | | | | Merge pull request #8781 from owncloud/add-a-warning-to-the-sample | Thomas Müller | 2014-05-30 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fix wording | Volkan Gezer | 2014-05-30 | 1 | -1/+1 | |
| * | | | | | | | | | | Add a warning to the configuration file | Lukas Reschke | 2014-05-29 | 1 | -0/+6 | |
* | | | | | | | | | | | Merge pull request #5365 from owncloud/filesize-improvements-32bit | Thomas Müller | 2014-05-30 | 9 | -93/+338 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Typo: getFileSizeViaDOM -> getFileSizeViaCOM | Andreas Fischer | 2014-05-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | Document exceptions thrown by \OC\LargeFileHelper. | Andreas Fischer | 2014-05-29 | 1 | -2/+7 | |
| * | | | | | | | | | | | Use "file size" instead of "filesize", then also apply camel case. | Andreas Fischer | 2014-05-29 | 2 | -40/+40 | |
| * | | | | | | | | | | | Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable. | Andreas Fischer | 2014-05-29 | 4 | -9/+31 | |
| * | | | | | | | | | | | Cast '{DAV:}getcontentlength' to number instead of int. | Andreas Fischer | 2014-05-29 | 2 | -2/+2 | |
| * | | | | | | | | | | | Cast to number instead of integer in OC\Files\Cache\HomeCache | Andreas Fischer | 2014-05-29 | 1 | -2/+4 | |
| * | | | | | | | | | | | Cast to number instead of integer in OC\Files\Cache\Cache | Andreas Fischer | 2014-05-29 | 1 | -5/+5 | |
| * | | | | | | | | | | | Add LargeFileHelper::__construct() verifying that our assumptions hold. | Andreas Fischer | 2014-05-29 | 1 | -0/+25 | |
| * | | | | | | | | | | | Add helper method for turning int|float into base-10 unsigned integer string. | Andreas Fischer | 2014-05-29 | 2 | -0/+70 | |
| * | | | | | | | | | | | Rename: LargeFileHelper -> LargeFileHelperGetFilesize | Andreas Fischer | 2014-05-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | Only call $this->filesize() for files. | Andreas Fischer | 2014-05-29 | 2 | -2/+2 | |
| * | | | | | | | | | | | Windows exec() implementation. | Andreas Fischer | 2014-05-29 | 1 | -6/+15 | |
| * | | | | | | | | | | | Output validation for exec() method. | Andreas Fischer | 2014-05-29 | 1 | -2/+7 | |
| * | | | | | | | | | | | Unit Tests for LargeFileHelper. | Andreas Fischer | 2014-05-29 | 1 | -0/+62 | |
| * | | | | | | | | | | | Refactor Large File handling code. | Andreas Fischer | 2014-05-29 | 3 | -131/+123 | |
| * | | | | | | | | | | | Cast to numeric instead of float, i.e. use an integer if possible. | Andreas Fischer | 2014-05-29 | 1 | -6/+6 | |
| * | | | | | | | | | | | Use CURL to get filesize on 32bit systems. | Andreas Fischer | 2014-05-29 | 1 | -11/+64 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #8778 from owncloud/storage-instanceof | icewind1991 | 2014-05-30 | 10 | -6/+65 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Pass any methods custom to specific storage implementations to the wrapped st... | Robin Appelman | 2014-05-29 | 1 | -0/+11 | |
| * | | | | | | | | | | Fix storage wrapper being called with null | Robin Appelman | 2014-05-29 | 1 | -1/+1 | |
| * | | | | | | | | | | Use instanceOfStorage instead of instanceof | Robin Appelman | 2014-05-29 | 3 | -3/+6 | |
| * | | | | | | | | | | Add $storage->instanceOfStorage to handle instanceof for storage wrappers | Robin Appelman | 2014-05-29 | 6 | -2/+47 | |
* | | | | | | | | | | | Merge pull request #8417 from owncloud/share-overview | Lukas Reschke | 2014-05-30 | 27 | -162/+1494 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fixed warning when file_target is not set | Vincent Petry | 2014-05-30 | 1 | -1/+3 | |
| * | | | | | | | | | | | Removed "Share with" column | Vincent Petry | 2014-05-30 | 3 | -17/+1 | |
| * | | | | | | | | | | | Fix fileList fallback in OC.Share for outside files app | Vincent Petry | 2014-05-30 | 1 | -3/+10 | |
| * | | | | | | | | | | | Added owner display name in action | Vincent Petry | 2014-05-30 | 3 | -1/+13 | |
| * | | | | | | | | | | | Sharing overview fixes and unit tests | Vincent Petry | 2014-05-30 | 14 | -70/+751 | |
| * | | | | | | | | | | | Fix table header colors | Vincent Petry | 2014-05-30 | 1 | -1/+7 | |
| * | | | | | | | | | | | Fix IE8 issue when icon is not defined | Vincent Petry | 2014-05-30 | 1 | -1/+1 | |
| * | | | | | | | | | | | Mimetype for sharing overview | Vincent Petry | 2014-05-30 | 2 | -4/+16 | |
| * | | | | | | | | | | | Distinguish legacy file actions from regular file actions | Vincent Petry | 2014-05-30 | 13 | -81/+183 | |
| * | | | | | | | | | | | Small fixes to sharing overview | Vincent Petry | 2014-05-30 | 2 | -1/+12 | |
| * | | | | | | | | | | | Added "dir" in file actions handler context and fixed versions | Vincent Petry | 2014-05-30 | 5 | -16/+62 | |
| * | | | | | | | | | | | Fixed navigation order | Vincent Petry | 2014-05-30 | 3 | -3/+8 | |
| * | | | | | | | | | | | Add unit tests for fileActionsReady | Vincent Petry | 2014-05-30 | 1 | -0/+14 | |
| * | | | | | | | | | | | Added unit test for file action context argument | Vincent Petry | 2014-05-30 | 1 | -4/+32 | |
| * | | | | | | | | | | | Removed selection checkboxes | Vincent Petry | 2014-05-30 | 1 | -9/+0 | |
| * | | | | | | | | | | | Fixed sharing permissions | Vincent Petry | 2014-05-30 | 1 | -2/+3 | |
| * | | | | | | | | | | | Fixed file actions for sharing views | Vincent Petry | 2014-05-30 | 8 | -49/+112 | |
| * | | | | | | | | | | | Improved FileActions with context | Vincent Petry | 2014-05-30 | 2 | -4/+17 | |
| * | | | | | | | | | | | Group shares by type | Vincent Petry | 2014-05-30 | 2 | -79/+75 |