Commit Graph

79 Commits (ce1e4425c2fc96f581428207edab040e42387bbc)

Author SHA1 Message Date
Michael Gapczynski 93c0e8b3bf Fix unsharing files also deleting private link, bug fix for oc-251 13 years ago
Michael Gapczynski 98cd98e2e5 Skip over users that have already been shared with when sharing with a group 13 years ago
Michael Gapczynski d4636f4b86 Fix renaming of shared files if target already exists, bug fix for oc-81 13 years ago
Michael Gapczynski 2e826fa82a Go back to updating mtime of shared folder to invoke a file cache rescan 13 years ago
Robin Appelman 3e57e76c48 fix creating the shared folder when the user home folder is not in the root mount 13 years ago
Michael Gapczynski 14b240a3f4 Still trying to fix some sharing use cases 13 years ago
Brice Maron 010b97febd Avoid touch operation when unshare public link 13 years ago
Michael Gapczynski 471cad7d90 Remove manual file cache insertions of shared files, update mtime of shared folder 13 years ago
Frank Karlitschek 9bcc5c11a8 porting the hooks and starting with the templates 13 years ago
Frank Karlitschek 97a8af7f25 ported oc_db 13 years ago
Frank Karlitschek 254b8b9506 porting of OC_User to public API complete. 13 years ago
Frank Karlitschek 70cea18cce ported getUser 13 years ago
Frank Karlitschek d0554bef06 finish porting of the LOG calls or the apps to the public api 13 years ago
Michael Gapczynski c20abfef38 Fix a counting mistake 13 years ago
Michael Gapczynski 32de47d1d9 Update sharing when users are removed, added to groups, and removed from groups 13 years ago
Michael Gapczynski ef9511c713 Refactor sharing UI; bug fixes, code clean-up, and more efficient with less ajax calls 13 years ago
Michael Gapczynski 5fef9dfc22 Make users only able to share with users in groups they belong to 13 years ago
Michael Gapczynski 6f1ed85f0b Temporary fix for sharing files 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
Robin Appelman 5a6aba1e11 provide caching for file metadata 14 years ago
Brice Maron 29368d1c58 Add 3 More log writing in files sharing app 14 years ago
Brice Maron 2ac00b378a Fix file sharing : Don't give a unused param to execute 14 years ago
Michael Gapczynski 8c8490b28e Show users shared with in the drop down for reshared files 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 1b64b7395c Update documentation for unshareFromMySelf() 14 years ago
Michael Gapczynski 498356fcb8 Copy get.php into files_sharing, public links now use files templates 14 years ago
Michael Gapczynski 4078e0a242 -1 is now a class constant (UNSHARED), for unsharing files from self 14 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 14 years ago
Michael Gapczynski 5925697374 Fix bug in getPermissions() and clean-up unlink() and rename() 14 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 14 years ago
Michael Gapczynski 582dca4d91 Initial merging of files_sharing and files_publiclink 14 years ago
Robin Appelman 42ed3c6b7e fix problem with building the IN query 14 years ago
Michael Gapczynski 5fbed936bf Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' directory 14 years ago
Michael Gapczynski 5b09aef166 Additional user group sharing support and more clean-up in the constructor 14 years ago
Michael Gapczynski 5cb687d168 Refactor getUserAndGroups() for new user group sharing standard - user@group 14 years ago
Michael Gapczynski 3c517499bb OC_Share constructor refactored for user group sharing 14 years ago
Michael Gapczynski 497789cdd8 Clean up constructor for OC_Share, add some error handling for sharing files 14 years ago
Michael Gapczynski 0d79560e94 New implementation of share dialog 14 years ago
Michael Gapczynski d13ba0ee2d Revise permissions system to support read, write, and delete 14 years ago
Michael Gapczynski 67fe835f03 Add a function for removing any duplicate or trailing '/' from the paths 14 years ago
Michael Gapczynski 7e3b796de8 More elegant solution for preparing IN ?s, thanks icewind 14 years ago
Michael Gapczynski 5bc0619234 Add support for sharing files with user groups 14 years ago
Michael Gapczynski 31a067b5a3 Add support for sharing multiple files from share dialog, move loops outside of OC_SHARE 14 years ago
Michael Gapczynski 17b5bcb24f Bug fixes for unshare() and opendir(), thanks darkh 14 years ago
Michael Gapczynski 4993fb4665 Filter out files you unshare from yourself in opendir() 14 years ago
Michael Gapczynski e6e673d7c0 Use SUBSTR instead of LIKE in queries, should now work with SQLite 14 years ago
Michael Gapczynski 6af4c465b8 Change all occurences of ['user_id'] to OC_USER::getUser() 14 years ago
Michael Gapczynski fcda3a338c Fix bug in constructor for appending numbers to already existing targets 14 years ago
Michael Gapczynski c9082d5b0d Append number to name if target file already exists 14 years ago