| Commit message (Expand) | Author | Age | Files | Lines |
* | Use chosen select form for selecting users in sharing drop down | Michael Gapczynski | 2011-08-09 | 4 | -21/+35 |
* | Show which parent folder is shared with the user in the sharing drop down | Michael Gapczynski | 2011-08-08 | 2 | -8/+7 |
* | Sharing dropdown changes: show users that have a parent folder shared with th... | Michael Gapczynski | 2011-08-07 | 3 | -22/+75 |
* | Full support for making and deleting public links from share dropdown | Michael Gapczynski | 2011-08-05 | 2 | -15/+13 |
* | Share dropdown updates, making public links now works | Michael Gapczynski | 2011-08-03 | 2 | -34/+102 |
* | Animate appearance of share drop down | Michael Gapczynski | 2011-08-02 | 1 | -1/+12 |
* | moved dialog css to sharing, fixed position | Jan-Christoph Borchardt | 2011-08-02 | 3 | -1/+6 |
* | first style for sharing dropdown, some html fixes | Jan-Christoph Borchardt | 2011-08-02 | 1 | -8/+8 |
* | New implementation of share dialog | Michael Gapczynski | 2011-08-02 | 3 | -69/+43 |
* | Move registering shared storage out of base | Michael Gapczynski | 2011-08-01 | 1 | -0/+2 |
* | Add support for assigning permissions in share dialog and switch to post | Michael Gapczynski | 2011-07-31 | 2 | -43/+49 |
* | Fix delTree(), it shouldn't be passed to the local storage provider unless th... | Michael Gapczynski | 2011-07-31 | 1 | -9/+25 |
* | Update the folder sizes for shared folders | Michael Gapczynski | 2011-07-31 | 1 | -12/+29 |
* | Human readable permissions in shared files list | Michael Gapczynski | 2011-07-31 | 1 | -1/+1 |
* | Merge branch 'master' into sharing. Integrate with changes in master, rename ... | Michael Gapczynski | 2011-07-30 | 7 | -81/+78 |
* | Revise permissions system to support read, write, and delete | Michael Gapczynski | 2011-07-30 | 4 | -63/+90 |
* | im in ur branch, fixin teh details | Jan-Christoph Borchardt | 2011-07-30 | 1 | -3/+2 |
* | Add share action for mutliple selected files | Michael Gapczynski | 2011-07-29 | 1 | -30/+38 |
* | Make 'Share' a subnavigation entry of of 'Files' | Michael Gapczynski | 2011-07-29 | 1 | -2/+2 |
* | Integrate sharing app with the new interface | Michael Gapczynski | 2011-07-29 | 2 | -3/+2 |
* | 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 | 4 | -34/+37 |
* | Close sharing dialog box on share success | Michael Gapczynski | 2011-07-27 | 1 | -2/+5 |
* | Make file sharing dialog work - only works for one file/folder and user | Michael Gapczynski | 2011-07-27 | 1 | -20/+23 |
* | jQuery dialog for sharing files from within file browser - Not functional yet | Michael Gapczynski | 2011-07-26 | 2 | -0/+86 |
* | Include groups in user autocomplete | Michael Gapczynski | 2011-07-24 | 1 | -2/+8 |
* | Add support for user autocomplete | Michael Gapczynski | 2011-07-24 | 2 | -0/+27 |
* | Bug fixes for unshare() and opendir(), thanks darkh | Michael Gapczynski | 2011-07-24 | 2 | -1/+4 |
* | Filter out files you unshare from yourself in opendir() | Michael Gapczynski | 2011-07-23 | 2 | -13/+22 |
* | Use SUBSTR instead of LIKE in queries, should now work with SQLite | Michael Gapczynski | 2011-07-22 | 1 | -14/+13 |
* | Remove shared items check, it prevents sharing items if there aren't already ... | Michael Gapczynski | 2011-07-21 | 1 | -2/+0 |
* | Remove admin page, administration is not needed at this time for sharing | Michael Gapczynski | 2011-07-20 | 1 | -38/+0 |
* | Change all occurences of ['user_id'] to OC_USER::getUser() | Michael Gapczynski | 2011-07-20 | 2 | -22/+22 |
* | Fix bug in constructor for appending numbers to already existing targets | Michael Gapczynski | 2011-07-20 | 1 | -1/+3 |
* | Change permissions to is_writeable | Michael Gapczynski | 2011-07-20 | 1 | -1/+1 |
* | Remove accidental kate swap file | Michael Gapczynski | 2011-07-20 | 1 | -0/+0 |
* | Update database.xml to current database fields, remove hard coded MTGap when ... | Michael Gapczynski | 2011-07-20 | 2 | -15/+9 |
* | Append number to name if target file already exists | Michael Gapczynski | 2011-07-20 | 2 | -13/+17 |
* | First implementation of sharing user interface | Michael Gapczynski | 2011-07-20 | 9 | -45/+163 |
* | Add post_delete and post_rename hooks and fix the constructor | Michael Gapczynski | 2011-07-18 | 2 | -4/+39 |
* | Add extra check for opendir() so it only adds the file to fakedirs if it has ... | Michael Gapczynski | 2011-07-16 | 1 | -2/+2 |
* | Add return true to unlink() and rename(), a return is expected by OC_FILESYSTEM | Michael Gapczynski | 2011-07-16 | 1 | -0/+2 |
* | Fix bug in rename() so files in a folder that is in a shared folder also get ... | Michael Gapczynski | 2011-07-16 | 1 | -0/+3 |
* | Fix bugs in opendir() and add extra checks to ensure functionality in all cases | Michael Gapczynski | 2011-07-16 | 1 | -15/+30 |
* | Fix bugs in unlink(), rename(), pullOutOfFolders(), and getItemsInFolder() | Michael Gapczynski | 2011-07-16 | 2 | -5/+13 |
* | Add pullOutOfFolder() function for use by unlink() and rename() | Michael Gapczynski | 2011-07-14 | 2 | -10/+33 |
* | Refactoring of OC_SHARE, added more documentation for functions | Michael Gapczynski | 2011-07-14 | 2 | -131/+128 |
* | Bug fix for setTarget() - append fetchAll() to query | Michael Gapczynski | 2011-07-14 | 1 | -1/+1 |