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/szurubooru
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
..
api server+client: update tag category api + fix formatting 2020-09-23 13:48:47 +02:00
func server: improve migration, camera now UnicodeText 2022-01-10 16:41:21 -05:00
middleware client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
migrations server: improve migration, camera now UnicodeText 2022-01-10 16:41:21 -05:00
model server: improve migration, camera now UnicodeText 2022-01-10 16:41:21 -05:00
rest client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
search server: implemented filter/sort by date taken 2021-11-29 17:04:56 -05:00
tests server/tests: use transactional db for faster unit tests 2021-09-23 12:24:56 -04:00
__init__.py split files into client/ and server/ 2016-04-01 18:48:16 +02:00
config.py server/docker: unify test and main Dockerfiles 2020-08-28 14:43:10 -04:00
db.py client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
errors.py client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
facade.py server/posts: store and provide MD5 checksums 2021-01-05 13:20:01 -05:00