| Commit message (Expand) | Author | Age | Files | Lines |
* | apps files_sharing - fix in share.js to check the "can edit" checkbox - | krzaczek | 2011-11-18 | 1 | -1/+1 |
* | Try to avoid closing the share box too soon on multiple selections | Brice Maron | 2011-11-06 | 1 | -0/+1 |
* | attempt to manage some special chars in file list | Brice Maron | 2011-11-01 | 1 | -3/+3 |
* | Add caching for filelist sharing icon status to avoid many http req. | Brice Maron | 2011-10-20 | 1 | -0/+5 |
* | Fixed delete cross positioning issue. | Scott Barnett | 2011-09-27 | 1 | -3/+6 |
* | single quotes in JavaScript & PHP, double quotes in HTML | Jan-Christoph Borchardt | 2011-08-20 | 1 | -23/+23 |
* | Full support for viewing public links from sharing drop down | Michael Gapczynski | 2011-08-19 | 1 | -4/+3 |
* | Merge public link icon check | Michael Gapczynski | 2011-08-18 | 1 | -14/+5 |
* | Functions to get the token of a public link now stored by OC_Share, remove no... | Michael Gapczynski | 2011-08-16 | 1 | -9/+6 |
* | Initial merging of files_sharing and files_publiclink | Michael Gapczynski | 2011-08-16 | 1 | -12/+18 |
* | Display public icon next to publicly shared files | Michael Gapczynski | 2011-08-16 | 1 | -0/+14 |
* | Public link folder uploading not implemented, comment out checkbox for it in ... | Michael Gapczynski | 2011-08-16 | 1 | -1/+1 |
* | Clean up constructor for OC_Share, add some error handling for sharing files | Michael Gapczynski | 2011-08-12 | 1 | -2/+4 |
* | Change the share file action icon if the file is already shared with someone | Michael Gapczynski | 2011-08-12 | 1 | -2/+20 |
* | Remove hardcoded http:// when generating public links | Michael Gapczynski | 2011-08-11 | 1 | -9/+10 |
* | Make unshare work from dropdown | Michael Gapczynski | 2011-08-11 | 1 | -7/+9 |
* | Fix some areas on dropdown triggering the dropdown to hide | Michael Gapczynski | 2011-08-11 | 1 | -3/+3 |
* | Hide the dropdown if you click the share file action button | Michael Gapczynski | 2011-08-11 | 1 | -1/+5 |
* | Don't spawn a new dropdown if there is already one open | Michael Gapczynski | 2011-08-11 | 1 | -13/+11 |
* | Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing | Michael Gapczynski | 2011-08-11 | 1 | -5/+18 |
|\ |
|
| * | only load share action when in file browser | Jan-Christoph Borchardt | 2011-08-11 | 1 | -3/+5 |
* | | Refactoring in dropdown javascript | Michael Gapczynski | 2011-08-11 | 1 | -62/+53 |
|/ |
|
* | Fix shared list for files inside of shared folders | Michael Gapczynski | 2011-08-10 | 1 | -2/+1 |
* | Only show can edit (if not checked) and unshare button on hover | Michael Gapczynski | 2011-08-09 | 1 | -8/+30 |
* | Remove users and groups from the select form that have already been shared with | Michael Gapczynski | 2011-08-09 | 1 | -0/+2 |
* | Use chosen select form for selecting users in sharing drop down | Michael Gapczynski | 2011-08-09 | 1 | -10/+25 |
* | Show which parent folder is shared with the user in the sharing drop down | Michael Gapczynski | 2011-08-08 | 1 | -4/+1 |
* | Sharing dropdown changes: show users that have a parent folder shared with th... | Michael Gapczynski | 2011-08-07 | 1 | -20/+48 |
* | Full support for making and deleting public links from share dropdown | Michael Gapczynski | 2011-08-05 | 1 | -14/+13 |
* | Share dropdown updates, making public links now works | Michael Gapczynski | 2011-08-03 | 1 | -33/+97 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -68/+22 |
* | Add support for assigning permissions in share dialog and switch to post | Michael Gapczynski | 2011-07-31 | 1 | -40/+46 |
* | Revise permissions system to support read, write, and delete | Michael Gapczynski | 2011-07-30 | 1 | -12/+9 |
* | Add share action for mutliple selected files | Michael Gapczynski | 2011-07-29 | 1 | -30/+38 |
* | Integrate sharing app with the new interface | Michael Gapczynski | 2011-07-29 | 1 | -2/+1 |
* | Add support for sharing multiple files from share dialog, move loops outside ... | Michael Gapczynski | 2011-07-28 | 1 | -3/+8 |
* | 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 | 1 | -0/+84 |
* | Add support for user autocomplete | Michael Gapczynski | 2011-07-24 | 1 | -0/+4 |
* | First implementation of sharing user interface | Michael Gapczynski | 2011-07-20 | 1 | -0/+50 |