Tobias Kaminsky

Results 435 comments of Tobias Kaminsky

> @tobiasKaminsky when you upload a chunk files uses a particular content-type ? It is a webdav PUT, like the not-chunked upload. Only difference is that it is not a...

I debugged it on Android: - PUT method has a request entity - This request entity has then a content-type, which is the mime-type of the file: https://github.com/nextcloud/android-library/blob/d4c0ac5a6079187292930bfb716624cd2ce33af3/library/src/main/java/com/owncloud/android/lib/resources/files/ChunkedFileUploadRemoteOperation.java#L300 So it...

Bug was reported upstream: https://github.com/bmoliveira/MarkdownKit/issues/99

Great website with lots of infos how to improve it. If I had more time, I would do this immediately :/

Do you mean a filter function for one folder: Current folder contains 500 files, you type "abc" in filter and it shows only 2 files? (this should be easy, though...

I have splitted "filter function" to #696, so this issue is all about real search.

![e0f31070-643d-11e4-8a07-d28b3a47ae44](https://user-images.githubusercontent.com/1891273/42366872-9ea05346-8102-11e8-8920-6513171ee1a3.png) @davivel @jancborchardt > Searching is usually done from a "magnifying glass" button in the action bar; the input field is then put in the action bar, replacing the title....

@jancborchardt Hmm. My intension to display the path is that the user can navigate next time to the desired file without searching again. Or how would he know, that file...

@DeepDiver1975 Is there a search api in /core? (Sorry, if you are not the right contact person in /core, but you are roughly the only one I know)

@DeepDiver1975 Thank you for your reply. Is there a related issue in /core, which I can subscribe to? Or should I open one? Then I could also link it to...