Commit Graph

28 Commits (dependabot/npm_and_yarn/markdown-it-12.3.2)

Author SHA1 Message Date
dependabot[bot] 4c43b224ac
Bump markdown-it from 8.4.2 to 12.3.2
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 8.4.2 to 12.3.2.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/8.4.2...12.3.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot] ef7833984c
Bump lodash from 4.17.14 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot] ca0c55eb9e
Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot] 9e83607def
Bump fstream from 1.0.11 to 1.0.12
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)
6 years ago
Trivernis 6dc331c392 Bug Fixes and field toggle
- fixed overlay bugs
- added feedback to startRound button
- switched to socket.io for field toggle
- added compression and minify
6 years ago
Trivernis 38420bd0dd Changed to socket.io
- changed from graphql to socket.io for events and information
- removed refreshing graphql functions from frontend
6 years ago
Trivernis 462faddfc0
Merge branch 'develop' into dependency-updates 6 years ago
Trivernis 9d806a7935 Fixed username submission
- setting a username now gives better feedback
- old username appeares in input field on load
- fixed bug where users with expired bingo session but still existent session couldn't set a username
- fixed status indicator
6 years ago
Trivernis 7887580d10
Merge pull request #10 from Trivernis/renovate/fs-extra-8.x
Update dependency fs-extra to v8
6 years ago
Renovate Bot 84dbc0b4bb
Update dependency express to v4.17.0 6 years ago
Renovate Bot 7bfadab4d2
Update dependency fs-extra to v8 6 years ago
Renovate Bot 0c8e9d5d1c Pin dependencies 6 years ago
Trivernis 52bd2378fb Fixed issues
- fixed bingo button not shown on refresh
- fixed code style
- added eslint
6 years ago
Trivernis d89137924a Auto stash before merge of "develop" and "GitHub-whooshy/develop" 6 years ago
Trivernis efede7d925 Auto stash before merge of "develop" and "GitHub-whooshy/develop" 6 years ago
Trivernis 8dced31423
Merge branch 'dependency-updates' into develop 6 years ago
Renovate Bot 28aaff7962
Update dependency http-errors to v1.7.2 6 years ago
Trivernis 5605d11016
Merge pull request #6 from Trivernis/renovate/debug-4.x
Update dependency debug to v4
6 years ago
Renovate Bot 07dec6f943
Update dependency debug to v4 6 years ago
Renovate Bot 7496d1d112
Update dependency pug to v2.0.3 6 years ago
Trivernis fe3fdecae1 Bingo chat improvements
- added more markdown plugins
- fixed image size
- fixed bug where join message appeared after site refresh
6 years ago
Trivernis 2dff089ca0 Switched to postgres for session storage
- improved mobile layout (chat now visible)
- fixed bingo button not visible in mobile layout
- added postgres for session storage
- added sql directory for sql query files
6 years ago
Renovate Bot bd5d4d7e0e
Pin dependencies 6 years ago
Trivernis 96425d563a Improved backend security
- added max values for all bingo graphql endpoints
- added sqlite3 session-store with `connect-sqlite3`
6 years ago
Trivernis 20e1540175 Added Bingo Chat
- added a chat to the bingo game
6 years ago
Trivernis 1e96cbe68e Back- and frontend improvements
- added graphql backend
- added mobile support for frontend
- improved username form
- improved access to html-elements
- added toggle to bingo fields
6 years ago
Trivernis 229a6b6ee7 Added riddle
- added riddle webpage to download reddit images
6 years ago
Trivernis dbf0ff90be Initialized 6 years ago