Commit Graph

633 Commits

Author SHA1 Message Date
Alec
1ce1daebc4 Merge pull request #127 from AlecM33/dependabot/npm_and_yarn/engine.io-and-socket.io-6.2.1
Bump engine.io and socket.io
2022-12-07 13:05:30 -05:00
Alec
fa9bb83570 Merge pull request #128 from AlecM33/dependabot/npm_and_yarn/qs-and-body-parser-and-express-6.11.0
Bump qs, body-parser and express
2022-12-07 13:05:19 -05:00
AlecM33
07d452b2d2 confirmation module, tutorial updates 2022-12-07 13:04:32 -05:00
dependabot[bot]
c0c4833348 Bump qs, body-parser and express
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `qs` from 6.9.6 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.9.6...v6.11.0)

Updates `body-parser` from 1.19.1 to 1.20.1
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.19.1...1.20.1)

Updates `express` from 4.17.2 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.2...4.18.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: body-parser
  dependency-type: direct:production
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 01:21:42 +00:00
dependabot[bot]
f8732b79e7 Bump engine.io and socket.io
Bumps [engine.io](https://github.com/socketio/engine.io) to 6.2.1 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together.


Updates `engine.io` from 6.1.2 to 6.2.1
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/6.1.2...6.2.1)

Updates `socket.io` from 4.4.0 to 4.5.3
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/4.4.0...4.5.3)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
- dependency-name: socket.io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-22 03:15:35 +00:00
dependabot[bot]
697efabc4d Bump loader-utils from 1.4.0 to 1.4.2
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 10:28:05 +00:00
Alec
07e5202134 Merge pull request #125 from AlecM33/bugfix
correctly 404 invalid games
2022-11-06 17:26:23 -05:00
AlecM33
9c6dfaaca5 correctly 404 invalid games 2022-11-06 17:09:46 -05:00
AlecM33
235db69a79 fix run commands to work if no build has occured yet 2022-11-01 19:18:06 -04:00
Alec
872c14ed09 Update README.md 2022-09-04 17:34:28 -04:00
Alec
a2c5e2eea0 Merge pull request #124 from AlecM33/game-page-e2e-tests
end to end tests for the game page
2022-09-02 16:31:45 -04:00
AlecM33
a1fc9ef646 fix state leak between specs 2022-09-02 16:27:57 -04:00
AlecM33
b05afb85ae end to end tests for the game page 2022-09-02 15:53:15 -04:00
AlecM33
a891251ac7 fix pruneStaleGames function 2022-07-23 22:10:13 -04:00
AlecM33
619d365ef1 lint 2022-07-22 20:59:25 -04:00
AlecM33
2c240677b6 temporarily remove stale games function 2022-07-22 20:57:16 -04:00
AlecM33
85c0d6c780 remove admin api operation 2022-07-21 22:04:14 -04:00
Alec
33ad6ffe90 Update README.md 2022-07-21 22:02:27 -04:00
Alec
32bc428e20 Update README.md 2022-07-21 21:54:54 -04:00
Alec
52e412cbaf Merge pull request #122 from AlecM33/change-active-games-property
change active games to map
2022-07-21 21:51:13 -04:00
AlecM33
5cf6159d5b fix admin endpoint 2022-07-21 21:48:38 -04:00
AlecM33
6b9c2309c3 change active games to map 2022-07-21 21:33:42 -04:00
Alec
d0cbcec702 Create codeql-analysis.yml 2022-07-20 22:38:16 -04:00
Alec
1a8a32f8da Merge pull request #121 from AlecM33/dependabot/npm_and_yarn/terser-5.14.2
Bump terser from 5.10.0 to 5.14.2
2022-07-20 22:37:24 -04:00
dependabot[bot]
3920712eaa Bump terser from 5.10.0 to 5.14.2
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 16:02:36 +00:00
Alec
3464060ded Update README.md 2022-07-19 22:19:27 -04:00
Alec
0caac00619 Update README.md 2022-07-18 10:47:43 -04:00
Alec
5a6b789e6e Update README.md 2022-07-17 14:44:42 -04:00
Alec
191514a144 Update CONTRIBUTING.md 2022-07-17 13:47:17 -04:00
Alec
548e99da51 Create CONTRIBUTING.md 2022-07-17 13:46:12 -04:00
Alec
2e309d9db8 Update README.md 2022-07-17 13:37:53 -04:00
Alec
1ac9d6ffcc Update README.md 2022-07-17 13:02:10 -04:00
AlecM33
5d48221600 update readme 2022-07-17 13:01:49 -04:00
AlecM33
4b413f2848 update screenshot 2022-07-17 13:01:38 -04:00
Alec
97bdeed70a Merge pull request #119 from AlecM33/game-page-styling
Refactor entrypoint, refactor logic for socket event listeners
2022-07-17 12:56:50 -04:00
AlecM33
b644fe0960 more refactoring 2022-07-17 12:45:38 -04:00
AlecM33
130718d1c5 refactor 2022-07-16 22:40:49 -04:00
Alec
eed62eccc0 Merge pull request #118 from AlecM33/game-page-styling
display start game button all the time, change kill/reveal buttons
2022-07-08 19:53:38 -04:00
AlecM33
7a66d8d51f display start game button all the time, change kill/reveal buttons 2022-07-08 19:52:20 -04:00
AlecM33
4f75efd447 tweak restart button styling 2022-07-05 22:54:44 -04:00
AlecM33
1f30e649c9 Merge branch 'master' of https://github.com/AlecM33/Werewolf 2022-07-05 22:24:27 -04:00
AlecM33
b98a334125 change button wording 2022-07-05 22:24:22 -04:00
Alec
5752d8bf74 Update README.md 2022-07-05 22:22:06 -04:00
AlecM33
09d146f970 remove extraneous call 2022-07-05 21:56:41 -04:00
AlecM33
be977e8823 fix comment 2022-07-05 20:05:09 -04:00
Alec
1cac9e1f7f Merge pull request #117 from AlecM33/admin-api
Admin API
2022-07-05 19:35:36 -04:00
AlecM33
072c49c47a add brightness affect to active card element 2022-07-05 19:28:56 -04:00
AlecM33
8e455f258a remove socket listener 2022-07-05 19:18:16 -04:00
AlecM33
de3a2b64cb middleware for content-type validation, refactoring 2022-07-05 19:17:36 -04:00
AlecM33
4c94fb98df merge master 2022-07-05 18:48:22 -04:00