Vincent Petry

Results 514 comments of Vincent Petry

I won't have time to do this myself, so unless you have some time to do it after your Dropbox port, I'd leave this aside and focus on making this...

@phil-davis the save button existed in ancient times and has been designed away, you might find it with a bit of git or github archeology. cc @tomneedham

@tomneedham you can do a PROPFIND and only query the etag property.

Backlog for now, unless someone has time to look into this for 9.2.

Fix is here: https://github.com/owncloud/files_external_gdrive/pull/8

I saw this message too today while typing random text for testing. Mostly you need to type while it is already saving.

@tomneedham let me know how it goes. I think there is currently no good mechanism for the app to register itself and accessing the file needs to go through a...

@tomneedham I think you could just go through the "download.php" by calling `context.fileList.getDownloadUrl(file, dir)` if we assume that the file is read-only in such cases. From what I saw the...

See https://github.com/owncloud/music/blob/master/js/public/musicFilePlayer.js#L57 for an example from the music player.