Commit graph

177 commits

Author SHA1 Message Date
asonix 61aa331da5 Add links 2021-02-10 19:38:42 -06:00
asonix cf325128da Version v0.3.0-alpha.7-r0 2021-02-10 17:05:16 -06:00
asonix 79b26a1dda Update to actix-web 4.0.0-beta.3 2021-02-10 16:57:42 -06:00
asonix d51a73cee9 Version v0.3.0-alpha.6 2021-01-18 19:56:21 -06:00
asonix a2127f9543 V0.3.0-alpha.6 2021-01-18 19:55:48 -06:00
asonix 9797e2e3fc Go back to actix-fs 2021-01-18 19:54:39 -06:00
asonix 36f5387fff Version v0.3.0-alpha.5 2021-01-18 17:17:46 -06:00
asonix 119063c5eb v0.3.0-alpha.5 2021-01-18 17:16:52 -06:00
asonix 8823514fcc Merge branch 'asonix/feature/ranged-requests' into main 2021-01-18 17:13:54 -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 da237eacae fmt 2021-01-14 11:26:17 -05: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 99b10e4eb5 Revert "Mount host's .cargo dir for access to package cache"
This reverts commit c3e24c6ff3.
2021-01-08 19:39:17 -06:00
asonix c3e24c6ff3 Mount host's .cargo dir for access to package cache 2021-01-08 18:47:15 -06:00
asonix 6e9c7e3dbe Version v0.3.0-alpha.4-r0 2021-01-05 12:01:48 -06:00
asonix 53bef96477 Version v0.3.0-alpha.4 2021-01-05 11:52:02 -06:00
asonix c0520d181b Randomize tmp folder name, clean tmp folder on exit 2021-01-05 11:51:13 -06:00
asonix 6b7046ba71 Version v0.3.0-alpha.3 2021-01-05 00:28:58 -06:00
asonix 2e9fb2a830 Update download route to return 'details' 2021-01-05 00:28:17 -06:00
asonix 0acdfffe08 Return details in upload method, clippy nits 2020-12-25 20:39:19 -06:00
asonix 5dc4af366a Version v0.3.0-alpha.2-r0 2020-12-16 18:21:07 -06:00
asonix a750364e27 Expose cropping 2020-12-16 18:20:06 -06:00
asonix 6d3078f438 Version v0.3.0-alpha.1-r0 2020-12-10 12:55:12 -06:00
asonix c0a20588d3 Add content type, width, height to Details, add details endpoints 2020-12-10 12:49:10 -06:00
asonix c43737c894 Version v0.3.0-alpha.0-r0 2020-12-09 23:08:37 -06:00
asonix a5e89508e6 Version v0.3.0-alpha.0 2020-12-09 23:07:24 -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 e3dbd5e791 Version v0.2.6-r0 2020-12-03 11:39:48 -06:00
asonix 8ee63b0b46 Update dependencies 2020-12-03 11:38:28 -06:00
asonix 0225c8d352 Version v0.2.5-r0 2020-11-01 14:26:02 -06:00
asonix 4bd99431e2 Generate image bytes based on request format 2020-11-01 14:25:21 -06:00
asonix b03f978e52 Version v0.2.4-r0 2020-10-16 17:49:39 -05:00
asonix 4ce7b79b86 Safely create parent tmp dir when needed 2020-10-16 17:48:42 -05:00
asonix b64e3615be Switch many migration logs to debug, flush changes to new db 2020-10-16 16:02:48 -05:00
asonix e869505c67 Version v0.2.3-r0 2020-10-16 15:30:06 -05:00
asonix 577d358da1 Enhance migrations to be more resilient to panics 2020-10-16 15:28:45 -05:00
asonix e19f03ba6c Version v0.2.2-r0 2020-10-11 13:42:03 -05:00
asonix 4994f594dc Better magick compile flags 2020-10-11 13:41:08 -05:00
asonix a3c7910f1c Version v0.2.1-r0 2020-10-10 20:29:38 -05:00
asonix b17cf1794c v0.2.1 - re-enable arm32 2020-10-10 20:27:57 -05:00
asonix b781ef4204 Version v0.2.0-r0 2020-10-10 20:00:04 -05:00
asonix a1a2326737 Stable version number 2020-10-10 19:56:55 -05:00
asonix f4f1ae6939 Update migration string 2020-10-10 19:38:07 -05:00
asonix 1e6fbbcbec drop arm32 from manifest 2020-10-10 18:49:37 -05:00
asonix 1341bc2b53 Version v0.2.0-alpha.8-r0 2020-10-10 18:23:26 -05:00
asonix 8da2f24e8e drop arm32, update deps 2020-10-10 18:22:00 -05:00
asonix c48e95d825 Version v0.2.0-alpha.7 2020-10-02 17:05:21 -05:00
asonix f456a6f85c Bump version 2020-10-02 17:04:29 -05:00
asonix 04e5d45679 Add Last-Modified header, extend MaxAge cache 2020-10-02 15:38:52 -05:00