23e6657208
Re-enable skipping validation on import, strip when converting to prescribed format
2021-09-26 11:02:19 -05:00
15dc79d10e
Instrument a couple more functions
2021-09-25 17:09:55 -05:00
ba68bcbde3
Add better span information to commands, spawned tasks
2021-09-25 15:23:05 -05:00
06e402ec72
Don't enter across await points
2021-09-16 17:51:20 -05:00
5d3e6f50b3
Instrument better with Tracing
2021-09-13 20:22:42 -05:00
79bd562d8e
Clippy lints
2021-09-12 10:42:44 -05:00
68e4f1f4c8
Make uploads cancel-safe
2021-09-11 19:53:26 -05:00
ac79a9d5cd
Use futures-util instead of hand-implemented types
2021-09-05 20:00:31 -05:00
e21fd29c09
Drop unneeded dependencies
2021-09-04 14:20:31 -05:00
08c3169d3f
Fewer streams
2021-09-04 12:42:40 -05:00
1119ed740e
WIP: Try to pass AsyncRead types around instead of Streams
2021-09-03 19:53:53 -05:00
c1d4e3b87e
Start work on piping bytes around from memory instead of going to disk and back
2021-08-30 21:19:47 -05:00
db95c85bdf
Version v0.3.0-alpha.13-shell-out-r4
2021-08-28 22:05:49 -05:00
edd6bb4a60
Replace all bindings with calls to external binaries
2021-08-28 17:15:14 -05:00
7fd707c8df
Begin work on spawning processes rather than binding to c libs
2021-08-25 21:46:11 -05:00
79b26a1dda
Update to actix-web 4.0.0-beta.3
2021-02-10 16:57:42 -06:00
9797e2e3fc
Go back to actix-fs
2021-01-18 19:54:39 -06:00
8c1f60101b
Add module for Range Header operations
...
Switch from actix-fs to async-fs
2021-01-18 17:11:32 -06:00
0acdfffe08
Return details in upload method, clippy nits
2020-12-25 20:39:19 -06:00
c0a20588d3
Add content type, width, height to Details, add details endpoints
2020-12-10 12:49:10 -06:00
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
577d358da1
Enhance migrations to be more resilient to panics
2020-10-16 15:28:45 -05:00
6de19d17b6
Clean migration, don't use db tree
2020-09-14 16:42:31 -05:00
7c0a407568
Add privileged purging, alias <-> filename relation queries
2020-07-11 17:22:45 -05:00
510f955cc0
Migrate from 0.32.0-rc1
2020-07-11 15:40:40 -05:00
a746793187
Enable mp4 with ffmpeg
2020-06-24 11:58:46 -05:00
928fb8f277
Replace 'move' with 'copy+delete'
2020-06-14 22:35:00 -05:00
154914e61a
Use rexiv2 for metadata removal
2020-06-14 21:41:45 -05:00
24f09408fb
Further clean tracing logs
2020-06-14 13:56:42 -05:00
3b4c5b646a
Do better logging
2020-06-14 10:07:31 -05:00
68721fb269
Replace log with tracing, only hardcode 'info' if RUST_LOG is empty
2020-06-13 21:28:06 -05:00
6de89a3318
Don't use image crate to validate gifs
2020-06-11 11:46:00 -05:00
bfdfb737ed
Update deps
2020-06-10 19:34:25 -05:00
9b45751f70
Add import API for filename preservation
2020-06-10 19:26:54 -05:00
1fbb5005ef
Keep track of image variants rather than walking fs on delete
2020-06-09 18:40:01 -05:00
d71b86a81e
Put image crate actions behind web::block
2020-06-07 11:34:44 -05:00
fc1ae4be49
Add endpoint for downloading remote images
2020-06-07 10:59:58 -05:00
1b526f4c1f
Remove redundant code
2020-06-06 22:24:33 -05:00
b7a66c7863
Remove outdated TODO
2020-06-06 22:21:42 -05:00
459db42a88
Add optional image format coersion
2020-06-06 20:44:26 -05:00
fcf18ceca5
Background deletions
2020-06-06 19:33:29 -05:00
d60862a0d0
Implement delete tokens
2020-06-06 19:29:15 -05:00
7298e500cb
Introduce alias system
2020-06-06 17:43:33 -05:00
65b83c6a06
Split into multiple files
2020-06-06 16:41:17 -05:00