summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Switch to using file cache ids instead of paths for file sharingMichael Gapczynski2012-08-241-1/+12
* Prevent resharing in UI if share permission not grantedMichael Gapczynski2012-08-241-52/+58
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-242-10/+10
* Use right variable name.Thomas Tanghus2012-08-231-10/+10
* Check if files_sharing app is enabled, move file specific javascript to files...Michael Gapczynski2012-08-221-61/+0
* Move share CSS to core, add script and style from inside Share APIMichael Gapczynski2012-08-221-0/+17
* Revert using item name, no longer allowing the same item source exist for a userMichael Gapczynski2012-08-222-23/+32
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-221-8/+8
* Fix share ajax calls to use itemName/itemSource, show who shared a file with youMichael Gapczynski2012-08-202-38/+52
* Remove setTarget from ajaxMichael Gapczynski2012-08-201-6/+0
* Merge branch 'share_api'Michael Gapczynski2012-08-192-0/+547
|\
| * Refactor again so we can tell what item is being reshared in case the same so...Michael Gapczynski2012-08-191-1/+1
| * File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-161-1/+0
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-147-84/+129
| |\
| * | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ...Michael Gapczynski2012-08-121-1/+1
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-091-3/+3
| |\ \
| * | | Fix issues with hiding and showing dropdownMichael Gapczynski2012-08-081-14/+33
| * | | Reset item shares variable, fixes autocomplete not showing peopleMichael Gapczynski2012-08-081-1/+2
| * | | Actually change background image of shared itemsMichael Gapczynski2012-08-071-2/+3
| * | | 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
| * | | Somewhat fixes dropdown display issues in the contacts appMichael Gapczynski2012-08-061-1/+1
| * | | Remove person from array after unshare, so name appears in autocomplete againMichael Gapczynski2012-08-061-1/+5
| * | | Merge branch 'master' into share_apiMichael Gapczynski2012-08-0650-130/+796
| |\ \ \
| * | | | Don't load item if it doesn't have it status setMichael Gapczynski2012-08-061-2/+2
| * | | | Lots of refactoring to share APIMichael Gapczynski2012-08-061-12/+13
| * | | | Hide 'can edit' if not checkedMichael Gapczynski2012-08-011-1/+6
| * | | | Throw exceptions in share API for UI to displayMichael Gapczynski2012-08-012-4/+8
| * | | | Basic setup for sharing with contactsMichael Gapczynski2012-08-011-1/+1
| * | | | Prevent up and down arrow from changing the share with input valueMichael Gapczynski2012-07-311-1/+5
| * | | | Include contacts in share with searchMichael Gapczynski2012-07-311-1/+13
| * | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-319-99/+151
| |\ \ \ \
| * | | | | Give share with search focus when sharing dropdown appearsMichael Gapczynski2012-07-311-1/+2
| * | | | | Don't show self or already shared with users and groups in the share with searchMichael Gapczynski2012-07-312-8/+36
| * | | | | Add suggestion to share with search for sharing via emailMichael Gapczynski2012-07-311-3/+9
| * | | | | 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-302-16/+44
| * | | | | Add support for configuring which permissions are possible for itemsMichael Gapczynski2012-07-271-11/+23
| * | | | | Implement CRUDS in share dropdown, and some clean-upMichael Gapczynski2012-07-261-24/+79
| * | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-255-1/+35
| |\ \ \ \ \
| * | | | | | Make file actions permissions awareMichael Gapczynski2012-07-251-1/+1
| * | | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-1110-18/+18
| |\ \ \ \ \ \
| * | | | | | | Sanitization isn't required hereMichael Gapczynski2012-07-111-19/+6
| * | | | | | | Show private link in dropdownMichael Gapczynski2012-07-111-1/+5
| * | | | | | | Generate random token for private links (more entropy than past private links)Michael Gapczynski2012-07-111-2/+3
| * | | | | | | 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