<Thomas>
Hmm, only some changes and OpenDock should be able to handle multiple games
<Thomas>
VITAS: Dunno if you saw it on Github, but would breaking compatibility with the current URLs and adding a redirect for the mod route (i.e. "/mod/<id>/<name>" gets redirected to "/<gameshort>/mod/<id>/<name>") be ok for you?
<VITAS>
no i didnt
<VITAS>
im ok with different urls if the old one redirect to them
<VITAS>
+s
<Thomas>
cool
<VITAS>
the question is: do we want to be verbose or short?
<Thomas>
Because passing the gameshort in the URL makes the JS way easier than getting it from the modid
<VITAS>
or simply offer both (because we have to offer redirection anyways)
<VITAS>
yes i know i had the same problem
<VITAS>
but people can edit urls and that could lead to problematic results
<VITAS>
https://c3goc.de/ <- only took me 12h to make (including admin panel, registration and everything)
<VITAS>
it uses laravel and some addons. but the short timespan is impressive
<Thomas>
Nice
egg is now known as egg|tea|egg
<RockyTV>
Thomas don't we use the old way?
<RockyTV>
get game from mod?
<RockyTV>
also o/
<Thomas>
When we get the game from the mod, we have to run the mod request first, and then we can run the other ones. When we get the game from the URL, we can run all requests in parallel
<Thomas>
o/
<RockyTV>
uh that works
<RockyTV>
I'm working on the edit page again (procrastination hits me hard)
<SpaceDock>
[OpenDock] StollD opened pull request #3: Add a 404 handler (master...feature/404-page) https://git.io/vdAv2
<RockyTV>
uh what the heck
<RockyTV>
mod route doesn't work
<RockyTV>
it's something in my side
<Thomas>
what happens?
<RockyTV>
when you click the mod thumbnail in the front page, it redirects to /mods/id/name and then redirects to not-found