Commit Graph

194 Commits (fc555b48ec0f5600a7f9ae25354ffaca2e0533de)

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