aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/cache.php
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-2/+2
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+1
* Update license headersLukas Reschke2015-10-261-1/+1
* handle NoUserException in sharing codeMorris Jobke2015-10-221-1/+7
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+0
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
* Split mimetype handling to new classRobin McCorkell2015-09-041-2/+4
* just pass the share instead of searching for itRobin Appelman2015-08-051-2/+2
* Move files sharing app (mostly) to OCP\DBRoeland Jago Douma2015-05-181-2/+2
* 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
* 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
* 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
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* 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
|\
| * Merge branch 'master' into type-hinting-sharingBart Visscher2014-04-281-48/+65
| |\
| * | Fix PHPdoc in apps/files_sharingBart Visscher2014-04-151-0/+6
* | | 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
|\ \ \ | |_|/ |/| |
| * | Better handle return values from Filesystem::getMountBy*Robin McCorkell2014-04-251-1/+1
* | | 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 te...Bjoern Schiessle2014-04-231-3/+2
* | 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