workadventure/front/src/Phaser
David Négrier c9fa9b9a92 Migrating away from the notion of public/private URL in WorkAdventure Github repository
The notion of public/private repositories (with /_/ and /@/ URLs) is specific to the SAAS version of WorkAdventure.
It would be better to avoid leaking the organization/world/room structure of the private SAAS URLs inside the WorkAdventure Github project.

Rather than sending http://admin_host/api/map?organizationSlug=...&worldSlug=...&roomSlug=...., we are now sending /api/map&playUri=...
where playUri is the full URL of the current game.
This allows the backend to act as a complete router.
The front (and the pusher) will be able to completely ignore the specifics of URL building (with /@/ and /_/ URLs, etc...)
Those details will live only in the admin server, which is way cleaner (and way more powerful).
2021-07-15 17:07:47 +02:00
..
Companion Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
Components FEATURE: migrated the chat window to svelte 2021-07-07 18:07:58 +02:00
Entity FEATURE: migrated the chat window to svelte 2021-07-07 18:07:58 +02:00
Game Migrating away from the notion of public/private URL in WorkAdventure Github repository 2021-07-15 17:07:47 +02:00
Items Enabling Outline back on actionable objects 2021-06-22 16:35:57 +02:00
Login Merging master into develop 2021-06-29 18:39:43 +02:00
Map Merge remote-tracking branch 'remotes/upstream/develop' into tiles-start-positions 2021-06-25 18:14:40 +02:00
Menu FEATURE: improved the notification system 2021-07-13 16:54:11 +02:00
Player FIX: improved the visit card, cleanup the code 2021-06-08 16:39:22 +02:00
Reconnecting Add error message (#970) 2021-04-29 23:47:30 +02:00
Services Merge branch 'develop' of github.com:thecodingmachine/workadventure into gameSizeFix 2021-06-15 09:06:47 +02:00
UserInput Migrating ConsoleGlobalMessageManager in svelte 2021-06-21 17:19:27 +02:00