Commit Graph

456 Commits

Author SHA1 Message Date
Softwarenoob dc5cf9ced5 Rust+ app support 2021-01-25 08:03:24 +02:00
Matthew Penner 18bdde8b81 api(application): fix requests, again 2021-01-24 15:30:58 -07:00
Oreo Oreoniv 09078bc1d2 Fixed tests 2021-01-24 13:12:40 +03:00
Matthew Penner 409c081275 Fix factories having wrong namespace 2021-01-23 15:07:58 -07:00
Matthew Penner 8a79589317 Fix factories and seeders having wrong directory name 2021-01-23 15:05:35 -07:00
Matthew Penner 8feb87de7c Merge branch 'develop' into feature/react-admin 2021-01-23 14:39:23 -07:00
Dane Everitt c449ca5155 Use more standardized phpcs 2021-01-23 12:33:34 -08:00
Dane Everitt a043071e3c Update to Laravel 8
Co-authored-by: Matthew Penner <me@matthewp.io>
2021-01-23 12:12:54 -08:00
Dane Everitt ef1989f38b Merge branch 'develop' into ts3-query-fix 2021-01-20 20:12:53 -08:00
Dane Everitt aab353d91e Merge pull request #3011 from AreYouRlyScared/addcronmonth
Adds months for schedules
2021-01-20 20:10:26 -08:00
Dane Everitt 63f945bc3a Add test coverage to cehck the authorization state of client resources 2021-01-19 21:20:55 -08:00
Matthew Penner e01d859b53 db: add User has one AdminRole relation 2021-01-19 18:51:29 -07:00
Dane Everitt a75a347d65 Remove suspended & installing fields, replace with single status field 2021-01-17 15:51:56 -08:00
Dane Everitt 291c65275a Update audit design 2021-01-17 11:52:44 -08:00
Dane Everitt ccecaa6694 Add basic auditing for filesystem actions
Specifically skipping read actions since there isn't much to say there, and it generally wouldn't be very helpful (plus, likely to generate lots of logs).
2021-01-17 11:46:08 -08:00
Dane Everitt b15679d3bb Add base logic for audit logging 2021-01-17 10:49:36 -08:00
Charles Morgan ffeedf17e4 Adds months for schedules
Adds month variable for schedules
2021-01-16 22:07:39 -05:00
Matthew Penner 1e61fd161c admin(roles): add has one on User -> AdminRole 2021-01-16 13:24:27 -07:00
Matthew Penner 9d005b5fd2 admin(roles): add 'permissions' column 2021-01-16 13:07:04 -07:00
Matthew Penner e123367f40 db_hosts: add ability to link more than one node 2021-01-15 09:21:07 -07:00
Matthew Penner c40e4bd2c0 Merge branch 'develop' into feature/react-admin 2021-01-12 11:47:49 -07:00
Torsten Widmann 34f5625450 added queryport and use default 2021-01-12 15:45:49 +01:00
Dane Everitt 239984f92c Add internal support for file denylist on eggs; closes #569 2021-01-10 17:02:14 -08:00
Matthew Penner 5636c25838 Merge branch 'develop' into feature/react-admin 2021-01-03 18:18:06 -07:00
Omar Kamel 61a04df469 prioritize java 11 for paper egg 2021-01-03 19:30:25 -05:00
Omar Kamel c72ae436a9 missed an array 2021-01-03 19:28:29 -05:00
TekExplorer 77ca03a2b0 oversight 2021-01-01 23:54:14 +00:00
TekExplorer 2af6dca75e add image selection for minecraft java eggs for java 8 and 11 2021-01-01 23:52:31 +00:00
Matthew Penner e7aeeace26 tmp 2020-12-27 22:02:30 -07:00
Dane Everitt 952715facc Fix handling of upload IDs on backups 2020-12-27 11:34:55 -08:00
Matthew Penner 951d92b143 Store S3 upload_id in the database for backups 2020-12-26 11:59:21 -07:00
Dane Everitt 2d081e5170 Merge branch 'develop' into matthewpi/transfer-improvements 2020-12-24 10:27:44 -08:00
Dane Everitt 19c6d82e23 Updates for PR 2020-12-24 10:20:17 -08:00
Dane Everitt 158823603a Merge branch 'develop' into update/paper 2020-12-24 10:19:19 -08:00
Dane Everitt 25e53d9f22 Merge branch 'matthewpi/transfer-improvements' of https://github.com/Pterodactyl/Panel into matthewpi/transfer-improvements 2020-12-24 10:10:41 -08:00
Dane Everitt 2ee08a1a3d Update logic for server transfer controller 2020-12-24 10:10:40 -08:00
Dane Everitt 6fa24d4979 Merge branch 'develop' into matthewpi/transfer-improvements 2020-12-24 09:17:21 -08:00
Vilhelm Prytz 2e6bb4e7ba eggs: SpongeVanilla: update default version
* replaced 1.11.2-6.1.0-BETA-21 with 1.12.2-7.3.0 since it is the stable and recommended build
2020-12-22 17:48:28 +01:00
Matthew Penner 01926e2896 Improve logic for logging into the websocket of the target node 2020-12-17 10:35:54 -07:00
Matthew Penner e6c4a68e4a Update logic for tracking a server's transfer state 2020-12-17 10:35:54 -07:00
Dane Everitt 0084b48d86 quick migration changes for refresh(ish) support; ref #2875
This still fails in a 2017 migration, but I don't care.
2020-12-16 20:38:21 -08:00
Dane Everitt 78c4ac80bc Basic implemention of multiple selectable images for an egg
The admin side of this is quite ugly when creating/editing a server, but I'm not putting effort into that right now with React Admin soon™
2020-12-13 09:53:17 -08:00
Alex 854270e4e8 fix required version variable
fixes required FORGE_VERSION and renames minecraft version variable to avoid confusion
2020-12-06 17:55:41 -08:00
Michael Parker 159b977b35 update paper egg
Updates the paper egg for 1.17 support with java 11 by default
2020-12-06 20:53:00 -05:00
Dane Everitt 26d409c29c Don't try to flip null values; closes #2753 2020-11-29 11:50:20 -08:00
Dane Everitt 505a9a6cbd Update MC eggs to enable EULA feature flag 2020-11-02 20:24:24 -08:00
Dane Everitt 7618f306bd Support functionality for per-egg features 2020-11-02 20:20:36 -08:00
Dane Everitt 200a78d77b Don't allow null schedule names anymore; ref #2609 2020-10-26 19:57:08 -07:00
Michael (Parker) Parker e8e2206a40 Fix install scripts (#2600) 2020-10-25 18:17:12 -07:00
Michael (Parker) Parker 3ecf14d419 fix install scripts (#2587) 2020-10-25 13:16:18 -07:00