summaryrefslogtreecommitdiffstats
path: root/core/ajax
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-142-47/+1
|\
| * Removed unused fileLukas Reschke2012-08-101-47/+0
| * Added XSRF checkLukas Reschke2012-08-101-0/+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
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-313-85/+2
|\|
| * Updated styleLukas Reschke2012-07-261-1/+1
| * Remove unused filesLukas Reschke2012-07-262-84/+0
| * Check for admin userLukas Reschke2012-07-261-0/+1
* | 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
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-117-13/+0
|\|
| * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-097-13/+0
* | 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
* | Move ajax and js files to coreMichael Gapczynski2012-06-271-0/+42
|/
* reuse OC_L10N objectsRobin Appelman2012-04-141-1/+1
* Fix categories delete fallback when there is no app specific ajax categories ...Bart Visscher2012-04-121-1/+1
* wrong defaultValue definition in OC.AppConfig.getValueunknown2012-04-121-1/+1
* Added category editor for apps using OC_VObjects.Thomas Tanghus2012-03-123-0/+116
* add javascript bindings for OC_AppConfigRobin Appelman2012-02-221-0/+35
* Use OC_JSON for json responsesBart Visscher2011-09-254-12/+5
* Change authentication method to basic http auth instead of using $_GET variablesHans Bakker2011-08-173-58/+51
* Add scripts to get user list and group list as json data.Hans Bakker2011-08-152-0/+92
* Add validateuser.php ajax file returning json data saying whether a user exis...Hans Bakker2011-08-131-0/+57
* Adapt javascript-i18n to latest changesJakob Sack2011-06-201-1/+1
* New i18n-structureJakob Sack2011-06-201-0/+34