|
|
67d0fad391
|
app/Http/Controllers/Admin/BaseController.php: Format fixes.
|
2023-02-19 17:36:26 +01:00 |
|
|
|
862abe00a1
|
app/Game/GameBoard.php: in regenerate() generate 1 or 0 jackpot cards per board.
|
2023-02-19 17:12:26 +01:00 |
|
|
|
020645dbca
|
app/Models/Card.php: in getBySettings() implement support to include X number of jackpot cards in the result.
|
2023-02-19 17:11:46 +01:00 |
|
|
|
0a80dbeb5e
|
tests/Feature/Models/CardTest.php: Important that we create test cards with jackpot = 0.
|
2023-02-19 17:01:11 +01:00 |
|
|
|
5ea912137b
|
app/Models/Card.php: in getBySettings() move settings stuff to its own function settingsQuery()
|
2023-02-19 16:56:02 +01:00 |
|
|
|
7b513f5040
|
app/Http/Livewire/Game.php: Implement jackpot.
|
2023-02-19 16:19:17 +01:00 |
|
|
|
5881efeb75
|
app/Game/GameBoardState.php: Adding setAll()
|
2023-02-19 16:17:36 +01:00 |
|
|
|
11eb3ccdd2
|
Admin/Card: Adding jackpot field.
|
2023-02-19 15:42:03 +01:00 |
|
|
|
0ee6592b63
|
database/factories/CardFactory.php: Adding jackpot.
|
2023-02-19 15:41:37 +01:00 |
|
|
|
650263602d
|
database/factories/CardFactory.php: Format fix.
|
2023-02-19 15:41:22 +01:00 |
|
|
|
2125bad4c5
|
Adding database/migrations/2023_02_19_153640_add_jackpot_column_to_cards_table.php
|
2023-02-19 15:40:44 +01:00 |
|
|
|
d6b267ea90
|
app/Http/Livewire/Form/CardForm.php: add $classes property.
|
2023-02-19 15:36:11 +01:00 |
|
|
|
ed588c9790
|
database/seeders/ProductionSeeder.php: Remove call to WrathRaidSeeder and rename to AdminSeeder.php
|
2023-02-19 15:34:31 +01:00 |
|
|
|
37db852014
|
database/seeders/ProductionSeeder.php: Remove unused "use" statements.
|
2023-02-19 15:33:05 +01:00 |
|
|
|
86b9f3d2f0
|
Formatting fixes.
|
2023-02-19 13:56:09 +01:00 |
|
|
|
0437947c82
|
composer: update packages.
|
2023-02-19 13:01:50 +01:00 |
|
|
|
c2f3c7c4b1
|
resources/views/components/card.blade.php: color backface borders.
|
2023-01-31 09:52:42 +01:00 |
|
|
|
7009d7a349
|
resources/views/components/card.blade.php: center card text.
|
2023-01-31 08:52:01 +01:00 |
|
|
|
24886cef67
|
resources/views/game.blade.php: show card id as card number instead of loop index.
|
2023-01-31 08:06:49 +01:00 |
|
|
|
4cc0cacd0b
|
resources/views/layouts/app.blade.php: Use alpinejs 3.11.1
|
2023-01-31 08:05:08 +01:00 |
|
|
|
188d161947
|
composer: update pnx/laravel-ignite to 0.1.3
|
2023-01-31 08:04:49 +01:00 |
|
|
|
7988def2a6
|
npm: update packages.
|
2023-01-31 07:41:52 +01:00 |
|
|
|
0a4a6770ef
|
composer.json: Update name and description
|
2023-01-31 07:41:36 +01:00 |
|
|
|
51fb71e469
|
Formatting fixes and cleanup.
|
2023-01-31 07:36:35 +01:00 |
|
|
|
a1e14a3e60
|
app/Console/Kernel.php: Adding comment
|
2023-01-31 00:12:40 +01:00 |
|
|
|
b1866fed68
|
app/Console/Kernel.php: we can prune settings model twice per day instead of every 2 hours.
|
2023-01-31 00:12:40 +01:00 |
|
|
|
df142f5fe9
|
routes/console.php: minor style fix
|
2023-01-31 00:12:40 +01:00 |
|
|
|
62807496d5
|
routes/console.php: for card:list hide subject_type computed attribute.
|
2023-01-31 00:12:40 +01:00 |
|
|
|
17e091727f
|
resources/views/layouts/admin.blade.php: Add account link to menu
|
2023-01-31 00:12:40 +01:00 |
|
|
|
8c78edfb2b
|
routes/web.php: adding /admin/account route
|
2023-01-31 00:12:39 +01:00 |
|
|
|
a58a838435
|
routes/web.php: name /admin route.
|
2023-01-31 00:12:39 +01:00 |
|
|
|
291d6bd128
|
livewire: adding Account form
|
2023-01-31 00:12:39 +01:00 |
|
|
|
6dfa61348e
|
app/Models/Wow.php: Add dk's
|
2023-01-31 00:12:39 +01:00 |
|
|
|
ef7714019e
|
Adding database/migrations/2023_01_30_224521_add_death_knight_to_card_classes.php
|
2023-01-31 00:12:39 +01:00 |
|
|
|
5fd70f3793
|
Adding config/trustedproxy.php
|
2023-01-29 19:32:43 +01:00 |
|
|
|
4dd7ed6726
|
Remove app/Http/Middleware/TrustProxies.php as we don't need to subclass it.
|
2023-01-29 19:32:19 +01:00 |
|
|
|
931996004e
|
Adding database/seeders/ProductionSeeder.php
|
2023-01-29 18:13:46 +01:00 |
|
|
|
5867ab3f1a
|
database/factories/CardFactory.php: in random_raid() use existing raids.
|
2023-01-29 17:19:59 +01:00 |
|
|
|
26c5f96318
|
database/factories/CardFactory.php: use App\Models\Wow::$classes to get the classes array.
|
2023-01-29 17:19:08 +01:00 |
|
|
|
8811ffc670
|
database/seeders: Spit RaidSeeder into TBCRaidSeeder and WrathRaidSeeder
|
2023-01-29 17:18:22 +01:00 |
|
|
|
d6e4abd62c
|
database/seeders/RaidSeeder.php: Add Wrath raids.
|
2023-01-29 17:09:34 +01:00 |
|
|
|
0114e8d3d3
|
database/seeders: Comment fix.
|
2023-01-29 17:09:14 +01:00 |
|
|
|
6926c4b3e0
|
database/seeders/RaidSeeder.php: Enable seeding of raids.
|
2023-01-29 17:06:32 +01:00 |
|
|
|
e9b57ce1a4
|
gitignore: ignore public/mix-manifest.json
|
2023-01-29 14:51:19 +01:00 |
|
|
|
4ed78e41f3
|
composer: update packages.
|
2023-01-29 14:49:05 +01:00 |
|
|
|
a95e68e872
|
routes/console.php: Adding admin commands
|
2023-01-29 14:47:35 +01:00 |
|
|
|
f759542f68
|
resources/views/components/card.blade.php: add "h-full" class to backface image so it stays inside the card.
|
2023-01-29 14:07:25 +01:00 |
|
|
|
b221067dad
|
config/app.php: Make locale configurable as env variable.
|
2023-01-29 14:01:00 +01:00 |
|
|
|
9286aca3d4
|
config/session.php: default to bingo instead of laravel as APP_NAME env variable.
|
2023-01-29 14:00:18 +01:00 |
|
|
|
8a99ba772d
|
config/*: Remove "Heritage" from default env variables.
|
2023-01-29 13:59:51 +01:00 |
|