Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-18 | Resize images in another thread | Jesse Morgan | |
2020-09-18 | Replace reqwest with actix_web::client | Jesse Morgan | |
2020-09-18 | First pass at a photo resizing endpoint. | Jesse Morgan | |
This is currently fetching the images from the media_url, since I ripped it out of another project. I still need to change it to fetch from S3 directly. This is also using actix_web::client instead of reqwest. I should probably switch the oauth module to do the same. | |||
2020-09-13 | Initial commit of media endpoint | Jesse Morgan | |