Commit Graph

582 Commits

Author SHA1 Message Date
cp6
c19d831da5 Created migration for YABS geekbench 6 values
Created migration for YABS geekbench 6 values
2023-09-20 22:21:49 +10:00
cp6
df15ea3141 Formatting 2023-09-19 22:48:30 +10:00
cp6
047260b953 Added tabs to home page for stats and avg cards 2023-09-19 22:47:24 +10:00
corbpie
d4b75b204f
Update README.md
Added TODO for Geekbench 6 scores
2023-09-15 16:24:50 +10:00
cp6
5e6c0a60ff Removed unused ExampleComponent.vue 2023-09-14 23:53:05 +10:00
cp6
cfbc1bf3ca Updated homepage tables to remove card with padding, made tables rounded 2023-09-14 23:50:07 +10:00
cp6
f44c69caed Fixed save_yabs_as_txt causing settings update to fail validation 2023-09-14 23:44:27 +10:00
cp6
b2595fc920 Fixed pricing breakdown cache not being refreshed 2023-09-14 23:38:46 +10:00
cp6
e48678130a Removed YABS GB5 table row from server show
Removed YABS GB5 table row from server show
Need to implement GB6
2023-09-12 22:22:52 +10:00
cp6
25d338bc24 Update README.md 2023-09-11 23:32:37 +10:00
cp6
aadfc481ac timestamps false for LabelsAssigned
timestamps false for LabelsAssigned
2023-09-11 23:32:07 +10:00
corbpie
266d67f986
Merge pull request #95 from Gamerboy59/main
Fix for accessing an object instead of an array
2023-09-10 02:01:12 +10:00
Gamerboy59
3f4c46edbc
Fix for accessing an object instead of an array 2023-09-09 16:13:13 +02:00
cp6
ec2947936b Fix for accessing an object instead of an array
Fix for accessing an object instead of an array
2023-09-09 23:14:07 +10:00
cp6
6bbbc232bd Removed un-needed imports in Controllers 2023-08-20 21:25:45 +10:00
cp6
f0178ac74f Removed un-needed imports 2023-08-20 21:25:22 +10:00
cp6
966ff38320 Unused cleanup 2023-08-19 23:59:51 +10:00
cp6
7fcbd53c84 Cleaned up unused file imports 2023-08-19 23:58:51 +10:00
cp6
b20e405906 Used Eloquent 2023-08-19 23:58:25 +10:00
cp6
b512caecc7 Updated to use Eloquent rather than DB::table() 2023-08-19 23:52:59 +10:00
cp6
ae9b23cba7 Added return types 2023-08-19 23:48:34 +10:00
cp6
3bef30d861 Removed un unused create() and store() from YabsController.php 2023-08-19 23:46:52 +10:00
cp6
507f128bf6 Added return types 2023-08-19 23:46:18 +10:00
cp6
455cf45c29 Cleaned up Server.php
Added Return types on relations
2023-08-18 19:35:53 +10:00
cp6
afe5c1e525 Cleaned up queries that had un-needed '=' 2023-08-18 19:33:26 +10:00
cp6
877592f614 Updated count 2023-08-18 19:31:21 +10:00
cp6
e100203331 Updated counts to use Eloquent 2023-08-18 19:28:53 +10:00
cp6
65f0474ebe Merge remote-tracking branch 'origin/main' into main 2023-08-18 19:26:14 +10:00
cp6
de66fb2852 Fixed spelling mistake in array key 2023-08-18 19:26:00 +10:00
corbpie
c448a27a04
Update README.md for 2.3.1
Update README.md for 2.3.1
2023-08-17 22:03:01 +10:00
corbpie
3b82fd6564
Update README.md for 2.3.1
Update README.md for 2.3.1
2023-08-17 22:02:41 +10:00
corbpie
171eb63b9a
Update Pricing.php
Updated allPricing() to only be for active services, changed its cache name so this will instantly populate and work
2023-08-15 19:04:56 +10:00
corbpie
0aeb38d516
Merge pull request #92 from Gamerboy59/main
Update resources and fix register/login page
2023-08-07 17:44:48 +10:00
Gamerboy59
349599288b
Fix resource links 2023-08-06 13:34:28 +02:00
Gamerboy59
02c15e9622
Fix resource links 2023-08-06 13:29:41 +02:00
Gamerboy59
fcb99b1e31 Update css/js resources 2023-08-06 11:09:08 +00:00
Gamerboy59
72f22be781
Update package.json 2023-08-06 12:36:16 +02:00
Gamerboy59
e82941ba35
Update composer.json 2023-08-06 12:29:41 +02:00
cp6
5dbc6a5be5 Updated readme for version 2.3 2023-03-31 11:57:38 +11:00
cp6
a683f0ea42 Updated Settings.php
getSettings() now uses Eloquent rather than DB
Gave getSettings() return type of Settings
2023-03-31 11:56:18 +11:00
cp6
f488e10c2f Updated array() usages to be [] 2023-03-31 11:38:21 +11:00
cp6
8a6748f1b0 Added ability to upload own favicon
Must be either .ico, .jpg or .png format and under 40KB
Upload is done in /settings
Also removed save YABS to text input in settings form
2023-03-31 11:31:19 +11:00
cp6
f619f34081 Merge remote-tracking branch 'origin/main' into main 2023-03-30 23:16:45 +11:00
cp6
4dbfe6f7bd Removed CSS and JS files as these are no longer needed with the use of webpack 2023-03-30 23:16:27 +11:00
corbpie
2708d37450
Updated readme for 2.2.1 2023-03-20 23:41:30 +11:00
cp6
c24056c511 Fix for issue 89
Locations, OS and Providers now Alpha-Sorted correctly
2023-03-20 10:37:28 +11:00
cp6
39b9033bf8 Updated readme for version 2.2 2023-02-19 13:12:59 +11:00
corbpie
6e9591719e
Merge pull request #85 from Gamerboy59/laravel-10
Laravel 10 update
2023-02-19 13:02:42 +11:00
Gamerboy59
7ed69cbbc2
Delete package-lock.json
No specific functionality of a version is used thus I see no point in having this file as maintance overhead. Everybody should install the latest subversion.
2023-02-14 18:58:24 +01:00
Gamerboy59
102f02b064
Update package.json
Maybe devDeps and deps should be re-sorted.
2023-02-14 18:54:06 +01:00