aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/cache.php
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/ to PSR-4Joas Schilling2016-05-251-105/+0
|
* Cleanup Files_Sharing CLASSPATHRoeland Jago Douma2016-05-021-2/+2
| | | | | | | | | | * OC\Files\Cache\SharedScanner * OC\Files\Cache\Shared_Cache * OC\Files\Cache\Shared_Permissions * OC\Files\Cache\Shared_Updater * OC\Files\Cache\Shared_Watcher * OCA\Files\Share\Maintainer * OCA\Files\Share\Proxy
* Update author informationLukas Reschke2016-03-011-7/+0
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* cleanup shared cacheRobin Appelman2016-01-281-449/+41
|
* Return a class from cache operations instead of an arrayRobin Appelman2016-01-141-6/+7
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+1
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Update license headersLukas Reschke2015-10-261-1/+1
|
* handle NoUserException in sharing codeMorris Jobke2015-10-221-1/+7
| | | | | | | | | * setup LDAP users * share from an LDAP user * delete that LDAP user * log in as share recipient * before: unhandled NoUserException * after: NoUserEception is logged and share is not shown anymore
* 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
| | | | 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
| |