Commit Graph

191 Commits (8148480cfe2ca263f493d042866a809a45ee05af)

Author SHA1 Message Date
Robin Appelman 0af31a5328 missed one is_writeable 13 years ago
Robin Appelman c8c3b8a63e chunked implementation for readfile 13 years ago
Marvin Thomas Rabe 7c738a1384 Sharing dropdown width fixed. 13 years ago
Robin Appelman 325858e9e2 add stream wrapper for in-memory files and dont use global variables for the fakedir stream wrapper 13 years ago
Michael Gapczynski 87627c7a50 Fix overwriting of internal sharing for shared folders - bug oc-260 13 years ago
Michael Gapczynski 6f1ed85f0b Temporary fix for sharing files 13 years ago
Bart Visscher 525306c1e2 Replace Expires and caching headers by OC_Response functions 13 years ago
Bart Visscher 88b2391d2b Fix wrong var name in sharedstorage.php 13 years ago
Robin Appelman 30673e4786 writable not writeable 13 years ago
Robin Appelman 0124809a42 prevent sharing from making aditional http requests while scanning 13 years ago
Robin Appelman 803f86e0fc dont try to use the filesystem when it isnt setup yet 13 years ago
Michael Gapczynski e0f655fb70 Sharing app needs to be loaded for public link of file in Shared folder - fixes bug 113 13 years ago
Michael Gapczynski de16537231 Emit hooks in OC_Share when sharing a file and forward hooks for deletion and writing of source file 13 years ago
Michael Gapczynski 64a24191a3 Fix return for empty Shared folder in opendir() 13 years ago
Michael Gapczynski 9e50cecf27 Fix shared status for files inside a shared folder 13 years ago
Robin Appelman 65214bed0c make the sharing app return the corrrect result for is_writable on the shared folder 13 years ago
Tom Needham dd7a411f9a Disable save button while saving. Streamlined code. 13 years ago
krzaczek 7454af0c79 apps files_sharing - fix in share.js to check the "can edit" checkbox - 14 years ago
krzaczek 82f30c709c apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax file 14 years ago
krzaczek a70c2b3cb9 apps file_sharing 14 years ago
Robin Appelman 524e3686a0 tell the user when the files are being scanned 14 years ago
Robin Appelman 5a6aba1e11 provide caching for file metadata 14 years ago
Robin Appelman 5cc6635eb8 remove OC_Filesystem::fromUploadedFile 14 years ago
Robin Appelman ca6c500799 remove OC_Filesystem::fileatime 14 years ago
Robin Appelman ec015a2e68 remove the need to register storage providers, pass the classname during mounting instead 14 years ago
Brice Maron cc35cb74e1 Try to avoid closing the share box too soon on multiple selections 14 years ago
Brice Maron c7d1737d47 attempt to manage some special chars in file list 14 years ago
Brice Maron 2906ea3d78 Add caching for filelist sharing icon status to avoid many http req. 14 years ago
Brice Maron 29368d1c58 Add 3 More log writing in files sharing app 14 years ago
Robin Appelman b975f11514 make sharing work with the new mouting mechanism 14 years ago
Brice Maron 59eac3bc29 Correct little typo/bug in log display and remove ending php tag 14 years ago
Brice Maron 2ac00b378a Fix file sharing : Don't give a unused param to execute 14 years ago
Borjan Tchakaloff 5570222b40 Added the missing quotes on the filename. 14 years ago
Borjan Tchakaloff 0cde2a3146 Fixed the file sharing listing bug (filename is empty when it has no extension in a publicly shared folder). 14 years ago
Marvin Thomas Rabe bdcf31cc73 Added translatable text. 14 years ago
Bart Visscher f4782a7690 Check if the application is actually enabled 14 years ago
Bart Visscher c6f78fbe43 Add flag in info.xml to control the apps that are installed by default 14 years ago
Scott Barnett f4ecf47e61 Fixed delete cross positioning issue. 14 years ago
Bart Visscher 17e631bc5e Use OC_JSON for json responses 14 years ago
Florian Pritz d928cd3636 files: hide non functioning code when called from a/f_s/get.php 14 years ago
Bart Visscher e990ef3542 Move some common code to OC_Util 14 years ago
Michael Gapczynski 8c8490b28e Show users shared with in the drop down for reshared files 14 years ago
Michael Gapczynski 365c4fdae2 Allow sharing of files shared with you - Bug: Doesn't show up as being shared in the drop down 14 years ago
Michael Gapczynski 4c4b1e4c2d Clear the folder size cache for the 'Shared' folder when a new item is shared 14 years ago
Michael Gapczynski 96ad8a15b4 Register OC_Share for autoloading and cleanup hooks 14 years ago
Michael Gapczynski c72187474a Check that the files exist before adding them to the fakedirs 14 years ago
Michael Gapczynski 1b64b7395c Update documentation for unshareFromMySelf() 14 years ago
Michael Gapczynski 0eda75a193 One more bug fix in clearFolderSizeCache() 14 years ago
Michael Gapczynski f10f916f8c Clean-up in OC_Filestorage_Shared and bug fixes for calculating folder sizes 14 years ago
Michael Gapczynski ceae4fa7b4 Fix bugs preventing file upload in shared folders with write permission 14 years ago