misc_pterodactyl-panel/config
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
..
prologue Initial Commit of Files 2015-12-06 13:58:49 -05:00
api.php Add back API (#80) 2016-09-05 16:21:36 -04:00
app.php Switch filemanager and EULA check to use pure Javascript methods 2017-01-03 16:47:33 -05:00
auth.php Update to Laravel 5.2 2016-01-11 22:04:11 -05:00
broadcasting.php Initial Commit of Files 2015-12-06 13:58:49 -05:00
cache.php Initial Commit of Files 2015-12-06 13:58:49 -05:00
compile.php Initial Commit of Files 2015-12-06 13:58:49 -05:00
database.php Initial Commit of Files 2015-12-06 13:58:49 -05:00
debugbar.php Apply fixes from StyleCI 2016-12-07 22:46:38 +00:00
filesystems.php Initial Commit of Files 2015-12-06 13:58:49 -05:00
javascript.php Switch filemanager and EULA check to use pure Javascript methods 2017-01-03 16:47:33 -05:00
mail.php Fix password reset system 2016-01-16 21:57:10 -05:00
queue.php Fix missing environment variables relating to queues 2016-10-30 18:34:50 -04:00
services.php Initial Commit of Files 2015-12-06 13:58:49 -05:00
session.php Add initial basic API changes 2016-10-14 20:22:23 -04:00
settings.php Add settings to panel 2016-01-20 22:08:13 -05:00
themes.php Add theme key in ENV 2016-02-06 15:24:08 -06:00
view.php Initial Commit of Files 2015-12-06 13:58:49 -05:00