Save current state (unmerged, broken, not working...)
authorBenjamin Auder <benjamin.auder@somewhere>
Tue, 8 Jan 2019 19:24:10 +0000 (20:24 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Tue, 8 Jan 2019 19:24:10 +0000 (20:24 +0100)
commit8d7e2786f5a67a1b9a77c742d7951e0efbe8747d
tree4e87f8ca745d7427e9d32c137c1a98fb11db366a
parent7192f4711467ae73a0f813189f8a4d8cca252bf1
Save current state (unmerged, broken, not working...)
33 files changed:
.gitignore
README.md
app.js
db/create.sql
db/populate.sql
models/Challenge.js [new file with mode: 0644]
models/Game.js [new file with mode: 0644]
models/Problem.js [new file with mode: 0644]
models/User.js [new file with mode: 0644]
models/Variant.js [new file with mode: 0644]
public/javascripts/components/board.js
public/javascripts/components/game.js
public/javascripts/components/problems.js
public/javascripts/components/room.js
public/javascripts/components/rules.js
public/javascripts/playCompMove.js
public/javascripts/settings.js
public/javascripts/variant.js
routes/challenge.js [new file with mode: 0644]
routes/index.js
routes/messages.js
routes/playing.js [new file with mode: 0644]
routes/problems.js
routes/users.js [new file with mode: 0644]
routes/variant.js
utils/access.js [new file with mode: 0644]
utils/database.js [new file with mode: 0644]
utils/mailer.js.dist [new file with mode: 0644]
utils/sendEmail.js.dist [deleted file]
views/layout.pug
views/login_register.pug [new file with mode: 0644]
views/logout_update.pug [new file with mode: 0644]
views/variant.pug