Commit Graph

88 Commits (master)
 

Author SHA1 Message Date
Trivernis 4cf747c54d
Merge pull request #61 from Trivernis/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.14 to 4.17.19
4 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
Trivernis cb6103d1c0
Merge pull request #39 from Trivernis/dependabot/npm_and_yarn/lodash-4.17.14
Bump lodash from 4.17.11 to 4.17.14
5 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
Trivernis 0fa8a737ac
Merge pull request #30 from Trivernis/dependabot/npm_and_yarn/fstream-1.0.12
Bump fstream from 1.0.11 to 1.0.12
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)
5 years ago
Trivernis 9904bb06ba
Merge pull request #24 from Trivernis/develop
Develop
5 years ago
Trivernis b723d2aa85 Release cleanup and fix
- added auto-scroll to message to edit
- fixed style issues
5 years ago
Trivernis db5650e329 Improvements and message editing
- added chat message editing
- added chat message deleting
- changing the username refreshes it in the chat
- fixed chat parsing issues
- fixed mobile lobby style (slightly)
- changed bingo create style to be more easy to understand
- added changelog to bingo create view
- redesigned winner display
5 years ago
Trivernis 5f0674b977 Chat parsing fix
- fixed link parsing of uncomplete links
5 years ago
Trivernis c02f7c145d Improved chat parsing
- added automatic url to link parsing
- added automatic image url to image parsing
5 years ago
Trivernis 65dfa26bf4
Merge pull request #23 from Trivernis/feature/WebSockets
Feature/web sockets
5 years ago
Trivernis 93d3c1d43e
Merge branch 'develop' into feature/WebSockets 5 years ago
Julius 87d527ee78 Bug Fixes
- fixed no return to lobby after round abort
5 years ago
Julius a919d14646 Bug Fixes
- Fixed #20 Socket reconnect doesn't load old messages
- error message on create ui load
5 years ago
Trivernis b1d832e914
Merge pull request #21 from Trivernis/develop
Develop
5 years ago
Julius c34fb78ecd Fixed changelog
- fixed 'fixed' headline size
5 years ago
Julius d2d8ab7dc4 Added release to changelog
- added version tag 0.1.1
5 years ago
Trivernis 30b71b1fd4 Fixed lobby expiration
- fixed a bug that the lobby expires because of the use of sockets
5 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
5 years ago
Trivernis 38420bd0dd Changed to socket.io
- changed from graphql to socket.io for events and information
- removed refreshing graphql functions from frontend
5 years ago
Trivernis 5c7bf97995 Cleanup
- removed refreshChat logging in browser
- fixed indentation
5 years ago
Trivernis fe401152a5 Bug fixes
- fixed #18 preloaded info messages can't be hidden
- fixed #19 no special character allowed in username
5 years ago
Trivernis 4e86293213
Merge pull request #14 from Trivernis/dependency-updates
Dependency updates
5 years ago
Trivernis 462faddfc0
Merge branch 'develop' into dependency-updates 5 years ago
Trivernis 1279d788ac
Merge pull request #16 from Trivernis/master
Resync of develop
5 years ago
Trivernis cd36facaba
Merge pull request #15 from Trivernis/develop
Develop
5 years ago
Trivernis 2e31a513d3 Release cleanup
- code cleanup and release declaration
5 years ago
Trivernis c91712d367 Serveral improvements and features
- added notifications on inactive window
- changed max grid size to 5
- shortened phrases that exceed 200 characters
- improved sql performance
- fixed join issues
5 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
5 years ago
Trivernis e35cfabc49 Cookie Dialog
- added a cookie dialog
- removed riddle (temporary)
- removed users (temporary)
5 years ago
Trivernis 7697a0e065 Update issue templates 5 years ago
Trivernis 7887580d10
Merge pull request #10 from Trivernis/renovate/fs-extra-8.x
Update dependency fs-extra to v8
5 years ago
Trivernis e1914efcd7
Merge pull request #13 from Trivernis/renovate/express-4.x
Update dependency express to v4.17.0
5 years ago
Trivernis a5af6cbb19 Bug Fixes
- setting words won't result in deleting all of them and resaving
- words can now only be set when no round is active
5 years ago
Julius 3e39a023b9 Changed toggle message
- changed heared/unheared to toggled/untoggled
5 years ago
Julius 44db9f844c more bingo commands
- added /username bingo command
5 years ago
Julius d0085a2bfd More commands
- fixed backend error responses
- added round abort command
5 years ago
Julius 31c91c54ad Frontend fixes
- added bingo help command
- added bingo ping command
5 years ago
Julius 73ff02be67 Style fixes
- fixed image and linebreaks in chat
- changed ids for messages and words to bigserial
5 years ago
Renovate Bot 84dbc0b4bb
Update dependency express to v4.17.0 5 years ago
Trivernis 6943719c7c Changes to style
- added backend limits
- added frontend limits
- added bingo statusbar
- improved bingo stylesheet
- added redirect on missing player
5 years ago
Trivernis d566505c3f Bingo lobby improvements
- bingo added kicking of player
- bingo added display of admin
- bingo added grid size input
5 years ago
Trivernis 1a552a0661 Minor style fixes
- fixed back to lobby button
- fixed chat background
5 years ago
Trivernis 9786167943 Working frontend
- tweaked backend
- frontend is working again
5 years ago
Trivernis 5c10862b19 Added bingo startpage (wip)
- added css for startpage (wip)
- added file for css animations
- added pug file for bingo starpage
5 years ago
Trivernis 9b31ac80e0 Broken frontend, working backend
- completed backend database migration
- added backend-functions and changed structure
- frontend broken at this moment
5 years ago
Trivernis 70fa701fda Started migration to database
- added table creation script for bingo
- added sql scripts for bingo
- added data management class for bingo
- added libs with utils and global variables
5 years ago
Renovate Bot 7bfadab4d2
Update dependency fs-extra to v8 5 years ago
Trivernis f026cd6cca Added Codefactor Badge 5 years ago