'update'
[vchess.git] / server / routes /
2021-04-10 Benjamin AuderForgotten randomness -> options
2021-04-08 Benjamin AuderExperimental change: options replacing randomness ...
2021-03-22 Benjamin AuderBetter DB sync scripts (vchess --> tournament)
2021-03-20 Benjamin AuderNotify Discord server when a new challenge appears...
2021-01-04 Benjamin AuderFinish Pacosako + add GameStat table to know how many...
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-07 Benjamin AuderCosmetics, mostly, and a few small bugs fixes
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-04-23 Benjamin AuderReplace news by FAQ
2020-03-30 Benjamin AuderFix pronlems edit by admins
2020-03-20 Benjamin AuderFix the 'empty news bug'
2020-03-19 Benjamin AuderFix typo in server/README + increase interoperability...
2020-03-18 Benjamin AuderRefactor Problems view: should now handle better long...
2020-03-17 Benjamin AuderAdd Knightrelay1. Some fixes. Move odd 'isAttackedBy_mu...
2020-03-16 Benjamin AuderRefactor Games structure on server: no longer use an...
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-09 Benjamin AuderFix rematch process
2020-03-09 Benjamin AuderDraft rematch (not working yet) + fix Crazyhouse getPro...
2020-03-08 Benjamin AuderReplaced AJAX by fetch: not everything tested yet,...
2020-03-07 Benjamin AuderExperimental update: preview corr move + allow deletion...
2020-03-04 Benjamin AuderFix targetted challenge deletion on server when refused
2020-03-04 Benjamin AuderExperimental symmetric randomness + deterministic option
2020-03-01 Benjamin AuderFix some translations and error messages
2020-02-29 Benjamin AuderFixes. TODO: autofocus on forms, and understand why...
2020-02-29 Benjamin AuderImprovements - untested
2020-02-26 Benjamin AuderAdd basic secutiry when updating moves on server
2020-02-20 Benjamin AuderFix mistakes
2020-02-20 Benjamin AuderRevise server code + a few fixes in trnalsations and...
2020-02-20 Benjamin AuderFixes
2020-02-19 Benjamin AuderBetter challenge link in emails, better text on 'social...
2020-02-18 Benjamin AuderBug when editing news just posted
2020-02-18 Benjamin AuderRemove 'var' keyword from server code
2020-02-17 Benjamin AuderFix links in newmove + game notification emails
2020-02-16 Benjamin AuderFix notifications in case of new corr move
2020-02-15 Benjamin AuderFixes
2020-02-14 Benjamin AuderDraft of a problems section + news system
2020-02-14 Benjamin AuderDraft of problems section
2020-02-11 Benjamin AuderExperimental multi-tabs support (TODO: prevent multi...
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-05 Benjamin AuderTODO: finish draw offer logic + fix inCheck bug (no...
2020-02-04 Benjamin AuderConvert all remaining tabs by 2spaces
2020-02-01 Benjamin AuderSanitize inputs on server side
2020-01-27 Benjamin AuderAdd chat to Hall, clickable FEN, fix contact form
2020-01-17 Benjamin AuderMoveList working. TODO: Chat
2020-01-15 Benjamin AuderDrop problems from server + draft DB cleaning functions
2019-12-29 Benjamin AuderA few fixes, drop planned problems support (replaced...
2019-12-06 Benjamin AuderRemove unused move.color, format moves corr --> live...
2019-12-06 Benjamin AuderCorr games: almost there. Then remote games + abort...
2019-12-03 Benjamin AuderImprove notification system after a move or at new...
2019-12-03 Benjamin AuderDraft game update. TODO: debug, finish view/Game.vue
2019-11-29 Benjamin AuderFix challenge send+accept. Now debug game launch from...
2019-11-29 Benjamin AuderAdvance on corr game start
2019-11-29 Benjamin AuderFix ajax for challenge creation
2019-11-29 Benjamin AuderFix challenges retrieval from server
2019-11-28 Benjamin AuderSome fixes, working on corr challenges
2019-11-21 Benjamin Auder'update'
2019-11-07 Benjamin AuderFinished Hall.js for now - TODO: live + corr games
2019-09-27 Benjamin AuderMicro-fixes
2019-09-10 Benjamin AuderSome thoughts in views/Hall.js
2019-09-09 Benjamin Auder'update'
2019-09-06 Benjamin AuderUpdate on challenges
2019-09-06 Benjamin AuderDrop 'WillPlay' table (no multiplayers games)
2019-09-03 Benjamin AuderSome adjustments, next: fix time control handling ...
2019-06-28 Benjamin AuderRefactor, forget about 3 or 4 players games
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-03-13 Benjamin AuderOngoing work on challenges + games for correspondance...
2019-03-12 Benjamin AuderRemove test instructions, fix CORS for DELETE method
2019-03-12 Benjamin AuderWork on correspondance challenges system
2019-03-12 Benjamin Auder'update'
2019-03-08 Benjamin AuderStart work on challenges + games server side
2019-02-13 Benjamin AuderSome advances in challenge handling (server+client)
2019-02-12 Benjamin AuderDraft for challenges + games handling in main hall
2019-01-23 Benjamin AuderAdvance on client side
2019-01-22 Benjamin AuderSeparate client and server codes. Keep everything in...