93 Commits (2e5f1a2c2fe541252151af39f61511d2ccc4e3a8)
 

Author SHA1 Message Date
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
Burathar d8948e5fe5 update requirements.txt 4 years ago
Burathar a7793b340c change import order 4 years ago
Burathar 40fd77592d add blueprint methods 4 years ago
Burathar 58b354a240 Split up application structure, implement route owner tests, fix route owner methods 4 years ago
Burathar ae5bf35d70 Redefine app as factory function 4 years ago
Burathar 87509003f6 add tests init file 4 years ago
Burathar ed91907656 add test_routes.py 4 years ago
Burathar 858e440faa fix player qr_code 4 years ago
Burathar 024e053c77 fix some code style errors 4 years ago
Burathar 595a0f385e work on player page and qrcode 4 years ago
Burathar e0adfc2b14 add player view for gameowner 4 years ago
Burathar 6b0a83c191 remove linebreak 4 years ago
Burathar d93cfa3570 shut up, pylint 4 years ago
Burathar 98bc78e9a6 Add delete player button 4 years ago