Tom Needham

Results 39 comments of Tom Needham

At a minimum we should introduce this field, with at least the possibility for `file` and `folder`. The problem with accepting other values is will we then end up with...

@PVince81 Can we ping the webdav endpoint for this file and get the (potentially updated) mtime, or do we need to switch to etags?

Seems the best solution. Would involve changing the editor over to etags which should not be too difficult.

@PVince81 Your call on the milestone for this one?

I need to do some research into how exactly you register to display files publicly in owncloud but I remember from discussions with @icewind1991 that the app needs to use...

True. For the public preview we don't need mtime. Where can I write this separate js to be called on the public page?

So spent a bit of time on this. Moved the text editor over to the new OCA.Files.fileActions code. However, there seems to be a bug in that image previews are...

> It's now possible to extend text_editor with more parsers, but there is no API to return a parsed preview of a file Correct. To get public viewing of files...

So right now the only way for 'preview' plugins on the public page to access files is for them to access the file in question using `context.fileList.getDownloadUrl(file, dir)` as Vincent...