|
|
ca15001360
|
Update README.md
|
2026-04-19 06:47:16 +02:00 |
|
|
|
642aef33bd
|
Add default logo and make it configureable via env variable
|
2026-02-25 14:31:21 +01:00 |
|
|
|
f561332507
|
Install sail
|
2026-02-25 14:30:53 +01:00 |
|
|
|
83963cce66
|
resources/views/game.blade.php: pass $item->jackpot correctly.
|
2023-03-15 20:31:52 +01:00 |
|
|
|
5870c2bdc8
|
database/seeders/DatabaseSeeder.php: Seed with one admin :)
|
2023-03-12 18:43:48 +01:00 |
|
|
|
6fdcf6aad9
|
app/Models/Card.php: Add cast to jackpot field.
|
2023-03-12 18:43:24 +01:00 |
|
|
|
b7ba158675
|
app/Models/Card.php: Add default value for jackpot field.
|
2023-03-12 18:36:38 +01:00 |
|
|
|
6d459e5a88
|
public/index.php: Style fix.
|
2023-03-12 18:36:11 +01:00 |
|
|
|
592dde82c1
|
tests/Feature/Game/GameBoardTest.php: remove unused variable.
|
2023-03-12 18:34:28 +01:00 |
|
|
|
2a7d302e9d
|
tests/Feature/Models/CardTest.php: Remove unused "use" :D
|
2023-03-12 18:34:06 +01:00 |
|
|
|
fdff8244af
|
composer: update packages.
|
2023-03-02 16:00:59 +01:00 |
|
|
|
6ac01418f3
|
app/Http/Livewire/Form/AccountForm.php: Change "password" validator rule to "current_password"
|
2023-03-02 15:51:23 +01:00 |
|
|
|
083f0a0c8f
|
app/Http/Livewire/Form/AccountForm.php: define $record property
|
2023-03-02 15:47:35 +01:00 |
|
|
|
c2816cb1df
|
Upgrade to Laravel 10
|
2023-02-27 20:50:25 +01:00 |
|
|
|
e75533a181
|
Upgrade to Laravel 9
|
2023-02-27 19:07:25 +01:00 |
|
|
|
1d76fdafd4
|
app/Http/Livewire/Datatable.php: Set pagination theme to tailwind.
|
2023-02-19 17:40:36 +01:00 |
|
|
|
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 |
|