summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add parameter to showDropDown to not show private link UI, only files can be ...Michael Gapczynski2012-07-031-12/+19
* Add share with to list in dropdown after sharingMichael Gapczynski2012-07-031-1/+5
* Return false for single item checks and an empty array for multiple item checksMichael Gapczynski2012-07-031-7/+7
* Clean up in the dropdown for unsharingMichael Gapczynski2012-07-034-74/+31
* Use formatted shared addressbook in all cases, addressbooks out of order nowMichael Gapczynski2012-07-032-8/+21
* Load shared addressbooks inside OC_Contacts_Addressbook instead of the index,...Michael Gapczynski2012-07-034-14/+46
* Change getItems() return to a 3-dimensional array to handle multiple shares o...Michael Gapczynski2012-07-022-21/+36
* Remove the method getItemsSharedStatuses, it is easy enough to just pass the ...Michael Gapczynski2012-07-022-11/+1
* Don't select all columns for FORMAT_STATUSESMichael Gapczynski2012-06-301-1/+6
* Add share action to addressbooks!Michael Gapczynski2012-06-302-1/+5
* Fix fetching item type from share class element, comment out the auto hider f...Michael Gapczynski2012-06-301-12/+12
* Fix generateTarget() for contacts backendMichael Gapczynski2012-06-301-2/+2
* Don't overwrite the item variable when checking if the item is already sharedMichael Gapczynski2012-06-301-3/+2
* Have getItems() return an empty array instead of false, so apps only need to ...Michael Gapczynski2012-06-301-7/+7
* Change registerBackend calls class argument to stringsMichael Gapczynski2012-06-302-2/+2
* Switch back to registering just the class and not the object, better for perf...Michael Gapczynski2012-06-301-11/+20
* Something like this should do it for sharing contactsBart Visscher2012-06-272-0/+21
* Show users and groups shared with in dropdownMichael Gapczynski2012-06-272-11/+18
* Fix FORMAT_STATUSESMichael Gapczynski2012-06-271-2/+2
* $_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-272-45/+17
* Fix group sharingMichael Gapczynski2012-06-271-3/+3
* Basic framework for contacts sharingBart Visscher2012-06-272-0/+56
* Documentation fixBart Visscher2012-06-271-3/+2
* Fix which line needs '' wrapped around the array valuesMichael Gapczynski2012-06-271-2/+2
* Fix searching for parent item types, search for file source instead of item s...Michael Gapczynski2012-06-271-15/+15
* Fix retrieving supported file extensions from backend and remove the dependsO...Michael Gapczynski2012-06-272-12/+12
* Fixes and change database table from sharing to shareMichael Gapczynski2012-06-272-40/+44
* Forgot I got rid of the class field backendTypes, use the array keys of the b...Michael Gapczynski2012-06-272-3/+5
* Prepare drop down UI for share APIMichael Gapczynski2012-06-274-99/+107
* Some more changes to getItems() and fixes in shared storageMichael Gapczynski2012-06-272-14/+33
* Fix additional getItems calls due to parameter changeMichael Gapczynski2012-06-271-30/+5
* I'm having trouble making up my mind... translateItem -> getItems() -> format...Michael Gapczynski2012-06-273-102/+108
* Use share type and share with in db instead of separate columns for user and ...Michael Gapczynski2012-06-271-63/+88
* Fixes for registering and fetching backendsMichael Gapczynski2012-06-271-19/+12
* Move ajax and js files to coreMichael Gapczynski2012-06-272-6/+48
* Finish parent folder implementation, change recursive delete processMichael Gapczynski2012-06-271-37/+78
* Initial work on a share APIMichael Gapczynski2012-06-271-0/+673
* Check if app is enabled before loading in remote and public.phpBart Visscher2012-06-272-2/+14
* Cache result of OC_App::getAppVersionsBart Visscher2012-06-271-0/+4
* Move app upgrade check to loading of appsBart Visscher2012-06-272-16/+12
* Make Categories a bit quieter.Thomas Tanghus2012-06-271-1/+10
* Don't call getLocalFile() until you know it actually is musicMichael Gapczynski2012-06-261-1/+1
* Added some error checking.Thomas Tanghus2012-06-261-1/+5
* Added missing requesttoken.Thomas Tanghus2012-06-262-1/+4
* Added error checking on all db queries.Thomas Tanghus2012-06-263-51/+152
* Added createUser hook.Thomas Tanghus2012-06-262-0/+11
* Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-261-1/+1
|\
| * Fix variable name.Thomas Tanghus2012-06-261-1/+1
* | Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-261-0/+8
|\|