Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload images #44

Open
jasonaowen opened this issue Apr 25, 2019 · 1 comment
Open

Upload images #44

jasonaowen opened this issue Apr 25, 2019 · 1 comment
Labels
back-end Java, Spring, etc enhancement New feature or request front-end HTML/CSS, Thymeleaf, etc

Comments

@jasonaowen
Copy link
Owner

Allow users to upload images, or enter URLs which the application then fetches, and store them "locally". On Heroku, that would probably mean in S3; if we switch to a VPS, then we could store them on the filesystem (this might be the issue that causes us to switch away from Heroku; see also #11).

This is valuable because some image hosts, such as Twitter, are automatically blocked in Firefox - see their article about tracking protection.

Thanks to @ihross for helping to discover this issue!

@jasonaowen jasonaowen added enhancement New feature or request back-end Java, Spring, etc front-end HTML/CSS, Thymeleaf, etc labels May 8, 2019
@jasonaowen
Copy link
Owner Author

This is closely related to #26, but whereas #26 could be solved by accepting URLs to images hosted elsewhere, this would involve hosting the images directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Java, Spring, etc enhancement New feature or request front-end HTML/CSS, Thymeleaf, etc
Projects
None yet
Development

No branches or pull requests

1 participant