summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-02-25Apply exif rotation before scalingJesse Morgan
2022-03-20Migrate to actix-web 4 and jesterpm-ssoJesse Morgan
This upgrades the package to actix-web 4, allowing me to replace the old-style indieauth token validation with standard OAuth2 Token Introspection.
2021-08-09Add access-control-allow-origin header to media responses.Jesse Morgan
2020-09-19Fetch files from S3 directly.Jesse Morgan
2020-09-18Resize images in another threadJesse Morgan
2020-09-18Replace reqwest with actix_web::clientJesse Morgan
2020-09-18First 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-13Initial commit of media endpointJesse Morgan