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
2012-02-21add stream wrapper for in-memory files and dont use global variables for the ...Robin Appelman
2012-02-19Fix overwriting of internal sharing for shared folders - bug oc-260Michael Gapczynski
2012-02-18Temporary fix for sharing filesMichael Gapczynski
2012-02-14Replace Expires and caching headers by OC_Response functionsBart Visscher
2012-02-09Fix wrong var name in sharedstorage.phpBart Visscher
2012-02-05writable not writeableRobin Appelman
2012-02-01prevent sharing from making aditional http requests while scanningRobin Appelman
2012-01-31dont try to use the filesystem when it isnt setup yetRobin Appelman
2012-01-31Merge branch 'master' into filesystemRobin Appelman
2012-01-31Sharing app needs to be loaded for public link of file in Shared folder - fix...Michael Gapczynski
2012-01-30merge master into filesystemRobin Appelman
2012-01-17Emit hooks in OC_Share when sharing a file and forward hooks for deletion and...Michael Gapczynski
2012-01-08merge master into filesystemRobin Appelman
2012-01-01Fix return for empty Shared folder in opendir()Michael Gapczynski
2011-12-18Fix shared status for files inside a shared folderMichael Gapczynski
2011-12-16make the sharing app return the corrrect result for is_writable on the shared...Robin Appelman
2011-12-12Merge branch 'master' into filesystemRobin Appelman
2011-11-18apps files_sharing - fix in share.js to check the "can edit" checkbox -krzaczek
2011-11-18apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax filekrzaczek
2011-11-18apps file_sharing krzaczek
2011-11-10tell the user when the files are being scannedRobin Appelman
2011-11-09provide caching for file metadataRobin Appelman
2011-11-09remove OC_Filesystem::fromUploadedFileRobin Appelman
2011-11-09remove OC_Filesystem::fileatimeRobin Appelman
2011-11-09remove the need to register storage providers, pass the classname during moun...Robin Appelman
2011-11-06Try to avoid closing the share box too soon on multiple selectionsBrice Maron
2011-11-02attempt to manage some special chars in file listBrice Maron
2011-10-21Add caching for filelist sharing icon status to avoid many http req.Brice Maron
2011-10-18Add 3 More log writing in files sharing appBrice Maron
2011-10-18make sharing work with the new mouting mechanismRobin Appelman
2011-10-18Correct little typo/bug in log display and remove ending php tagBrice Maron
2011-10-18Fix file sharing : Don't give a unused param to executeBrice Maron
2011-10-07Merge commit 'refs/merge-requests/52' of git://gitorious.org/owncloud/ownclou...Marvin Thomas Rabe
2011-10-05Added the missing quotes on the filename.Borjan Tchakaloff
2011-10-05Fixed the file sharing listing bug (filename is empty when it has no extensio...Borjan Tchakaloff
2011-10-02Added translatable text.Marvin Thomas Rabe
2011-10-01Check if the application is actually enabledBart Visscher
2011-09-28Add flag in info.xml to control the apps that are installed by defaultBart Visscher
2011-09-26Fixed delete cross positioning issue.Scott Barnett
2011-09-26Use OC_JSON for json responsesBart Visscher
2011-09-24files: hide non functioning code when called from a/f_s/get.phpFlorian Pritz
2011-09-18Move some common code to OC_UtilBart Visscher
2011-08-25Show users shared with in the drop down for reshared filesMichael Gapczynski
2011-08-24Allow sharing of files shared with you - Bug: Doesn't show up as being shared...Michael Gapczynski
2011-08-24Clear the folder size cache for the 'Shared' folder when a new item is sharedMichael Gapczynski
2011-08-22Register OC_Share for autoloading and cleanup hooksMichael Gapczynski
2011-08-22Check that the files exist before adding them to the fakedirsMichael Gapczynski
2011-08-22Update documentation for unshareFromMySelf()Michael Gapczynski
2011-08-20One more bug fix in clearFolderSizeCache()Michael Gapczynski
2011-08-20Clean-up in OC_Filestorage_Shared and bug fixes for calculating folder sizesMichael Gapczynski