workadventure/maps
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
..
characters Add tenue sg 2020-11-18 16:55:58 +01:00
Floor0 Merge pull request #758 from thecodingmachine/jitsiConfig 2021-02-18 10:12:16 +01:00
Floor1 Migrating away from the notion of public/private URL in WorkAdventure Github repository 2021-07-15 17:07:47 +02:00
Floor2 Update link for private TCM map 2021-01-18 16:25:44 +01:00
Lyon Update link for private TCM map 2021-01-18 16:25:44 +01:00
objects Moving maps to their own container 2020-07-23 18:43:51 +02:00
tests Migrate getCurrentUser() to WA.player (#1279) 2021-07-13 15:13:14 +02:00
Tuto Removing console.log and unused files 2021-05-26 16:08:43 +02:00
Village Merge branch 'develop' of https://github.com/thecodingmachine/workadventure into SoundInMapScript 2021-05-21 17:45:26 +02:00
.dockerignore *: Dockerfiles cleanup, docker-compose.prod.yaml 2021-01-12 22:32:37 +01:00
.gitignore FIX: maps/dist directory is now gitignored 2020-11-24 14:43:21 +01:00
.htaccess Moving maps to their own container 2020-07-23 18:43:51 +02:00
Dockerfile [Breaking change] UPLOADER_URL and ADMIN_URL are now true URLs (and not only host name) and API_URL is replaced by PUSHER_URL 2021-03-31 16:00:14 +02:00
package.json Adding Outline capabilities and a ActionableItem notion. 2020-07-23 18:09:24 +02:00
tsconfig.json Removing parsing of TSX files in "maps" container 2021-05-25 10:43:01 +02:00
yarn.lock Bump glob-parent from 5.1.1 to 5.1.2 in /maps 2021-06-08 12:05:43 +00:00