| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add support for renaming, moving, and deleting shared files | Michael Gapczynski | 2011-07-06 | 1 | -7/+16 |
* | Refactor OC_SHARE to allow for renaming and write permissions | Michael Gapczynski | 2011-07-06 | 1 | -27/+90 |
* | Fix bugs in getSource() and implement new target path standard | Michael Gapczynski | 2011-07-05 | 1 | -1/+3 |
* | Append LIMIT 1 to getSource queries to improve performance | Michael Gapczynski | 2011-07-03 | 1 | -1/+1 |
* | Fix check for parentDir and fix the return for a nonexistent target in the da... | Michael Gapczynski | 2011-06-27 | 1 | -3/+7 |
* | Use php functions dirname() and basename() instead of manipulating strings in... | Michael Gapczynski | 2011-06-26 | 1 | -2/+2 |
* | Add function setTarget(), implement recursion in getSource() for folders | Michael Gapczynski | 2011-06-25 | 1 | -10/+21 |
* | Add error handling for getSource() | Michael Gapczynski | 2011-06-24 | 1 | -5/+9 |
* | Add support for sharing folders | Michael Gapczynski | 2011-06-24 | 1 | -2/+9 |
* | Fixed mistakes pointed out by icewind | Michael Gapczynski | 2011-06-16 | 1 | -1/+1 |
* | First version of shared storage provider - not functional | Michael Gapczynski | 2011-06-16 | 1 | -1/+11 |
* | Initial setup of sharing app | Michael Gapczynski | 2011-06-11 | 1 | -0/+99 |