107 Commits (90109fabc67e487e60e39f090d3cfce90af9564a)
 

Author SHA1 Message Date
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
Burathar 15c27bbfdc Replace relation between user and notification_player with game_player and notification_player 4 years ago
Burathar 6ae6cb2755 Add id to Game_Player 4 years ago
Burathar 7e4f2b67dc Rename Player table to User, split models into separate files 4 years ago
Burathar dd2fe9a207 Update database documentation to 1.4, see issue #22 4 years ago
Burathar 688b0432f3 reset migrations 4 years ago
Burathar 0a9e3d4539 add method to the_hunt.py to create testing objects in database 4 years ago
Burathar 4a6f6bcb0a fix kadaster copyright, work on issue #15 4 years ago
Burathar 3ac8ea660a add pylint ignore comment 4 years ago
Burathar 9acedfc2f5 fix renamed method role_in_game 4 years ago
Burathar be04fb68f8 fix redirects 4 years ago
Burathar 75d82025e0 Split game_dashboard into separate files per player type 4 years ago
Burathar a0474524a3 Move relevant tests to test_models.py 4 years ago
Burathar 8aea63ab90 Move owned_by methods to models file 4 years ago