effb1740f5
everything still works, and i cleaned more stuff up, better flow, disabled features that i need imput to make work
Me
2022-11-30 19:29:29 +01:00
9aec5bd015
chat sender dont receive own messages
lenovo
2022-11-30 17:52:39 +01:00
55f77d2259
started edition of chat in node + handled cors + added css fo chat scroll and newline
lenovo
2022-11-30 14:25:57 +01:00
e7f0c08bb9
good progress, working on 2FA, adding conditions to limit access to certain Routes, need to find out more about the back to settle these things
Me
2022-11-30 01:13:23 +01:00
d01f92a366
Things still work, and i'm cleaning up my work cuz it's hard to know what's going on otherwise
Me
2022-11-29 20:49:41 +01:00
53faba7f69
ok works atm, hopefully this will also remove all the nonsense node modules
Me
2022-11-29 19:13:50 +01:00
693c78b43c
Merge remote-tracking branch 'origin/master' into eric_front_and_back
Me
2022-11-29 19:12:05 +01:00
9d1580dcd6
well part of the custome svelte store works, the essential part at least
Me
2022-11-29 14:54:58 +01:00
b86f4aa0c7
no idea what is changed it's on svelte
lenovo
2022-11-29 11:32:01 +01:00
7f248b5449
find a way to sharing init + vector.normalized() + misc
LuckyLaszlo
2022-11-28 04:33:27 +01:00
4aafbac1a5
collision algo with Hugo + ball.dir added to EventGameUpdate
LuckyLaszlo
2022-11-25 14:54:17 +01:00
214d2cee49
everything still works, trying to add 2fa and figure out Custom Stores
Me
2022-11-25 00:30:55 +00:00
9dd87d7fa1
new tests on chat
lenovo
2022-11-24 14:06:05 +01:00
3474d54a2b
drawing now seperate from gameLoop + refactoring + added soundMutedFlag
LuckyLaszlo
2022-11-24 13:56:51 +01:00
b4240f48f7
still nothing broken, i started adding a glittery star effect to the rank in ProfileDisplay, fun stuff, figured it out but need to complete it
Me
2022-11-24 02:05:42 +00:00
11234545bc
in theory everything still works but could use some testing, adding profile settings fetch
Me
2022-11-23 16:55:41 +00:00
1100ca35b1
wip base front end for chat ok
lenovo
2022-11-23 16:13:38 +01:00
7d5895a6cc
server reconciliation OK (a little rubberbanding)
LuckyLaszlo
2022-11-23 10:43:12 +01:00
16e477b874
Eveything still works, cool, adding fetch user to the ProfileDisplay, good stuff, so far so good
Me
2022-11-23 03:31:13 +00:00
9f3dbd4de9
everything still works, no 502 and livereload does work, just not for CSS stuff apparently, but for DOM elems we gucci, added a tmp /profile/fetch path and button to the header to test fetching
Me
2022-11-23 03:12:22 +00:00
78687a3daa
added a few things back that i had deleted before when fixing 502, mainly looking at login fetch, so far everything works, no 502 and livereload is sorta a thing
Me
2022-11-23 02:53:32 +01:00
6a119c0789
wip litle front end for chat
lenovo
2022-11-22 17:46:55 +01:00
c35bbcefa6
Ok so Cherif and i figured out the reason livereload wasn't working, needed to expose the port in the docker compose.yml, committing now to have a save point
Me
2022-11-22 16:34:56 +01:00
c646f9b67b
inital commit, we are basically identical to master, no 502 bad gateway, but no livereload either, i think cuz of that line we deleted from the nginx config
Me
2022-11-22 02:52:54 +01:00
7fd8147140
tous les trucs du user sont ok, maintenant refonte des requêtes d'amitiés. C'est bien avancé, reste àa tester deux trois trucs
batche
2022-11-04 18:34:02 +01:00
08d02e709b
IT WORKS (session stored in redis, must add a password next)
batche
2022-11-03 18:49:00 +01:00
03b90690ce
Les sessions foncitonnent, reste à pouvoir les sauvegarder, soit via redis ou via type orm. Pour l'instant redis est un échec
batche
2022-11-03 18:35:46 +01:00
4622792534
Oauth est fonctionnel. Le mécanisme de session est à terminer, probablement via un JWT ou autre méthode.
batche
2022-11-02 17:57:06 +01:00
9a6ad5b328
Début Oauth, la redirection fonctionne bien.
batche
2022-11-02 11:14:37 +01:00
8bb0d5b67a
Ajout d'une toto list pour les utilisateurs dans le markdown
batche
2022-10-28 11:48:36 +02:00
1f146d14c5
amélioration du user. Maintenant les requêtes fonctionnent correctement. Doit toujours être testé en profondeur, mais apriori on ne peut plus accepter sa propre requête.
batche
2022-10-28 10:27:15 +02:00
a831b7954c
basic node server + very interesting back and forth in TS/JS configs 🤡
LuckyLaszlo
2022-10-26 19:27:06 +02:00
c8814d4b77
ajout de routes basiques, à améliorer (certaines requêtes renvoient une erreur interne et pas un 404), ajout du service pour les relations amicales, mais pour l'instant c'est ultra pété
batche
2022-10-26 17:26:18 +02:00
0eb8d00a7d
ajout des méthodes basiques pour le user + méthodes basique pour les relations amicales. Doit être testé. Manque les routes pour les relations amicales.
batche
2022-10-25 16:45:55 +02:00
5e53a2df78
ajout d'une bdd postgresql aec le type orm, d'une table user avec quelques champs dedans. TODO : faire une relations basique entre deux entités, par exemple la question de la relation entre deux personnes, amis / bloqués.
batche
2022-10-24 18:52:46 +02:00
5396cce993
ajout du modèle DTO pour users, et d'une liste blanche pour empêcher les payload malicieux
batche
2022-10-24 14:15:46 +02:00
e56c8e0b67
ball speed up on player collision
LuckyLaszlo
2022-10-23 03:23:25 +02:00