Commit Graph

602 Commits

Author SHA1 Message Date
cp6
49b9f4e4ad Updated readme for version 2.1.4
Updated readme for version 2.1.4
2022-09-07 15:50:23 +10:00
cp6
9e824e0cb6 Added version v2022-08-20 to YABS parser
Added version v2022-08-20 to YABS parser
2022-09-07 15:50:01 +10:00
cp6
a8a87a2e0f Updated server show page
Updated server show page for a click reveal YABS command to automatically POST the result. e.g

curl -sL yabs.sh | bash -s -- -s "http://domain.com/api/yabs/tnSJLyhz/THEUSERAPIKEYISHERE"
2022-09-07 14:00:21 +10:00
cp6
13a37242d2 Updated yabs/ POST API request
Needs the server for the YABS and users api key in the URL
2022-09-07 13:58:38 +10:00
cp6
badb640bd9 Updated storeYabs API function
Updated storeYabs API function
Now used to insert YABS from the POST request

-s flag
2022-09-07 13:57:43 +10:00
cp6
c79f67916e Added YABS from JSON parsing
Added YABS from JSON parsing
2022-09-07 13:56:56 +10:00
cp6
f36d73c04d Merge branch 'Development' of https://github.com/cp6/my-idlers into Development 2022-08-30 23:37:21 +10:00
cp6
d1eb588b11 Updated pricing model insertPricing() func
Updated pricing model insertPricing() function
Move as_usd parameter into the function
Updated is_active check as it is an int anyway
2022-08-30 23:37:05 +10:00
cp6
8f8ae8edb5 Updated YABS processor
Removed === and replaced with str_contains for the line validators

