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 2e3b292c26 server: improve migration, camera now UnicodeText
- [server/migration] merge add_camera -> add_date_taken
- [server/migration] rename add_date_taken -> add_date_taken_and_camera
- [server/migration] add_date_taken_and_camera: iterate through posts in db
  instead of files
- [server] changed Post.camera from sa.Text -> sa.UnicodeText
- [server] improved stability of `func/images.py`
- [todo] will add migration that fixes image dimensions and regenerates
  thumbnails later
2022-01-10 16:41:21 -05:00
..
szurubooru server: improve migration, camera now UnicodeText 2022-01-10 16:41:21 -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