Julius Knorr

Results 1063 comments of Julius Knorr

Related to the discussion we had @Raudius about making Collabora the default viewer in this case.

- [ ] Block opening pdf files with the disabled download permission - [ ] Using collabora as a default just in this case is hard, as the viewer doesn't...

Bump was not merged yet https://github.com/nextcloud/files_texteditor/pull/563

@NastuzziSamy As discussed at the hackweek, you should be able to get the file actions with this method: https://github.com/nextcloud/server/blob/6b2a212c698a49977b7b4216ce167661cb0f62af/apps/files/js/fileactions.js#L194

@NastuzziSamy You cannot call a function on the prototype, you need to call it on an actual object of the FileActions prototype. So it would be: OCA.Files.App.fileList.fileActions.get('httpd/unix-directory', 'dir', 31) or...

For collaborative editing please see the text app, especially https://github.com/nextcloud/text/issues/394 for org files. The plain text editor doesn't support collaborative editing, but opening org files would still make sense here...

Might be something related to https://github.com/nextcloud/server/issues/29204 to have also an occ command to run individual job classes in addition to the list. This would be similar to how Laravel handles...

Sounds like a good idea to rather implement it as an occ which people could still setup as a cron job then.

Iirc @eneiluj worked on the API, so maybe he knows if it is already implemented by some apps. The backend API was supposed to be additionally available as the web...