GRL
cf7bfe79ca
Refactor to only have one function registerMenuCommand
...
When selected custom menu is removed, go to settings menu
Allow iframe in custom menu to use Scripting API
Return menu object when it is registered, can call remove function on it
2021-08-27 10:34:03 +02:00
David Négrier
5cd3ab4b4c
Removing ts-ignore
2021-08-25 09:30:05 +02:00
GRL
f3c4d344b3
Add iframe submenu by scripting API
...
Delete menu by scripting API
2021-08-24 17:35:06 +02:00
GRL
49eb28dacf
Merge branch 'develop' of github.com:thecodingmachine/workadventure into menuInSvelte
2021-08-24 09:38:24 +02:00
David Négrier
8c43c2e6e8
Rollback on createPromise switched to public
2021-08-23 18:54:00 +02:00
GRL
ad95fa5e11
Execute scripts of the map after creating gameScene
2021-08-23 18:53:59 +02:00
David Négrier
bf6ce94b80
Merge branch 'develop' of github.com:thecodingmachine/workadventure into samePlaceAfterEditProfile
2021-08-23 18:04:09 +02:00
GRL
2f76a24dff
Contact page only if environment variable exist
2021-08-23 17:30:07 +02:00
GRL
edfe440c6e
Merge branch 'develop' of github.com:thecodingmachine/workadventure into menuInSvelte
2021-08-20 16:18:45 +02:00
GRL
c2b3d23ec0
Player return a the same position when after editing his profile (same as reconnection)
2021-08-20 09:49:37 +02:00
Gregoire Parant
4d4c9c8c6e
Merge branch 'master' into develop
2021-08-19 18:50:34 +02:00
grégoire parant
e32f433688
Update cache version ( #1383 )
...
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-08-19 18:48:24 +02:00
Gregoire Parant
86c32cf9ff
Merge branch 'master' into develop
...
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
# Conflicts:
# front/dist/service-worker-prod.js
2021-08-19 18:31:30 +02:00
grégoire parant
1ffd198b00
Update cache management ( #1382 )
...
Change strategy of cache management. Today we don't have version of map building so we cannot use cache correctly. The idea is to have a less cache and keep HTPP cache management with GET method.
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-08-19 18:23:30 +02:00
GRL
0c796dff90
Player return a the same position when after editing his profile
2021-08-19 17:22:16 +02:00
GRL
2ebf05f7d6
Correction following test
2021-08-19 11:17:46 +02:00
GRL
d6bd883c94
Third pass on css and reportMenu
2021-08-18 15:34:26 +02:00
David Négrier
8a64491952
Improving popup
...
If a popup message is empty, only the buttons will be displayed (not the container)
Unrelated: the Sound.play method in the API now accepts 0 arguments.
2021-08-18 11:53:41 +02:00
GRL
5a8e7d277f
Second pass on css and reportMenu
2021-08-18 11:30:11 +02:00
GRL
4c3097155b
Second pass on css and reportMenu
2021-08-18 11:15:46 +02:00
GRL
9e5cc3b9a7
First pass on css
2021-08-17 15:17:29 +02:00
GRL
096baa8897
First pass on css
2021-08-17 14:44:43 +02:00
grégoire parant
0bfac1a164
Update cache API index ( #1378 )
...
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-08-17 13:26:20 +02:00
David Négrier
06be65c12f
Merge pull request #1368 from thecodingmachine/fix_zone_enter_exit
...
Fixing enter/leave event not properly sent on adjacent zones
2021-08-17 10:08:51 +02:00
David Négrier
1d45bab46d
Fixing enter/leave event not properly sent on adjacent zones
...
On adjacent zones, the zone leave event was not properly triggered when leaving a zone for the zone next to it.
Closes #1366
2021-08-17 10:04:11 +02:00
GRL
aa9e5c4543
Merge branch 'develop' of github.com:thecodingmachine/workadventure into menuInSvelte
2021-08-16 14:19:28 +02:00
GRL
151e63ff91
Suppression of gameManager in IframeListener
2021-08-16 11:56:00 +02:00
GRL
d2413896c7
GameManager has an attribute scenePlugin
2021-08-16 11:50:09 +02:00
grégoire parant
005a3c5a0d
Release 1.4.14 ( #1370 )
...
* New version of cache management (#1365 )
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Exit scene acess denied detected (#1369 )
* Add auth token user to get right in admin and check if user have right
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Update error show
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Update token generation (#1372 )
- Permit only decode token to get map details,
- If user have token expired, set the token to null and reload the page. This feature will be updated when authentication stategy will be finished.
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-08-15 23:13:48 +02:00
grégoire parant
8d57886bae
Update token generation ( #1372 )
...
- Permit only decode token to get map details,
- If user have token expired, set the token to null and reload the page. This feature will be updated when authentication stategy will be finished.
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-08-15 22:51:06 +02:00
grégoire parant
02a21209ec
Exit scene acess denied detected ( #1369 )
...
* Add auth token user to get right in admin and check if user have right
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Update error show
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-08-15 08:51:35 +02:00
grégoire parant
f7daf16ac5
New version of cache management ( #1365 )
...
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-08-11 17:09:17 +02:00
GRL
f4ce5f9a3b
Merge branch 'ReportMenuSvelte' of github.com:thecodingmachine/workadventure into menuInSvelte
2021-08-11 15:04:47 +02:00
GRL
46a2e3f453
Suppression of HTML files that aren't use anymore
2021-08-11 14:23:34 +02:00
GRL
e86892b9a5
Merge branch 'develop' of github.com:thecodingmachine/workadventure into MenuSvelte
2021-08-11 14:13:31 +02:00
GRL
8105e966ff
Migration of registerCustomMenu for Menu in Svelte
...
Refactor subMenuStore
Suppression of old MenuScene and ReportMenu
2021-08-11 14:07:34 +02:00
Gregoire Parant
45a56c2e02
HotFix feedback svelte continuous integration
...
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-08-11 10:09:04 +02:00
Gregoire Parant
434b112c65
Improve service worker store managment
...
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-08-11 10:01:56 +02:00
grégoire parant
bced495570
Add comment use service worker ( #1355 )
2021-08-10 23:10:56 +02:00
grégoire parant
c7fdfed00c
Improve mobile camera shown ( #1354 )
...
- Add new store to send mobile size
- Update style to show video for mobile size
2021-08-10 22:35:26 +02:00
grégoire parant
22a46a98ea
Improve service worker ( #1353 )
...
* Improve service worker
- Add new env variable in WebPack "NODE_ENV"
- Add new service worker for mode dev that permit to by pass response in cache storage
- Add new WorkAdventure icon
* Remove console.log
* Add service worker file prod and dev
2021-08-10 22:34:46 +02:00
grégoire parant
1db2e2aba9
Update style of microphone ( #1352 )
...
- Active microphone close when user haven't microphone in the discussion
2021-08-10 10:12:31 +02:00
GRL
9c1926f636
Merge branch 'develop' of github.com:thecodingmachine/workadventure into MenuSvelte
2021-08-09 16:59:12 +02:00
GRL
d10e2dbca7
Migration of report menu in svelte
2021-08-09 16:56:28 +02:00
GRL
56fa2e49f6
New menu svelte
2021-08-09 14:49:17 +02:00
Gregoire Parant
af613f5b5b
Merge branch 'master' into develop
2021-08-06 15:53:33 +02:00
GRL78
e0fb31fc58
WIP: Migrate AudioManager in Svelte ( #1325 )
...
* Migrate AudioManager in Svelte
* use import type when needed
2021-08-06 09:11:17 +02:00
David Négrier
ac282db1ac
Removing pointless console.log
2021-08-05 17:21:55 +02:00
David Négrier
6b9b999996
Making embedded iframes scriptable using the WA.room.website namespace.
2021-08-05 12:37:05 +02:00
David Négrier
5bb29e99ba
Adding a "allowApi" property to authorize the API in a website.
2021-08-05 12:30:07 +02:00