Commit Graph

461 Commits

Author SHA1 Message Date
Me
1f95e811e1 Merge branch 'master' of bitbucket.org:LuckyLaszlo/ft_transcendence 2023-01-17 19:18:38 +01:00
Me
11f54bde83 fixed another small bug in
ProfileUsers, improved avatar fetch error messages display, and found a new way and prolly better way to reactively load fetch things when a variable changes, await rather than onMount + a unpdate function
2023-01-17 19:17:45 +01:00
LuckyLaszlo
1dc3ce8517 gameServer bugfix.
BUG: In case of all the players leave Nest server never know match ended
FIX: Now alway send matchEnd to Nest.
2023-01-17 19:03:34 +01:00
Me
88188d397f tiny bug fix to if successfully loaded a user 2023-01-17 18:32:03 +01:00
Me
715fce65af much better ProfileUser CSS, not perfect by any stretch, but i don't absolutly hate it anymore, slightly better Tab responsiveness, oh and i added a pop of color 2023-01-17 18:03:51 +01:00
Me
06f491cba5 Merge remote-tracking branch 'origin/master' into eric_front_and_back 2023-01-17 16:35:36 +01:00
Me
053c630a95 back to working on ProfileUser CSS 2023-01-17 16:35:17 +01:00
cherif
f3ed25a4e9 correction d'un bug pour les friendship 2023-01-17 16:19:12 +01:00
Me
2ac1d4c1bb getting fix for deleting a user 2023-01-17 16:00:35 +01:00
cherif
c2812c0534 fucking DELETE method for account is now working and existing 2023-01-17 15:57:43 +01:00
Me
29d0e0a8b6 Merge remote-tracking branch 'origin/master' into eric_front_and_back 2023-01-17 15:42:09 +01:00
Me
1e215261aa fixing ProfileUser CSS and adding delete account button, in progress 2023-01-17 15:41:48 +01:00
LuckyLaszlo
44f9f8e21b Game page CSS adjustements and hidden header. 2023-01-17 14:31:20 +01:00
Me
b7ebdc0b7c woring on better CSS for ProfileUsers, the new layout is ok and the avatars show up, but need to get the modal working 2023-01-17 13:15:14 +01:00
Me
822543da3d Merge remote-tracking branch 'origin/master' into eric_front_and_back 2023-01-17 12:32:05 +01:00
LuckyLaszlo
d8317350b0 fix font load for canvas 2023-01-17 12:18:42 +01:00
cherif
d9fc3b49be couleurs blanc sur blanc corrigées pour upload avatar 2023-01-17 11:22:53 +01:00
cherif
4c5580bbf3 rajout d'un texte de succes qui avait été enlevé 2023-01-17 11:19:43 +01:00
cherif
b4139283e1 different new username when another one exist at the first connection 2023-01-17 11:08:34 +01:00
cherif
86a507fdf6 add a max lenght for username 2023-01-17 10:29:32 +01:00
cherif
86b8ab74a2 correction d'un appel non protégé 2023-01-17 10:16:47 +01:00
cherif
6e139bdacc username sanitize 2023-01-17 09:47:58 +01:00
Me
926fc1dd67 Merge remote-tracking branch 'origin/master' into eric_front_and_back 2023-01-17 03:05:06 +01:00
Me
29b6042cda clean up 2023-01-17 03:04:36 +01:00
cherif
8db801eb23 mini correction 2023-01-17 00:48:24 +01:00
cherif
2386bb39b3 Correction d'un autre bug mais dans la bonne fonction de luke. 2023-01-17 00:46:49 +01:00
cherif
d8a5a41673 remise en place de la correction d'un bug enlevé précédemment par un commit 2023-01-17 00:43:58 +01:00
cherif
fffbe3f1e9 Merge branch 'master' of bitbucket.org:LuckyLaszlo/ft_transcendence 2023-01-17 00:43:19 +01:00
cherif
1220bdb363 ajout d'une limite pour la taille des mots 2023-01-17 00:38:51 +01:00
cherif
796a8464b1 COrrection de nombreux bug, changement de font, réel username unique insensible à la casse... 2023-01-17 00:30:39 +01:00
Me
68bf406834 Merge remote-tracking branch 'origin/master' into eric_front_and_back 2023-01-16 21:47:20 +01:00
Me
86f7add6ed a few small fixes, about to add 404 exceptions most places i do fetches 2023-01-16 21:47:02 +01:00
LuckyLaszlo
2cd3a50b6f Merge branch 'master' into luke 2023-01-16 21:09:57 +01:00
simplonco
cf05d242cd gros probleme resolu 2023-01-16 21:06:58 +01:00
Me
0499d92818 merged luke's branch into mine, he fixed all the fetches to catch stuff, need to test 2023-01-16 19:23:32 +01:00
Me
af872eafc5 removed the cached .env that was lurking about 2023-01-16 18:53:14 +01:00
LuckyLaszlo
3588a8c12d Merge branch 'master' into luke 2023-01-16 18:53:00 +01:00
Me
49ffa74bb4 small update to ProfileUsers, make it so buttons don't load if user doesn't 2023-01-16 18:48:13 +01:00
LuckyLaszlo
dfd34c590b primaryRoutes.js fetch() fix and refactoring 2023-01-16 18:04:30 +01:00
LuckyLaszlo
314fa10cff fetch() changes in all svelte
+ miscs front refactoring
2023-01-16 18:03:08 +01:00
LuckyLaszlo
36f13cb5af fetchUser/Avatar() with optionnal username param
+ miscs smalls changes
2023-01-16 18:00:19 +01:00
simplonco
8b365968ac chat not on game 2023-01-16 17:57:37 +01:00
simplonco
f9d4045f64 small css stye fix 2023-01-16 17:51:56 +01:00
simplonco
569ef89077 added severall protections 2023-01-16 17:43:13 +01:00
simplonco
5f0e733f55 Merge branch 'master' into hugo 2023-01-16 17:28:48 +01:00
simplonco
ed2df0611e Merge branch 'master' of bitbucket.org:LuckyLaszlo/ft_transcendence 2023-01-16 17:28:33 +01:00
simplonco
15c53b17b3 blocked messages are not in hitory 2023-01-16 17:27:35 +01:00
simplonco
8b508063e8 will not show users in rooms if blocked 2023-01-16 16:46:04 +01:00
simplonco
e52690d890 will not show direct rooms if blocked 2023-01-16 16:18:42 +01:00
simplonco
3cd9a0b52e will not show direct rooms if blocked 2023-01-16 16:08:56 +01:00