Julius Härtl

Results 886 comments of Julius Härtl

I'd say we can have it disabled by default and add a script in https://github.com/juliushaertl/nextcloud-docker-dev/tree/master/scripts to enable/disable by commenting out the content of blackfire.ini

@nickvergessen makes sense to have activities for projects in general I guess, not just for files.

So the way activities are currently stored we need to create one database row for each user who is able to see the activity, so from the deck app there...

Is the time relevant that the computer was in sleep? I just tried a bit and couldn't reproduce. The logging properly shows up for me. Was the setup where you...

Strange, I also did not see this happening with a tab i left open through suspend of my pc from yesterday to today on the company instance. Giving it another...

Or use https://nextcloud-vue-components.netlify.app/#/Components/Popover?id=popover :wink:

> Actions are not really reactive, clicking favourite does not change the menu item This needs some deeper digging into apps/files/js/tagsplugin.js. But I fear that we won't be able to...

> Doable externally with pure js events? Not with our current file app implementation. > Or disable the menu when the sidebar is opened? I think the modal should still...

`FileList.fileActions.getActions('image/jpg', 'file', OC.PERMISSION_ALL)` should work for that. The main issue is that the actions always require the file list entry as context attribute, as already mentioned last week. :disappointed: I'm...

Yes, that is something for a separate app I'd say. I already looked for libraries that support that some while ago and https://github.com/opensheetmusicdisplay/opensheetmusicdisplay looked pretty promising. To bad that MuseScore...