New here?
Create an account to submit posts, participate in discussions and chat with people.
Sign up
You are viewing a single comment's thread. View all
2 years ago 3 points (+3 / -0 ) 3 children
Wait what, I just saw that you have a space in the name. That shouldn't be a thing. I could swear I added validation to the board creation form, but I guess not lol
None
2 years ago 2 points (+2 / -0 ) 1 child
Yeah, I regret that because now the URL is fucked up
None
2 years ago 2 points (+2 / -0 ) 1 child
I could probably manually change it in the db later and rename the storage directories. It would necessitate a server restart though.
None
2 years ago 1 point (+1 / -0 )
That would be nice, if it isn't a big deal
None
2 years ago 2 points (+2 / -0 ) 1 child
You should double check that. Remember that the UI is a generally unsafe layer which can easily be manipulated (you just send GET and POST requests manually). Data verification must occur on the server side.
None
2 years ago 1 point (+1 / -0 )
There are no instances where data is verified clientside only. For low traffic forms if it's usually only server side and the client receives an error message.
None
2 years ago 1 point (+1 / -0 )
I see registering with a space (or a "+") via direct requests does not seem to work already.
None
Toast message