Thanks a lot Thomas for your work - much appreciated! I started an issue on github to collect all missing public apis: https://github.com/owncloud/core/issues/4863
I already added your list - feel free to comment what has been missing. That issue also documents howto add new apis. Thanks a lot, Thomas PS: I'll push this information to the ML asap Am Montag, dem 16.09.2013 um 2:18 schrieb Thomas Tanghus: > I'm trying to collect what we need to get in the public namespace, and the > ones listed below are what I've found so far, and my suggestion for > placement, > or questions on the same: > > OC_App: > - getAppWebPath -> OCP\App > Needed for remote.php in Calendar and Contacts. > - loadApps -> OCP\App > Needed for remote.php in Calendar and Contacts. > > OC_Search_*: > - I would suggest an interface for the providers, but there's some work > going > on in https://github.com/owncloud/core/pull/4553 and I'm not sure of the plan? > > OC_Filesystem: > - file_get_contents/file_put_contents -> OCP\Files > > OC_FileProxy: > - $enabled > Needed when reading and writing to storage obtained with > \OCP\Files::getStorage('appName') when encryption is enabled. > Maybe this can be done in the getStorage() call? > > OC_Cache: > - get/set/hasKey/remove -> OCP\Cache > > Please add what I haven't mentioned. > > -- > Med venlig hilsen / Best Regards > > Thomas Tanghus > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
