Commit graph

22 commits

Author SHA1 Message Date
asonix
5e452ef27e Update actix deps 2021-04-17 14:59:42 -05:00
asonix
7aa32b9b3b Update actix deps 2021-03-09 20:51:03 -06:00
asonix
79b26a1dda Update to actix-web 4.0.0-beta.3 2021-02-10 16:57:42 -06:00
asonix
9797e2e3fc Go back to actix-fs 2021-01-18 19:54:39 -06:00
asonix
8c1f60101b Add module for Range Header operations
Switch from actix-fs to async-fs
2021-01-18 17:11:32 -06:00
John Doe
c663337bcd ranged support for process endpoint, bugfixes 2021-01-14 08:52:11 -05:00
John Doe
61061f0451 range header support 2021-01-13 20:08:04 -05:00
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
asonix
4a3bd42c14 ffmpeg features, sled 034 2020-09-10 11:12:42 -05:00
asonix
a746793187 Enable mp4 with ffmpeg 2020-06-24 11:58:46 -05:00
asonix
6dab3b30e8 Purge image 2020-06-16 18:13:22 -05:00
asonix
df85faff8b Start work on webp support 2020-06-16 15:55:24 -05:00
asonix
154914e61a Use rexiv2 for metadata removal 2020-06-14 21:41:45 -05:00
asonix
6de89a3318 Don't use image crate to validate gifs 2020-06-11 11:46:00 -05:00
asonix
9b45751f70 Add import API for filename preservation 2020-06-10 19:26:54 -05:00
asonix
1fbb5005ef Keep track of image variants rather than walking fs on delete 2020-06-09 18:40:01 -05:00
asonix
fe0082a23b Add a concept of 'processors' to allow multiple image transformations 2020-06-07 12:51:45 -05:00
asonix
fc1ae4be49 Add endpoint for downloading remote images 2020-06-07 10:59:58 -05:00
asonix
459db42a88 Add optional image format coersion 2020-06-06 20:44:26 -05:00
asonix
d60862a0d0 Implement delete tokens 2020-06-06 19:29:15 -05:00
asonix
7298e500cb Introduce alias system 2020-06-06 17:43:33 -05:00
asonix
65b83c6a06 Split into multiple files 2020-06-06 16:41:17 -05:00