Frames-Proj / frames

6 stars 6 forks source link

Allow commas and other harmless punctuation in video titles #110

Open ethanpailes opened 7 years ago

ethanpailes commented 7 years ago

Right now the Upload page complains if you have a video called "cool story, bro", but not if you have a video titled "cool story bro". This seems worth fixing.

ethanpailes commented 7 years ago

This would be a good first change for a new contributor. I think grepping for js regex literals would be a good way to find places where we whitelist characters. You can also just look in client/components/Upload.tsx