summaryrefslogtreecommitdiffstats
path: root/core/ajax/share.php
Commit message (Expand)AuthorAgeFilesLines
...
* Make group suffix in share dialog translatabledampfklon2013-08-221-1/+5
* Use templates to theme share e-mails (#3683)Stephan Arts2013-06-141-9/+14
* Merge pull request #2320 from ceri/masterFrank Karlitschek2013-03-151-2/+2
|\
| * Correct emails when folders are shared.Ceri Davies2013-03-141-2/+2
* | use display name as sender for private link mails, approved in #2294Björn Schießle2013-03-141-1/+1
|/
* up limit of share dropdown from 4 to 15, scrollbar after 4 1/2 entries, fix #135Jan-Christoph Borchardt2013-02-281-3/+3
* Style cleanup core dirBart Visscher2013-02-211-10/+52
* search display name instead of uid; fix key/value order for array accessBjörn Schießle2013-01-281-1/+1
* show display name instead of uidBjörn Schießle2013-01-251-9/+10
* Sanitize the exceptionLukas Reschke2013-01-191-1/+1
* fixes default email sender addressRandolph Carter2012-12-191-5/+1
* moving sharing email code to coreThomas Mueller2012-12-101-0/+36
* implement share via link tokenJörn Friedrich Dreyer2012-11-201-4/+10
* Load all apps in core share ajax file for apps to register their share backendsMichael Gapczynski2012-10-271-0/+1
* Merge branch 'master' into routingBart Visscher2012-10-171-2/+11
|\
| * Fix autocomplete search for users for groups only share policyMichael Gapczynski2012-10-091-6/+11
| * fix for bug #1942: Allow user to share with every group if "allow users to sh...Björn Schießle2012-10-091-1/+5
* | Make the core ajax calls use the routerBart Visscher2012-10-021-1/+0
|/
* Added a missing CSRF checkLukas Reschke2012-09-221-0/+2
* Merge branch 'master' into share_expirationMichael Gapczynski2012-09-121-20/+18
|\
| * Temporarily disable sharing with contacts and emails, will come in next releaseMichael Gapczynski2012-09-121-17/+17
| * Fix shared collection item searchingMichael Gapczynski2012-09-091-1/+1
| * Remove closing php tagThomas Müller2012-09-041-2/+0
* | Add support for share expirationMichael Gapczynski2012-09-011-0/+6
|/
* Reimplement links support for sharing and add password protection optionMichael Gapczynski2012-08-271-3/+12
* Determine if reshare needs to be checkedMichael Gapczynski2012-08-241-3/+7
* Revert using item name, no longer allowing the same item source exist for a userMichael Gapczynski2012-08-221-5/+5
* Fix share ajax calls to use itemName/itemSource, show who shared a file with youMichael Gapczynski2012-08-201-9/+13
* Remove setTarget from ajaxMichael Gapczynski2012-08-201-6/+0
* Refactor again so we can tell what item is being reshared in case the same so...Michael Gapczynski2012-08-191-1/+1
* Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ...Michael Gapczynski2012-08-121-1/+1
* Fix warnings and better stylingBart Visscher2012-08-071-2/+10
* Don't return error when just no sharing foundBart Visscher2012-08-071-1/+1
* Try to fix last commitMichael Gapczynski2012-08-071-3/+3
* Check if itemShares share type is an array instead of set, javascript likes t...Michael Gapczynski2012-08-071-3/+3
* Only show the user's groups in the share with autocompleteMichael Gapczynski2012-08-061-9/+6
* Throw exceptions in share API for UI to displayMichael Gapczynski2012-08-011-3/+7
* Basic setup for sharing with contactsMichael Gapczynski2012-08-011-1/+1
* Include contacts in share with searchMichael Gapczynski2012-07-311-1/+13
* Don't show self or already shared with users and groups in the share with searchMichael Gapczynski2012-07-311-6/+29
* Use search and limit parameters for share with search in sharing dropdownMichael Gapczynski2012-07-301-2/+2
* Autocomplete for share with search in sharing dropdownMichael Gapczynski2012-07-301-5/+18
* Sanitization isn't required hereMichael Gapczynski2012-07-111-19/+6
* Get rid of sneaky error_log() that got left behindMichael Gapczynski2012-07-101-1/+0
* Sanitize POST and GET in ajax/shareMichael Gapczynski2012-07-101-14/+38
* Clean up in the dropdown for unsharingMichael Gapczynski2012-07-031-1/+2
* Remove the method getItemsSharedStatuses, it is easy enough to just pass the ...Michael Gapczynski2012-07-021-1/+1
* $_POST variables should be $_GET for fetchMichael Gapczynski2012-06-271-2/+2
* Fix ajax share file and replace 'User or Group' select form with a textboxMichael Gapczynski2012-06-271-7/+8
* Prepare drop down UI for share APIMichael Gapczynski2012-06-271-17/+34