| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Clean up constructor for OC_Share, add some error handling for sharing files | Michael Gapczynski | 2011-08-12 | 1 | -33/+32 |
* | New implementation of share dialog | Michael Gapczynski | 2011-08-02 | 1 | -1/+11 |
* | Merge branch 'master' into sharing. Integrate with changes in master, rename ... | Michael Gapczynski | 2011-07-30 | 1 | -19/+19 |
* | Revise permissions system to support read, write, and delete | Michael Gapczynski | 2011-07-30 | 1 | -24/+28 |
* | Add a function for removing any duplicate or trailing '/' from the paths | Michael Gapczynski | 2011-07-28 | 1 | -8/+24 |
* | More elegant solution for preparing IN ?s, thanks icewind | Michael Gapczynski | 2011-07-28 | 1 | -16/+4 |
* | Add support for sharing files with user groups | Michael Gapczynski | 2011-07-28 | 1 | -10/+37 |
* | Add support for sharing multiple files from share dialog, move loops outside ... | Michael Gapczynski | 2011-07-28 | 1 | -27/+21 |
* | Bug fixes for unshare() and opendir(), thanks darkh | Michael Gapczynski | 2011-07-24 | 1 | -1/+1 |
* | Filter out files you unshare from yourself in opendir() | Michael Gapczynski | 2011-07-23 | 1 | -11/+12 |
* | Use SUBSTR instead of LIKE in queries, should now work with SQLite | Michael Gapczynski | 2011-07-22 | 1 | -14/+13 |
* | Change all occurences of ['user_id'] to OC_USER::getUser() | Michael Gapczynski | 2011-07-20 | 1 | -20/+20 |
* | Fix bug in constructor for appending numbers to already existing targets | Michael Gapczynski | 2011-07-20 | 1 | -1/+3 |
* | Append number to name if target file already exists | Michael Gapczynski | 2011-07-20 | 1 | -12/+17 |
* | First implementation of sharing user interface | Michael Gapczynski | 2011-07-20 | 1 | -12/+14 |
* | Add post_delete and post_rename hooks and fix the constructor | Michael Gapczynski | 2011-07-18 | 1 | -4/+37 |
* | Fix bugs in unlink(), rename(), pullOutOfFolders(), and getItemsInFolder() | Michael Gapczynski | 2011-07-16 | 1 | -1/+3 |
* | Add pullOutOfFolder() function for use by unlink() and rename() | Michael Gapczynski | 2011-07-14 | 1 | -6/+21 |
* | Refactoring of OC_SHARE, added more documentation for functions | Michael Gapczynski | 2011-07-14 | 1 | -126/+119 |
* | Bug fix for setTarget() - append fetchAll() to query | Michael Gapczynski | 2011-07-14 | 1 | -1/+1 |
* | Fix bug in getSource(), return false if target isn't in database | Michael Gapczynski | 2011-07-12 | 1 | -1/+5 |
* | Remove duplicate '/' from target when searching for source | Michael Gapczynski | 2011-07-10 | 1 | -2/+4 |
* | Add support for files inside of shared folders having different names than th... | Michael Gapczynski | 2011-07-08 | 1 | -0/+12 |
* | Prevent searching for user directory in getParentFolders() | Michael Gapczynski | 2011-07-08 | 1 | -2/+3 |
* | Add wildcard to source for database query in unshare() | Michael Gapczynski | 2011-07-08 | 1 | -1/+1 |
* | Fix unshare() to remove database entries of files within a shared folder | Michael Gapczynski | 2011-07-08 | 1 | -1/+1 |
* | Fix setIsWriteable() and setTarget() | Michael Gapczynski | 2011-07-07 | 1 | -9/+18 |
* | Add wildcard to database query in unshareFromSelf() | Michael Gapczynski | 2011-07-06 | 1 | -1/+1 |