Commit graph

35 commits

Author SHA1 Message Date
Aode (lion) f9f4fc63d6 Optionally support s3-compatible storage (untested) 2021-10-27 23:06:03 -05:00
Aode (lion) 48557bc2ea Make pict-rs generic over file storage 2021-10-22 23:48:56 -05:00
Aode (Lion) f67aeb92fa Keep better track of gif/mp4 thumbnail 2021-10-20 21:36:18 -05:00
Aode (Lion) e7b4e4d1cc Remove a few boxes 2021-10-20 18:58:32 -05:00
Aode (Lion) 195f614a4b Restructure attempt 1 2021-10-18 20:29:06 -05:00
Aode (Lion) acba660c37 Update to latest actix-form-data 2021-09-13 20:50:51 -05:00
Aode (Lion) 5d3e6f50b3 Instrument better with Tracing 2021-09-13 20:22:42 -05:00
Aode (lion) 79bd562d8e Clippy lints 2021-09-12 10:42:44 -05:00
Aode (Lion) e88b9a024a Add semaphore around process operations 2021-09-04 16:01:48 -05:00
Aode (lion) e21fd29c09 Drop unneeded dependencies 2021-09-04 14:20:31 -05:00
Aode (Lion) c1d4e3b87e Start work on piping bytes around from memory instead of going to disk and back 2021-08-30 21:19:47 -05:00
Aode (lion) edd6bb4a60 Replace all bindings with calls to external binaries 2021-08-28 17:15:14 -05:00
asonix 120184dd0c Update dependencies 2021-06-19 14:39:41 -05:00
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