franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Bug reports #66

Closed franklindyer closed 5 months ago

franklindyer commented 6 months ago

Bug reports can now be submitted by POSTing to /report with a post option called content set equal to the content of the bug report. Notice that you will have to add an environment var to your Docker run script called DEV_EMAILS that contains a comma-separated list of emails that should receive bug reports.

Also, you need to remove the column called filename from the reports table in your database. You shouldn't have any reports in there right now, so you can just drop that specific table and re-create it from the schema in agora.schema.

altheaden commented 6 months ago

Notice that you will have to add an environment var to your Docker run script called DEV_EMAILS that contains a comma-separated list of emails that should receive bug reports.

@franklindyer Can you add this to the README and push that to this branch as well?

franklindyer commented 6 months ago

Done! @altheaden

altheaden commented 5 months ago

Ok, looks good on my end. Merging.