summaryrefslogtreecommitdiff
path: root/server/szurubooru/func/mime.py
AgeCommit message (Collapse)Author
2023-04-17client+server: add quicktime video supportShyam Sunder
Merge branch 'skybldev-upstream'
2023-04-17client/tests: add unit tests for quicktime videosShyam Sunder
2023-04-17client+server: added quicktime upload supportskybldev
2022-09-13support ftypiso6 file signaturew1kl4s
2021-09-13client+server: fixed style errorsShyam Sunder
2021-06-01Merge branch 'avif'neobooru
Merges PR #399
2021-05-09Support BMP format uploadsRuin0x11
2021-05-07Add AVIF/HEIF/HEIC upload supportRuin0x11
2021-05-07Add AVIF/HEIC detectionRuin0x11
ffmpeg doesn't support HEIC decoding yet...
2021-03-30server/func/mime: support ftypM4V file signatureShyam Sunder
2020-06-06client+server: implement code autoformatting using prettier and blackShyam Sunder
2020-06-05server: format code to flake8Shyam Sunder
2020-02-07detect ftypiso5 as mp4 mime typeCorePoint
2019-10-08all: add support for webp imagesneobooru
Includes webp test image Merges #283
2017-02-05server: refactor + add type hintingrr-
- Added type hinting (for now, 3.5-compatible) - Split `db` namespace into `db` module and `model` namespace - Changed elastic search to be created lazily for each operation - Changed to class based approach in entity serialization to allow stronger typing - Removed `required` argument from `context.get_*` family of functions; now it's implied if `default` argument is omitted - Changed `unalias_dict` implementation to use less magic inputs
2016-09-29server/mime: fix GIF animation heuristicsrr-
Closes #100
2016-08-14server/general: embrace most of PEP8rr-
Ignored only the rules about continuing / hanging indentation. Also, added __init__.py to tests so that pylint discovers them. (I don't buy pytest's BS about installing your package.)
2016-08-14server/tests: update func.mime testsrr-
2016-05-10server/general: fix a few pylint warningsrr-
2016-05-02server/posts: add post creatingrr-
2016-04-30server/func: add content-type related utilitiesrr-