cp6
5fafca6dd4
Added AUTH file
...
If you have 0 accounts this file will allow you to create one. Navigate to it if you have > 0 accounts then it will delete itself.
2021-03-17 11:32:59 +11:00
cp6
50b30ba0cb
Added auth class
...
Added auth class for user account
2021-03-17 11:31:43 +11:00
cp6
6e93fe9582
Added display ASN in modal
...
Displays the ASN if no null and a link to more ripe.net data
2021-02-07 01:08:34 +11:00
cp6
374fb846e5
Added get ASN feature
...
Get the ASN name and number for the servers ip adress. This is able to be turned off with the CONST GET_ASN_INFO.
Thanks to ripe.net for this service
2021-02-07 00:58:41 +11:00
cp6
c927d166a4
Update calls.php
2021-02-07 00:23:52 +11:00
cp6
da2daf2120
Updated readme screenshots
...
Updated readme screenshots
2021-02-03 11:43:12 +11:00
cp6
0d9416f481
Added check for PHP version
...
Page stops loading and alert is shown if version less than 7.4
2021-02-03 00:29:26 +11:00
cp6
389a082fbc
Added comapre servers section
...
Ability to compare metrics between two servers
2021-02-02 15:53:27 +11:00
cp6
ee8a193c18
Added delete saved YABs files when deleting server
...
Delete saved YABs files when deleting server
2021-02-01 14:46:37 +11:00
cp6
e6fa1dc0ea
Added save YABs to file constant
...
Added save YABs to file constant which was previously a function param
2021-02-01 14:31:12 +11:00
cp6
bdf013ce05
Fixed attach domain too error when null
...
Fixed attach domain too error when null and vieing more info modal
2021-02-01 14:12:49 +11:00
cp6
9ef12f08b1
Added YABs insert error handling & messages
...
Makes possiblility of corrupt DB data less and wont go through with insert if conditions arent met.
2021-02-01 14:06:57 +11:00
cp6
c00e8d7671
Updated readme for 1.3
...
Updated readme for 1.3
2021-01-31 12:46:46 +11:00
cp6
41fe156359
Updated server modal edit formating
...
Updated server modal edit formating for medium/large screens
2021-01-31 12:36:45 +11:00
cp6
1549d0694c
Updated view more modal formating
...
Updated view more modal to be more wider (less longer) on medium/large screens
2021-01-31 12:00:50 +11:00
cp6
ffe56a3576
Updated search to include tags and labels
...
Updated search to include tags and labels
2021-01-31 00:31:11 +11:00
cp6
92178d1818
Added label column
...
Added label column
2021-01-31 00:27:35 +11:00
cp6
44975099ad
Added label input/field for servers
...
Added label input/field for servers
2021-01-31 00:24:32 +11:00
cp6
cb7f87edc5
Update SQL 1.2 to 1.3
...
Update SQL 1.2 to 1.3
2021-01-31 00:24:07 +11:00
cp6
cf353906e7
Added attach domain to server or shared hosting
...
Added attach domain to server or shared hosting
2021-01-31 00:03:38 +11:00
cp6
00039c4d08
Fixed active status switching for object view type
...
Fixed active status switching for object view type
2021-01-30 11:23:18 +11:00
cp6
c882d47026
Added a constant to set view as Cards or Table
...
Added a constant to set view as Cards or Table.
"CARDS", "TABLE" this means on page load that default view will be showing.
2021-01-30 11:19:05 +11:00
cp6
3de0b0956c
Fixed domain and shared hosting deletion
...
Fixed domain and shared hosting deletion
2021-01-30 10:10:27 +11:00
cp6
69d6922ff3
Added KB/s to MB/s conversion
2021-01-30 10:04:13 +11:00
cp6
e876d93005
Fixed DNS API GET requests
...
Fixed DNS API GET requests
2021-01-30 01:32:07 +11:00
cp6
b5ea9d2506
Fixed wrong url for DNS & up/down calls
...
Fixed wrong url for DNS & up/down calls
2021-01-29 11:58:35 +11:00
cp6
0496f4e8a8
Updated readme for version 1.2
...
Updated readme for version 1.2
2021-01-29 11:42:44 +11:00
cp6
c67ae671e4
Updated database to reflect changes made
...
my_ilders.sql reflects updater.sql
2021-01-29 11:38:52 +11:00
cp6
910ff94b14
Updated server bandwidth column to float type
...
Updated server bandwidth column to float type
2021-01-29 11:20:47 +11:00
cp6
c74609c406
Added objects table view format
...
Can now view servers, shared hosting and domains as a table with the icon switcher.
2021-01-29 11:20:24 +11:00
cp6
c5656bb681
Updated order by table. Bandwidth to be 0.5 step
...
Update formating for order by table
Bandwidth can now be as low as 0.5 when adding a server
2021-01-28 11:10:31 +11:00
cp6
c3ec60727b
Removed unused buttons
...
I didnt realize these were here still. Not used therefore they are gone.
2021-01-27 14:34:41 +11:00
cp6
703e9134bd
Updated button styling
...
Border radius, Border color and btn-third hover color
2021-01-27 14:32:04 +11:00
cp6
c5af0d72e4
Fixed on no domains errors thrown in info card
...
Fixed on no domains errors thrown in info card
2021-01-27 13:54:33 +11:00
cp6
ec9a931ff6
Added check if server is "up"
...
Clicking the OS icon on the card will ping either the ipv4 or hostname if ipv4 empy/null. If reached then the icon will return green else it will turn red.
2021-01-27 13:49:32 +11:00
cp6
07ea6ac27d
Changed value font size
...
This will help with uneven cards
2021-01-27 10:58:41 +11:00
cp6
66201e4305
Added search icon
...
Added search icon
2021-01-27 10:57:07 +11:00
cp6
1de086ebe0
On select type DEDI check "is dedi cpu"
...
When selecting DEDI as the server type, "dedi cpu" will become checked.
2021-01-27 10:30:06 +11:00
cp6
92eb034c89
Fetch icon color CSS
...
Fetch icon color CSS
2021-01-27 10:28:41 +11:00
cp6
e5c836629b
Added fetch IPv4 & IPv6 from domain dns api
...
Added fetch IPv4 & IPv6 from domain dns api
2021-01-27 10:27:46 +11:00
cp6
f53b2bb479
IPv4 field no longer required
...
Made IPv4 field no longer required
2021-01-26 16:13:42 +11:00
cp6
78e9152bb7
Fixed no location or provider causing uneven cards
...
Fixed no location or provider causing uneven cards
2021-01-26 00:44:22 +11:00
cp6
ee8651b82e
Fixed all speed tests being bust cases query failure
...
Added has_st col (has speed test) this means you can now have YABs data, YABs data but no speedtest (becasue they were all busy) or no YABs data.
2021-01-26 00:15:46 +11:00
cp6
a89d125f7c
Domain terms annual & above
...
Domain terms options to be Annual, Biennial and Triennial
2021-01-25 13:32:46 +11:00
cp6
12c9ea82a1
Fixed delete labels
...
Fixed delete labels
2021-01-25 13:28:18 +11:00
corbpie
62b6a4ea8f
Merge pull request #3 from cp6/features
...
1.1 Updates & fixes
2021-01-25 11:59:50 +11:00
cp6
7fecfabbc3
Readme for version 1.1
...
Updated readme with changelog for version 1.1
2021-01-25 11:57:26 +11:00
cp6
1927d9488e
Added YABS update disk & network speeds
...
Added ability to update YABS disk & network speeds
2021-01-24 14:37:06 +11:00
cp6
8a6b1ea54e
Fixed last return id for new provider and location insert
...
Fixed last return id for new provider and location insert
2021-01-24 13:33:45 +11:00
cp6
fdc31bc2fd
Fixed page jumping on modal open
...
Fixed page jumping to the right on modal open
2021-01-24 13:31:13 +11:00