This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/server
skybldev aa03eaba44 server: metadata.py -> images.py [WIP, broken]
[server] `func/images.py`:
  - `Image` is now `Image` and `Video`, with their own post-type-specific
    operations; some of them from `func/metadata.py`. as a result, post
    type checking will need to be done outside of the classes
  - apply orientation to [fixed] thumbnail generation and image conversion
  - moved `_execute` to a global function; it now purely uses streams
    instead of tempfiles
  - `func/images.py::Video::to_mp4()` removed code that downscales resolution
    to an even number since ffmpeg does it automatically
  - use fstrings instead of .format and % in certain places
  - DEPRECATING FLASH FILES; there really is no place for them in a
    photo-oriented booru such as this. will slowly phase it out overtime.
    added an error message for it
  - changed EXIF orientation reference URL
[server] `func/posts.py`:
  - `update_post_content()`: updated to use `func/images.py`'s new
    features
2022-01-06 18:31:25 -05:00
..
szurubooru server: metadata.py -> images.py [WIP, broken] 2022-01-06 18:31:25 -05:00
.dockerignore client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
.flake8 client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
alembic.ini PR fixes 2020-06-02 17:43:18 -07:00
config.yaml.dist client+server: add tag category ordering feature 2020-09-19 22:55:17 +02:00
dev-requirements.txt server/tests: use postgresql test database 2020-03-06 18:15:25 -05:00
docker-start.sh client+server: normalize trailing newlines 2020-06-05 10:54:32 -04:00
Dockerfile server/deps: add exif as dependency 2021-11-28 12:00:07 -05:00
pyproject.toml server/deps: add exif as dependency 2021-11-28 12:00:07 -05:00
requirements.txt server/deps: add exif as dependency 2021-11-28 12:00:07 -05:00
szuru-admin client+server: fix linter issues due to updated pre-commit hooks 2020-09-01 14:07:39 -04:00