Commit Graph

24 Commits

Author SHA1 Message Date
foin137
7e065961bc fixed typo
typo
2020-04-25 15:46:53 +02:00
foin137
e7f9317548 Update README.md
Added info about ouptub_buffering and how to rename database
2020-04-25 15:46:19 +02:00
foin137
6158b1533a Handle "Too many requests" version
Changed version number
2020-04-25 00:18:27 +02:00
foin137
23108f9cad Merge pull request #9 from foin137/pagereload_error
Handle "Too many requests"
2020-04-25 00:16:36 +02:00
foin137
056b5b980a Handle "Too many requests"
Added code to handle a different response from the server like 429: Too many requests
2020-04-25 00:15:03 +02:00
foin137
e5c89ea33f Update version 2020-04-21 11:29:37 +02:00
foin137
53dba1de06 Merge pull request #8 from N3dal/master
Design Rework Part 1
2020-04-20 23:25:02 +02:00
N3dal
4ee80f4aa6 fix displaybreiten 1000px-1009px 2020-04-20 12:16:08 +02:00
N3dal
7b36720b7a minimale Größe des Gameboard gesetzt 2020-04-20 12:06:35 +02:00
N3dal
9e8d7745f7 Design Rework Part 1 2020-04-19 17:59:56 +02:00
foin137
c1913ae4b8 Merge pull request #6 from foin137/Urwolf
Added "Urwolf", fixed gamelog, display of votes, moved reload button
2020-04-10 17:58:49 +02:00
foin137
eef7b8fcd5 Added "Urwolf", fixed gamelog, display of votes, moved reload button
Added the character "Urwolf"
Fixed a bug when writing to game_log
Shows in the log who voted for whom
Moved reload button
2020-04-10 17:53:16 +02:00
foin137
7398cf8d79 Merge pull request #5 from foin137/sql-injection-fix
Prepare statements for sql queries, use (int) to avoid nonint inputs
2020-04-05 18:26:06 +02:00
foin137
ca7588ec86 Prepare statements for sql queries, use (int) to avoid nonint inputs
The goal of this edit is to prevent sql injection.
For string inputs like player name -> prepare sql statements.
For other inputs that are integers -> cast to int via (int)
2020-04-05 18:16:30 +02:00
foin137
873efe4cd9 Insert images
Insert images
2020-03-27 23:15:09 +01:00
foin137
98f0eba81c Merge pull request #3 from foin137/remove-default-text
Remove default text
2020-03-27 23:06:10 +01:00
foin137
65bfc7804c Changed Version
Changed Version number to 1.0.4
2020-03-27 23:04:39 +01:00
foin137
3e607546b6 Werwolf.php - removed default for text and longtext
Werwolf.php - removed default for text and longtext, error in sql
2020-03-27 23:03:40 +01:00
foin137
40e4507b41 Create logs.txt
Add a folder where the log files are stored
2020-03-27 22:53:37 +01:00
foin137
2f1be0f50e Merge pull request #1 from foin137/update-readme
Update readme
2020-03-27 22:16:51 +01:00
foin137
117c1c9a8c Fixed space
There was a space missing
2020-03-27 21:39:34 +01:00
foin137
68eca7b182 Changed Readme
Changed Readme
2020-03-27 21:38:26 +01:00
foin137
de1a653a5c Upload of the files
Added the already existing files to the repository
2020-03-27 19:57:00 +01:00
foin137
2f6b16e4f0 Initial commit 2020-03-27 19:33:05 +01:00