Attempt to clarify installation instructions a little
[vchess.git] / server / models / Game.js
2021-10-30 yagu0Merge pull request #18 from prendradjaja/fix-broken...
2021-05-25 Benjamin AuderExperimental simplification in Game.vue (next step...
2021-04-08 Benjamin AuderAdjustments
2021-04-08 Benjamin AuderExperimental change: options replacing randomness ...
2021-04-06 Benjamin AuderTypo
2021-04-06 Benjamin AuderAdd 'display' DB field for nicer variants display....
2021-03-04 Benjamin AuderFix moves transmission for Synchrone1/2
2021-02-10 Benjamin AuderFix corr games 'auto-lost-on-time'
2021-02-01 Benjamin AuderImprove games cleaning (unstarted, lost on time)
2021-01-25 Benjamin AuderFix corr game rematch
2021-01-04 Benjamin AuderFinish Pacosako + add GameStat table to know how many...
2020-12-05 Benjamin AuderUpdate TODO + cosmetics
2020-05-09 Benjamin AuderUnused code, style (cosmetics)
2020-04-16 Benjamin AuderSome fixes + first draft of Chakart (just thoughts...
2020-04-03 Benjamin AuderFix Dynamo for corr play
2020-04-03 Benjamin AuderFix GameModel.cleanDb()
2020-03-30 Benjamin AuderFix
2020-03-30 Benjamin AuderExperimental game upload added
2020-03-22 Benjamin AuderAttempt to get rid of the weird trans-pages errors...
2020-03-21 Benjamin AuderDraft Ball variant + some fixes, enhancements and code...
2020-03-17 Benjamin AuderA few fixes
2020-03-16 Benjamin AuderFix SQL query to get completed games
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-09 Benjamin AuderFix rematch process
2020-03-09 Benjamin AuderDraft rematch (not working yet) + fix Crazyhouse getPro...
2020-03-07 Benjamin AuderExperimental update: preview corr move + allow deletion...
2020-03-04 Benjamin AuderContinue debug attempt for move update on server
2020-03-04 Benjamin AuderAdd debug trace to understand why corr move 1 isn't...
2020-03-04 Benjamin AuderAdd debug trace to understand why corr move 1 isn't...
2020-03-04 Benjamin AuderAdd debug trace to understand why corr move 1 isn't...
2020-03-04 Benjamin AuderAdd debug trace to understand why corr move 1 isn't...
2020-03-04 Benjamin AuderAdd debug trace to understand why corr move 1 isn't...
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 AuderRevise server code + a few fixes in trnalsations and...
2020-02-18 Benjamin AuderRemove 'var' keyword from server code
2020-02-16 Benjamin AuderFixes, improvements
2020-02-16 Benjamin AuderFix notifications in case of new corr move
2020-02-15 Benjamin AuderTry to switch off cleanGamesDb
2020-02-14 Benjamin AuderDraft of problems section
2020-02-12 Benjamin AuderFixes
2020-02-12 Benjamin AuderSoften removal conditions in CRON tasks (no challenge...
2020-02-11 Benjamin AuderExperimental multi-tabs support (TODO: prevent multi...
2020-02-09 Benjamin AuderTry to fix 504 timeout error
2020-02-07 Benjamin AuderFix CRON tasks
2020-02-07 Benjamin AuderFix draw logic for corr games
2020-02-05 Benjamin AuderEverything implemented. A lot still untested
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 AuderTODO: fix draw logic
2020-02-01 Benjamin AuderFinished. Now some last styling
2020-02-01 Benjamin AuderSanitize inputs on server side
2020-01-31 Benjamin AuderFixes
2020-01-30 Benjamin Auder'update'
2020-01-23 Benjamin AuderFinish corr implementation for draw offers (untested)
2020-01-17 Benjamin AuderMoveList working. TODO: Chat
2020-01-16 Benjamin AuderImplement cleaning methods (CRON tasks)
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 AuderFix moves update
2019-12-06 Benjamin AuderCorr games: almost there. Then remote games + abort...
2019-12-05 Benjamin AuderAdvance on Game.vue
2019-12-03 Benjamin AuderSmall fix
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-30 Benjamin AuderGameStorage.getCorrGame ok + add watchers for st.variants
2019-11-29 Benjamin AuderFix challenge send+accept. Now debug game launch from...
2019-11-29 Benjamin AuderAdvance on corr game start
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-03 Benjamin AuderSome adjustments, next: fix time control handling ...
2019-01-22 Benjamin AuderSeparate client and server codes. Keep everything in...