_Bastler
9790572928
typo
2021-08-23 09:07:07 +02:00
_Bastler
730ca9c71d
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-23 09:04:30 +02:00
David Négrier
1f7e964a7d
Merge pull request #1386 from thecodingmachine/master
...
Backporting master to develop
2021-08-23 09:01:19 +02:00
_Bastler
2ad0f98f4a
update readme
2021-08-23 08:22:13 +02:00
David Négrier
7e4292f0fd
Merge pull request #1376 from thecodingmachine/deployerFix
...
fix deeployer
2021-08-20 17:11:10 +02:00
David Négrier
9a150cbcca
Merge pull request #1385 from thecodingmachine/images_in_doc
...
Migrating images from the WorkAdventure website to the docs/ directory
2021-08-20 17:10:46 +02:00
David Négrier
821e224aac
Migrating images from the WorkAdventure website to the docs/ directory
...
Images belong to the docs, so they should sit next to the documentation files in the /docs directory.
2021-08-20 16:56:03 +02:00
_Bastler
092a14fa09
update front docker: stun
2021-08-20 12:49:12 +02:00
_Bastler
94328771bf
update production docker stuff
2021-08-20 12:30:33 +02:00
_Bastler
e82de52a35
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-19 19:24:24 +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
_Bastler
6ff4f4f52e
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-19 10:36:23 +02:00
_Bastler
4dfc04826e
production tests
2021-08-19 10:09:42 +02:00
David Négrier
5fa8c1de9a
Merge pull request #1379 from thecodingmachine/popup_improvements
...
Improving popup
2021-08-19 09:52:35 +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
_Bastler
fc567e76f4
update dependencies, Iframe module loading
2021-08-17 20:33:20 +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
_Bastler
123d6fd535
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-17 11:40:32 +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
_Bastler
940b08742a
fix audiomanager
2021-08-16 19:37:26 +02:00
_Bastler
1958449178
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-16 19:21:09 +02:00
GRL
d0a85b0870
fix deeployer
2021-08-16 14:33:53 +02:00
David Négrier
1845b8f66e
Merge pull request #1374 from thecodingmachine/GameManagerRefactor
...
GameManager has an attribute scenePlugin
2021-08-16 11:59:30 +02:00
GRL
151e63ff91
Suppression of gameManager in IframeListener
2021-08-16 11:56:00 +02:00
GRL
736ac19ed0
Merge remote-tracking branch 'origin/GameManagerRefactor' into GameManagerRefactor
2021-08-16 11:50:22 +02:00
GRL
d2413896c7
GameManager has an attribute scenePlugin
2021-08-16 11:50:09 +02:00
GRL
482a6da1d8
GameManager has an attribute scenePlugin
2021-08-16 11:43:29 +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
_Bastler
1fd5c146e0
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-15 17:46:54 +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
_Bastler
1141272165
add module loading
2021-08-13 10:00:34 +02:00
_Bastler
0365fcb24d
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-13 07:56:22 +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
_Bastler
d6931f4ed9
revert map fetcher
2021-08-11 16:26:33 +02:00
_Bastler
9c7c1e091a
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-11 12:10:44 +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
_Bastler
406280737c
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-10 10:26:47 +02:00
_Bastler
27d331ea37
Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
2021-08-10 10:25:24 +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
grégoire parant
dbe7dc4ce0
Merge pull request #1348 from thecodingmachine/develop
...
Release v1.4.14
2021-08-09 23:15:31 +02:00
grégoire parant
a5b44be6a1
Update JWT expires days ( #1349 )
2021-08-09 16:37:24 +02:00