Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Lynchburg Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lynchburg
Lynchburg Server
Commits
c87abd560cc14b466fcd0f8fc82df9553b150c90
Select Git revision
Branches
1
master
default
protected
1 result
lynchburg-server
controllers
Author
Search by author
Any Author
authors
Nick Thomas Scherz
schern8r
Nils G.
nilsg
Patrick Gerk
gerkpaba
3 authors
May 11, 2020
Periodically close rooms if they havent received an update recently
· 78650954
Nils G.
authored
4 years ago
78650954
Added /room/close API
· 625952ee
Nils G.
authored
4 years ago
625952ee
May 09, 2020
changed file structure for render and add variable for css background in login
· ff6c96ee
Artur Kunz
authored
4 years ago
ff6c96ee
Submit have bootrstrap class
· 074041d7
Artur Kunz
authored
4 years ago
074041d7
May 06, 2020
Added selection as possible input element
· c5756f3b
Nils G.
authored
4 years ago
c5756f3b
Correctly check the definition for length field
· 3b2dfabd
Nils G.
authored
4 years ago
3b2dfabd
Add definition rule for input field maxlength. Enforce on Client and Server side
· 636f13bc
Nils G.
authored
4 years ago
636f13bc
Apr 27, 2020
Do not actually change role when done submitting, instead use 'hidden' flag
· 582e4799
Nils G.
authored
4 years ago
582e4799
Actually enable the player to submit content
· d9ebc757
Nils G.
authored
4 years ago
d9ebc757
Apr 24, 2020
Removed unused controller
· 8286fb7f
Nils G.
authored
4 years ago
8286fb7f
Moved renderer files to different folders
· c9bdde35
Nils G.
authored
4 years ago
c9bdde35
Apr 23, 2020
Added API for submitting inputs from WebClient
· 4dc3c523
Nils G.
authored
4 years ago
4dc3c523
Removed debug print
· b5d8ec4e
Nils G.
authored
4 years ago
b5d8ec4e
Apr 22, 2020
Split base64 encoding into parameter util
· 8f93aa94
Nils G.
authored
4 years ago
8f93aa94
Renamed submits to prompts
· 27fb1897
Nils G.
authored
4 years ago
27fb1897
Safe submits in /game/roles persistently in player table
· d8517aee
Nils G.
authored
4 years ago
d8517aee
Added /game/roles API
· 957c1e94
Nils G.
authored
4 years ago
957c1e94
Store roles definition as base64 in database. Decode in JS.
· 3d7efc7f
Nils G.
authored
4 years ago
3d7efc7f
Move websocket API into seperate python module
· abc3ec16
Nils G.
authored
4 years ago
abc3ec16
Add websockets to game to retrieve changes in the room without refresh or ajax
· 759a39fb
Nils G.
authored
4 years ago
759a39fb
Prevent joining a game which has already started
· 8fcd630a
Nils G.
authored
4 years ago
8fcd630a
Initial creation of API /game/start
· 6af73cca
Nils G.
authored
4 years ago
6af73cca
Apr 15, 2020
Add a few comments
· def71bd4
Nils G.
authored
4 years ago
def71bd4
Sanitize room code and user name server-side
· bcedf120
Nils G.
authored
4 years ago
bcedf120
Apr 14, 2020
Debug renderer
· bf7ca5a4
Nils G.
authored
4 years ago
bf7ca5a4
Convert input in login form to uppercase
· 93f73e17
Nils G.
authored
4 years ago
93f73e17
Added ability to set info text via controller
· f55602b2
Nils G.
authored
4 years ago
f55602b2
Load main content dynamically via AJAX requests. (Split default/index into multiple views)
· 1f1a3a01
Nils G.
authored
4 years ago
1f1a3a01
Apr 13, 2020
Save user id and user hash as cookie
· 1893efbd
Nils G.
authored
4 years ago
1893efbd
Respect player_max when creating new players
· 9dd12c77
Nils G.
authored
4 years ago
9dd12c77
Set cookie with user id and hash on room enter
· ad19eb88
Nils G.
authored
4 years ago
ad19eb88
Prvent user with the same user name to enter the same room
· bce61e2f
Nils G.
authored
4 years ago
bce61e2f
Added first WebClient page
· 1d3ed4d2
Nils G.
authored
4 years ago
1d3ed4d2
Apr 10, 2020
Add git meta to debug index
· 1fce0bc5
Nils G.
authored
4 years ago
1fce0bc5
Added closed flag to rooms and http status code response 410 GONE
· eda5874e
Nils G.
authored
4 years ago
eda5874e
Added Player table and read it in the /room/status API
· 4ddd55f1
Nils G.
authored
4 years ago
4ddd55f1
Minor fixes to debug window
· f5ac4e0e
Nils G.
authored
4 years ago
f5ac4e0e
Add API for /room/status
· 96c75d8a
Nils G.
authored
4 years ago
96c75d8a
Added Room db table and finalized /room/create
· 0da4b944
Nils G.
authored
4 years ago
0da4b944
Added in-browser protocol debug tool
· 5408a63a
Nils G.
authored
4 years ago
5408a63a
Loading