_Bastler
64613b076e
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-09-06 18:49:47 +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
_Bastler
a633f79dd7
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-27 20:19:30 +02:00
GRL
706f531ca2
Add types file in API
2021-08-27 11:17:48 +02:00
GRL
a195870cfb
Correct bad change
2021-08-27 11:12:23 +02:00
GRL
833c15b2d5
Merge branch 'develop' of github.com:thecodingmachine/workadventure into iframeMenuScript
2021-08-27 10:44:32 +02:00
_Bastler
e806325da9
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-27 10:40:30 +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
GRL
edfe440c6e
Merge branch 'develop' of github.com:thecodingmachine/workadventure into menuInSvelte
2021-08-20 16:18:45 +02:00
_Bastler
e82de52a35
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-19 19:24:24 +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
aa9e5c4543
Merge branch 'develop' of github.com:thecodingmachine/workadventure into menuInSvelte
2021-08-16 14:19:28 +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
_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
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
_Bastler
9c7c1e091a
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-11 12:10:44 +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
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
27d331ea37
Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
2021-08-10 10:25:24 +02:00
GRL
9c1926f636
Merge branch 'develop' of github.com:thecodingmachine/workadventure into MenuSvelte
2021-08-09 16:59:12 +02:00
_Bastler
73a2cec4df
merge
2021-08-08 15:47:53 +02:00
_Bastler
d046460d76
Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
2021-08-04 18:02:49 +02:00
Gregoire Parant
f9992876df
Update PWA apple icon
2021-08-04 15:05:11 +02:00
Gregoire Parant
383bbbdafe
Force to add service worker js file
2021-08-04 14:31:12 +02:00
Gregoire Parant
707040b506
improve PWA and last room strating
2021-08-04 13:33:58 +02:00
Gregoire Parant
1ad9f5b045
Add new icon manifest
2021-08-03 17:49:25 +02:00
Gregoire Parant
d781b2eb91
Update favicon and service worker html
2021-08-03 17:28:27 +02:00
GRL
fe585297fc
Merge branch 'develop' of github.com:thecodingmachine/workadventure into MenuSvelte
2021-08-03 17:19:47 +02:00
Gregoire Parant
e07f4bf96f
Add comment
2021-08-02 22:24:00 +02:00
kharhamel
9c803a69ff
FEATURE: users can now login via an openID client
2021-07-30 15:43:46 +02:00
kharhamel
41ac51f291
FEATURE: improved the room capacity warning visuals
2021-07-29 18:27:53 +02:00
_Bastler
dcc67b1521
Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
2021-07-29 17:01:58 +02:00
grégoire parant
2a1af2a131
PWA service workers ( #1319 )
...
* PWA services worker
- [x] Register service worker of PWA to install WorkAdventure application on desktop and mobile
- [x] Create webpage specifique for PWA
- [ ] Add register service to save and redirect on a card
- [ ] Add possibilities to install PWA for one World (with register token if existing)
* Finish PWA strategy to load last map visited
* Fix feedback @Kharhamel
* Fix feedback @Kharhamel
2021-07-29 16:42:31 +02:00
_Bastler
c9b3835f99
Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
2021-07-20 20:31:01 +02:00
grégoire parant
b336e3b08a
Delete logo TCM on Error scene ( #1297 )
2021-07-20 16:45:24 +02:00
_Bastler
c390615dd4
Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
2021-07-16 08:33:40 +02:00
_Bastler
b9e8c970f2
Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
2021-07-14 19:36:16 +02:00
kharhamel
3983d0c5bc
FEATURE: improved the notification system
2021-07-13 16:54:11 +02:00
_Bastler
304c3e8906
Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
2021-07-13 16:48:34 +02:00
kharhamel
fecbc8a018
WIP: svelte menu
2021-07-13 14:40:35 +02:00
Kharhamel
41a1f56bd5
Merge pull request #1111 from thecodingmachine/svelteChat
...
FEATURE: migrated the chat window to svelte
2021-07-13 11:25:38 +02:00
grégoire parant
022d1fec63
ServiceWorker ( #1243 )
...
- Create service worker to have PWA
- Add install service worker
- Add fecth service worker with a persistent cache navigator
- Add favicon 512x512
2021-07-12 13:17:45 +02:00
kharhamel
3cfbcc6b02
FEATURE: migrated the chat window to svelte
2021-07-07 18:07:58 +02:00
_Bastler
e1fd474420
Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
2021-06-29 09:40:33 +02:00
Valdo Romao
723001e1e7
Added better favicon
2021-06-29 00:12:00 +01:00
Valdo Romao
4cf5a6f7a0
Merge branch 'develop' of https://github.com/thecodingmachine/workadventure into new-favicon
2021-06-28 15:56:28 +01:00
_Bastler
f4d2897957
Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
2021-06-24 13:02:41 +02:00