Attempt to clarify installation instructions a little
[vchess.git] / server / models / User.js
2021-12-01 Benjamin AuderRemove tourneyPath: doesn't make sense without tourname...
2020-12-16 Benjamin AuderFix Hiddenqueen 'quasi-checkmate'
2020-12-11 Benjamin AuderUpdate code to remove users in tournament DB as well
2020-12-05 Benjamin AuderUpdate TODO + cosmetics
2020-12-05 Benjamin AuderUpdate TODO + fix typos
2020-06-03 Benjamin AuderMerge branch 'simu'
2020-06-01 Benjamin AuderFix corr notification bug
2020-05-23 Benjamin AuderFix Koopa chess + select only required fields in userMo...
2020-05-17 Benjamin AuderAdd Koopa chess, fix Apocalypse and Dice variants
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-27 Benjamin AuderAdd unambiguous section in the PGN + some fixes + code...
2020-03-25 Benjamin AuderSome fixes, and add 2 variants: Checkless and Parachute
2020-03-18 Benjamin AuderFix message when resigning
2020-03-16 Benjamin AuderRefactor models (merge Players in Games), add cursor...
2020-03-15 Benjamin AuderExperimental news notification system + fix Eightpieces...
2020-03-09 Benjamin AuderCosmetics
2020-03-04 Benjamin AuderContinue debug attempt for move update on server
2020-03-04 Benjamin AuderAllow hyphen in username on server side + add icons...
2020-03-01 Benjamin AuderDraft Hiddenqueen, Grasshopper and Knightmate chess...
2020-02-20 Benjamin AuderRevise server code + a few fixes in trnalsations and...
2020-02-18 Benjamin AuderRemove 'var' keyword from server code
2020-02-16 Benjamin AuderFix notifications in case of new corr move
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-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-16 Benjamin AuderImplement cleaning methods (CRON tasks)
2020-01-15 Benjamin AuderDrop problems from server + draft DB cleaning functions
2019-11-29 Benjamin AuderAdvance on corr game start
2019-11-29 Benjamin AuderFix challenges retrieval from server
2019-09-03 Benjamin AuderSome adjustments, next: fix time control handling ...
2019-03-12 Benjamin AuderWork on correspondance challenges system
2019-03-12 Benjamin Auder'update'
2019-01-23 Benjamin AuderAdvance on client side
2019-01-22 Benjamin AuderSeparate client and server codes. Keep everything in...