Commit Graph

57 Commits

Author SHA1 Message Date
tenten8401 5d98fc327b Workaround for improper boolean handling
Since laravel only takes 1, 0, true, false, "1", and "0" instead of allowing "true" and "false".
2017-11-20 09:47:49 -05:00
Unknown e3c5d50994 Add Rust 2017-11-05 21:24:58 -05:00
Dane Everitt f5b20e38c4 Fix failing tests due to way nest creation worked 2017-11-04 13:01:54 -05:00
Dane Everitt f8c89f8331 Add support for seeding nests and eggs 2017-11-03 23:07:18 -05:00
Dane Everitt 17642bffe7 More code updates 2017-10-07 17:21:41 -05:00
Dane Everitt df87ea0867 This breaks literally the entire panel. 2017-10-06 23:57:53 -05:00
Dane Everitt e56f4cdd33 Update license headers on files. 2017-09-25 21:43:01 -05:00
Jakob 3f380987c1 remove auto enabled query port from minecraft services
fix #620
2017-09-08 10:00:36 +02:00
Dane Everitt 3ee5803416 Massive PHPCS linting 2017-08-21 22:10:48 -05:00
Dane Everitt cdfbc60030 Push pack services and fix for failing tests 2017-08-20 19:23:50 -05:00
Jakob 0def41740a Merge pull request #537 from tenten8401/develop
Add Rust Service
2017-07-13 17:32:20 +02:00
Jakob ff89c6c0cd Merge pull request #543 from udeva/develop
Add Forge Service Option
2017-07-13 17:29:23 +02:00
Michael (Parker) Parker 265817bda8 latest TS3
Updating to latest TS3 server
2017-07-10 20:19:08 -04:00
Unknown 093114e5c2 Absolute paths in install script 2017-07-10 10:34:26 -04:00
Unknown c746baf416 Remove pesky newline for StyleCI 2017-07-09 22:06:14 -04:00
Unknown 4957c95189 OxideMod support 2017-07-09 22:05:08 -04:00
Unknown ee0211eadd Change docker container to quay.io/pterodactyl/core:rust 2017-07-09 21:20:09 -04:00
Polarcraft 63deed9193 Quick Fix
With this fix, I removed the installation of Java 8 from the container and set the script container to be java8.
2017-07-09 20:01:45 -05:00
Polarcraft 501f4f9a83 Renamed funny variable 2017-07-08 22:04:14 -05:00
Polarcraft 23d6907c9c Remove pesky space 2017-07-08 21:41:39 -05:00
Polarcraft 7993202689 Added a Forge Service Option 2017-07-08 21:40:14 -05:00
Polarcraft e26a7ac262 Created a GMOD Service Option (#542) 2017-07-08 16:17:36 -10:00
Unknown 951baaca54 Specify ubuntu version & add string validation 2017-07-08 17:09:01 -04:00
Polarcraft 4c639906b4 Add CS:GO to Source Service Option (#538)
* Added CS:GO

This allows users to select rather or not to use cs:go for a server.

* Removed debugging outputs

* Replace tabs with spaces to pass StyleCI

* Remove more pesky tabs

I apparently missed them the first time.

* Fix pesky issues with starts

This fix is to repair the startup for csgo and remove the required accounts.

* Better explanation for STEAM_ACC

* Removed dupe ips

* Added and fixed lines

* Set a default map to be loaded in.
* Set the variables rules to match what they would need to be
* Removed a pesky space
2017-07-08 10:52:40 -10:00
Unknown a6bef1b71b Fix StyleCI complaints 2017-07-06 22:17:51 -04:00
Unknown f230b194ff Add Rust to seeder & rename class to appropriate name 2017-07-06 22:08:49 -04:00
Unknown 2a6b48753a Add Rust service 2017-07-06 21:51:38 -04:00
Michael (Parker) Parker 1b3d9eb683 Fixing TS3 service 2017-05-15 09:38:41 -04:00
Dane Everitt ee309b095e Fix the unholy disaster that is steamcmd within containers.
This honestly took like 3 hours to debug and fix, and TBH its all
because +app_update is not the same as update, and I didn’t notice I
had mistyped at some point.

Many keys were violently smashed. R.I.P. Keyboard, you were decent.
👻
2017-05-05 19:15:18 -04:00
Dane Everitt 30b4934013 Include default installation scripts, as well as ability to symlink a script 2017-04-27 16:16:59 -04:00
Dane Everitt 91ce97a326 Fix missing service file, closes #390 2017-04-17 19:26:03 -04:00
Dane Everitt 6fb44f7d7b Set config item to correct boolean value 2017-04-14 00:51:36 -04:00
Dane Everitt 4a43c53e07 Fix seeders; fixes typo; use glibc java 2017-03-18 20:20:14 -04:00
Dane Everitt 891fd13911 Fix docker image name 2017-03-18 17:42:50 -04:00
Dane Everitt 9a803e61ec Update seeder and migrations to use new docker images. 2017-03-18 14:49:48 -04:00
Dane Everitt 48e261bb91 closes #288 2017-03-16 19:59:24 -04:00
Dane Everitt 668dc9216a Update seeders to reflect removed table column 2017-03-12 19:36:13 -04:00
Dane Everitt fcadee7e67 Fix front and backend views with new service variable setups 2017-03-12 19:34:06 -04:00
Dane Everitt 97cad1d55e Update seeders to not error out and allow updating values quickly. 2017-03-12 18:02:15 -04:00
Dane Everitt 0357205a74 Fix database seeders 2017-02-16 18:06:16 -05:00
Dane Everitt 8ba479e51f Singularize model names. 2017-02-12 16:02:23 -05:00
Dane Everitt bf7b58470a Update copyright headers 2017-01-24 17:57:08 -05:00
Dane Everitt 759ebd3ad0 Fixes misnamed tag for Sponge servers. closes #237 2017-01-03 15:06:40 -05:00
Dane Everitt c1fb0a665f Apply fixes from StyleCI 2016-12-07 22:46:38 +00:00
Dane Everitt 777e7138e6 Update regex checking for minecraft services
closes #193
2016-12-02 19:06:14 -05:00
Dane Everitt e0696900bb Fix issue that would prevent Ark servers from being added to servers.
Renamed migration file to force it to re-run on previously migrated
systems.
2016-11-04 20:37:40 -04:00
Michael Parker 8c1fe3056f Correcting BungeeCord issue (#152)
* Correcting BungeeCord issue
2016-10-23 18:34:59 -04:00
MeltedLux 8759080897 Correct Team Fortress 2 name
Although a TF2 + Insurgency game would be 10/10
2016-09-28 04:33:49 +01:00
Dane Everitt dd55d943df Fix parameter assignment 2016-09-21 16:04:48 -04:00
Dane Everitt 01969d5ee4 Update seeder file 2016-09-21 16:00:07 -04:00