As when posting with API the \r character post-pending each line don't exist
2022-08-10 00:37:40 +10:00
cp6
007890855b Added YABS to API
Get YABS from API
Add/create/post/store YABS
2022-08-10 00:34:03 +10:00
cp6
3b9ff1ab85 Possible fix for YABs migration dropping multiple columns error
Possible fix for YABs migration dropping multiple columns error
2022-07-25 10:38:06 +10:00
cp6
59b3138dfb Possible YABs foreign keys migrations error fix
Possible YABs foreign keys migrations error fix
2022-07-25 10:33:54 +10:00
cp6
20058cb9c9 Issue 56 & 57 fix?
Issue 56 & 57 fix?
2022-07-22 23:49:18 +10:00
corbpie
82f3b62761
Merge pull request #55 from cp6/Development
Development 2.1.3
2022-07-20 14:55:51 +10:00
cp6
01e2613d90 Updated readme
Updated readme
2022-07-20 14:48:19 +10:00
cp6
e6943b4640 Updated readme for 2.1.3
Updated readme for 2.1.3
2022-07-20 14:47:37 +10:00
cp6
3340d296f9 Updated ApiController to use new Class fetching (Relationships)
Updated ApiController to use new Class fetching (Relationships)
2022-07-20 14:37:37 +10:00
cp6
bb07f86deb Updated Labels class
Removed unused function
Added assigned() hasMany
2022-07-20 14:36:19 +10:00
cp6
c9108efd63 Updated SeedBoxes class to use relationships + cache
Updated SeedBoxes class to use relationships + cache
2022-07-20 14:35:37 +10:00
cp6
356bd368a4 Updated Misc class to use relationships + cache
Updated Misc class to use relationships + cache
2022-07-20 14:35:12 +10:00
cp6
3d87c645dc Updated style max container width
Updated style max container width from 1320px to 1420px
2022-07-20 13:12:46 +10:00
cp6
b1a135b41b Updated YABs show for new values
Updated YABs show for new values (uptime, distro, swap)
2022-07-20 13:08:52 +10:00
cp6
47bfcea4c8 Added more YABs value saving & YABs save txt setting
Added more YABs value saving (uptime, distro, kernel and swap memory)
Added setting for saving YABs output to txt yes/no
2022-07-20 12:51:45 +10:00
cp6
b9aed757ad Added YABs to Json output
Added YABs to Json output
Cleaned up old unused functions
2022-07-20 00:20:15 +10:00
cp6
e46b7b3c63 Added back & edit icon button components
Added back & edit icon button components
2022-07-20 00:19:43 +10:00
cp6
88636b88c7 Updated Domains model for relationships
Updated Domains model for relationships
Added caching
2022-07-20 00:19:05 +10:00
cp6
36194efbd8 Updated Shared for data index
Updated Shared for data index
2022-07-19 15:55:37 +10:00
cp6
eb31701076 Updated Reseller model to use relationships
Updated Reseller model to use relationships
Added caching for Reseller
2022-07-19 15:55:10 +10:00
corbpie
dbc54c44d1
Merge pull request #54 from cp6/Development
Development (2.1.2)
2022-07-19 15:27:16 +10:00
cp6
1553f4e3f9 Updated readme for 2.1.2
Updated readme for 2.1.2
2022-07-19 15:26:25 +10:00
cp6
cf386e8776 Updated Labels class to have table name
Updated Labels class to have table name
2022-07-19 15:21:35 +10:00
cp6
aaac697774 Updated Shared class to use relationships
Updated Shared class to use relationships
No more joins
Added cache for all shared and single shared
2022-07-19 15:21:13 +10:00
cp6
0491f84ed4 Updated Server model & Added LabelsAssigned model
Huge update for Server to use relationships (no more joins)
Created LabelsAssigned class for the labels relationship
Removed pricingForService() function
Removed now unused server cache forgets
2022-07-19 13:12:51 +10:00
cp6
38fe21bbef Fixed switch in getIpForDomain()
Fixed switch in getIpForDomain()
2022-07-18 14:51:25 +10:00
cp6
db9c82f9db Fixed server compare initial selection
Fixed server compare initial selection
Will now work without having to select (re-select) options
2022-07-18 14:44:16 +10:00
cp6
5a4d0bf13f Updated DiskSpeed &NetworkSpeed for YABs relationship
Updated DiskSpeed &NetworkSpeed for YABs relationship
2022-07-18 14:43:22 +10:00
cp6
50d4b8b3e2 Added YABs compare & implemented cache for YABs
Added YABs compare
Made YABs calls use relationship with disk and network table
Update YABs views to reflect access changes in data
Implemented cache for YABs
Added Server function serverYabsAmount() to count YABs for a server id
2022-07-18 14:27:11 +10:00
corbpie
dc45ffb403
Merge pull request #53 from Gamerboy59/patch-1
Update composer.lock for improved PHP8.1 support
2022-07-11 15:22:33 +10:00
Gamerboy59
e1d448403c
Update composer.lock 2022-07-10 21:09:08 +02:00
corbpie
a752e2ab60
Merge pull request #52 from imlonghao/fix/cache
refresh servers cache on due date changed and one other change
2022-07-05 00:01:19 +10:00
imlonghao
6014663a9f
model(home): refresh servers cache on due date changed 2022-07-03 11:23:11 +08:00
cp6
39ffe0712b Fixed spacing in domain listing
Fixed spacing in domain listing
2022-06-28 11:33:07 +10:00
corbpie
8f004cfc79
Merge pull request #51 from imlonghao/feat/currency-rate-api
feat(pricing): add currency api
2022-06-28 11:31:41 +10:00
imlonghao
209528da15
feat(pricing): add currency api 2022-06-27 22:04:30 +08:00
corbpie
a9b3f4eed6
Merge pull request #50 from imlonghao/fix-broken-link
view(index): fix the broken link to misc page
2022-06-27 10:38:56 +10:00
imlonghao
32d93b7137
view(index): fix the broken link to misc page 2022-06-27 00:39:22 +08:00
corbpie
7dd8ce0905
Merge pull request #49 from imlonghao/cpu/fillable
model(server): add cpu to fillable
2022-06-26 21:35:25 +10:00
imlonghao
9fd7d3d33b
model(server): add cpu to fillable 2022-06-26 15:47:18 +08:00
cp6
7daf609b91 Fixed changes onto previous migration for YABs F key
Fixed changes onto previous migration for YABs F key
2022-06-24 12:41:30 +10:00
corbpie
6e1f4bb4ea
Merge pull request #47 from imlonghao/no-ghz
yabs: change Ghz to Mhz
2022-06-24 11:29:56 +10:00