Commit graph

48 commits

Author SHA1 Message Date
Aode (lion) f9f4fc63d6 Optionally support s3-compatible storage (untested) 2021-10-27 23:06:03 -05:00
Aode (Lion) 0f3be6566e Split upload_manager files 2021-10-18 18:44:05 -05:00
Aode (Lion) 09cb2a53b0 Rewrite to avoid direct AsyncX impls 2021-10-13 19:06:53 -05:00
Aode (lion) 2318fd9dca Enable io-uring 2021-10-12 23:16:31 -05:00
Aode (Lion) 23e6657208 Re-enable skipping validation on import, strip when converting to prescribed format 2021-09-26 11:02:19 -05:00
Aode (Lion) 15dc79d10e Instrument a couple more functions 2021-09-25 17:09:55 -05:00
Aode (lion) ba68bcbde3 Add better span information to commands, spawned tasks 2021-09-25 15:23:05 -05:00
Aode (lion) 06e402ec72 Don't enter across await points 2021-09-16 17:51:20 -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) 68e4f1f4c8 Make uploads cancel-safe 2021-09-11 19:53:26 -05:00
Aode (Lion) ac79a9d5cd Use futures-util instead of hand-implemented types 2021-09-05 20:00:31 -05:00
Aode (lion) e21fd29c09 Drop unneeded dependencies 2021-09-04 14:20:31 -05:00
Aode (lion) 08c3169d3f Fewer streams 2021-09-04 12:42:40 -05:00
Aode (lion) 1119ed740e WIP: Try to pass AsyncRead types around instead of Streams 2021-09-03 19:53:53 -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) db95c85bdf Version v0.3.0-alpha.13-shell-out-r4 2021-08-28 22:05:49 -05:00
Aode (lion) edd6bb4a60 Replace all bindings with calls to external binaries 2021-08-28 17:15:14 -05:00
Aode (Lion) 7fd707c8df Begin work on spawning processes rather than binding to c libs 2021-08-25 21:46:11 -05: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
asonix 0acdfffe08 Return details in upload method, clippy nits 2020-12-25 20:39:19 -06:00
asonix c0a20588d3 Add content type, width, height to Details, add details endpoints 2020-12-10 12:49:10 -06: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 577d358da1 Enhance migrations to be more resilient to panics 2020-10-16 15:28:45 -05:00
asonix 6de19d17b6 Clean migration, don't use db tree 2020-09-14 16:42:31 -05:00
asonix 7c0a407568 Add privileged purging, alias <-> filename relation queries 2020-07-11 17:22:45 -05:00
asonix 510f955cc0 Migrate from 0.32.0-rc1 2020-07-11 15:40:40 -05:00
asonix a746793187 Enable mp4 with ffmpeg 2020-06-24 11:58:46 -05:00
asonix 928fb8f277 Replace 'move' with 'copy+delete' 2020-06-14 22:35:00 -05:00
asonix 154914e61a Use rexiv2 for metadata removal 2020-06-14 21:41:45 -05:00
asonix 24f09408fb Further clean tracing logs 2020-06-14 13:56:42 -05:00
asonix 3b4c5b646a Do better logging 2020-06-14 10:07:31 -05:00
asonix 68721fb269 Replace log with tracing, only hardcode 'info' if RUST_LOG is empty 2020-06-13 21:28:06 -05:00
asonix 6de89a3318 Don't use image crate to validate gifs 2020-06-11 11:46:00 -05:00
asonix bfdfb737ed Update deps 2020-06-10 19:34:25 -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 d71b86a81e Put image crate actions behind web::block 2020-06-07 11:34:44 -05:00
asonix fc1ae4be49 Add endpoint for downloading remote images 2020-06-07 10:59:58 -05:00
asonix 1b526f4c1f Remove redundant code 2020-06-06 22:24:33 -05:00
asonix b7a66c7863 Remove outdated TODO 2020-06-06 22:21:42 -05:00
asonix 459db42a88 Add optional image format coersion 2020-06-06 20:44:26 -05:00
asonix fcf18ceca5 Background deletions 2020-06-06 19:33:29 -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