summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/cache.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix cross storage move with shared storagesRobin Appelman2015-04-131-10/+7
|
* check that we know the parentRobin Appelman2015-04-131-3/+5
|
* check for source cacheRobin Appelman2015-04-131-1/+3
|
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-071-7/+2
|
* Update license headersJenkins for ownCloud2015-03-261-13/+22
|
* Fix size propagation over shared storage boundaryVincent Petry2015-03-051-0/+22
|
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+14
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-14/+22
|
* Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-4/+4
|
* Fix issues with searchByTag in shared storageVincent Petry2014-12-181-12/+22
|
* Make $userId mandatory for searchByTagsVincent Petry2014-12-121-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 cacheVincent Petry2014-12-111-0/+40
|
* Dont return cached date in shared cache when the file doesn't existRobin Appelman2014-12-021-10/+12
|
* Fix shared cache getFolderContentsRobin Appelman2014-10-241-17/+14
|
* trim leading slashRobin Appelman2014-08-061-1/+1
|
* Fix SharedCache::getPathByIdRobin Appelman2014-08-061-20/+6
|
* traverse folders in php to search in shared filesJörn Friedrich Dreyer2014-07-311-59/+26
|
* Correctly return the owner display name for children of sharesVincent Petry2014-07-161-1/+1
|
* make sure that we always return the correct permissionsBjoern Schiessle2014-06-241-3/+3
|
* Use &=Robin Appelman2014-06-091-2/+2
|
* check if permissions existsBjoern Schiessle2014-06-061-1/+5
|
* Limit permissions to share permissionsRobin Appelman2014-06-061-0/+3
|
* - drop permissions table and related codeThomas Müller2014-06-051-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 PHPDocMorris Jobke2014-05-191-1/+1
| | | | * test case added to avoid adding them later
* Fix whitespace issuesRobin McCorkell2014-05-161-1/+1
|
* Fix more missing or broken PHPDocRobin McCorkell2014-05-161-1/+1
|
* Merge pull request #8221 from owncloud/type-hinting-sharingVincent Petry2014-05-081-0/+6
|\ | | | | Type hinting fixes for sharing
| * Merge branch 'master' into type-hinting-sharingBart Visscher2014-04-281-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_sharingBart Visscher2014-04-151-0/+6
| | | | | | | | | | | | using scrutinizer patch
* | | return the new name if a mount point was renamedBjoern Schiessle2014-04-301-4/+7
| | |
* | | Merge pull request #8285 from owncloud/better_getmountby_handlingicewind19912014-04-291-1/+1
|\ \ \ | |_|/ |/| | Handle return values better from Filesystem::getMountBy*
| * | Better handle return values from Filesystem::getMountBy*Robin McCorkell2014-04-251-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 idRobin Appelman2014-04-251-4/+3
| | |
* | | fix search by mime for shared single filesRobin Appelman2014-04-251-3/+7
|/ /
* | always allow to rename the share mount pointBjoern Schiessle2014-04-231-0/+4
| |
* | Dont throw an error when a storage isn't found for shared cacheRobin Appelman2014-04-231-3/+3
| |
* | some fixes to make the gallery work, this made it necessary to adjust some ↵Bjoern Schiessle2014-04-231-3/+2
| | | | | | | | tests and the encryption code
* | we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-231-3/+4
| |
* | cleanup the shared storage, always keep the whole share resourceBjoern Schiessle2014-04-231-4/+4
| |
* | also fetch the etag from file cacheBjoern Schiessle2014-04-231-1/+2
| |
* | make sure that path is not 'false'Bjoern Schiessle2014-04-231-3/+3
| |
* | fix share api testsBjoern Schiessle2014-04-231-7/+14
| |
* | show "shared by ..." for share mount pointBjoern Schiessle2014-04-231-1/+3
| |
* | user should be able to rename/delete shared files if the owner allowed itBjoern Schiessle2014-04-231-0/+9
| |
* | no exception for the root of the mount point (formerly Shared/), just get ↵Bjoern Schiessle2014-04-231-10/+1
| | | | | | | | the file cache information from the cache
* | first steps to remove the shared folder:Bjoern Schiessle2014-04-231-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 phpdocRobin Appelman2014-03-311-0/+7
|
* Implement getPath for shared filesRobin Appelman2014-03-281-8/+43
|
* Merge branch 'master' into foldersize-reuseRobin Appelman2014-03-111-0/+3
|\ | | | | | | | | Conflicts: lib/private/files/cache/homecache.php
| * Merge branch 'master' into display-share-owner-masterThomas Müller2014-02-281-8/+4
| |\ | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/cache.php