summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Sharing files working using share APIMichael Gapczynski2012-07-103-66/+78
* 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-031-1/+1
* Load shared addressbooks inside OC_Contacts_Addressbook instead of the index,...Michael Gapczynski2012-07-031-11/+44
* Change getItems() return to a 3-dimensional array to handle multiple shares o...Michael Gapczynski2012-07-021-14/+24
* Remove the method getItemsSharedStatuses, it is easy enough to just pass the ...Michael Gapczynski2012-07-021-10/+0
* Don't select all columns for FORMAT_STATUSESMichael Gapczynski2012-06-301-1/+6
* 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
* Switch back to registering just the class and not the object, better for perf...Michael Gapczynski2012-06-301-11/+20
* Show users and groups shared with in dropdownMichael Gapczynski2012-06-271-1/+1
* Fix FORMAT_STATUSESMichael Gapczynski2012-06-271-2/+2
* Fix group sharingMichael Gapczynski2012-06-271-3/+3
* 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-271-12/+9
* Fixes and change database table from sharing to shareMichael Gapczynski2012-06-271-40/+42
* Forgot I got rid of the class field backendTypes, use the array keys of the b...Michael Gapczynski2012-06-271-2/+4
* Prepare drop down UI for share APIMichael Gapczynski2012-06-271-5/+25
* Some more changes to getItems() and fixes in shared storageMichael Gapczynski2012-06-271-10/+22
* 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-272-61/+59
* 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
* Finish parent folder implementation, change recursive delete processMichael Gapczynski2012-06-271-37/+78
* Initial work on a share APIMichael Gapczynski2012-06-271-0/+673
* 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
* All is good ;-)Thomas Tanghus2012-06-261-0/+1
* Cache: try to set the fast cache in the BrokerBart Visscher2012-06-251-5/+3
* Fix setting ETag header on cache missBart Visscher2012-06-251-1/+4
* Cache: Add APC and XCache to global cache handlerBart Visscher2012-06-253-2/+30
* Cache: Use getUserCache cache in OC_CacheBart Visscher2012-06-251-37/+24
* Cache: Create global cache in OC_CacheBart Visscher2012-06-252-1/+15
* Trim url and path of appsroot to have and standart type of path fix oc-1107Brice Maron2012-06-251-5/+7
* write sql errors into the error log for better debuggingFrank Karlitschek2012-06-251-0/+2
* Fix the fix about filecache and postgresBrice Maron2012-06-241-2/+1
* Correct File cache error with postgresqlBrice Maron2012-06-241-0/+3
* Trim trailing whitespace from version.Thomas Tanghus2012-06-241-1/+1
* remove trailing slash in %appswebroot% placeholderFlorian Hülsmann2012-06-231-1/+1
* close only if existFrank Karlitschek2012-06-231-1/+1
* work with non existing apps directory. thanks to Antonio for the hintFrank Karlitschek2012-06-231-10/+11
* Remove references to /apps/ and correct inclusion of settingsBrice Maron2012-06-221-3/+3
* Do not close php tag on config fileBrice Maron2012-06-221-1/+1
* Correction of path looking for apps and cssBrice Maron2012-06-222-5/+5
* Add compatability function for APC cacheBart Visscher2012-06-221-0/+8
* Fix initialization of OC_Filesystem setup from DAVBart Visscher2012-06-221-1/+1
* Convert OC_L10N_String to a string in OC_JSON::encodedPrintBart Visscher2012-06-221-0/+10