| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-17 | client+server: add quicktime video support | Shyam Sunder | |
| Merge branch 'skybldev-upstream' | |||
| 2023-04-17 | client/tests: add unit tests for quicktime videos | Shyam Sunder | |
| 2023-04-17 | client+server: added quicktime upload support | skybldev | |
| 2022-09-13 | support ftypiso6 file signature | w1kl4s | |
| 2021-09-13 | client+server: fixed style errors | Shyam Sunder | |
| 2021-06-01 | Merge branch 'avif' | neobooru | |
| Merges PR #399 | |||
| 2021-05-09 | Support BMP format uploads | Ruin0x11 | |
| 2021-05-07 | Add AVIF/HEIF/HEIC upload support | Ruin0x11 | |
| 2021-05-07 | Add AVIF/HEIC detection | Ruin0x11 | |
| ffmpeg doesn't support HEIC decoding yet... | |||
| 2021-03-30 | server/func/mime: support ftypM4V file signature | Shyam Sunder | |
| 2020-06-06 | client+server: implement code autoformatting using prettier and black | Shyam Sunder | |
| 2020-06-05 | server: format code to flake8 | Shyam Sunder | |
| 2020-02-07 | detect ftypiso5 as mp4 mime type | CorePoint | |
| 2019-10-08 | all: add support for webp images | neobooru | |
| Includes webp test image Merges #283 | |||
| 2017-02-05 | server: refactor + add type hinting | rr- | |
| - 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-29 | server/mime: fix GIF animation heuristics | rr- | |
| Closes #100 | |||
| 2016-08-14 | server/general: embrace most of PEP8 | rr- | |
| 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-14 | server/tests: update func.mime tests | rr- | |
| 2016-05-10 | server/general: fix a few pylint warnings | rr- | |
| 2016-05-02 | server/posts: add post creating | rr- | |
| 2016-04-30 | server/func: add content-type related utilities | rr- | |