|
|
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 |
|
|
|
385e588699
|
Adding resources/logos/insert-coin.png
|
2023-01-29 13:59:05 +01:00 |
|
|
|
3e15982456
|
Adding app/Console/Commands/InstallLogo.php
|
2023-01-29 13:58:50 +01:00 |
|
|
|
1994f30f9e
|
config/filesystems.php: Add resources disk
|
2023-01-29 13:58:14 +01:00 |
|
|
|
c7ebc101c7
|
Adding resources/.gitignore that ignores images/logo.png
|
2023-01-29 13:57:54 +01:00 |
|
|
|
8296665ef8
|
rename resources/images/logo.png to resources/logos/heritage.png
|
2023-01-29 13:57:16 +01:00 |
|
|
|
325a78950c
|
npm: Update package versions
|
2023-01-29 13:25:59 +01:00 |
|
|
|
707177933d
|
composer.json: minor fixups.
|
2022-03-13 21:25:31 +01:00 |
|
|
|
38262d3470
|
resources/lang/se.json: Alot of translations.
|
2022-01-24 23:14:42 +01:00 |
|
|
|
751e947956
|
resources/views/livewire/datatable.blade.php: show different text and button type depending on if trashed is set or not.
|
2022-01-24 23:14:42 +01:00 |
|
|
|
bf76ecebbd
|
app/Http/Livewire/Datatable.php: Documentation
|
2022-01-24 23:14:42 +01:00 |
|
|
|
89755f975f
|
app/Http/Livewire/Datatable.php: Reorder methods.
|
2022-01-24 23:14:42 +01:00 |
|
|
|
b012f2b6bc
|
app/Http/Livewire/Datatable.php: change setTrashedColumns() into setTrashed().
|
2022-01-24 23:14:42 +01:00 |
|
|
|
0d05f3adbe
|
app/Http/Livewire/Datatable.php: remove getRouteKeyProperty()
|
2022-01-24 23:14:42 +01:00 |
|
|
|
9879181779
|
app/Http/Livewire/Datatable.php: Use getModelName() to make the alert messages abit more non-generic.
|
2022-01-24 23:14:42 +01:00 |
|
|
|
e596502650
|
app/Http/Livewire/Datatable.php: add getModelName()
|
2022-01-24 23:14:42 +01:00 |
|
|
|
0c493c2978
|
app/Http/Controllers/Admin/*Controller.php: refactoring so that all controllers share similar code by inheriting from BaseController and set $_datatable property.
|
2022-01-24 23:14:42 +01:00 |
|
|
|
6482020dfd
|
Adding resources/views/admin/index.blade.php
|
2022-01-24 22:29:33 +01:00 |
|
|
|
fd430b88b3
|
Adding app/Http/Controllers/Admin/BaseController.php
|
2022-01-24 22:29:14 +01:00 |
|
|
|
d3b6dd29dc
|
resources/views/livewire/datatable.blade.php: include $restore_enable and $trashed in condition if we should show an Action column or not.
|
2022-01-24 22:18:37 +01:00 |
|
|
|
ba50900e3c
|
app/Http/Controllers/Admin/*: Remove delete/restore actions
|
2022-01-24 22:13:05 +01:00 |
|
|
|
37bff9669a
|
routes/web.php: for admin, remove delete and restore routes.
|
2022-01-24 22:12:34 +01:00 |
|
|
|
fcb8900a5b
|
resources/views/admin/*/index.blade.php: change route_delete and route_restore to delete_enable and restore_enable in arguments to datatable.
|
2022-01-24 22:11:05 +01:00 |
|
|
|
170a53e473
|
Livewire Datatable: adding delete/restore functionality as livewire actions instead of regular controller actions.
|
2022-01-24 22:09:46 +01:00 |
|
|
|
7c49bb8cf7
|
resources/views/admin/*/index.blade.php: add "route_restore" to datatable call.
|
2022-01-23 12:54:02 +01:00 |
|