Thank you. The hooks seem to be limited to php language
(https://doc.owncloud.org/server/8.1/developer_manual/app/hooks.html?highlight=filesystem).
It there any language-agnostic way (REST/DB Query/JMS/etc) of getting the
information about recently created files?
-Original Message-
From
I think cron is the only way to do this unless imap has a special
feature that lets you call an url/script if a new email arrives
On 05/13/2015 10:05 AM, Daniel Wood wrote:
> I am hoping to create an owncloud app to run as an imap mail watcher to
> send push notifications to my ubuntu phone.
> I a
The filesystem has a hook system which lets you execute a callback once
new files are uploaded/created, check the docs ;)
On 05/13/2015 04:12 PM, Fedotov, Andriy (Citco) wrote:
> Hi,
>
> I'm doing a POC to see if ownCloud is a possible solution for our use case.
> We need to get informed about th
Hi,
I'm doing a POC to see if ownCloud is a possible solution for our use case. We
need to get informed about the new files uploaded to ownCloud by registered and
non-registered users (via shared links). There will be a java program running
on our end that will be processing these notifications
I am hoping to create an owncloud app to run as an imap mail watcher to
send push notifications to my ubuntu phone.
I am sending this mail hoping that someone with owncloud knowledge can
offer advice on the best way to implement such a service.
Whats the best way to run a service on owncloud?
I've