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
Luxray5474 239bc0a14d Initial commit, not complete
+ Create new sql column for file last modified time (flmt)
+ Implement uploading of flmt to server
+ Implement flmt in post model
+ Ability to read flmt thru API
+ New section in post_readonly_sidebar that shows flmt
! Somehow flmt is the same as post creation time
! Implement proper alembic migrations
! Implement ability to sort by flmt
! Implement ability to filter posts by flmt
! Code cleanup
~ Polish post sidebar
~ Implement flmt visibility in post listing hover text
~ Implement function in misc.js that formats to absolute date
2020-08-21 23:32:15 -04:00
..
hooks client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
szurubooru Initial commit, not complete 2020-08-21 23:32:15 -04: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 post pools feature 2020-06-04 21:01:28 -04: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/docker: include setuptools in installation 2020-06-04 18:51:30 -04:00
Dockerfile.test client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pyproject.toml client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
requirements.txt server/docker: fix missing installation requirements 2020-06-04 16:38:26 -04:00
szuru-admin client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00