Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Björn Schießle | 2012-10-09 | 1 | -1/+5 |
| | | | | share with anyone" is set | ||||
* | Reimplementation of CSRF protection including autorefresh | Christian Reiner | 2012-09-28 | 1 | -0/+41 |
| | |||||
* | Added a missing CSRF check | Lukas Reschke | 2012-09-22 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into share_expiration | Michael Gapczynski | 2012-09-12 | 6 | -37/+35 |
|\ | | | | | | | | | | | Conflicts: core/js/share.js lib/util.php | ||||
| * | 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 |
| | | |||||
| * | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -1/+1 |
| | | |||||
| * | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -4/+4 |
| | | |||||
| * | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -3/+3 |
| | | |||||
| * | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -3/+3 |
| | | |||||
| * | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -5/+5 |
| | | |||||
| * | Remove closing php tag | Thomas Müller | 2012-09-04 | 1 | -2/+0 |
| | | |||||
| * | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -1/+1 |
| | | |||||
* | | 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 ↵ | Michael Gapczynski | 2012-08-19 | 1 | -1/+1 |
| | | | | source shows up. This is the end of the share_api branch, moving to master. | ||||
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 2 | -47/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/group.php lib/group/backend.php lib/group/database.php lib/group/interface.php lib/public/user.php lib/user.php lib/user/backend.php lib/user/database.php lib/user/interface.php | ||||
| * | Removed unused file | Lukas Reschke | 2012-08-10 | 1 | -47/+0 |
| | | |||||
| * | Added XSRF check | Lukas Reschke | 2012-08-10 | 1 | -0/+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 |
| | | | | | | | | constructor... | ||||
* | | 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 ↵ | Michael Gapczynski | 2012-08-07 | 1 | -3/+3 |
| | | | | | | | | to set indexes to 'undefined' | ||||
* | | 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 |
| | | |||||
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-31 | 3 | -85/+2 |
|\| | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/files_sharing/js/share.js | ||||
| * | Updated style | Lukas Reschke | 2012-07-26 | 1 | -1/+1 |
| | | |||||
| * | Remove unused files | Lukas Reschke | 2012-07-26 | 2 | -84/+0 |
| | | |||||
| * | Check for admin user | Lukas Reschke | 2012-07-26 | 1 | -0/+1 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-11 | 7 | -13/+0 |
|\| | | | | | | | | | | | | | Conflicts: apps/contacts/lib/addressbook.php apps/files_sharing/js/share.js apps/files_sharing/sharedstorage.php | ||||
| * | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 7 | -13/+0 |
| | | |||||
* | | 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 |
| | | | | | | | | format instead | ||||
* | | $_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 |
| | |