Dane Everitt
aa6e733ba5
Switch filemanager and EULA check to use pure Javascript methods
...
Removes the need for the javascript to be parsed by Blade template
engine by using a defined javascript variable with the values that are
necessary for checking everything and passing the correct values.
This does make it so that if a user does not have permission to do
something they could theoretically make the option show up in the
context menu, however when they click it, it will simply return an
error by the daemon.
2017-01-03 16:47:33 -05:00
Jakob Schrettenbrunner
d844c4135c
update jquery.terminal to v0.11.23
...
set new scrollBottomOffset to 5 to hopefully resolve issues with chrome
2016-12-10 13:51:07 +01:00
Jakob Schrettenbrunner
c80c6714a1
add small notification to terminal if new invisible output is available
2016-12-10 00:17:23 +01:00
Jakob Schrettenbrunner
96462a119f
disable srcollOnEcho for jquery terminal so it will only scroll at the bottom
2016-12-09 23:50:51 +01:00
Jakob Schrettenbrunner
2a101c0ffd
update to jquery terminal v0.11.22
2016-12-09 23:50:22 +01:00
Bent Haase
57d62c4ed3
Fix time axis for node and server view
...
Nope, the current month is not a valid minute
2016-11-19 16:02:47 -05:00
Jakob
6c6a49e709
only push stuff from the terminal outputQueue if there is something inside
...
this allows to scroll on the console again
2016-11-01 23:22:07 +01:00
Dane Everitt
0741ab6833
Revamped resource graphing, uses chart.js
2016-10-30 00:06:55 -04:00
Dane Everitt
013c36fe81
💣 destroy player listing
2016-10-29 21:46:53 -04:00
Dane Everitt
045864aa96
Prevent accidental DoS of users if server sends a rapid feed of data to the console.
...
Configurable speed in environment file.
2016-10-23 21:31:29 -04:00
ET-Bent
7d1cba8d52
Better name scheming for console
2016-10-17 00:09:28 +02:00
Dane Everitt
4bcab0519c
Update files to match js/css vendor changes
2016-10-03 13:18:48 -04:00
Dane Everitt
71245cb531
Minor changes to support better dynamic JS loading
2016-09-30 20:53:08 -04:00
Dane Everitt
831399184f
clean up front-end port allocation handling
2016-09-30 18:21:02 -04:00
Dane Everitt
abac9b506b
Prevent clicking server start button until server is completely off
2016-09-28 19:16:10 -04:00
Dane Everitt
b1de054a9d
fixes server allocation display
2016-09-28 18:11:07 -04:00
Dane Everitt
e526cf73c4
Allow us to send exit command
2016-09-17 19:13:19 -04:00
Dane Everitt
ec969ecb01
Daemon now sends this info
2016-09-16 21:14:45 -04:00
Dane Everitt
a787e99f88
Add a better console page
2016-09-16 15:48:17 -04:00
Dane Everitt
e8c175f385
Add IP Aliasing ( #72 )
...
* complete support for IP Alias's throughout panel
Includes a database change and probably better allocation handling
anyways
closes #37
2016-08-31 16:03:37 -04:00
Dane Everitt
f1a3008a50
Fix display and subuser settings for databases
2016-08-17 17:36:06 -04:00
Dane Everitt
8190f08b75
Move to async lib for processing cpu data
...
Still doesn’t fix the page lag which seems to be due to the rendering
of the graphs.
2016-02-25 23:57:53 -05:00
Dane Everitt
ceb2ef49ae
fix JS bug
2016-02-25 23:57:31 -05:00
Dane Everitt
d171f767a3
Move from highcharts
2016-02-06 15:06:43 -05:00
Dane Everitt
3df694b618
Update theme support
2016-02-05 23:27:43 -05:00
DDynamic
192498e51a
Internal Themes
2016-02-04 18:19:31 -06:00
Dane Everitt
cc9cfc74c9
Fix browser crashing; closes #38
2016-01-24 01:24:41 -05:00
Dane Everitt
c81bc37865
Why this was a problem is beyond me.
...
For some reason blade got really upset on a development machine because
of these comments. Doing individual lines fixes it.
2016-01-23 21:30:03 -05:00
Dane Everitt
026df6a36f
Relicense project under MIT
...
Permission obtained from @DDynamic. Contributions from other users were
removed since we did not obtain permission from them for the re-license.
From this point forward all contributors must have a signed Contributor
License Agreement on file.
2016-01-20 15:56:40 -05:00
Dane Everitt
b7666bdb05
Basic initial subuser management
2016-01-18 01:24:33 -05:00
Dane Everitt
57cf636816
Update server policy definitions
2016-01-18 00:56:09 -05:00
Dane Everitt
aaf9768a92
Improved alerts on server console and power controls
2016-01-08 22:54:30 -05:00
Dane Everitt
a1c6aa6358
Clean up setting allocation front-end
2016-01-08 22:36:57 -05:00
Dane Everitt
b41e7ecf09
Fix more permissions checking
2016-01-08 22:30:21 -05:00
Dane Everitt
b996316d92
Fixes some permissions stuff
2016-01-08 22:22:57 -05:00
Dane Everitt
2160613163
Add EULA acceptance popup when starting server
2016-01-08 19:54:06 -05:00
Dane Everitt
f560020ffd
Fix CPU usage display for server
...
Previously was stacked and would show 2x normal usage.
2016-01-08 16:22:15 -05:00
Dane Everitt
69b541643c
Remove old chart scripts
2016-01-05 16:26:47 -05:00
Dane Everitt
1a55532f95
Template adjustments
2016-01-04 16:48:22 -05:00
Dane Everitt
4fe4881f77
Add delete server support as well as fix a few other bugs
...
Also a few JS fixes to make things work better and not clear the
console every time the server is booted
2016-01-03 23:16:03 -05:00
Dane Everitt
a7fdb9618c
support for changing allocation on frontend
2016-01-03 15:15:14 -05:00
Dane Everitt
fb77e23eb4
Make server overview cleaner and easier to follow
...
Also adds allocation information tab, still need to make it so users
can actually change their default connection address
2016-01-03 00:28:33 -05:00
Dane Everitt
8b8ef4f2d6
Display graphs using highcharts now.
...
Shows all CPU core usage as well.
2016-01-01 21:35:50 -05:00
Dane Everitt
46117afc77
Code cleanup and fixes filemanager
2016-01-01 18:08:15 -05:00
Dane Everitt
a391a2d854
Hide console commands when server is off/stopping
2015-12-31 18:01:42 -05:00
Dane Everitt
cc90fa3e63
Add http(s) toggle for nodes, update power page
...
Updates power and console controls to match new daemon output and API.
2015-12-31 17:55:42 -05:00
Dane Everitt
1489f7a694
Initial Commit of Files
...
PufferPanel v0.9 (Laravel) is now Pterodactyl 1.0
2015-12-06 13:58:49 -05:00