-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upload and many more is broken #2
Comments
I didn't realise it was still actively used, so I haven't been monitoring anything beyond "the front page seems to load" - I will take a look ^^ |
:)) |
So I started trying to fix one tiny thing, but that required me to fix another thing, which required updating another thing... and I pretty much ended up rewriting the whole thing from the ground up ^^; From my manual testing, things all seem to be working now - please do let me know if anything is broken :) |
first thing i found:
|
Can you be more specific? I'm able to log into an existing account, and create / log into a new one o.o |
Whenever I hit the "login"-button, it redirects me to /login and then gives me a 404 error. |
I tested logging in on Opera, Firefox, Chrome, Chromium and Vivaldi, all latest versions. |
Ah, hmm - the new error handling behaviour is to return 404 if it can't find the user with that password, which could probably be clearer since that makes it appear that the login page doesn't exist... It looks like I forgot to make the login process case-insensitive - so if you registered with an uppercase name and try logging in with lowercase, you would see a 404 in that case (I will make the login case-insensitive and try to give a more useful error message in a bit ^^) |
Hey, now it works! Thanks :D |
Oh well nevermind :^) But aside from that, signin up, logging in, uploading, toggling use and deleting works! |
To be clear, the problem there is the avatar table overflowing the page when large avatars are uploaded? That is not related to the rewrite, but worth fixing anyway /o/ |
exactly :) |
Hey, this (and the one on your website) is completely broken. Can't upload nor view my own list. Sad to see this :(
The text was updated successfully, but these errors were encountered: