2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-11-20 11:21:14 +00:00
pict-rs/src
asonix 0bf7e0f688 Add initial details implementation
Details is an object generated for each image, containing
it's created_at date to properly set response headers. It
also can be expanding in the future to include an image's
dimensions, which we can expose via an API endpoint.

In addition to this, Details allows us the ability to
re-generate processed images. For now, all images which
do not yet have an associated Details will be
re-generated upon access. Details is set for each
thumbnail on generation, so this will only happen once
for each image.
2020-12-09 23:05:07 -06:00
..
migrate Add initial details implementation 2020-12-09 23:05:07 -06:00
validate Safely create parent tmp dir when needed 2020-10-16 17:48:42 -05:00
config.rs Make 'import' a protected method 2020-07-11 16:28:49 -05:00
error.rs Add initial details implementation 2020-12-09 23:05:07 -06:00
main.rs Add initial details implementation 2020-12-09 23:05:07 -06:00
middleware.rs Make 'import' a protected method 2020-07-11 16:28:49 -05:00
processor.rs Add initial details implementation 2020-12-09 23:05:07 -06:00
upload_manager.rs Add initial details implementation 2020-12-09 23:05:07 -06:00