Charles Morgan
6c60305617
Show Unlimited instead of 0, admin view
...
Guess i missed this one when i set everything to show unlimited when its 0 / -1.
Shows Unlimited disk space instead of 0 on admin about page.
2020-05-24 00:57:30 -04:00
Charles Morgan
46285fefd7
CSS Changes
...
More CSS Changes....
Server overview page now looks more..... fluid
Boxes have their correct color top colors back, When admin side was changed to dark theme all by the yellow was changed to a single color, this is reverted.
Node overview page uses blue over gray box for total servers.
Lightened the text color on the side bar
Removed delete button for allocations that are assigned.
Changes Node configuration box to not hurt eyes
2020-05-10 18:09:01 -04:00
Dane Everitt
86dbb141f4
Make this helper text more correct
2020-05-09 15:45:38 -07:00
Dane Everitt
3b2e2c63c6
Only show relevant configuration; update default path to be what the daemon expects
2020-05-09 15:44:13 -07:00
Dane Everitt
2d95204e9a
Pass a value for skipping scripts correctly; closes #1991
2020-05-07 20:46:49 -07:00
Dane Everitt
69eb33fb89
closes #1787
2020-05-07 20:24:28 -07:00
Dane Everitt
c6d8bed095
close #1801
2020-05-07 20:20:20 -07:00
Dane Everitt
f1c3762f4d
Add base support for definining the number of backups that can be created for a server
2020-04-26 12:12:29 -07:00
Dane Everitt
72ecac5236
Merge pull request #1963 from Sir3lit/maxconn
...
Add Max Concurrent Connections for database users
2020-04-25 11:01:01 -07:00
Dane Everitt
0385d2a05c
Merge pull request #1939 from Sir3lit/optionaldesc
...
Allow description fields to be optional
2020-04-23 20:37:02 -07:00
Dane Everitt
0ccfdd722c
Merge pull request #1924 from Sir3lit/adminchanges
...
Update Admin Overview for server
2020-04-23 20:36:43 -07:00
Charles Morgan
82dd7dc8e3
Allow Null = 0
...
Allow Value to be nullable, will autofill 0 if value is null or 0, to facilitate "unlimited" connections.
2020-04-23 10:45:44 -04:00
AreYouScared
f0e4764a11
Add Max Concurrent Connections for database users
...
Closes #1849
Allows database users to be limited to a number of concurrent connections to prevent one user from connecting hundreds of time and bottlenecking the MySQL server.
2020-04-22 06:00:04 -04:00
AreYouScared
c54cbe6638
Update Admin CSS / Few css fixes
...
Changed `code` color to be a little lighter, more contrast / easier to read (From #999 to #c3c3c3)
Added Readonly style, was white box with grey letters. Changes to Dark grey box and white letters.
Changed cursor for disabled / read-only to `not-allowed` instead of `text`
Closes #1918 -> Dropdown text was grey with a grey background.
Added Green and Yellow Text colors
Added Text-Danger
Changed Link color, to be a tad lighter
Added well/well-sm/well-lg to pterodactyl.css
Changed well to match the dark theme.
Hovering over Start / Restart show respective colors Green / Blue
2020-04-19 08:30:52 -04:00
AreYouScared
21491e3aaa
Allow descrition field to be optional
...
Allows for Nest, Node, Location and Egg description fields to be blank / nullable.
Removed "required" wording next to them aswell
2020-04-17 20:52:40 -04:00
AreYouScared
0cad2b9362
Update Admin Overview for server
...
Changes CPU Threads show Not Set instead of n/a
Changes 0% -> Unlimited, when cpu is set to 0(unlimited)
Changes 0MB -> Unlimited, when memory is set to 0(unlimited)
Changes 0MB Swap -> Not Set
Changes -1 Swap -> Unlimited
Changes Name -> Server Name
Changes Service -> Current Egg
2020-04-13 18:11:45 -04:00
Dane Everitt
fda88940f7
Fix up node autodeployment
2020-04-12 17:20:09 -07:00
Dane Everitt
7115209b60
Hide statistics page for now
2020-04-12 16:03:41 -07:00
Dane Everitt
07381da8fb
This warning is no longer true
2020-04-12 16:02:09 -07:00
Matthew Penner
4d833af5f4
Fix script paths in layouts
2020-04-11 14:49:40 -06:00
Matthew Penner
a7dab69711
Persist service variables
2020-04-11 14:46:30 -06:00
Matthew Penner
dec6868a55
Persist nest_id, egg_id, pack_id
2020-04-11 14:14:05 -06:00
Matthew Penner
b5e50719ac
Remove old Theme::js calls in blade layouts. Persist checkboxes, Server Owner, Node, Default Allocation, and Additional Allocations on servers/new.blade.php
2020-04-11 13:56:03 -06:00
Dane Everitt
7557dddf49
Store node daemon tokens in an encrypted manner
2020-04-10 15:15:38 -07:00
AreYouScared
7daf6e2e93
Uniformity is Key
...
Updated logical order to match new server page on build and overview page.
2020-04-10 00:54:40 -04:00
AreYouScared
411ed41582
New server formatting
...
Fixed auto-sizing for resource mangemnet
Moved them in logical order(CPU->RAM->Disk) with advanced stuff to the right.
2020-04-09 23:46:12 -04:00
Matthew Penner
fd4de9168a
Merge branch 'develop' into feature/server-transfers-actually
2020-04-04 16:28:02 -06:00
Matthew Penner
6ba6c34252
Add ServerTransfer relation in Models/Server.php, notify the new daemon about the incoming server transfer
2020-04-04 14:10:18 -06:00
Dane Everitt
9d0262e7a1
Update index.blade.php
2020-04-03 22:53:49 -07:00
Matthew Penner
a2eab3ca43
Add ui elements for handling server transfers, add TransferJob.php and TransferService.php
2020-04-03 21:45:37 -06:00
Matthew Penner
829f05a2c7
Add migration for 'threads' column, fix errors on some admin pages, add validation rule for 'threads' column
2020-04-03 18:50:07 -06:00
Dane Everitt
86de7372a8
Add notes about IO/CPU Threads
2020-04-03 14:43:15 -07:00
Dane Everitt
78d6e59fc5
Merge branch 'develop' into cputhreads
2020-04-03 13:48:06 -07:00
AreYouScared
dfefd8845b
Fixed textboxes ( #1886 )
...
Text boxes on the user view page were set to readonly not allowing admins to change user values
Co-Authored-By: Lance Pioch <me@lance.sh>
2020-04-03 13:46:24 -07:00
AreYouScared
2561e3e8d5
Add CPU Thread assignments
...
Added CPU Thread assignments for each server
2020-03-29 14:41:55 -04:00
Dane Everitt
51defae917
Merge branch 'master' into develop
2019-12-28 11:49:08 -08:00
Dane Everitt
1f6f7c4bb4
Fix authentication page on mobile devices
2019-12-22 21:18:29 -08:00
Dane Everitt
6276a03a4e
Fix links in admin area
2019-12-22 14:03:49 -08:00
Dane Everitt
52ea0f2d0a
Fix allocation management
2019-12-22 13:55:58 -08:00
Dane Everitt
bc3286c7e4
Don't need this box anymore
2019-12-22 13:50:35 -08:00
Dane Everitt
04d67eaa10
Minor fixes for blocking indexing and notg interrupting user expierence
2019-12-21 21:56:45 -08:00
Dane Everitt
a1a344bc48
Big red warning box to prevent the inevitable users trying to run this as a prod build
2019-12-21 17:40:03 -08:00
Dane Everitt
d75073116f
Health check
2019-12-16 21:42:58 -08:00
Dane Everitt
7405d7c8ee
Fix routing to server pages
2019-12-16 21:27:01 -08:00
Dane Everitt
a247310372
Fix nav for servers
2019-12-16 21:14:27 -08:00
Dane Everitt
1aacc48f0c
Remove forgotten traces of laroute
2019-12-15 18:20:37 -08:00
Dane Everitt
447c4291ad
Update all places in the code referencing named routes using JS that doesn't exist now
2019-12-15 18:19:35 -08:00
Dane Everitt
14b1f13fe0
Obliterate swaths of old template code
2019-12-15 18:11:56 -08:00
Dane Everitt
66410a35f1
Fix recaptcha on login forms
2019-12-15 18:05:44 -08:00
Dane Everitt
564d947f7e
[#3c9g25] Add support for new endpoint to collect node information
2019-12-09 21:05:39 -08:00