Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-25Move lib/ to PSR-4Joas Schilling
2016-05-02Cleanup Files_Sharing CLASSPATHRoeland Jago Douma
2016-03-01Update author informationLukas Reschke
2016-01-28cleanup shared cacheRobin Appelman
2016-01-14Return a class from cache operations instead of an arrayRobin Appelman
2016-01-12Happy new year!Thomas Müller
2015-12-07Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2015-10-26Update license headersLukas Reschke
2015-10-22handle NoUserException in sharing codeMorris Jobke
2015-10-06deduplicate @xenopathicMorris Jobke
2015-10-05update licence headers via scriptMorris Jobke
2015-09-04Split mimetype handling to new classRobin McCorkell
2015-08-05just pass the share instead of searching for itRobin Appelman
2015-05-18Move files sharing app (mostly) to OCP\DBRoeland Jago Douma
2015-04-13Fix cross storage move with shared storagesRobin Appelman
2015-04-13check that we know the parentRobin Appelman
2015-04-13check for source cacheRobin Appelman
2015-04-07remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle
2015-03-26Update license headersJenkins for ownCloud
2015-03-06Fix size propagation over shared storage boundaryVincent Petry
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-01-16Cleanup of PHPDoc return typesRobin McCorkell
2014-12-18Fix issues with searchByTag in shared storageVincent Petry
2014-12-12Make $userId mandatory for searchByTagsVincent Petry
2014-12-11Added searchByTags to view, storage and cacheVincent Petry
2014-12-02Dont return cached date in shared cache when the file doesn't existRobin Appelman
2014-10-24Fix shared cache getFolderContentsRobin Appelman
2014-08-06trim leading slashRobin Appelman
2014-08-06Fix SharedCache::getPathByIdRobin Appelman
2014-07-31traverse folders in php to search in shared filesJörn Friedrich Dreyer
2014-07-16Correctly return the owner display name for children of sharesVincent Petry
2014-06-24make sure that we always return the correct permissionsBjoern Schiessle
2014-06-09Use &=Robin Appelman
2014-06-06check if permissions existsBjoern Schiessle
2014-06-06Limit permissions to share permissionsRobin Appelman
2014-06-05- drop permissions table and related codeThomas Müller
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-17Fix whitespace issuesRobin McCorkell
2014-05-17Fix more missing or broken PHPDocRobin McCorkell
2014-05-08Merge pull request #8221 from owncloud/type-hinting-sharingVincent Petry
2014-04-30return the new name if a mount point was renamedBjoern Schiessle
2014-04-29Merge pull request #8285 from owncloud/better_getmountby_handlingicewind1991
2014-04-28Merge branch 'master' into type-hinting-sharingBart Visscher
2014-04-25Also fixed the returned internal path when getting the root shared item by idRobin Appelman
2014-04-25fix search by mime for shared single filesRobin Appelman
2014-04-25Better handle return values from Filesystem::getMountBy*Robin McCorkell
2014-04-23always allow to rename the share mount pointBjoern Schiessle
2014-04-23Dont throw an error when a storage isn't found for shared cacheRobin Appelman
2014-04-23some fixes to make the gallery work, this made it necessary to adjust some te...Bjoern Schiessle