Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix cross storage move with shared storages | Robin Appelman | 2015-04-13 | 1 | -10/+7 |
| | |||||
* | check that we know the parent | Robin Appelman | 2015-04-13 | 1 | -3/+5 |
| | |||||
* | check for source cache | Robin Appelman | 2015-04-13 | 1 | -1/+3 |
| | |||||
* | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 1 | -7/+2 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+22 |
| | |||||
* | Fix size propagation over shared storage boundary | Vincent Petry | 2015-03-05 | 1 | -0/+22 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -22/+14 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -14/+22 |
| | |||||
* | Cleanup of PHPDoc return types | Robin McCorkell | 2015-01-16 | 1 | -4/+4 |
| | |||||
* | Fix issues with searchByTag in shared storage | Vincent Petry | 2014-12-18 | 1 | -12/+22 |
| | |||||
* | Make $userId mandatory for searchByTags | Vincent Petry | 2014-12-12 | 1 | -1/+1 |
| | | | | | | | $userId is now a mandatory parameter for searchByTags. Also fixed some places in the code where the argument was missing (Node API and View) | ||||
* | Added searchByTags to view, storage and cache | Vincent Petry | 2014-12-11 | 1 | -0/+40 |
| | |||||
* | Dont return cached date in shared cache when the file doesn't exist | Robin Appelman | 2014-12-02 | 1 | -10/+12 |
| | |||||
* | Fix shared cache getFolderContents | Robin Appelman | 2014-10-24 | 1 | -17/+14 |
| | |||||
* | trim leading slash | Robin Appelman | 2014-08-06 | 1 | -1/+1 |
| | |||||
* | Fix SharedCache::getPathById | Robin Appelman | 2014-08-06 | 1 | -20/+6 |
| | |||||
* | traverse folders in php to search in shared files | Jörn Friedrich Dreyer | 2014-07-31 | 1 | -59/+26 |
| | |||||
* | Correctly return the owner display name for children of shares | Vincent Petry | 2014-07-16 | 1 | -1/+1 |
| | |||||
* | make sure that we always return the correct permissions | Bjoern Schiessle | 2014-06-24 | 1 | -3/+3 |
| | |||||
* | Use &= | Robin Appelman | 2014-06-09 | 1 | -2/+2 |
| | |||||
* | check if permissions exists | Bjoern Schiessle | 2014-06-06 | 1 | -1/+5 |
| | |||||
* | Limit permissions to share permissions | Robin Appelman | 2014-06-06 | 1 | -0/+3 |
| | |||||
* | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 1 | -1/+2 |
| | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Fix more missing or broken PHPDoc | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8221 from owncloud/type-hinting-sharing | Vincent Petry | 2014-05-08 | 1 | -0/+6 |
|\ | | | | | Type hinting fixes for sharing | ||||
| * | Merge branch 'master' into type-hinting-sharing | Bart Visscher | 2014-04-28 | 1 | -48/+65 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/share/file.php apps/files_sharing/tests/api.php lib/private/share/share.php | ||||
| * | | Fix PHPdoc in apps/files_sharing | Bart Visscher | 2014-04-15 | 1 | -0/+6 |
| | | | | | | | | | | | | using scrutinizer patch | ||||
* | | | return the new name if a mount point was renamed | Bjoern Schiessle | 2014-04-30 | 1 | -4/+7 |
| | | | |||||
* | | | Merge pull request #8285 from owncloud/better_getmountby_handling | icewind1991 | 2014-04-29 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Handle return values better from Filesystem::getMountBy* | ||||
| * | | Better handle return values from Filesystem::getMountBy* | Robin McCorkell | 2014-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | getMountByStorageId and getMountByNumericId return an empty array on error, which should be detected to avoid possible errors. This commit also adds in some new logging points and throws to aid debugging | ||||
* | | | Also fixed the returned internal path when getting the root shared item by id | Robin Appelman | 2014-04-25 | 1 | -4/+3 |
| | | | |||||
* | | | fix search by mime for shared single files | Robin Appelman | 2014-04-25 | 1 | -3/+7 |
|/ / | |||||
* | | always allow to rename the share mount point | Bjoern Schiessle | 2014-04-23 | 1 | -0/+4 |
| | | |||||
* | | Dont throw an error when a storage isn't found for shared cache | Robin Appelman | 2014-04-23 | 1 | -3/+3 |
| | | |||||
* | | some fixes to make the gallery work, this made it necessary to adjust some ↵ | Bjoern Schiessle | 2014-04-23 | 1 | -3/+2 |
| | | | | | | | | tests and the encryption code | ||||
* | | we don't allow to share a folder if it contains a share mount point | Bjoern Schiessle | 2014-04-23 | 1 | -3/+4 |
| | | |||||
* | | cleanup the shared storage, always keep the whole share resource | Bjoern Schiessle | 2014-04-23 | 1 | -4/+4 |
| | | |||||
* | | also fetch the etag from file cache | Bjoern Schiessle | 2014-04-23 | 1 | -1/+2 |
| | | |||||
* | | make sure that path is not 'false' | Bjoern Schiessle | 2014-04-23 | 1 | -3/+3 |
| | | |||||
* | | fix share api tests | Bjoern Schiessle | 2014-04-23 | 1 | -7/+14 |
| | | |||||
* | | show "shared by ..." for share mount point | Bjoern Schiessle | 2014-04-23 | 1 | -1/+3 |
| | | |||||
* | | user should be able to rename/delete shared files if the owner allowed it | Bjoern Schiessle | 2014-04-23 | 1 | -0/+9 |
| | | |||||
* | | no exception for the root of the mount point (formerly Shared/), just get ↵ | Bjoern Schiessle | 2014-04-23 | 1 | -10/+1 |
| | | | | | | | | the file cache information from the cache | ||||
* | | first steps to remove the shared folder: | Bjoern Schiessle | 2014-04-23 | 1 | -23/+23 |
|/ | | | | | | | | - mount shares to the root folder instead of "Shared/" - navigate in shared folder and sub-folders - show previews - show correct file permissions - download/edit files | ||||
* | Improve phpdoc | Robin Appelman | 2014-03-31 | 1 | -0/+7 |
| | |||||
* | Implement getPath for shared files | Robin Appelman | 2014-03-28 | 1 | -8/+43 |
| | |||||
* | Merge branch 'master' into foldersize-reuse | Robin Appelman | 2014-03-11 | 1 | -0/+3 |
|\ | | | | | | | | | Conflicts: lib/private/files/cache/homecache.php | ||||
| * | Merge branch 'master' into display-share-owner-master | Thomas Müller | 2014-02-28 | 1 | -8/+4 |
| |\ | | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/cache.php |