rclone/cmd/serve
Nick Craig-Wood 39ae7c7ac0 serve dlna: fix missing mime types on Android causing missing videos
Before this fix serve dlna was only using the built in database of
mime types to look up the mime types of files.  On Android (and
possibly other systems) this is very small.

The symptoms of this problem was serve dlna only listing images and
not videos.

After this fix we use the backend's idea of the mime type if possible
which will be more accurate.

Fixes #3475
2019-08-23 13:30:48 +01:00
..
dlna serve dlna: fix missing mime types on Android causing missing videos 2019-08-23 13:30:48 +01:00
ftp serve: factor out common testing parts for ftp, sftp and webdav tests 2019-08-06 11:43:42 +01:00
http serve http/webdav/restic: implement --prefix - fixes #3398 2019-08-06 10:30:48 +01:00
httplib rcd: prefix patch for rcd and web-gui 2019-08-22 08:36:10 +01:00
proxy serve: add auth proxy infrastructure 2019-08-06 11:43:42 +01:00
restic fstest: remove -subdir flag as it no longer tests anything useful #3421 2019-08-17 09:54:19 +01:00
servetest fstest: remove -subdir flag as it no longer tests anything useful #3421 2019-08-17 09:54:19 +01:00
sftp serve/sftp: support empty "md5sum" and "sha1sum" commands 2019-08-14 20:54:08 +01:00
webdav serve: factor out common testing parts for ftp, sftp and webdav tests 2019-08-06 11:43:42 +01:00
serve.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00