| Commit message (Expand) | Author | Age | Files | Lines |
* | Add parameter to showDropDown to not show private link UI, only files can be ... | Michael Gapczynski | 2012-07-03 | 1 | -12/+19 |
* | Add share with to list in dropdown after sharing | Michael Gapczynski | 2012-07-03 | 1 | -1/+5 |
* | Return false for single item checks and an empty array for multiple item checks | Michael Gapczynski | 2012-07-03 | 1 | -7/+7 |
* | Clean up in the dropdown for unsharing | Michael Gapczynski | 2012-07-03 | 4 | -74/+31 |
* | Use formatted shared addressbook in all cases, addressbooks out of order now | Michael Gapczynski | 2012-07-03 | 2 | -8/+21 |
* | Load shared addressbooks inside OC_Contacts_Addressbook instead of the index,... | Michael Gapczynski | 2012-07-03 | 4 | -14/+46 |
* | Change getItems() return to a 3-dimensional array to handle multiple shares o... | Michael Gapczynski | 2012-07-02 | 2 | -21/+36 |
* | Remove the method getItemsSharedStatuses, it is easy enough to just pass the ... | Michael Gapczynski | 2012-07-02 | 2 | -11/+1 |
* | Don't select all columns for FORMAT_STATUSES | Michael Gapczynski | 2012-06-30 | 1 | -1/+6 |
* | Add share action to addressbooks! | Michael Gapczynski | 2012-06-30 | 2 | -1/+5 |
* | Fix fetching item type from share class element, comment out the auto hider f... | Michael Gapczynski | 2012-06-30 | 1 | -12/+12 |
* | Fix generateTarget() for contacts backend | Michael Gapczynski | 2012-06-30 | 1 | -2/+2 |
* | Don't overwrite the item variable when checking if the item is already shared | Michael Gapczynski | 2012-06-30 | 1 | -3/+2 |
* | Have getItems() return an empty array instead of false, so apps only need to ... | Michael Gapczynski | 2012-06-30 | 1 | -7/+7 |
* | Change registerBackend calls class argument to strings | Michael Gapczynski | 2012-06-30 | 2 | -2/+2 |
* | Switch back to registering just the class and not the object, better for perf... | Michael Gapczynski | 2012-06-30 | 1 | -11/+20 |
* | Something like this should do it for sharing contacts | Bart Visscher | 2012-06-27 | 2 | -0/+21 |
* | Show users and groups shared with in dropdown | Michael Gapczynski | 2012-06-27 | 2 | -11/+18 |
* | Fix FORMAT_STATUSES | Michael Gapczynski | 2012-06-27 | 1 | -2/+2 |
* | $_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 | 2 | -45/+17 |
* | Fix group sharing | Michael Gapczynski | 2012-06-27 | 1 | -3/+3 |
* | Basic framework for contacts sharing | Bart Visscher | 2012-06-27 | 2 | -0/+56 |
* | Documentation fix | Bart Visscher | 2012-06-27 | 1 | -3/+2 |
* | Fix which line needs '' wrapped around the array values | Michael Gapczynski | 2012-06-27 | 1 | -2/+2 |
* | Fix searching for parent item types, search for file source instead of item s... | Michael Gapczynski | 2012-06-27 | 1 | -15/+15 |
* | Fix retrieving supported file extensions from backend and remove the dependsO... | Michael Gapczynski | 2012-06-27 | 2 | -12/+12 |
* | Fixes and change database table from sharing to share | Michael Gapczynski | 2012-06-27 | 2 | -40/+44 |
* | Forgot I got rid of the class field backendTypes, use the array keys of the b... | Michael Gapczynski | 2012-06-27 | 2 | -3/+5 |
* | Prepare drop down UI for share API | Michael Gapczynski | 2012-06-27 | 4 | -99/+107 |
* | Some more changes to getItems() and fixes in shared storage | Michael Gapczynski | 2012-06-27 | 2 | -14/+33 |
* | Fix additional getItems calls due to parameter change | Michael Gapczynski | 2012-06-27 | 1 | -30/+5 |
* | I'm having trouble making up my mind... translateItem -> getItems() -> format... | Michael Gapczynski | 2012-06-27 | 3 | -102/+108 |
* | Use share type and share with in db instead of separate columns for user and ... | Michael Gapczynski | 2012-06-27 | 1 | -63/+88 |
* | Fixes for registering and fetching backends | Michael Gapczynski | 2012-06-27 | 1 | -19/+12 |
* | Move ajax and js files to core | Michael Gapczynski | 2012-06-27 | 2 | -6/+48 |
* | Finish parent folder implementation, change recursive delete process | Michael Gapczynski | 2012-06-27 | 1 | -37/+78 |
* | Initial work on a share API | Michael Gapczynski | 2012-06-27 | 1 | -0/+673 |
* | Check if app is enabled before loading in remote and public.php | Bart Visscher | 2012-06-27 | 2 | -2/+14 |
* | Cache result of OC_App::getAppVersions | Bart Visscher | 2012-06-27 | 1 | -0/+4 |
* | Move app upgrade check to loading of apps | Bart Visscher | 2012-06-27 | 2 | -16/+12 |
* | Make Categories a bit quieter. | Thomas Tanghus | 2012-06-27 | 1 | -1/+10 |
* | Don't call getLocalFile() until you know it actually is music | Michael Gapczynski | 2012-06-26 | 1 | -1/+1 |
* | Added some error checking. | Thomas Tanghus | 2012-06-26 | 1 | -1/+5 |
* | Added missing requesttoken. | Thomas Tanghus | 2012-06-26 | 2 | -1/+4 |
* | Added error checking on all db queries. | Thomas Tanghus | 2012-06-26 | 3 | -51/+152 |
* | Added createUser hook. | Thomas Tanghus | 2012-06-26 | 2 | -0/+11 |
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Bjoern Schiessle | 2012-06-26 | 1 | -1/+1 |
|\ |
|
| * | Fix variable name. | Thomas Tanghus | 2012-06-26 | 1 | -1/+1 |
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Bjoern Schiessle | 2012-06-26 | 1 | -0/+8 |
|\| |
|