gotosocial/internal/api/client/instance
kim de45c0be60
[feature] more filetype support! (#3107)
* add more supported file types to our media processor that ffmpeg supports, update supported mime type lists

* add code comments to the supported mime types slice

* don't check for zero value string, just parse

* remove some unneeded consts which make the code a bit harder to read

* fix test expected instance media mime types, use compact ffprobe json, simple media processing by type

* final tweaks to media processing code

* don't use safe divide where we don't need to
2024-07-15 15:24:53 +01:00
..
instance.go [feature] Instance rules (#2125) 2023-08-19 14:33:15 +02:00
instance_test.go [feature] Add experimental instance-federation-spam-filter option (#2685) 2024-02-27 12:22:05 +00:00
instanceget.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
instancepatch.go [feature] support processing of (many) more media types (#3090) 2024-07-12 09:39:47 +00:00
instancepatch_test.go [feature] more filetype support! (#3107) 2024-07-15 15:24:53 +01:00
instancepeersget.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
instancepeersget_test.go [chore] Use generic pointer function (#2080) 2023-08-07 18:38:11 +01:00
instancerulesget.go [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00