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
Link Filters/Sorting + UTM Builder + Password Protected Links + Auto Expiring Links #78
Conversation
Started work on UTM builder PR – first we need to refactor to use MySQL as the primary database for storing link metadata (instead of Redis)
Added password protection feature for links
|
Socket Security ReportSocket.dev scan summary
Bot CommandsTo ignore an alert, reply with a comment starting with Powered by socket.dev |
…dd-edit-link modal
| }, | ||
| ).then(async (res) => { | ||
| setArchiving(false); | ||
| console.log(res.status, "mutating"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might have forgotten to remove this console.log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wow, great catch, removing it now! Thank you @QuiiBz!!
|
MERGING!!!!! |
A few issues this PR fixes:
TODO: