No, you'd have to do this in a separate app On 05/14/2015 01:29 AM, Fedotov, Andriy (Citco) wrote: > 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: devel-boun...@owncloud.org [mailto:devel-boun...@owncloud.org] On > Behalf Of Bernhard Posselt > Sent: Wednesday, May 13, 2015 1:41 PM > To: devel@owncloud.org > Subject: Re: [owncloud-devel] Activity notification > > 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 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. >> >> At the moment, the only way to get "a new file got created" information >> seems to be the data in oc_activity table. We can scan this table for the >> new records and build our logic based on that. >> >> The problem is that oc_activity table has the information for the files >> uploaded by the registered users only. Is there a way to enable saving such >> kind of information for non-registered users as well? >> >> My request seems to be very similar to >> https://github.com/owncloud/activity/issues/177 but I want to know if there >> are any other workarounds at the moment to get informed about the creation >> of new files. >> >> Thanks, >> Andriy >> >> Disclaimer link. To see it, click the link below, or copy and paste it into >> your browser's address line. >> http://www.citco.com/emaildisclaimer.htm >> >> _______________________________________________ >> Devel mailing list >> Devel@owncloud.org >> http://mailman.owncloud.org/mailman/listinfo/devel > _______________________________________________ > Devel mailing list > Devel@owncloud.org > http://mailman.owncloud.org/mailman/listinfo/devel > > Disclaimer link. To see it, click the link below, or copy and paste it into > your browser's address line. > http://www.citco.com/emaildisclaimer.htm > > _______________________________________________ > Devel mailing list > Devel@owncloud.org > http://mailman.owncloud.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list Devel@owncloud.org http://mailman.owncloud.org/mailman/listinfo/devel