| Commit message (Expand) | Author | Age | Files | Lines |
* | search display name instead of uid; fix key/value order for array access | Björn Schießle | 2013-01-28 | 1 | -1/+1 |
* | show display name instead of uid | Björn Schießle | 2013-01-25 | 1 | -9/+10 |
* | Sanitize the exception | Lukas Reschke | 2013-01-19 | 1 | -1/+1 |
* | fixes default email sender address | Randolph Carter | 2012-12-19 | 1 | -5/+1 |
* | moving sharing email code to core | Thomas Mueller | 2012-12-10 | 1 | -0/+36 |
* | implement share via link token | Jörn Friedrich Dreyer | 2012-11-20 | 1 | -4/+10 |
* | Load all apps in core share ajax file for apps to register their share backends | Michael Gapczynski | 2012-10-27 | 1 | -0/+1 |
* | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 1 | -2/+11 |
|\ |
|
| * | Fix autocomplete search for users for groups only share policy | Michael Gapczynski | 2012-10-09 | 1 | -6/+11 |
| * | fix for bug #1942: Allow user to share with every group if "allow users to sh... | Björn Schießle | 2012-10-09 | 1 | -1/+5 |
* | | Make the core ajax calls use the router | Bart Visscher | 2012-10-02 | 1 | -1/+0 |
|/ |
|
* | Added a missing CSRF check | Lukas Reschke | 2012-09-22 | 1 | -0/+2 |
* | Merge branch 'master' into share_expiration | Michael Gapczynski | 2012-09-12 | 1 | -20/+18 |
|\ |
|
| * | Temporarily disable sharing with contacts and emails, will come in next release | Michael Gapczynski | 2012-09-12 | 1 | -17/+17 |
| * | Fix shared collection item searching | Michael Gapczynski | 2012-09-09 | 1 | -1/+1 |
| * | Remove closing php tag | Thomas Müller | 2012-09-04 | 1 | -2/+0 |
* | | Add support for share expiration | Michael Gapczynski | 2012-09-01 | 1 | -0/+6 |
|/ |
|
* | Reimplement links support for sharing and add password protection option | Michael Gapczynski | 2012-08-27 | 1 | -3/+12 |
* | Determine if reshare needs to be checked | Michael Gapczynski | 2012-08-24 | 1 | -3/+7 |
* | Revert using item name, no longer allowing the same item source exist for a user | Michael Gapczynski | 2012-08-22 | 1 | -5/+5 |
* | Fix share ajax calls to use itemName/itemSource, show who shared a file with you | Michael Gapczynski | 2012-08-20 | 1 | -9/+13 |
* | Remove setTarget from ajax | Michael Gapczynski | 2012-08-20 | 1 | -6/+0 |
* | Refactor again so we can tell what item is being reshared in case the same so... | Michael Gapczynski | 2012-08-19 | 1 | -1/+1 |
* | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ... | Michael Gapczynski | 2012-08-12 | 1 | -1/+1 |
* | Fix warnings and better styling | Bart Visscher | 2012-08-07 | 1 | -2/+10 |
* | Don't return error when just no sharing found | Bart Visscher | 2012-08-07 | 1 | -1/+1 |
* | Try to fix last commit | Michael Gapczynski | 2012-08-07 | 1 | -3/+3 |
* | Check if itemShares share type is an array instead of set, javascript likes t... | Michael Gapczynski | 2012-08-07 | 1 | -3/+3 |
* | Only show the user's groups in the share with autocomplete | Michael Gapczynski | 2012-08-06 | 1 | -9/+6 |
* | Throw exceptions in share API for UI to display | Michael Gapczynski | 2012-08-01 | 1 | -3/+7 |
* | Basic setup for sharing with contacts | Michael Gapczynski | 2012-08-01 | 1 | -1/+1 |
* | Include contacts in share with search | Michael Gapczynski | 2012-07-31 | 1 | -1/+13 |
* | Don't show self or already shared with users and groups in the share with search | Michael Gapczynski | 2012-07-31 | 1 | -6/+29 |
* | Use search and limit parameters for share with search in sharing dropdown | Michael Gapczynski | 2012-07-30 | 1 | -2/+2 |
* | Autocomplete for share with search in sharing dropdown | Michael Gapczynski | 2012-07-30 | 1 | -5/+18 |
* | Sanitization isn't required here | Michael Gapczynski | 2012-07-11 | 1 | -19/+6 |
* | Get rid of sneaky error_log() that got left behind | Michael Gapczynski | 2012-07-10 | 1 | -1/+0 |
* | Sanitize POST and GET in ajax/share | Michael Gapczynski | 2012-07-10 | 1 | -14/+38 |
* | Clean up in the dropdown for unsharing | Michael Gapczynski | 2012-07-03 | 1 | -1/+2 |
* | Remove the method getItemsSharedStatuses, it is easy enough to just pass the ... | Michael Gapczynski | 2012-07-02 | 1 | -1/+1 |
* | $_POST variables should be $_GET for fetch | Michael Gapczynski | 2012-06-27 | 1 | -2/+2 |
* | Fix ajax share file and replace 'User or Group' select form with a textbox | Michael Gapczynski | 2012-06-27 | 1 | -7/+8 |
* | Prepare drop down UI for share API | Michael Gapczynski | 2012-06-27 | 1 | -17/+34 |
* | Move ajax and js files to core | Michael Gapczynski | 2012-06-27 | 1 | -0/+42 |