-
Notifications
You must be signed in to change notification settings - Fork 62
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
Feat/map submission misc #1072
Feat/map submission misc #1072
Commits on Nov 12, 2024
-
refactor(back): return more varied response codes when SteamService f…
…ails Helpful for switching over error codes in C++.
Configuration menu - View commit details
-
Copy full SHA for e980337 - Browse repository at this point
Copy the full SHA e980337View commit details -
feat(back): add filterSteamIDs param to maps/:id/leaderboard expand
This is used by ingame leaderboards for getting times for players in your lobby, wasn't supported on the new backend until now.
Configuration menu - View commit details
-
Copy full SHA for c7953ab - Browse repository at this point
Copy the full SHA c7953abView commit details -
refactor(back): rename maps/:id/leaderboard GET filterUserIDs param t…
…o userIDs Just me being silly. Also, we may find requests using this param are have very long params, exceeding
Configuration menu - View commit details
-
Copy full SHA for bdae4e9 - Browse repository at this point
Copy the full SHA bdae4e9View commit details -
fix(back): use strings for users/ GET steamIDs param, fix type
Before, IntCsvQueryProperty was parsing this to BigInt at runtime, but TypeScript thought it was a string. The code just happened to work, even though types made no sense. I don't know if bigints or strings are fastest here, just sticking with strings since they're simplest.
Configuration menu - View commit details
-
Copy full SHA for 1e67b8a - Browse repository at this point
Copy the full SHA 1e67b8aView commit details
Commits on Nov 16, 2024
-
refactor(shared): rename CombinedMapStatuses to MapStatuses
I'm using this a lot in Pano and this name is so UGLY
Configuration menu - View commit details
-
Copy full SHA for ab1c850 - Browse repository at this point
Copy the full SHA ab1c850View commit details -
Configuration menu - View commit details
-
Copy full SHA for 259c556 - Browse repository at this point
Copy the full SHA 259c556View commit details -
refactor(front): prevent enter key from submitting map submission/edi…
…t forms Pressed this accidentally when adding private testers, accidentally submitted the entire thing. Not good!
Configuration menu - View commit details
-
Copy full SHA for f4a6bc4 - Browse repository at this point
Copy the full SHA f4a6bc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a63e134 - Browse repository at this point
Copy the full SHA a63e134View commit details