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
24ac1cb0a29b130473152eea37532a5af92b5d30
Select Git revision
0 results
lynchburg-server
controllers
player.py
Author
Search by author
Any Author
authors
Nick Thomas Scherz
schern8r
Nils G.
nilsg
Patrick Gerk
gerkpaba
3 authors
Jun 18, 2020
Replace ' with ’ (clientside) and only allow the latter (u+2019) to be stored
· 24ac1cb0
Nils G.
authored
4 years ago
24ac1cb0
Allow () and - in user submits
· 25628986
Nils G.
authored
4 years ago
25628986
Jun 13, 2020
Allow .,?! in submits
· 4cb67c76
Nils G.
authored
4 years ago
4cb67c76
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 23, 2020
Added API for submitting inputs from WebClient
· 4dc3c523
Nils G.
authored
4 years ago
4dc3c523
Apr 22, 2020
Prevent joining a game which has already started
· 8fcd630a
Nils G.
authored
4 years ago
8fcd630a
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
Convert input in login form to uppercase
· 93f73e17
Nils G.
authored
4 years ago
93f73e17
Apr 13, 2020
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
Loading