Code Monkey home page Code Monkey logo

Comments (5)

Andreas-Kainz avatar Andreas-Kainz commented on May 24, 2024 1

now there is an setting for rss. the "problem" of the rss fead is that it contain the information always as feed header, and the rss feed is in general not really readable.

so maybe update the rss export and make it useful for .csv could be an option.

from activity.

drkmccy avatar drkmccy commented on May 24, 2024

+1
Export to .csv would be ideal. Either here, or in the main activity app.

There's an interesting app that popped up in the ownCloud app store:
https://apps.owncloud.com/content/show.php?action=content&content=174809

Maybe that dev could be brought asked to include an export option if the main activity app wants to be kept minimal.

from activity.

nickvergessen avatar nickvergessen commented on May 24, 2024

The app is now also in our app store, however it's an admin tool not respecting privacy.
Speaking of that, there is an app called "admin audit" which logs any activity on files into a log file. Maybe that's better suitable for auditing.
Other then that I still fail to see a use case for an export feature.
Also note, that there is an xml style endpoint ocs/v2.php/cloud/activity which you can use to extract the data from:

curl -k -H "OCS-APIRequest: true" https://admin:password@localhost/ocs/v2.php/cloud/activity
<?xml version="1.0"?>
<ocs>
 <meta>
  <status>ok</status>
  <statuscode>200</statuscode>
  <message>OK</message>
 </meta>
 <data>
  <element>
   <id>48</id>
   <subject>User One created testtest/PUSH TODO.txt</subject>
   <message/>
   <file>/testtest/PUSH TODO.txt</file>
   <link>https://nextcloud12.local/index.php/apps/files/?dir=/testtest</link>
   <date>2017-03-01T09:27:51+00:00</date>
  </element>
...

However that one has no filter for a specific file.
But we can just keep this feature request, maybe someone wants to work on a tool to extract this correctly.

from activity.

billetj avatar billetj commented on May 24, 2024

Hello,
Do you know if something has been developped to be able to download the activity logs in like csv ?

from activity.

eduardo-rodriguez-mena avatar eduardo-rodriguez-mena commented on May 24, 2024

Hello,

nickvergessen I found the endpoint you offer "ocs/v2.php/cloud/activity" very useful to export the activity of user. But I found a limitation about the quantity of element to export. There is a way to control this limit or reclaim more elements.

Thanks a lot

from activity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.