| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'audit' | Bart Visscher | 2012-06-20 | 1 | -0/+2 |
|\ |
|
| * | Audit: Log sharing actions | Bart Visscher | 2012-05-07 | 1 | -0/+2 |
* | | Forgot $ sign for variable | Michael Gapczynski | 2012-06-14 | 1 | -1/+1 |
* | | Revert "Fix a counting mistake" | Michael Gapczynski | 2012-06-14 | 1 | -1/+1 |
* | | Check for '\' as well when searching for parent folders, because Windows retu... | Michael Gapczynski | 2012-06-14 | 1 | -1/+1 |
* | | Fix incorrect creation of filesystem for user@group in data folder during shares | Michael Gapczynski | 2012-06-12 | 1 | -4/+4 |
* | | Hooks aren't working across different users' filesystems, so update the mtime... | Michael Gapczynski | 2012-05-17 | 1 | -26/+44 |
* | | Try to setup a user's filesystem if the user hasn't logged in before and is s... | Michael Gapczynski | 2012-05-17 | 1 | -0/+5 |
* | | Create a new OC_Share object instead of manually inserting rows when adding a... | Michael Gapczynski | 2012-05-15 | 1 | -3/+1 |
* | | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
* | | Use original source when resharing a file, fixes bug oc-210 | Michael Gapczynski | 2012-05-14 | 1 | -0/+4 |
* | | Fix unsharing files also deleting private link, bug fix for oc-251 | Michael Gapczynski | 2012-05-09 | 1 | -1/+1 |
* | | Skip over users that have already been shared with when sharing with a group | Michael Gapczynski | 2012-05-09 | 1 | -2/+7 |
* | | Fix renaming of shared files if target already exists, bug fix for oc-81 | Michael Gapczynski | 2012-05-09 | 1 | -5/+6 |
* | | Go back to updating mtime of shared folder to invoke a file cache rescan | Michael Gapczynski | 2012-05-09 | 1 | -3/+5 |
* | | fix creating the shared folder when the user home folder is not in the root m... | Robin Appelman | 2012-05-09 | 1 | -6/+3 |
* | | Still trying to fix some sharing use cases | Michael Gapczynski | 2012-05-09 | 1 | -7/+23 |
* | | Avoid touch operation when unshare public link | Brice Maron | 2012-05-07 | 1 | -2/+4 |
* | | Remove manual file cache insertions of shared files, update mtime of shared f... | Michael Gapczynski | 2012-05-06 | 1 | -9/+5 |
|/ |
|
* | Refactor sharing UI; bug fixes, code clean-up, and more efficient with less a... | Michael Gapczynski | 2012-05-05 | 1 | -3/+5 |
* | porting the hooks and starting with the templates | Frank Karlitschek | 2012-05-05 | 1 | -2/+2 |
* | ported oc_db | Frank Karlitschek | 2012-05-03 | 1 | -25/+25 |
* | porting of OC_User to public API complete. | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | ported getUser | Frank Karlitschek | 2012-05-01 | 1 | -18/+18 |
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | Fix a counting mistake | Michael Gapczynski | 2012-04-25 | 1 | -1/+1 |
* | Update sharing when users are removed, added to groups, and removed from groups | Michael Gapczynski | 2012-04-25 | 1 | -0/+28 |
* | Make users only able to share with users in groups they belong to | Michael Gapczynski | 2012-03-28 | 1 | -2/+12 |
* | Temporary fix for sharing files | Michael Gapczynski | 2012-02-17 | 1 | -6/+9 |
* | merge master into filesystem | Robin Appelman | 2012-01-30 | 1 | -2/+30 |
|\ |
|
| * | Emit hooks in OC_Share when sharing a file and forward hooks for deletion and... | Michael Gapczynski | 2012-01-16 | 1 | -2/+30 |
* | | provide caching for file metadata | Robin Appelman | 2011-11-09 | 1 | -2/+2 |
|/ |
|
* | Add 3 More log writing in files sharing app | Brice Maron | 2011-10-18 | 1 | -0/+1 |
* | Fix file sharing : Don't give a unused param to execute | Brice Maron | 2011-10-17 | 1 | -1/+1 |
* | Show users shared with in the drop down for reshared files | Michael Gapczynski | 2011-08-24 | 1 | -1/+8 |
* | Clear the folder size cache for the 'Shared' folder when a new item is shared | Michael Gapczynski | 2011-08-24 | 1 | -1/+5 |
* | Register OC_Share for autoloading and cleanup hooks | Michael Gapczynski | 2011-08-22 | 1 | -29/+13 |
* | Update documentation for unshareFromMySelf() | Michael Gapczynski | 2011-08-22 | 1 | -1/+2 |
* | Copy get.php into files_sharing, public links now use files templates | Michael Gapczynski | 2011-08-18 | 1 | -0/+1 |
* | -1 is now a class constant (UNSHARED), for unsharing files from self | Michael Gapczynski | 2011-08-17 | 1 | -1/+2 |
* | New system of unsharing files from self, and a small bug fix when all files i... | Michael Gapczynski | 2011-08-17 | 1 | -4/+9 |
* | Fix bug in getPermissions() and clean-up unlink() and rename() | Michael Gapczynski | 2011-08-17 | 1 | -2/+2 |
* | Functions to get the token of a public link now stored by OC_Share, remove no... | Michael Gapczynski | 2011-08-16 | 1 | -0/+23 |
* | Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing | Michael Gapczynski | 2011-08-16 | 1 | -1/+1 |
|\ |
|
| * | fix problem with building the IN query | Robin Appelman | 2011-08-17 | 1 | -1/+1 |
* | | Initial merging of files_sharing and files_publiclink | Michael Gapczynski | 2011-08-16 | 1 | -37/+46 |
|/ |
|
* | Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' dir... | Michael Gapczynski | 2011-08-15 | 1 | -1/+1 |
* | Additional user group sharing support and more clean-up in the constructor | Michael Gapczynski | 2011-08-15 | 1 | -41/+58 |
* | Refactor getUserAndGroups() for new user group sharing standard - user@group | Michael Gapczynski | 2011-08-14 | 1 | -15/+15 |
* | OC_Share constructor refactored for user group sharing | Michael Gapczynski | 2011-08-12 | 1 | -27/+47 |