You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/upload
Gabriel Vasile 2e8fc5b034
Replace regex usage for MIME parsing (#17831)
MIME types can have multiple optional parameters, eg:
    video/webm; codecs="w/e codec"; charset="binary"
This commit replaces the usage of regex for getting the "type/subtype"
with mime.ParseMediaType.
3 years ago
..
upload.go Replace regex usage for MIME parsing (#17831) 3 years ago
upload_test.go Attachments: Add extension support, allow all types for releases (#12465) 4 years ago