Commit Graph

35 Commits (046707e6cab6c1adff8e5ebdf3ffdcefb30355e9)

Author SHA1 Message Date
Trivernis b723d2aa85 Release cleanup and fix
- added auto-scroll to message to edit
- fixed style issues
6 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
6 years ago
Trivernis c02f7c145d Improved chat parsing
- added automatic url to link parsing
- added automatic image url to image parsing
6 years ago
Julius 87d527ee78 Bug Fixes
- fixed no return to lobby after round abort
6 years ago
Julius a919d14646 Bug Fixes
- Fixed #20 Socket reconnect doesn't load old messages
- error message on create ui load
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 5c7bf97995 Cleanup
- removed refreshChat logging in browser
- fixed indentation
6 years ago
Trivernis fe401152a5 Bug fixes
- fixed #18 preloaded info messages can't be hidden
- fixed #19 no special character allowed in username
6 years ago
Trivernis 2e31a513d3 Release cleanup
- code cleanup and release declaration
6 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
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 e35cfabc49 Cookie Dialog
- added a cookie dialog
- removed riddle (temporary)
- removed users (temporary)
6 years ago
Julius 44db9f844c more bingo commands
- added /username bingo command
6 years ago
Julius d0085a2bfd More commands
- fixed backend error responses
- added round abort command
6 years ago
Julius 31c91c54ad Frontend fixes
- added bingo help command
- added bingo ping command
6 years ago
Julius 73ff02be67 Style fixes
- fixed image and linebreaks in chat
- changed ids for messages and words to bigserial
6 years ago
Trivernis 6943719c7c Changes to style
- added backend limits
- added frontend limits
- added bingo statusbar
- improved bingo stylesheet
- added redirect on missing player
6 years ago
Trivernis d566505c3f Bingo lobby improvements
- bingo added kicking of player
- bingo added display of admin
- bingo added grid size input
6 years ago
Trivernis 1a552a0661 Minor style fixes
- fixed back to lobby button
- fixed chat background
6 years ago
Trivernis 9786167943 Working frontend
- tweaked backend
- frontend is working again
6 years ago
Trivernis 5c10862b19 Added bingo startpage (wip)
- added css for startpage (wip)
- added file for css animations
- added pug file for bingo starpage
6 years ago
Trivernis 52bd2378fb Fixed issues
- fixed bingo button not shown on refresh
- fixed code style
- added eslint
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
Trivernis fc0e6c23c1 Fixed style
- removed chat and players from mobile version
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 4d87c70b69 Redesign and Rematch
- added the option to leave or play again after a match
- added error messages
- redesigned with css-grids
6 years ago
Trivernis 68faea7d86 Hotfix: Missing game urlparam in front-end
- added default return value if the game param is not set to getGameParam on bingo
6 years ago
Trivernis 02fd2665f2 Implemented graphql in front and backend
- implementation of graphql api-point for bingo
- added player view
- added player view toggle button
-  added submit on enter
- improved mobile layout
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
Julius 5cde198890 Added bingo
- added bingo front and backend script
- added sessions
- added configuration files (default-config.yaml is needed, config.yaml for custom configuration)
6 years ago
Trivernis 229a6b6ee7 Added riddle
- added riddle webpage to download reddit images
6 years ago
Trivernis dbf0ff90be Initialized 6 years ago