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
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
Transformers
Api
on
085fa8d
User selector
All users
All time
Commit history
Commits on Nov 8, 2020
Merge pull request #2646 from AreYouRlyScared/#2608
Show description for 74b1776
DaneEveritt
authored
74b1776
View commit details
Copy full SHA for 74b1776
View code at this point
Browse repository at this point
Commits on Nov 7, 2020
Always return the primary allocation for a server, even without the allocation permissions
DaneEveritt
committed
c20d53b
View commit details
Copy full SHA for c20d53b
View code at this point
Browse repository at this point
Commits on Nov 3, 2020
Basic concept for the EULA feature to demo how this will all work
DaneEveritt
committed
aba7df3
View commit details
Copy full SHA for aba7df3
View code at this point
Browse repository at this point
Commits on Nov 2, 2020
Add admin area link to view config
notAreYouScared
committed
6d909a4
View commit details
Copy full SHA for 6d909a4
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 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
Commits on Sep 18, 2020
Fix error when loading nodes
DaneEveritt
committed
0908830
View commit details
Copy full SHA for 0908830
View code at this point
Browse repository at this point
Include resource total allocations; closes #1518
DaneEveritt
committed
c9883b5
View commit details
Copy full SHA for c9883b5
View code at this point
Browse repository at this point
Commits on Sep 13, 2020
Remove all references of packs from the Panel
DaneEveritt
committed
3c7ffaa
View commit details
Copy full SHA for 3c7ffaa
View code at this point
Browse repository at this point
Commits on Aug 24, 2020
Use checksum more broadly, not specifically SHA256
DaneEveritt
committed
034a310
View commit details
Copy full SHA for 034a310
View code at this point
Browse repository at this point
Commits on Aug 23, 2020
Hide startup line from API response if user doesn't have startup permissions
DaneEveritt
committed
813a671
View commit details
Copy full SHA for 813a671
View code at this point
Browse repository at this point
Commits on Aug 22, 2020
Don't return things a user shouldn't be able to see via the API includes
DaneEveritt
committed
1b69d82
View commit details
Copy full SHA for 1b69d82
View code at this point
Browse repository at this point
Include egg variables in the output from the API
DaneEveritt
committed
cae604e
View commit details
Copy full SHA for cae604e
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
backend: support is_successful state for backups rather than deleting it when failing
Show description for e3178ba
DaneEveritt
committed
e3178ba
View commit details
Copy full SHA for e3178ba
View code at this point
Browse repository at this point
Commits on Jul 30, 2020
Correctly handle response from daemon for server stats; #2183
DaneEveritt
committed
874d928
View commit details
Copy full SHA for 874d928
View code at this point
Browse repository at this point
Commits on Jul 10, 2020
Update allocations to support ids; protect endpoints; support notes
DaneEveritt
committed
2278927
View commit details
Copy full SHA for 2278927
View code at this point
Browse repository at this point
[Breaking] Return server allocations automatically as a relation object
DaneEveritt
committed
bfb28f9
View commit details
Copy full SHA for bfb28f9
View code at this point
Browse repository at this point
Commits on Jul 9, 2020
[Breaking] Return all server allocations in API response
DaneEveritt
committed
7b5139b
View commit details
Copy full SHA for 7b5139b
View code at this point
Browse repository at this point
Commits on Jun 13, 2020
Return a null resource if an allocation has no server; closes #2117
DaneEveritt
committed
be91913
View commit details
Copy full SHA for be91913
View code at this point
Browse repository at this point
Commits on Apr 26, 2020
Add base support for definining the number of backups that can be created for a server
DaneEveritt
committed
f1c3762
View commit details
Copy full SHA for f1c3762
View code at this point
Browse repository at this point
Don't show an error in the listing if the server is still installing or suspended
DaneEveritt
committed
c4f4f1f
View commit details
Copy full SHA for c4f4f1f
View code at this point
Browse repository at this point
Commits on Apr 22, 2020
Add variable to API endpoint
Show description for 0ecfb40
notAreYouScared
committed
0ecfb40
View commit details
Copy full SHA for 0ecfb40
View code at this point
Browse repository at this point
Add Max Concurrent Connections for database users
Show description for f0e4764
notAreYouScared
committed
f0e4764
View commit details
Copy full SHA for f0e4764
View code at this point
Browse repository at this point
Commits on Apr 4, 2020
Basic backend support to at least store a backup model in the DB
DaneEveritt
committed
d27f0c6
View commit details
Copy full SHA for d27f0c6
View code at this point
Browse repository at this point
Very basic implemention of frontend logic required to display backups and create a new one
DaneEveritt
committed
9991989
View commit details
Copy full SHA for 9991989
View code at this point
Browse repository at this point
Commits on Mar 29, 2020
Fix server transformer
Show description for b351c07
notAreYouScared
committed
b351c07
View commit details
Copy full SHA for b351c07
View code at this point
Browse repository at this point
Commits on Mar 27, 2020
Implement basic code for creating/updating a subuser
DaneEveritt
committed
a6f46d3
View commit details
Copy full SHA for a6f46d3
View code at this point
Browse repository at this point
Commits on Mar 23, 2020
Add base support for creating a new API key for an account
DaneEveritt
committed
933a473
View commit details
Copy full SHA for 933a473
View code at this point
Browse repository at this point
Commits on Mar 22, 2020
Always include the tasks with a schedule
DaneEveritt
committed
cf7f36c
View commit details
Copy full SHA for cf7f36c
View code at this point
Browse repository at this point
Commits on Feb 8, 2020
Add basic listing of server schedules
DaneEveritt
committed
32e9fb0
View commit details
Copy full SHA for 32e9fb0
View code at this point
Browse repository at this point
Commits on Dec 28, 2019
Fix up subuser API response for clients
DaneEveritt
committed
5f13531
View commit details
Copy full SHA for 5f13531
View code at this point
Browse repository at this point
Merge branch 'master' into develop
DaneEveritt
committed
51defae
View commit details
Copy full SHA for 51defae
View code at this point
Browse repository at this point
Update subuser API output to work correctly
DaneEveritt
committed
66ead2f
View commit details
Copy full SHA for 66ead2f
View code at this point
Browse repository at this point
Fix the resource key for subusers
TrixterTheTux
authored
5f60a6c
View commit details
Copy full SHA for 5f60a6c
View code at this point
Browse repository at this point
Commits on Dec 7, 2019
Base code for settings and schedules
DaneEveritt
committed
2570b4e
View commit details
Copy full SHA for 2570b4e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.