Commit Graph

167 Commits (fe59015126b08c18a14ef6dc06a80098ad13927f)

Author SHA1 Message Date
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
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
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
Michael Gapczynski 0eda75a193 One more bug fix in clearFolderSizeCache() 15 years ago
Michael Gapczynski f10f916f8c Clean-up in OC_Filestorage_Shared and bug fixes for calculating folder sizes 15 years ago
Michael Gapczynski ceae4fa7b4 Fix bugs preventing file upload in shared folders with write permission 15 years ago
Michael Gapczynski 631152fc3e Implement searching of files shared with you 15 years ago
Jan-Christoph Borchardt d15673f13f removed single quotes around publicly linked download file 15 years ago
Jan-Christoph Borchardt add0a90e1e single quotes in JavaScript & PHP, double quotes in HTML 15 years ago
Michael Gapczynski c2f0fe51c4 Add getLocalFile() to OC_Filestorage_Shared 15 years ago
Michael Gapczynski 778b8543c1 Remove no longer needed functions in OC_Filestorage_Shared 15 years ago
Michael Gapczynski ca86093270 Full support for viewing public links from sharing drop down 15 years ago
Michael Gapczynski a57d4726bc Remove some scripts, now you can actually download the files in a public link folder 15 years ago
Michael Gapczynski d1aebcddf2 Add downloadURL to files templates for both public links and files 15 years ago
Michael Gapczynski 498356fcb8 Copy get.php into files_sharing, public links now use files templates 15 years ago
Michael Gapczynski 594532da9a Merge public link icon check 15 years ago
Michael Gapczynski 8fb75f379a Comment rename() and prevent trying to move items if the user doesn't have write permission 15 years ago
Michael Gapczynski b4cf61ee32 Bug fixes for mkdir(), renaming/moving support for files inside a shared folder with write permission 15 years ago
Michael Gapczynski 4078e0a242 -1 is now a class constant (UNSHARED), for unsharing files from self 15 years ago
Michael Gapczynski 1303e40b6e Remove navigation entry for shared files 15 years ago
Michael Gapczynski 5b8658ca10 New system of unsharing files from self, and a small bug fix when all files inside a shared folder are unshared from self 15 years ago
Michael Gapczynski 1c13b2681a Fix my last commit 9ee4fc 15 years ago
Michael Gapczynski 9ee4fcdf2f Only show 'Shared' directory if files are shared with you 15 years ago
Michael Gapczynski 5925697374 Fix bug in getPermissions() and clean-up unlink() and rename() 15 years ago
Michael Gapczynski b7b3a49203 Functions to get the token of a public link now stored by OC_Share, remove no longer needed ajax call to getlink.php 15 years ago