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
Http
Controllers
Api
on
f0ac072
User selector
All users
All time
Commit history
Commits on Jul 26, 2020
[Security] Don't return all servers on the system when not a root admin and admin level servers are requested
Show description for f0ac072
DaneEveritt
committed
f0ac072
View commit details
Copy full SHA for f0ac072
View code at this point
Browse repository at this point
Commits on Jul 18, 2020
Always return the status code from the daemon if possible
DaneEveritt
committed
d644758
View commit details
Copy full SHA for d644758
View code at this point
Browse repository at this point
Commits on Jul 15, 2020
Add endpoint support for decompressing files
DaneEveritt
committed
1a6669a
View commit details
Copy full SHA for 1a6669a
View code at this point
Browse repository at this point
Ensure errors from daemon are wrapped correctly
DaneEveritt
committed
78c76d6
View commit details
Copy full SHA for 78c76d6
View code at this point
Browse repository at this point
Commits on Jul 11, 2020
Support renaming multiple files at once
DaneEveritt
committed
2653321
View commit details
Copy full SHA for 2653321
View code at this point
Browse repository at this point
Handle mass actions for file deletion
DaneEveritt
committed
93cab68
View commit details
Copy full SHA for 93cab68
View code at this point
Browse repository at this point
Add support for compressing items in the file manager
DaneEveritt
committed
82bc9e6
View commit details
Copy full SHA for 82bc9e6
View code at this point
Browse repository at this point
Fix nested directories being created incorrectly
DaneEveritt
committed
fdec3ce
View commit details
Copy full SHA for fdec3ce
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
Support modifying the primary allocation for a server
DaneEveritt
committed
fc90543
View commit details
Copy full SHA for fc90543
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 7, 2020
Code cleanup & fix frontend searching servers; closes #2100
DaneEveritt
committed
d3c749a
View commit details
Copy full SHA for d3c749a
View code at this point
Browse repository at this point
Code cleanup
DaneEveritt
committed
f0e18ba
View commit details
Copy full SHA for f0e18ba
View code at this point
Browse repository at this point
Commits on Jul 3, 2020
Generate recovery tokens when enabling 2FA on an account
DaneEveritt
committed
a998b46
View commit details
Copy full SHA for a998b46
View code at this point
Browse repository at this point
Commits on Jun 28, 2020
Add test coverage for creating tasks
DaneEveritt
committed
28c5729
View commit details
Copy full SHA for 28c5729
View code at this point
Browse repository at this point
Add test coverage for schedules
DaneEveritt
committed
b9a451b
View commit details
Copy full SHA for b9a451b
View code at this point
Browse repository at this point
Add test coverage for reinstall & server renaming
DaneEveritt
committed
63bc408
View commit details
Copy full SHA for 63bc408
View code at this point
Browse repository at this point
Add test coverage for generating JWTs to connect to websocket
DaneEveritt
committed
4cb4dfe
View commit details
Copy full SHA for 4cb4dfe
View code at this point
Browse repository at this point
Commits on Jun 27, 2020
Add test coverage for 2fa
DaneEveritt
committed
4cb95d8
View commit details
Copy full SHA for 4cb95d8
View code at this point
Browse repository at this point
Commits on Jun 26, 2020
Add test coverage for API key generation and deletion
DaneEveritt
committed
a81f688
View commit details
Copy full SHA for a81f688
View code at this point
Browse repository at this point
Add integration test covering account endpoint
DaneEveritt
committed
7a5f7b9
View commit details
Copy full SHA for 7a5f7b9
View code at this point
Browse repository at this point
Fix error while updating user
DaneEveritt
committed
8fb21a5
View commit details
Copy full SHA for 8fb21a5
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
Prevent creating a new database via the application API if server is at its limit; closes #2129
DaneEveritt
committed
b78aa18
View commit details
Copy full SHA for b78aa18
View code at this point
Browse repository at this point
Commits on Jun 19, 2020
Fix handling of backup tasks; closes #2067
DaneEveritt
committed
693b9ea
View commit details
Copy full SHA for 693b9ea
View code at this point
Browse repository at this point
Commits on May 10, 2020
Support downloading and deleting S3 backups
DaneEveritt
committed
225ef29
View commit details
Copy full SHA for 225ef29
View code at this point
Browse repository at this point
Commits on Apr 25, 2020
Fix handling of SFTP authorization; closes #1972
DaneEveritt
committed
2cf1c7f
View commit details
Copy full SHA for 2cf1c7f
View code at this point
Browse repository at this point
Commits on Apr 20, 2020
Add basic support for backups via the scheduled tasks system
DaneEveritt
committed
973591d
View commit details
Copy full SHA for 973591d
View code at this point
Browse repository at this point
Commits on Apr 19, 2020
Update frontend to only allow selection of valid permissions for subusers
DaneEveritt
committed
a1c3730
View commit details
Copy full SHA for a1c3730
View code at this point
Browse repository at this point
Fix handling for backups; correctly send along ignored files & directories
DaneEveritt
committed
00b0d30
View commit details
Copy full SHA for 00b0d30
View code at this point
Browse repository at this point
Commits on Apr 17, 2020
Update endpoints for managing backups
DaneEveritt
committed
81f7734
View commit details
Copy full SHA for 81f7734
View code at this point
Browse repository at this point
Fix display of navbar links to admins, closes #1920
DaneEveritt
committed
e969344
View commit details
Copy full SHA for e969344
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
Fix up node autodeployment
DaneEveritt
committed
fda8894
View commit details
Copy full SHA for fda8894
View code at this point
Browse repository at this point
Commits on Apr 12, 2020
Merge branch 'develop' into enhancement/new-server-admin
matthewpi
authored
ea8f7bb
View commit details
Copy full SHA for ea8f7bb
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
Remove all of the old references to unused interfaces outside the test code
DaneEveritt
committed
60f6e86
View commit details
Copy full SHA for 60f6e86
View code at this point
Browse repository at this point
Fix all StyleCI errors and probably break everything in the process
matthewpi
committed
432e28b
View commit details
Copy full SHA for 432e28b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.