_Bastler
47e5e360df
Merge branch 'develop' of github.com:thecodingmachine/workadventure into develop
2022-05-05 12:25:09 +02:00
grégoire parant
755ca93d49
New analytics feature ( #2150 )
...
* New analytics feature
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Fix eslint swaggerJsdoc
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2022-04-29 20:53:33 +02:00
_Bastler
70888e6baf
Merge branch 'develop' of github.com:thecodingmachine/workadventure into develop
2022-04-25 14:50:09 +02:00
grégoire parant
a13c7e9e2f
Improve profile menu to implement user identity connected URL ( #2055 )
...
# Improve profile menu to implement user identity connected URL
- Create URL and get user identity
- Check if user is connected or show connexion button
- Improve profile to check before user data and don't display error webpage in menu
2022-04-14 10:17:59 +02:00
_Bastler
b8888202fc
Merge branch 'develop' of github.com:thecodingmachine/workadventure into develop
2022-03-28 17:48:41 +02:00
Alexis Faizeau
418a8cc634
Remove login name scene on logout button event
2022-03-22 17:52:22 +01:00
_Bastler
0d4091c431
unused import
2022-03-08 15:20:00 +01:00
_Bastler
021a2511e0
Merge branch 'develop' of github.com:thecodingmachine/workadventure into develop_vite
2022-02-23 16:59:15 +01:00
_Bastler
104f792444
remove warning
2022-02-04 15:05:58 +01:00
Lukas Hass
0dcadd474f
convert lang="typescript" to lang="ts"
...
see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#why-isnt-vite-detecting-my-imports-correctly-in-svelte-files-with-typescript
2022-01-31 17:30:07 +01:00
_Bastler
6783598244
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2022-01-27 19:08:57 +01:00
Alexis Faizeau
0bf1acfefb
Improve game overlay UI
2022-01-27 16:34:58 +01:00
_Bastler
f2da041b7c
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2022-01-25 21:09:48 +01:00
Alexis Faizeau
446b4639c7
Implement typesafe-i18n
2022-01-24 18:59:28 +01:00
David Négrier
51c3f1d972
Refactoring translator to use "_" instead of "translator._".
...
This is shorter and pollutes less the code.
2022-01-21 17:09:29 +01:00
Nolway
bd01a35cc6
Add en-US translations
2022-01-21 17:09:29 +01:00
_Bastler
5cc573ac49
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2022-01-07 09:59:00 +01:00
David Négrier
6e27ffb2d5
Starting fixing unhandled promises
2022-01-04 16:50:43 +01:00
_Bastler
97e64b2296
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-12-15 13:23:01 +01:00
Hanusiak Piotr
8eaacdf2e5
companion pictures store
2021-12-07 16:37:24 +01:00
Hanusiak Piotr
731f616cce
woka icon inside menu
2021-12-07 14:56:42 +01:00
_Bastler
13e854c4c4
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-12-07 08:38:21 +01:00
Alexis Faizeau
c95e20c677
Lint & Prettier fixes on Svelte files
2021-12-06 16:36:05 +01:00
_Bastler
e43e1d8463
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-11-16 10:56:33 +01:00
Gregoire Parant
461dee776c
Update css
2021-11-12 16:22:37 +01:00
Gregoire Parant
49f68451ae
Update profile menu and change UX
...
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-11-12 15:31:49 +01:00
Gregoire Parant
d3f120f2bb
Update to have token when user is connected
...
- Update menu design
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-11-12 12:13:44 +01:00
_Bastler
bb7f83cee6
added world menu
2021-09-28 09:44:11 +02:00
_Bastler
52489f9c72
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-09-09 08:25:41 +02:00
GRL78
2ea7b0cff1
Menu style will adapt if iframe in map is opened ( #1422 )
2021-09-08 15:43:46 +02:00
_Bastler
64613b076e
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-09-06 18:49:47 +02:00
_Bastler
f320184d23
latest dev
2021-09-06 18:36:31 +02:00
grégoire parant
d2b8d7dc04
Active authentication Oauth ( #1377 )
...
* Active authentication Oauth
- Google authentication
- GitHub authentication
- Linkedin authentication
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Finish connexion et get user info connexion
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Fix lint error
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Change the expires token for 30 days
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Update connexion stratgey
- Set last room when it will be created and not when connexion is openned
- Add '/login' end point permit to logout and open iframe to log user
- Add logout feature permit to logout in front
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Implement logout and revoke token with hydra
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Fix pull develop conflict
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Profile url (#1399 )
* Create function that permit to get profile URL
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Continue profil user
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Add menu and logout button
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Update last room use
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Profile callback permit to get url profile setting from admin
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Finish profile show
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Delete profileUrl will be not use today
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Correct lint
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Update size of iframe
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Delete console log
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Update feedback ARP
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-09-05 18:17:49 +02:00
grégoire parant
a0d863569b
WIP: Bypass camera scene ( #1337 )
...
* Set new local camera setup variable
* Finish by pass video settings
- TODO add button to update camera settings
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Merge branch 'develop' into jumpVideoCamera
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
# Conflicts:
# front/src/Connexion/LocalUserStore.ts
# front/src/Phaser/Components/Loader.ts
# front/src/Phaser/Game/GameManager.ts
# front/src/Phaser/Login/EnableCameraScene.ts
* Add menu to open enable camera scene
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Finish jump camera setup
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-09-04 21:31:36 +02:00
_Bastler
20cee5cb12
migrate from latest dev
2021-08-27 10:40:50 +02:00
GRL78
7c956d1481
REVIEW : Migration Menu and Report Menu in Svelte ( #1363 )
...
* WIP: svelte menu
* temp
* temp
* New menu svelte
* Migration of report menu in svelte
* Migration of registerCustomMenu for Menu in Svelte
Refactor subMenuStore
Suppression of old MenuScene and ReportMenu
* Suppression of HTML files that aren't use anymore
* fix deeployer
* First pass on css
* First pass on css
* Second pass on css and reportMenu
* Second pass on css and reportMenu
* Second pass on css and reportMenu
* Third pass on css and reportMenu
* Correction following test
* Contact page only if environment variable exist
* Update service worker
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Change requested
* Change requested
Co-authored-by: kharhamel <oognic@gmail.com >
Co-authored-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-08-26 12:01:07 +02:00