[owncloud-devel] Sabre and Apps

2015-06-15 Thread Klaus Herberth
Hi guys, I wrote a custom user backend [1], which authenticates again an other website. Everything works fine, if I login through the webinterface. But it will fail if I try caldav or webdav. I see in the log files, that owncloud tries to authenticate the user against the core user backend. Do you

Re: [owncloud-devel] Sabre and Apps

2015-06-16 Thread Klaus Herberth
as the solution. I used ``` authentication ``` because this is the way it is documented in [1]. Can someone correct that? Regards, Klaus [1] https://doc.owncloud.org/server/8.0/developer_manual/app/info.html Am 15.06.2015 um 21:37 schrieb Lukas Reschke: > >> On Jun 15, 2015, at 4:1

[owncloud-devel] Approve JSXC

2015-07-24 Thread Klaus Herberth
Hi guys, the new version [1] of my JavaScript XMPP Client [2] should fulfil all requirements to get approved. Because this version is still in the beta testing phase, you have to download it directly from github [3]. Let me know if you find any issues. Best regards, Klaus [1] https://www.jsxc.o

[owncloud-devel] App ideas - contributors wanted

2015-08-29 Thread Klaus Herberth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey guys, I think the owncloud contributor conference is the right place to discuss and implement new apps/ideas. So here we go: 1) Integrate Piwik [1] into owncloud to track link shares. 2) Create a basic mailing list application on basis of oc grou

Re: [owncloud-devel] Read it later app on owncloud

2015-10-06 Thread Klaus Herberth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maybe Bookmarks [1] covers your use case. It allows you to add a "javascript bookmark" to your browser bar, which allows you to bookmark the current page in oc. Regards, Klaus [1] https://apps.owncloud.com/content/show.php/Bookmarks?content=168710 O

Re: [owncloud-devel] What is the best way to acquire real SSO bypassing login screen

2015-10-15 Thread Klaus Herberth
You could use your first approach + a js snippet which submits the form. Regards Am 15. Oktober 2015 10:11:39 nachm. schrieb Christian Ludwig : Dear Developers, I am new to ownCloud development and need to develop an app for ownCloud v8.1+ that enables users to login without entering a

[owncloud-devel] get display and login name

2016-01-13 Thread Klaus Herberth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I implemented a auto-completion field for my app jsxc which requires to get the display and login names according to an entered string. I thought the user id is always the same as the login name and therefore I used the OCP\User::getDisplayNames f

Re: [owncloud-devel] get display and login name

2016-01-18 Thread Klaus Herberth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/01/16 15:05, Arthur Schiwon wrote: > The share dialog, for instance, is also looking up users like > this. That sounds very promising. I will check how they accomplish this task. Regards, Klaus -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.

Re: [owncloud-devel] Completely deny access

2016-04-01 Thread Klaus Herberth
Or set "deny from all" in your htaccess or webserver config. On 01/04/16 16:09, Chris wrote: > Hi, > > instead of fiddling around in the oC code maybe set the maintenance mode > instead? > > > > -- > View this message in context: > http://owncloud.10557.n7.nabble.com/Completely-deny-access-

Re: [owncloud-devel] Upload file from a PHP application to the Owncloud Server

2016-04-25 Thread Klaus Herberth
Owncloud supports WebDav [1]. Just use one of your favoured PHP WebDav clients. [1] https://owncloud.org/features/ On 04/25/2016 01:23 PM, Mohammed Amine Saidi wrote: > I want to know the technical method i'm a developer under PHP not a simple > user > > 2016-04-25 13:17 GMT+02:00 : > >> Hello

[owncloud-devel] multiple owncloud.org subdomains down?

2016-04-27 Thread Klaus Herberth
Hi guys, I can't reach https://customer.owncloud.org/ or https://doc.owncloud.org/. Uptrends [1] reports "TCP Connection Failed", "Http timeout" or "Http connection failure" for 90% of all tested countries. Best regards, Klaus [1] https://www.uptrends.com/tools/uptime signature.asc Descriptio

Re: [owncloud-devel] How to trigger the hooks when using the sync client?

2016-05-29 Thread Klaus Herberth
Hi, you need to make sure, that your app is also loaded on DAV access. This could probably be done, if you add to your info.xml. Best regards, Klaus Am 29.05.2016 um 09:48 schrieb Jalpreet Singh Nanda: > Hi Everyone, > > I am Jalpreet Singh Nanda, a GSoC intern at ownCloud. I am work