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

Profile pictures #77

Closed altheaden closed 5 months ago

altheaden commented 5 months ago

This PR adds a frontend interface for updating your profile picture.

I had to modify the server route /deleteimg/<imgid> to instead be /deleteimg with an entry in the data dictionary data['delete'] which holds the iid of the image to delete.

altheaden commented 5 months ago

Update: this PR also fixes a bug in DB manager where the wrong image id was being sent.