Remove tourneyPath: doesn't make sense without tournament website
[vchess.git] / server / routes / users.js
2021-12-01 Benjamin AuderRemove tourneyPath: doesn't make sense without tourname...
2021-03-22 Benjamin AuderBetter DB sync scripts (vchess --> tournament)
2020-12-11 Benjamin AuderUpdate code to remove users in tournament DB as well
2020-12-11 Benjamin AuderUpdate tournament DB at each user registration
2020-05-23 Benjamin AuderFix Koopa chess + select only required fields in userMo...
2020-05-22 Benjamin AuderRemove unused parameters in setAndSendLoginToken()
2020-05-09 Benjamin AuderCosmetics
2020-05-09 Benjamin AuderUnused code, style (cosmetics)
2020-05-02 Benjamin AuderSlightly restrain allowed HTML tags + adjust style...
2020-05-01 Benjamin AuderUserBio: a few fixes, but still doesn't work as expected
2020-05-01 Benjamin AuderDraft or user bio support (ready in Hall, TODO in Game)
2020-03-16 Benjamin AuderRefactor models (merge Players in Games), add cursor...
2020-03-15 Benjamin AuderFix news notification system
2020-03-15 Benjamin AuderExperimental news notification system + fix Eightpieces...
2020-03-09 Benjamin AuderCosmetics
2020-03-08 Benjamin AuderReplaced AJAX by fetch: not everything tested yet,...
2020-03-01 Benjamin AuderFix some translations and error messages
2020-02-20 Benjamin AuderRevise server code + a few fixes in trnalsations and...
2020-02-09 Benjamin AuderFix email formatting (I think)
2020-02-09 Benjamin AuderTry something else for mail newlines
2020-02-09 Benjamin AuderAttempt to send correct text email
2020-02-08 Benjamin AuderTranslations
2020-02-08 Benjamin AuderSanitize more
2020-02-07 Benjamin AuderFix corr challenges
2020-02-04 Benjamin AuderConvert all remaining tabs by 2spaces
2020-02-01 Benjamin AuderSanitize inputs on server side
2020-01-17 Benjamin AuderMoveList working. TODO: Chat
2019-11-29 Benjamin AuderAdvance on corr game start
2019-11-29 Benjamin AuderFix challenges retrieval from server
2019-11-28 Benjamin AuderSome fixes, working on corr challenges
2019-03-28 Benjamin AuderFix things. Now on (live) game start + play
2019-03-26 Benjamin AuderFix authentication
2019-03-25 Benjamin AuderAttempt to fix authenticate + local user data
2019-03-22 Benjamin AuderFix login/register system
2019-03-20 Benjamin AuderSmall fixes + add some debug traces
2019-01-23 Benjamin AuderAdvance on client side
2019-01-22 Benjamin AuderSeparate client and server codes. Keep everything in...