Activity
docs: include spam folder in success message
docs: include spam folder in success message
fix: add redirect url to signup confirmation
fix: add redirect url to signup confirmation
refactor: rename verify_accout route to confirm_account
refactor: rename verify_accout route to confirm_account
perf: remove helper functions and directly call database functions
perf: remove helper functions and directly call database functions
refactor: remove helper function and directly get user pastes from db
refactor: remove helper function and directly get user pastes from db
docs: upadte signup success message
docs: upadte signup success message
perf: move public paste retrieval to postgresql functions
perf: move public paste retrieval to postgresql functions
fix: direct file upload error in server action
fix: direct file upload error in server action
perf: move db account creation to postgresql triggers
perf: move db account creation to postgresql triggers
fix: abnormally large alert in small screens
fix: abnormally large alert in small screens
fix: helper functions became server actions unexpectedly
fix: helper functions became server actions unexpectedly
fix: create account button redirects to signin page
fix: create account button redirects to signin page
feat: complete user profile view page
feat: complete user profile view page
feat: create server action to update profile data
feat: create server action to update profile data
feat: create component to handle profile picture selection
feat: create component to handle profile picture selection
feat: create helper functions to validate file signatures
feat: create helper functions to validate file signatures
feat: create schema to validate profile update data
feat: create schema to validate profile update data
feat: implement server action to upload and set profile picture
feat: implement server action to upload and set profile picture
fix: non-square images don't cover whole area of img
fix: non-square images don't cover whole area of img
fix: handle paste retrieve error
fix: handle paste retrieve error
fix: slow api calls and success message handling
fix: slow api calls and success message handling
feat: implement OAuth for GitHub
feat: implement OAuth for GitHub
feat: add callback route to confirm OAuth sign in
feat: add callback route to confirm OAuth sign in
feat: implement fallback image for malformed links
feat: implement fallback image for malformed links
fix: searcbox doesn't clear itself after searching
fix: searcbox doesn't clear itself after searching
feat: implement short form of dates
feat: implement short form of dates
feat: add function to retrieve all public pastes of user
feat: add function to retrieve all public pastes of user
feat: add function to retrieve user public pastes
feat: add function to retrieve user public pastes