Closed arno4000 closed 3 months ago
+1
Can we please get this just mainlined into nextCloud already? This really should be core functionality by default. Tracking activity across large nextCloud instances requires things like this.
FYI: It works on NC 27 if you increase the max version in the info.xml of the app. But this is a hacky workaround which can potentially break at any time. It would be nice if the app would be updated before a new version of nextcloud is released.
There was probably a change in NC as well as my logs are splattered everywhere with "message":"Could not boot files_downloadactivity: Call to undefined method OC\\Server::getEventDispatcher()"
https://github.com/christian-baumann/files_downloadactivity/commit/a5f5f7a4fd101258da8563111c349ed3679162ce This file modification enables the application to be used on NC 28.0.3 RC1 👍
There was probably a change in NC as well as my logs are splattered everywhere with
"message":"Could not boot files_downloadactivity: Call to undefined method OC\\Server::getEventDispatcher()"
Also reporting this, thousands of lines per day.
There was probably a change in NC as well as my logs are splattered everywhere with
"message":"Could not boot files_downloadactivity: Call to undefined method OC\\Server::getEventDispatcher()"
Also reporting this, thousands of lines per day.
Make the modifications described in the post https://github.com/christian-baumann/files_downloadactivity/commit/a5f5f7a4fd101258da8563111c349ed3679162ce should remove the error
Thanks for that. I'd prefer an update released though, not too comfortable modifying files. Also, it'd be great if this app was made redundant anyways by mainlining like @BloodyIron suggested :) Would love that
Yeah I literally need this functionality at this time (this week and going forward) for determining if my clients are downloading things I'm sharing with them. Right now I'm not sure if I can tell at all. And with this falling to the wayside for development, it really should be mainlined so it can get love when it needs it. Are there roadblocks or something?
Title should be updated to include NC 29.0.0 :P
For everyone, the app needs to be updated, sure, but you can force enable it. It works just fine :see_no_evil:
Only the Call to undefined method OC\\Server::getEventDispatcher()
:eyes:
Fixed in upcoming release
Yay! But will this ever be mainlined?
Steps to reproduce
Error: This app cannot be enabled because it makes the server unstable
when enabling the app. When the app is enabled viaocc app:enable files_downloadactivity
, there is no error message.Expected behaviour
The app should work on Nextcloud versions, which are not EOL in two months.
Actual behaviour
The app does not work in Nextcloud Versions which are newer than 26