| Commit message (Expand) | Author | Age | Files | Lines |
* | moving sharing email code to core | Thomas Mueller | 2012-12-10 | 1 | -25/+1 |
* | restoring feature to send sharing link via email | Thomas Mueller | 2012-12-10 | 1 | -1/+23 |
* | Fix shared status icons | Michael Gapczynski | 2012-10-28 | 1 | -30/+4 |
* | don't show the share action in the file view for publically shared files. | Björn Schießle | 2012-10-10 | 1 | -1/+1 |
* | Fix closing the sharing dropdown by clicking on the share button | Michael Gapczynski | 2012-10-09 | 1 | -1/+1 |
* | Show preview for public folder links | Michael Gapczynski | 2012-09-18 | 1 | -4/+2 |
* | Disable link sharing for folders temporarily - next release | Michael Gapczynski | 2012-09-09 | 1 | -2/+4 |
* | unify permissions (2/3): change apps to use OC::PERMISSION_X | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -1/+1 |
* | Add Share API settings to admin page | Michael Gapczynski | 2012-08-27 | 1 | -1/+1 |
* | Switch to using file cache ids instead of paths for file sharing | Michael Gapczynski | 2012-08-24 | 1 | -5/+5 |
* | Prevent resharing in UI if share permission not granted | Michael Gapczynski | 2012-08-24 | 1 | -4/+4 |
* | Check if files_sharing app is enabled, move file specific javascript to files... | Michael Gapczynski | 2012-08-22 | 1 | -0/+64 |
* | Removing most of files_sharing, the Share API implemented the majority of it | Michael Gapczynski | 2012-08-22 | 1 | -375/+0 |
* | Add additional error handling for emailing private links | Michael Gapczynski | 2012-07-29 | 1 | -5/+13 |
* | Don't reload the page after sending private link to email address | Michael Gapczynski | 2012-07-01 | 1 | -1/+2 |
* | Added placeholder msg to share with menu to clarify user list restricted to s... | Sam Tuke | 2012-06-25 | 1 | -1/+1 |
* | Fix private link sharing via email, fix for bug oc-750 | Michael Gapczynski | 2012-05-23 | 1 | -1/+0 |
* | Fix incorrect toaddress being passed for emailing private links | Michael Gapczynski | 2012-05-15 | 1 | -3/+3 |
* | Fix private link emailing and clean up file name displayed in email | Michael Gapczynski | 2012-05-14 | 1 | -1/+3 |
* | Replace all %2F with a / in private link | Michael Gapczynski | 2012-05-14 | 1 | -1/+1 |
* | Encoded slashes (%2F) don't look pretty in our private link urls | Michael Gapczynski | 2012-05-11 | 1 | -1/+1 |
* | Turn async off when fetching users to make sure the users get removed from th... | Michael Gapczynski | 2012-05-11 | 1 | -2/+2 |
* | Make email private link submit on enter as well | Michael Gapczynski | 2012-05-10 | 1 | -1/+4 |
* | Fix bug oc-542, encode urls for private links | Michael Gapczynski | 2012-05-07 | 1 | -1/+1 |
* | Only load sharing statuses if in files app | Michael Gapczynski | 2012-05-07 | 1 | -1/+1 |
* | improve remote.php and create public.php | Georg Ehrke | 2012-05-07 | 1 | -1/+1 |
* | Fix feedback for sharing errors | Michael Gapczynski | 2012-05-06 | 1 | -1/+1 |
* | Add back removed groups to the select form correctly | Michael Gapczynski | 2012-05-05 | 1 | -4/+10 |
* | Refactor sharing UI; bug fixes, code clean-up, and more efficient with less a... | Michael Gapczynski | 2012-05-05 | 1 | -212/+306 |
* | Remove blind effect for email private link in drop down | Michael Gapczynski | 2012-05-05 | 1 | -4/+4 |
* | Add ability to send private links from sharing via email | Michael Gapczynski | 2012-04-26 | 1 | -2/+19 |
* | Sharing: Add a filename after public share link | Bart Visscher | 2012-04-14 | 1 | -4/+4 |
* | Sharing: Don't get share icon for undefined filename | Bart Visscher | 2012-04-14 | 1 | -1/+4 |
* | Sharing dropdown width fixed. | Marvin Thomas Rabe | 2012-02-23 | 1 | -1/+1 |
* | prevent sharing from making aditional http requests while scanning | Robin Appelman | 2012-02-01 | 1 | -0/+1 |
* | 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 |