Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
guess mime type based on path
did:key:z6Mkondm...i7wp wants to merge 1 commit into master · opened 8 months ago

Try to determine the mime type of a file first based on its path, then based on its content.

The previous behavior (looking only at the file content) inferred a mime type of text/xml for .svg files (instead of image/svg+xml) which prevented them from being shown when embedded e.g. in a markdown document.

did:key:z6Mkondm...i7wp opened with revision 23267cbf4d7ef2baae9942e9592398ef1c07781a on base d5cf0612d5ff7cadf5efdf912ad1fefb6667546d +29 -9 8 months ago
sebastinez pushed revision 2 6471d39550932498b1ff382d3551bcfe99b0e0b2 on base d5cf0612d5ff7cadf5efdf912ad1fefb6667546d +11 -9 8 months ago

review: Avoid adding a new crate for path detection

did:key:z6Mkondm...i7wp pushed revision 3 5998674379c9cae28556cf7762d64d45aaac7538 on base ed41e5529a77bd7825bfb95536148da6a2692997 +29 -9 8 months ago

rebase onto master

did:key:z6Mkondm...i7wp pushed revision 4 62b337424f430d098a619b1f63e17d62eb9b0da7 on base ed41e5529a77bd7825bfb95536148da6a2692997 +29 -9 8 months ago

fix commit message