Commit Graph

145 Commits (2ff5df192b80da9e4bd773dcf48564dcd2fa51ed)

Author SHA1 Message Date
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
Michael Gapczynski 582dca4d91 Initial merging of files_sharing and files_publiclink 15 years ago
Robin Appelman 42ed3c6b7e fix problem with building the IN query 15 years ago
Michael Gapczynski 717ab56419 Display public icon next to publicly shared files 15 years ago
Michael Gapczynski 726933831d Public link folder uploading not implemented, comment out checkbox for it in dropdown 15 years ago
Michael Gapczynski e4c9871299 This should actually make the 'Shared' directory automatically everytime 15 years ago
Michael Gapczynski 5fbed936bf Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' directory 15 years ago
Michael Gapczynski 5b09aef166 Additional user group sharing support and more clean-up in the constructor 15 years ago
Michael Gapczynski 5cb687d168 Refactor getUserAndGroups() for new user group sharing standard - user@group 15 years ago
Michael Gapczynski e1473cfe83 Change OC_GROUP to OC_Group 15 years ago
Michael Gapczynski 3c517499bb OC_Share constructor refactored for user group sharing 15 years ago
Michael Gapczynski 497789cdd8 Clean up constructor for OC_Share, add some error handling for sharing files 15 years ago
Michael Gapczynski a8e6be6016 Change the share file action icon if the file is already shared with someone 15 years ago
Michael Gapczynski 9e35d5a886 Remove hardcoded http:// when generating public links 15 years ago
Michael Gapczynski c65046773d Make unshare work from dropdown 15 years ago
Michael Gapczynski 6d25943f2f Fix some areas on dropdown triggering the dropdown to hide 15 years ago
Michael Gapczynski 0ad0ed77c5 Hide the dropdown if you click the share file action button 15 years ago
Michael Gapczynski 0f91438b80 Don't spawn a new dropdown if there is already one open 15 years ago
Michael Gapczynski 103d23b3a3 Refactoring in dropdown javascript 15 years ago
Jan-Christoph Borchardt 568fd0df83 changed quotes 15 years ago
Jan-Christoph Borchardt 511c193631 only load share action when in file browser 15 years ago
Michael Gapczynski 80660bdc07 Fix shared list for files inside of shared folders 15 years ago