Commit Graph

1330 Commits (1e36e1f2cb72298cebda693aa1452ec569250757)

Author SHA1 Message Date
Michael Gapczynski 4185bd6292 Load shared addressbooks inside OC_Contacts_Addressbook instead of the index, add public functions getItemShared(With)BySource() for contacts app 13 years ago
Michael Gapczynski 77b582e4e6 Change getItems() return to a 3-dimensional array to handle multiple shares of the same item 13 years ago
Michael Gapczynski dd56416a39 Remove the method getItemsSharedStatuses, it is easy enough to just pass the format instead 13 years ago
Michael Gapczynski 3e8a34f906 Don't select all columns for FORMAT_STATUSES 13 years ago
Michael Gapczynski c073216d8d Don't overwrite the item variable when checking if the item is already shared 13 years ago
Michael Gapczynski 75c111a33b Have getItems() return an empty array instead of false, so apps only need to do an array_merge() 13 years ago
Michael Gapczynski 7a649fc65a Switch back to registering just the class and not the object, better for performance 13 years ago
Michael Gapczynski cb19fdd55b Show users and groups shared with in dropdown 13 years ago
Michael Gapczynski d95d738723 Fix FORMAT_STATUSES 13 years ago
Michael Gapczynski 9fdfcc29fe Fix group sharing 13 years ago
Bart Visscher d332e1e9c1 Documentation fix 13 years ago
Michael Gapczynski c41cb192c9 Fix which line needs '' wrapped around the array values 13 years ago
Michael Gapczynski 243faf6334 Fix searching for parent item types, search for file source instead of item source for the file item type in case the item was converted 13 years ago
Michael Gapczynski 32f9901bcd Fix retrieving supported file extensions from backend and remove the dependsOn and supportedFileExtensions parameters from registerBackend() 13 years ago
Michael Gapczynski 28b7793d5b Fixes and change database table from sharing to share 13 years ago
Michael Gapczynski f21fdf14f9 Forgot I got rid of the class field backendTypes, use the array keys of the backends field instead 13 years ago
Michael Gapczynski bc68f14c4b Prepare drop down UI for share API 13 years ago
Michael Gapczynski 8198114615 Some more changes to getItems() and fixes in shared storage 13 years ago
Michael Gapczynski 5f1aa1b92e Fix additional getItems calls due to parameter change 13 years ago
Michael Gapczynski 71350bc618 I'm having trouble making up my mind... translateItem -> getItems() -> formatItems(). It may change again. Preparing shared storage for new api. 13 years ago
Michael Gapczynski 10986f00dc Use share type and share with in db instead of separate columns for user and group 13 years ago
Michael Gapczynski bd8769a7c5 Fixes for registering and fetching backends 13 years ago
Michael Gapczynski c7e0449a75 Finish parent folder implementation, change recursive delete process 13 years ago
Michael Gapczynski 0cc7ae904d Initial work on a share API 13 years ago
Bart Visscher dab58f3464 Cache result of OC_App::getAppVersions 13 years ago
Bart Visscher 2f0b4983e9 Move app upgrade check to loading of apps 13 years ago
Thomas Tanghus a25ae4b4b6 Make Categories a bit quieter. 13 years ago
Thomas Tanghus ac4e19218e All is good ;-) 13 years ago
Bart Visscher c6b9f613bb Cache: try to set the fast cache in the Broker 13 years ago
Bart Visscher fe0f281b4f Fix setting ETag header on cache miss 13 years ago
Bart Visscher 531c1c509c Cache: Add APC and XCache to global cache handler 13 years ago
Bart Visscher 4e4a1a4274 Cache: Use getUserCache cache in OC_Cache 13 years ago
Bart Visscher cae089df91 Cache: Create global cache in OC_Cache 13 years ago
Brice Maron 09a9f5400e Trim url and path of appsroot to have and standart type of path fix oc-1107 13 years ago
Frank Karlitschek a4c47c674d write sql errors into the error log for better debugging 13 years ago
Brice Maron 564cd82599 Fix the fix about filecache and postgres 13 years ago
Brice Maron 2a6a155e23 Correct File cache error with postgresql 13 years ago
Thomas Tanghus b182e6c86a Trim trailing whitespace from version. 13 years ago
Florian Hülsmann d450560b39 remove trailing slash in %appswebroot% placeholder 13 years ago
Frank Karlitschek 2c1c1ba88c close only if exist 13 years ago
Frank Karlitschek 7c5ff900d0 work with non existing apps directory. thanks to Antonio for the hint 13 years ago
Brice Maron d39d7fb9ff Remove references to /apps/ and correct inclusion of settings 13 years ago
Brice Maron 33165e3915 Do not close php tag on config file 13 years ago
Brice Maron b5e3e150eb Correction of path looking for apps and css 13 years ago
Bart Visscher ebfc5b2762 Add compatability function for APC cache 13 years ago
Bart Visscher f655981baf Fix initialization of OC_Filesystem setup from DAV 13 years ago
Bart Visscher 50667dcb82 Convert OC_L10N_String to a string in OC_JSON::encodedPrint 13 years ago
Bart Visscher 432aa58bab Spelling fixes 13 years ago
Brice Maron 2d2366bb57 Avoid fetch ocs info if the appstore is disabled 13 years ago
Brice Maron 06e20fe4b8 Correct css inclusion with minimizer 13 years ago