Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ghzhost
/
panel
Public
forked from
pterodactyl/panel
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
panel
app
on
abd60ee
User selector
All users
All time
Commit history
Commits on Oct 12, 2020
Fix 500 error when mounting a mount and fix the actual mount being deleted instead of the relation
matthewpi
committed
abd60ee
View commit details
Copy full SHA for abd60ee
View code at this point
Browse repository at this point
Commits on Oct 11, 2020
Merge pull request #2481 from AreYouRlyScared/fix-2435
Show description for 9112de4
DaneEveritt
authored
9112de4
View commit details
Copy full SHA for 9112de4
View code at this point
Browse repository at this point
Update AdvancedSettingsFormRequest.php
notAreYouScared
committed
4b8a275
View commit details
Copy full SHA for 4b8a275
View code at this point
Browse repository at this point
Fix subuser permissions not migrating correctly from 0.7; closes #2309
DaneEveritt
committed
18fce37
View commit details
Copy full SHA for 18fce37
View code at this point
Browse repository at this point
Fix up database creation and handling code for servers; ref #2447
DaneEveritt
committed
8697185
View commit details
Copy full SHA for 8697185
View code at this point
Browse repository at this point
Don't allow creation of a database with an identical name for the same server; closes #2447
DaneEveritt
committed
a4d7170
View commit details
Copy full SHA for a4d7170
View code at this point
Browse repository at this point
Return the correct server & subuser counts for user listing; closes #2469
DaneEveritt
committed
7b0f998
View commit details
Copy full SHA for 7b0f998
View code at this point
Browse repository at this point
Correctly validate description for API keys to match model expectations; closes #2457
DaneEveritt
committed
1f7fe09
View commit details
Copy full SHA for 1f7fe09
View code at this point
Browse repository at this point
Ensure the UUID is set correctly; closes #2450
DaneEveritt
committed
1f28fb9
View commit details
Copy full SHA for 1f28fb9
View code at this point
Browse repository at this point
Commits on Oct 10, 2020
Update and test variable validator logic
DaneEveritt
committed
69f27ed
View commit details
Copy full SHA for 69f27ed
View code at this point
Browse repository at this point
Allow passing empty values through for variables, covers with test, closes #2433
DaneEveritt
committed
d8228f2
View commit details
Copy full SHA for d8228f2
View code at this point
Browse repository at this point
Document what is being tested a little better so it isn't just a wall of code
DaneEveritt
committed
bf6e1ce
View commit details
Copy full SHA for bf6e1ce
View code at this point
Browse repository at this point
Update node finding service logic to be single query; add test coverage
DaneEveritt
committed
c2db163
View commit details
Copy full SHA for c2db163
View code at this point
Browse repository at this point
Add basic test coverage for server creation functionality
DaneEveritt
committed
192a578
View commit details
Copy full SHA for 192a578
View code at this point
Browse repository at this point
Commits on Oct 9, 2020
Don't waste time on a service better suited to an integration test
DaneEveritt
committed
c59a2c4
View commit details
Copy full SHA for c59a2c4
View code at this point
Browse repository at this point
Modify how deletion service works (actually fixes #2085); cover changes with test
DaneEveritt
committed
2560163
View commit details
Copy full SHA for 2560163
View code at this point
Browse repository at this point
Add test coverage for startup modification
DaneEveritt
committed
7a643be
View commit details
Copy full SHA for 7a643be
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Add some additional test coverage and clean up modification service and suspension service
DaneEveritt
committed
d087beb
View commit details
Copy full SHA for d087beb
View code at this point
Browse repository at this point
Commits on Oct 6, 2020
More fixes for broken unit tests
DaneEveritt
committed
83efb2d
View commit details
Copy full SHA for 83efb2d
View code at this point
Browse repository at this point
Fix unit tests for eggs
DaneEveritt
committed
0c2bd41
View commit details
Copy full SHA for 0c2bd41
View code at this point
Browse repository at this point
More Laravel-esq job processing
DaneEveritt
committed
0f4f223
View commit details
Copy full SHA for 0f4f223
View code at this point
Browse repository at this point
Commits on Oct 4, 2020
Reset is_processing state of a schedule when toggling active/inactive; closes #2425
DaneEveritt
committed
2d01c7b
View commit details
Copy full SHA for 2d01c7b
View code at this point
Browse repository at this point
Don't trigger a 500 error with bad data; closes #2442
Show description for 2d56cac
DaneEveritt
committed
2d56cac
View commit details
Copy full SHA for 2d56cac
View code at this point
Browse repository at this point
Commits on Oct 3, 2020
decode before encoding URLs, closes #2440
DaneEveritt
committed
4ff5de7
View commit details
Copy full SHA for 4ff5de7
View code at this point
Browse repository at this point
Fix errors with mounts; closes #2374
DaneEveritt
committed
99c9682
View commit details
Copy full SHA for 99c9682
View code at this point
Browse repository at this point
speeling is hard
DaneEveritt
committed
b4a9a72
View commit details
Copy full SHA for b4a9a72
View code at this point
Browse repository at this point
Always show errors from HTTP exceptions correctly to the user; closes #2439
DaneEveritt
committed
1616cf1
View commit details
Copy full SHA for 1616cf1
View code at this point
Browse repository at this point
Commits on Sep 27, 2020
Fix parameter bindings for client API routes; closes pterodactyl/panel#2359
DaneEveritt
committed
f31a6d3
View commit details
Copy full SHA for f31a6d3
View code at this point
Browse repository at this point
Commits on Sep 26, 2020
Replace all instances of 255 as a max length with 191; ref #2421
DaneEveritt
committed
cc6f98c
View commit details
Copy full SHA for cc6f98c
View code at this point
Browse repository at this point
Commits on Sep 25, 2020
Fix bad encoding when handling files; closes #2399
DaneEveritt
committed
3340ee7
View commit details
Copy full SHA for 3340ee7
View code at this point
Browse repository at this point
Truncate auto-generated usernames to 64 characters
DaneEveritt
committed
711efe3
View commit details
Copy full SHA for 711efe3
View code at this point
Browse repository at this point
Fix database naming conventions; closes #2404
DaneEveritt
committed
c0fc912
View commit details
Copy full SHA for c0fc912
View code at this point
Browse repository at this point
Properly validate schedule names; closes #2405
DaneEveritt
committed
6a4914d
View commit details
Copy full SHA for 6a4914d
View code at this point
Browse repository at this point
Commits on Sep 23, 2020
Don't return variables to users that they should not be able to see; closes #2388
DaneEveritt
committed
2182a15
View commit details
Copy full SHA for 2182a15
View code at this point
Browse repository at this point
Correctly show number of servers a user belongs to; closes #2375
DaneEveritt
committed
7f9b21e
View commit details
Copy full SHA for 7f9b21e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.