Re: [owncloud-devel] Newbie - API access possible?

2015-01-17 Thread Mark Ziegler
Am 17.01.15 um 17:37 schrieb Mario Minati: Waow, that is good news :-) Is there already a release plan out? Google doesn't find one. https://github.com/owncloud/core/wiki/ownCloud-8-Features Cheers Anyway we'll use the docs from github. With kind regards, Mario Minati -- Ei

Re: [owncloud-devel] Newbie - API access possible?

2015-01-17 Thread Chris
Hi, > The API that Mario is looking for is the provisioning API. AFAIK this won't contain the requested: - Share directories so the Share-API is still needed? -- View this message in context: http://owncloud.10557.n7.nabble.com/Newbie-API-access-possible-tp13891p13898.html Sent from the Dev

Re: [owncloud-devel] Newbie - API access possible?

2015-01-17 Thread Mario Minati
Waow, that is good news :-) Is there already a release plan out? Google doesn't find one. Anyway we'll use the docs from github. With kind regards, Mario Minati -- CEO MINATI Building Service Engineering Dörenwaldstraße 6a D-32760 Detmold Germany Tel: +49 / 5231 / 4580-100 Fax: +49 / 52

Re: [owncloud-devel] Newbie - API access possible?

2015-01-17 Thread Lukas Reschke
The Provisoning API will be open-sourced with ownCloud 8. The source code is already on GitHub. Documentation needs still to get merged to the public documentation. (core/apps/provisoning_api) - Lukas Sent from mobile device > On 17 Jan 2015, at 17:22, Mario Minati wrote: > > Thanks, > > t

Re: [owncloud-devel] Newbie - API access possible?

2015-01-17 Thread Mario Minati
Thanks, that would have made my day. Too bad ... With kind regards, Mario Minati -- CEO MINATI Building Service Engineering Dörenwaldstraße 6a D-32760 Detmold Germany Tel: +49 / 5231 / 4580-100 Fax: +49 / 5231 / 4580-118 E-Mail: mario.min...@minati.de WWW: www.minati.de Ablage: WV:

Re: [owncloud-devel] ownCloud solutions in *other* projects

2015-01-17 Thread Alessandro Cosentino
Hi Thomas, It would be awesome if you could share the links. Thanks! Alessandro On Fri, Jan 16, 2015 at 1:52 PM, Thomas Müller wrote: > We did contribute to sabredav and doctrine. I can deliver links these days. > > Take care, > > Thomas > > > Ursprüngliche Nachricht > Von: Al

Re: [owncloud-devel] Newbie - API access possible?

2015-01-17 Thread Alessandro Cosentino
The API that Mario is looking for is the provisioning API. As far as I know, it's only in oC Enterprise Edition. Source: https://doc.owncloud.com/server/7.0EE/admin_manual/enterprise/provisioning-api/index.html On Sat, Jan 17, 2015 at 9:39 AM, Chris wrote: > Hi, > >> Is there a documentation on

Re: [owncloud-devel] Newbie - API access possible?

2015-01-17 Thread Chris
Hi, > Is there a documentation on API? the developers manual is available here: http://doc.owncloud.org/server/7.0/developer_manual/ There you can find some docs for the available APIs: http://doc.owncloud.org/server/7.0/developer_manual/core/externalapi.html http://doc.owncloud.org/server/7.0

[owncloud-devel] Newbie - API access possible?

2015-01-17 Thread Mario Minati
Hello, I'm trying to access owncloud via API from an external system. We are looking to: - Create user - Crate directories - Set ownership of directories - Share directories Is this possible via API? Is there a documentation on API? With kind regards,