120 Commits (db31f8e842c5311da404e405dace421b8872a0d4)
 

Author SHA1 Message Date
Burathar db31f8e842 Add confirmation before deleting game 4 years ago
Burathar 326fa3e926 Add Delete Game Button 4 years ago
Burathar 27dbedeae8 fix error in last_locaion 4 years ago
Burathar bfe6d3d6ea set maxZoom to 18, because current tiles don't support zoomlvl 19 4 years ago
Burathar 00a6b9ded3 fix changePasswordForm 4 years ago
Burathar 1502d74973 add new files for set and change password 4 years ago
Burathar d22d07f935 implement set and change password 4 years ago
Burathar 76399f9750 dont ask for location on index page 4 years ago
Burathar 886a67e27c make it possible to get login qr code after first login, as long as password is not set. 4 years ago
Burathar d3beaec1a5 warn user when location permission is denied 4 years ago
Burathar d812afb59c Merge branch 'master' of git.sciuro.org:Burathar/The-Hunt 4 years ago
Burathar 4b03e1f7b7 console log geolocation errors 4 years ago
Rogier Neeleman 3bd6bda6e1 Update pages for mobile use 4 years ago
Rogier Neeleman 90109fabc6 Make the login pages a mobile aware page. 4 years ago
Rogier Neeleman eedc985a2e Put username and gamename in the navbar. Remove it on a mobile device. 4 years ago
Burathar 81bd506e1c fix change player role, dynamicly load addplayer roles 4 years ago
Burathar 5d58700661 implement player location update 4 years ago
Burathar 79f9d503bb insert player_base.html between base.html and player templates 4 years ago
Burathar 2bc24a47c2 implement photoreview 4 years ago
Burathar 599bd52047 update database to 1.4.3 4 years ago
Burathar 8ddc6d5d81 update documentation to database 1.4.3 4 years ago
Burathar 433820c6c8 update requirements.txt 4 years ago
Burathar 4161ae5d40 implement find objective 4 years ago
Burathar 021fee02ee remove unused import 4 years ago
Burathar 554b8d4ec5 do lost of things and work on bunny dashboard 4 years ago
Burathar 50961ff708 fix bunny_dashboard.html table 4 years ago
Burathar b290c8b55f clarify owned_by docstring 4 years ago
Burathar 2e5f1a2c2f move qr helpers to utils.py, implement user hash login 4 years ago
Burathar e09e73d340 fix player.last_location() 4 years ago
Burathar 713d4ddee3 implement hunter dashboard, inc catch bunny 4 years ago
Burathar bc71ae42a6 work on issue #15, app is not in functioning state 4 years ago
Burathar bdc61af997 fix Times Caught column 4 years ago
Burathar 8776302c2a filter None results from game.last_locations() 4 years ago
Burathar 7540cbf9db replace game.game_players with game.players 4 years ago
Burathar 5624f737bf fix users association 4 years ago
Burathar 70171fefa1 Add catch_bunny 4 years ago
Burathar 9b30c334b1 Replace game.game_player with game.player 4 years ago
Burathar 7ff8023442 Replace DataRequired with InputRequired, add CatchBunnyForm 4 years ago
Burathar f387cd5b9b rename game_players to players, add bunnies method 4 years ago
Burathar 88eb7194d7 Add location methods to game_player 4 years ago
Burathar 70942e82d8 update player table calculated values 4 years ago
Burathar 6c9e363dfc finally get player_catch_player to work... rip my life 4 years ago
Burathar 703af9b4e3 Resolve issue #17 and implement deletegame 4 years ago
Burathar ea4d5189cd resolve issue #20 4 years ago
Burathar b57d91d37c remove players section from game_bunny_dashboard 4 years ago
Burathar cecb664149 hide hash field if empty on objective.html 4 years ago
Burathar 182eebbc35 fix issues that arise from updating to database model 1.4 4 years ago
Burathar bbb5504dad make model modules itself import each other with relative imports 4 years ago
Burathar db33cf8f20 Replace relation between user and player_caught_player with game_player and player_caught_player 4 years ago
Burathar fea0d1dc2f Replace relation between user and player_found_objective with game_player and player_found_objective 4 years ago