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
2014-10-16Merge pull request #11520 from owncloud/make-trash-objectstore-compatibleLukas Reschke
2014-10-14Remove explicit propagate callsRobin Appelman
2014-10-14Update cache before post hooksRobin Appelman
2014-10-14Refactor Cache\Updater to work outside of the users homeRobin Appelman
2014-10-10make trashbin compatible with objectstore, replace glob with search in cache,...Jörn Friedrich Dreyer
2014-09-05Backport issue 10764Jesus Macias
2014-08-14Cast file id's to int so we can compare them properlyRobin Appelman
2014-08-08remove share permissions if user is excluded from sharingBjoern Schiessle
2014-07-14Use the correct path when building the FileInfo for the search resultRobin Appelman
2014-07-04make sure that the umount hook always contains the path relative to data/user...Bjoern Schiessle
2014-07-01don't move a share mount point into a different mount pointBjoern Schiessle
2014-06-25really always take root of the substorageRobin Appelman
2014-06-24always take root of the substorageBjoern Schiessle
2014-06-24only the mount point has delete and update permissions to enable rename opera...Bjoern Schiessle
2014-06-24make sure that we always return the correct permissionsBjoern Schiessle
2014-06-16Also support removeable mounts with rmdirRobin Appelman
2014-06-16Fix permission for movable storage rootRobin Appelman
2014-06-09Save the permissions in the filecache if it's not saved yetRobin Appelman
2014-06-06Movable storage root can always be moved and deletedRobin Appelman
2014-06-06use triple equalsRobin Appelman
2014-06-06remove encryption keys if user unshares a fileBjoern Schiessle
2014-06-06Add the removing logic for mountsRobin Appelman
2014-06-06Add a system for (re)movable mount pointsRobin Appelman
2014-06-06Update PHPDocThomas Müller
2014-06-05Verify that we have a valid storage in View->getPathRobin Appelman
2014-06-05Merge pull request #7878 from owncloud/quota-extstorageswitchicewind1991
2014-06-05- drop permissions table and related codeThomas Müller
2014-06-04Added experimental switch to count external storage data in quotaVincent Petry
2014-05-29Merge pull request #3908 from owncloud/storage-folder-copy-renameicewind1991
2014-05-28Fix LocalStorage->unlink to work on folder as expectedRobin Appelman
2014-05-28# This is a combination of 2 commits.Thomas Müller
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-13More PHPDoc for file functionsRobin McCorkell
2014-05-13Fix Scrutinizer errorsRobin McCorkell
2014-05-13Squash 'a | b' into 'a|b', in /libRobin McCorkell
2014-05-13Fix @return array PHPDocs, in /libRobin McCorkell
2014-05-13Fixed getAbsolutePath case when path is "0"Vincent Petry
2014-05-12remove legacy aka deprecated code: OC_FilesystemViewThomas Müller
2014-04-29Deduplicate codeJoas Schilling
2014-04-29Correctly emit create/update hooks when a large file is being created/updateJoas Schilling
2014-04-29Emit a new hook, when a file is being updated onlyJoas Schilling
2014-04-25Merge branch 'master' into share-search-mimeRobin Appelman
2014-04-25Correct the path returned by getFolderContent for substoragesRobin Appelman
2014-04-25fix paths of searchByMime results on substoragesRobin Appelman
2014-04-23make it possible to move files out of a shared mount pointBjoern Schiessle
2014-04-23we don't allow to share a folder if it contains a share mount pointBjoern Schiessle
2014-04-23allow user to delete shared files/foldersBjoern Schiessle
2014-04-23user should be able to rename/delete shared files if the owner allowed itBjoern Schiessle
2014-04-08fixing mkdir code to respect external file systems as wellThomas Müller
2014-04-08Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-masterThomas Müller