Logo
Explore Help
Register Sign In
starred/panel-pelican-dev
1
0
Fork 0
You've already forked panel-pelican-dev
mirror of https://github.com/pelican-dev/panel.git synced 2026-05-04 18:00:48 +03:00
Code Issues 41 Packages Projects Releases 10 Wiki Activity

10 Releases 35 Tags

RSS Feed
  • v1.0.0-beta31 b1e9cadc10
    Compare

    Stable

    OVERLORD released this 2026-01-19 01:17:23 +03:00 | 87 commits to main since this release

    📅 Originally published on GitHub: Sun, 18 Jan 2026 22:43:24 GMT
    🏷️ Git tag created: Sun, 18 Jan 2026 22:17:23 GMT

    What's Changed

    • Clear filament cache when installing a plugin by @Boy132 in https://github.com/pelican-dev/panel/pull/2017
    • Fix plugin settings not showing on non-admin plugins by @Boy132 in https://github.com/pelican-dev/panel/pull/2023
    • Fix actions when plugin is "errored" by @Boy132 in https://github.com/pelican-dev/panel/pull/2027
    • Don't log yarn exceptions as error but warning by @Boy132 in https://github.com/pelican-dev/panel/pull/2022
    • fix: use correct log path for upload action by @killerbite95 in https://github.com/pelican-dev/panel/pull/2016
    • composer update by @notAreYouScared in https://github.com/pelican-dev/panel/pull/2030
    • Correct bounty link by @PalmarHealer in https://github.com/pelican-dev/panel/pull/2039
    • Add error notification when plugin install, update or uninstall fails by @Boy132 in https://github.com/pelican-dev/panel/pull/2032
    • Fix oauth providers with no color by @Boy132 in https://github.com/pelican-dev/panel/pull/2044
    • Fix relation managers for admin server resource by @Boy132 in https://github.com/pelican-dev/panel/pull/2050
    • chore: Prevent users from caching Config by @rmartinoscar in https://github.com/pelican-dev/panel/pull/2048
    • Per request cache for permission checks by @xDev789 in https://github.com/pelican-dev/panel/pull/2029
    • Bungeecord: Fix Download by @QuintenQVD0 in https://github.com/pelican-dev/panel/pull/2055
    • Replace Artisan::call in plugin service for better error handling by @Boy132 in https://github.com/pelican-dev/panel/pull/2031
    • Add Eggs to Installer by @notAreYouScared in https://github.com/pelican-dev/panel/pull/2004
    • fix: plugin migration rollback and cache clearing on uninstall by @PalmarHealer in https://github.com/pelican-dev/panel/pull/2033
    • Fix typo in method name by @Boy132 in https://github.com/pelican-dev/panel/pull/2062
    • Return if no egg was selected in the Installer by @rmartinoscar in https://github.com/pelican-dev/panel/pull/2073
    • Disable field if server variable is not user_editable by @Boy132 in https://github.com/pelican-dev/panel/pull/2074
    • Make rule for user language less restrictive by @Boy132 in https://github.com/pelican-dev/panel/pull/2075
    • Add user to shouldLink and shouldCreate oauth functions by @Boy132 in https://github.com/pelican-dev/panel/pull/2083
    • Add tests for php 8.5 by @Boy132 in https://github.com/pelican-dev/panel/pull/2079
    • Set plugin status to "errored" if it errored by @Boy132 in https://github.com/pelican-dev/panel/pull/2084
    • Update database config to remove deprecation warning on php 8.5 by @Boy132 in https://github.com/pelican-dev/panel/pull/2089
    • Make sure custom pages/relations don't override default pages/relations by @Boy132 in https://github.com/pelican-dev/panel/pull/2099
    • Add changes from upstream by @Boy132 in https://github.com/pelican-dev/panel/pull/2076
    • fix client side view database unlimited state by @notAreYouScared in https://github.com/pelican-dev/panel/pull/2047
    • Throw yarn errors when installing themes by @Boy132 in https://github.com/pelican-dev/panel/pull/2104
    • Fix columns for mount form by @Boy132 in https://github.com/pelican-dev/panel/pull/2105
    • Laravel 12.47.0 Shift by @lancepioch in https://github.com/pelican-dev/panel/pull/2103
    • Update translations from crowdin by @Boy132 in https://github.com/pelican-dev/panel/pull/2110
    • fix: Enhance feedback notifications for egg actions by @PalmarHealer in https://github.com/pelican-dev/panel/pull/2042
    • Add traits for customizing wizard steps by @Boy132 in https://github.com/pelican-dev/panel/pull/2100
    • Multiple Container Fixes by @parkervcp in https://github.com/pelican-dev/panel/pull/2063
    • Allow backup transfers by @JoanFo1456 in https://github.com/pelican-dev/panel/pull/2068
    • Add parallel flags to github ci by @lancepioch in https://github.com/pelican-dev/panel/pull/2109
    • Fix allocation policy for admins and update checks by @Boy132 in https://github.com/pelican-dev/panel/pull/2090
    • Add traits for customizing tabs by @Boy132 in https://github.com/pelican-dev/panel/pull/2101
    • Add github eggs to egg importer by @notAreYouScared in https://github.com/pelican-dev/panel/pull/2116
    • composer update by @notAreYouScared in https://github.com/pelican-dev/panel/pull/2120

    New Contributors

    • @killerbite95 made their first contribution in https://github.com/pelican-dev/panel/pull/2016
    • @xDev789 made their first contribution in https://github.com/pelican-dev/panel/pull/2029

    Full Changelog: https://github.com/pelican-dev/panel/compare/v1.0.0-beta30...v1.0.0-beta31

    Downloads
    • checksum.txt
      78 B
      2026-02-05 17:01:44 +03:00
    • panel.tar.gz
      2.9 MiB
      2026-02-05 17:01:45 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0-beta30 242a75bf3d
    Compare

    Stable

    OVERLORD released this 2025-12-20 02:32:13 +03:00 | 130 commits to main since this release

    📅 Originally published on GitHub: Fri, 19 Dec 2025 23:37:07 GMT
    🏷️ Git tag created: Fri, 19 Dec 2025 23:32:13 GMT

    What's Changed

    • Fixed tiny typo by @JoanFo1456 in https://github.com/pelican-dev/panel/pull/1981
    • Fix CreateWebhookConfiguration HeaderActions by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1979
    • Followup Stock Eggs #1973 by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1982
    • Consolidate policies and use Subuser model for subuser resource by @Boy132 in https://github.com/pelican-dev/panel/pull/1978
    • EditServer select_startup refactor by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1983
    • Fix File global search path & rename to nested search by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1985
    • Refactor subuser permissions by @Boy132 in https://github.com/pelican-dev/panel/pull/1961
    • Update paper egg to use their new domain by @QuintenQVD0 in https://github.com/pelican-dev/panel/pull/1986
    • Fix progress bar max value in table view by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1989
    • Don't convert Windows-1252 encoding by @Boy132 in https://github.com/pelican-dev/panel/pull/1991
    • Fix schedule actions by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1992
    • Fix console duplicating with spa by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1990
    • Fix Egg Importer Upload File Type Filter by @notAreYouScared in https://github.com/pelican-dev/panel/pull/2000
    • Fix Docker build command in comments by @m3ow-dev in https://github.com/pelican-dev/panel/pull/2003
    • Fix migrations in docker container by @parkervcp in https://github.com/pelican-dev/panel/pull/1999
    • changed docker panel restart to unless-stopped by @gOOvER in https://github.com/pelican-dev/panel/pull/1995
    • Egg API Import/Delete by @DaNussi in https://github.com/pelican-dev/panel/pull/1947
    • Change images from being stored in base64 to files by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1993
    • Fix: egg images are not loading by @hallo123wert in https://github.com/pelican-dev/panel/pull/2009
    • Add toggle for externally managed users by @Boy132 in https://github.com/pelican-dev/panel/pull/1825
    • Use recipient language for database notifications by @Boy132 in https://github.com/pelican-dev/panel/pull/2008
    • Replace CodeEditor with MonacoEditor by @notAreYouScared in https://github.com/pelican-dev/panel/pull/2013
    • Plugin system by @Boy132 in https://github.com/pelican-dev/panel/pull/1866

    New Contributors

    • @m3ow-dev made their first contribution in https://github.com/pelican-dev/panel/pull/2003
    • @gOOvER made their first contribution in https://github.com/pelican-dev/panel/pull/1995
    • @DaNussi made their first contribution in https://github.com/pelican-dev/panel/pull/1947

    Full Changelog: https://github.com/pelican-dev/panel/compare/v1.0.0-beta29...v1.0.0-beta30

    Downloads
    • checksum.txt
      78 B
      2026-02-05 17:01:41 +03:00
    • panel.tar.gz
      2.9 MiB
      2026-02-05 17:01:42 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0-beta29 dfd6dbfe26
    Compare

    Stable

    OVERLORD released this 2025-12-10 01:53:07 +03:00 | 153 commits to main since this release

    📅 Originally published on GitHub: Tue, 09 Dec 2025 23:07:15 GMT
    🏷️ Git tag created: Tue, 09 Dec 2025 22:53:07 GMT

    What's Changed

    • Fix node_ids rule for database host by @Boy132 in https://github.com/pelican-dev/panel/pull/1885
    • Fix jar mime type by @Boy132 in https://github.com/pelican-dev/panel/pull/1891
    • Use public disk for console fonts upload by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1893
    • Make sure case for role permissions is correct by @Boy132 in https://github.com/pelican-dev/panel/pull/1892
    • Fix: Duplicate bulk deletion notifications by @hallo123wert in https://github.com/pelican-dev/panel/pull/1881
    • don't try to bulk update if egg doesn't even have a url by @mristau in https://github.com/pelican-dev/panel/pull/1887
    • fix: bypass tenant scoping in allocation queries by @PalmarHealer in https://github.com/pelican-dev/panel/pull/1883
    • Remove old update command by @Boy132 in https://github.com/pelican-dev/panel/pull/1898
    • Encode file contents to utf-8 by @Boy132 in https://github.com/pelican-dev/panel/pull/1896
    • composer update by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1901
    • Remove 'required' rule from egg-garrys-mod.yaml by @Luke1505 in https://github.com/pelican-dev/panel/pull/1902
    • fix: use port range on free allocation lookup by @PalmarHealer in https://github.com/pelican-dev/panel/pull/1882
    • Make sure to load FilamentServiceProvider before panel providers by @Boy132 in https://github.com/pelican-dev/panel/pull/1907
    • Fix permission checks on Client side by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1913
    • Add server icons by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1906
    • Add back 2fa requirement middleware by @Boy132 in https://github.com/pelican-dev/panel/pull/1897
    • Fix: No live preview for fonts by @hallo123wert in https://github.com/pelican-dev/panel/pull/1921
    • Fix EditFiles breadcrumbs incorrect url by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1925
    • Improve "first task" checks by @Boy132 in https://github.com/pelican-dev/panel/pull/1926
    • Refactor schedule tasks by @Boy132 in https://github.com/pelican-dev/panel/pull/1911
    • composer update by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1928
    • Fix Egg select_startup default & update state by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1933
    • Delete ssh keys shouldn't be a POST & Cleanup routes by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1934
    • Fix Policies modelname are case sensitive by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1937
    • Change Admin Actions to IconButtons by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1900
    • Fix Role class path for ::getNavigationIcon() by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1936
    • Add custom render hooks to our footer by @Boy132 in https://github.com/pelican-dev/panel/pull/1942
    • Fix typo in suspend method documentation by @QuintenQVD0 in https://github.com/pelican-dev/panel/pull/1944
    • Add progress bars to the client area by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1924
    • feat: Add toggle for automatic allocation creation in panel settings by @PalmarHealer in https://github.com/pelican-dev/panel/pull/1884
    • Only allow server transfers to accessible nodes by @Boy132 in https://github.com/pelican-dev/panel/pull/1951
    • Add pagination to server list by @Boy132 in https://github.com/pelican-dev/panel/pull/1955
    • Fix Save Notification icon & Cleanup by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1959
    • Update docker image by @parkervcp in https://github.com/pelican-dev/panel/pull/1917
    • Add ignoreRecord to CopyFrom relationships by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1964
    • Fix docker entrypoint ASSET_URL not APP_ASSET by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1965
    • Use Policies rather then overriding can*() functions by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1837
    • Disable Captcha & Oauth Settings actions when read only by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1968

    New Contributors

    • @hallo123wert made their first contribution in https://github.com/pelican-dev/panel/pull/1881
    • @Luke1505 made their first contribution in https://github.com/pelican-dev/panel/pull/1902

    Full Changelog: https://github.com/pelican-dev/panel/compare/v1.0.0-beta28...v1.0.0-beta29

    Downloads
    • checksum.txt
      78 B
      2026-02-05 17:01:36 +03:00
    • panel.tar.gz
      2.9 MiB
      2026-02-05 17:01:37 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0-beta28 5c3b0919aa
    Compare

    Stable

    OVERLORD released this 2025-11-09 20:29:46 +03:00 | 195 commits to main since this release

    📅 Originally published on GitHub: Sun, 09 Nov 2025 17:36:07 GMT
    🏷️ Git tag created: Sun, 09 Nov 2025 17:29:46 GMT

    What's Changed

    • Add "cancel" button to profile by @Boy132 in https://github.com/pelican-dev/panel/pull/1821
    • Fix user permissions service by @Boy132 in https://github.com/pelican-dev/panel/pull/1819
    • Add archive extension selection by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1828
    • Leverage user() helper by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1832
    • Hide User reset password Action on create Operation by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1840
    • Fix weird postgres behavior when selecting mounts by @m41denx in https://github.com/pelican-dev/panel/pull/1842
    • Fix 500 "No route found" when creating db host by @m41denx in https://github.com/pelican-dev/panel/pull/1841
    • Add boolean cast to read_only toggle buttons by @Boy132 in https://github.com/pelican-dev/panel/pull/1844
    • Refactor: add FilamentServiceProvider & globally make Select native(false) by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1836
    • Add setup wizard to all oauth providers by @LetterN in https://github.com/pelican-dev/panel/pull/1801
    • feat: Add mixed navigation type with admin-configurable defaults by @PalmarHealer in https://github.com/pelican-dev/panel/pull/1850
    • Add border-radius to activity log avatars by @Copilot in https://github.com/pelican-dev/panel/pull/1848
    • composer update by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1856
    • Add api endpoint for updating username by @Boy132 in https://github.com/pelican-dev/panel/pull/1826
    • Fix admin serverlist search by @m41denx in https://github.com/pelican-dev/panel/pull/1854
    • Add Egg Images by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1849
    • add server description to grid view too by @mristau in https://github.com/pelican-dev/panel/pull/1851
    • Allow to register "special file" alert banners by @Boy132 in https://github.com/pelican-dev/panel/pull/1861
    • Allow to "embed" server list by @Boy132 in https://github.com/pelican-dev/panel/pull/1860
    • Fix directAccessibleServers returning duplicates by @Boy132 in https://github.com/pelican-dev/panel/pull/1862
    • Laravel 12.37.0 Shift by @lancepioch in https://github.com/pelican-dev/panel/pull/1864
    • Add wings diagnostics retrieving to Edit Node page by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1865
    • Allow admins to "lock" allocations by @Boy132 in https://github.com/pelican-dev/panel/pull/1811
    • Fix typo in DNS help text by @exefer in https://github.com/pelican-dev/panel/pull/1868
    • Add bulk IP update action for node allocations by @Copilot in https://github.com/pelican-dev/panel/pull/1845
    • Add session key to use last used node, instead of latest created node by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1869
    • Replace current panel log viewer with new and improved log viewer by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1834
    • Fix typo in failed upload message by @exefer in https://github.com/pelican-dev/panel/pull/1874
    • Reimplement Drag & Drop for file uploading 🎉 by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1858
    • Repair webhooks once again by @JoanFo1456 in https://github.com/pelican-dev/panel/pull/1815
    • Fix creating mounts by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1876
    • Do no use stock notifications on actions by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1877
    • Hide new allocation action if server has 0 allocations. by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1878
    • Fix allocations by admins aren't locked by default by @Boy132 in https://github.com/pelican-dev/panel/pull/1879

    New Contributors

    • @m41denx made their first contribution in https://github.com/pelican-dev/panel/pull/1842
    • @mristau made their first contribution in https://github.com/pelican-dev/panel/pull/1851
    • @exefer made their first contribution in https://github.com/pelican-dev/panel/pull/1868

    Full Changelog: https://github.com/pelican-dev/panel/compare/v1.0.0-beta27...v1.0.0-beta28

    Downloads
    • checksum.txt
      78 B
      2026-02-05 17:01:31 +03:00
    • panel.tar.gz
      2.9 MiB
      2026-02-05 17:01:33 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0-beta27 1a4fa5e67a
    Compare

    Stable

    OVERLORD released this 2025-10-15 03:35:26 +03:00 | 229 commits to main since this release

    📅 Originally published on GitHub: Mon, 20 Oct 2025 00:38:13 GMT
    🏷️ Git tag created: Wed, 15 Oct 2025 00:35:26 GMT

    What's Changed

    • Topbar removed if using sidebar by @JoanFo1456 in https://github.com/pelican-dev/panel/pull/1789
    • Add cpu helper on EditServer & move helperText to hintIcon on Create by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1795
    • Fix 500 when oauth is null by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1798
    • Add changelog preview when a new update is available by @LetterN in https://github.com/pelican-dev/panel/pull/1792
    • Use tenantMiddleware instead of manually fetching tenant query param by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1799
    • Rename Create actions in EditProfile by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1804
    • Only keep the last 120 stored stats by @Boy132 in https://github.com/pelican-dev/panel/pull/1805
    • composer update by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1806
    • Remove duplicate translation entries by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1812
    • Replace Xtermjs canvas with webgl by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1807

    Full Changelog: https://github.com/pelican-dev/panel/compare/v1.0.0-beta26...v1.0.0-beta27

    Downloads
    • checksum.txt
      78 B
      2026-02-05 17:01:27 +03:00
    • panel.tar.gz
      2.7 MiB
      2026-02-05 17:01:29 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0-beta26 1f56b8e114
    Compare

    Stable

    OVERLORD released this 2025-10-08 23:00:47 +03:00 | 239 commits to main since this release

    📅 Originally published on GitHub: Wed, 08 Oct 2025 20:12:11 GMT
    🏷️ Git tag created: Wed, 08 Oct 2025 20:00:47 GMT

    What's Changed

    • Replace str_random with Str::random by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1676
    • Refactor & Catch DatabaseManagementService by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1671
    • Remove DaemonPowerRepository by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1673
    • Improve join_paths helper method by @Boy132 in https://github.com/pelican-dev/panel/pull/1668
    • Filament v4 🎉 by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1651
    • Only disable "delete backup" when backup hasn't failed by @Boy132 in https://github.com/pelican-dev/panel/pull/1686
    • Fix Docker versioning by @NerdsCorp in https://github.com/pelican-dev/panel/pull/1663
    • Fixed Allocations not calling webhooks on server creation & Object events by @JoanFo1456 in https://github.com/pelican-dev/panel/pull/1595
    • Prevent rootAdmins from having other roles & being deleted via the API by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1699
    • Sanitize activity log meta data values (on frontend) by @Boy132 in https://github.com/pelican-dev/panel/pull/1705
    • Fix server owner permissions by @danielkurek in https://github.com/pelican-dev/panel/pull/1703
    • Update security policy by @Boy132 in https://github.com/pelican-dev/panel/pull/1707
    • Collection of smaller v4 fixes by @Boy132 in https://github.com/pelican-dev/panel/pull/1684
    • Remove table row icons by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1710
    • Add state cast for server condition by @Boy132 in https://github.com/pelican-dev/panel/pull/1713
    • Fix join_paths for absolute linux paths by @Boy132 in https://github.com/pelican-dev/panel/pull/1715
    • Fix powerActions visible while loading by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1708
    • Fixed webhooks on v4 and nested values by @JoanFo1456 in https://github.com/pelican-dev/panel/pull/1704
    • Make allocation select on users server relation manager functional by @Boy132 in https://github.com/pelican-dev/panel/pull/1719
    • Remove username rules and allow to change it in profile by @Boy132 in https://github.com/pelican-dev/panel/pull/1702
    • Url encode username in sftp connection string by @Boy132 in https://github.com/pelican-dev/panel/pull/1731
    • Fix refresh action for egg index select & add refresh action to allocation ip selects by @Boy132 in https://github.com/pelican-dev/panel/pull/1736
    • Laravel 12.31.1 Shift by @lancepioch in https://github.com/pelican-dev/panel/pull/1739
    • Make tests fail-fast & common env by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1724
    • Allow clipboard.writeText without HTTPS by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1723
    • Enable "ordered imports" by @Boy132 in https://github.com/pelican-dev/panel/pull/1746
    • Switch tenant slug back to short uuid by @Boy132 in https://github.com/pelican-dev/panel/pull/1732
    • Redirect to previous page when clicking "cancel" on EditFiles page by @Boy132 in https://github.com/pelican-dev/panel/pull/1747
    • Add xtermjs Canvas by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1756
    • Make sure default variable value is set and that variables are created when viewing server by @Boy132 in https://github.com/pelican-dev/panel/pull/1758
    • Refresh page after file updates by @Boy132 in https://github.com/pelican-dev/panel/pull/1759
    • Filament v4.1 by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1761
    • Fix mime type for jar files by @Boy132 in https://github.com/pelican-dev/panel/pull/1757
    • Remove "custom" email views by @Boy132 in https://github.com/pelican-dev/panel/pull/1763
    • Allow both nodes for server requests when doing transfers by @Boy132 in https://github.com/pelican-dev/panel/pull/1701
    • Add sudo to crontab command by @Boy132 in https://github.com/pelican-dev/panel/pull/1773
    • v4.1.2 + upgrade by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1775
    • Add user() helper by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1768
    • Filament v4.1.4 by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1780
    • Add own endpoint for exporting eggs by @Boy132 in https://github.com/pelican-dev/panel/pull/1760
    • Allow multiple startup commands per egg by @Boy132 in https://github.com/pelican-dev/panel/pull/1656
    • Change node config to use Code Entry by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1781
    • Improve time offset ux by @Boy132 in https://github.com/pelican-dev/panel/pull/1772
    • General Edit User Improvements by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1779
    • Add Laravel/Filament Log Viewer by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1778
    • composer update by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1782
    • Language Update by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1784

    New Contributors

    • @NerdsCorp made their first contribution in https://github.com/pelican-dev/panel/pull/1663
    • @danielkurek made their first contribution in https://github.com/pelican-dev/panel/pull/1703

    Full Changelog: https://github.com/pelican-dev/panel/compare/v1.0.0-beta25...v1.0.0-beta26

    Downloads
    • checksum.txt
      78 B
      2026-02-05 17:01:20 +03:00
    • panel.tar.gz
      2.7 MiB
      2026-02-05 17:01:21 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0-beta25 925ab26fb4
    Compare

    Stable

    OVERLORD released this 2025-09-05 00:24:58 +03:00 | 286 commits to main since this release

    📅 Originally published on GitHub: Thu, 04 Sep 2025 21:42:46 GMT
    🏷️ Git tag created: Thu, 04 Sep 2025 21:24:58 GMT

    What's Changed

    • fix lang by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1590
    • fix eggs with [] by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1596
    • Server creation: Only get node_id from allocation if it is missing by @Boy132 in https://github.com/pelican-dev/panel/pull/1598
    • Laravel 12.23.1 Shift by @lancepioch in https://github.com/pelican-dev/panel/pull/1604
    • add missing package for healthcheck by @parkervcp in https://github.com/pelican-dev/panel/pull/1609
    • Fix & cleanup OAuthController by @Boy132 in https://github.com/pelican-dev/panel/pull/1599
    • Improve translation for "link" and "unlink" (oauth) by @Boy132 in https://github.com/pelican-dev/panel/pull/1612
    • Fix gap for profile repeaters (api keys, ssh keys, activity logs) by @Boy132 in https://github.com/pelican-dev/panel/pull/1613
    • fix php ini permissions by @parkervcp in https://github.com/pelican-dev/panel/pull/1619
    • Fix 500 for closeable alert banners by @Boy132 in https://github.com/pelican-dev/panel/pull/1620
    • Fix translation for invalid schedule cron + cleanup translations for import modal by @Boy132 in https://github.com/pelican-dev/panel/pull/1618
    • Update bug-report logs url by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1630
    • Fix Installer, Admin & Exit admin redirect by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1640
    • Fix activityLog permission name by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1641
    • Create custom number format method to catch invalid languages on php 8.4 by @Boy132 in https://github.com/pelican-dev/panel/pull/1623
    • fix: Wrong conversion if decimal prefix selected by @SaurFort in https://github.com/pelican-dev/panel/pull/1626
    • Create custom startup variable field by @Boy132 in https://github.com/pelican-dev/panel/pull/1615
    • Remove leftovers from activity log batch by @Boy132 in https://github.com/pelican-dev/panel/pull/1649
    • Fix auto deploy docker command not including the container argument by @IThundxr in https://github.com/pelican-dev/panel/pull/1584
    • Rename api key prefixes for better clarity by @Boy132 in https://github.com/pelican-dev/panel/pull/1650
    • Fix various Translations & add Installer & add Notifications by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1632
    • Fix finish & add translation for Installer title by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1659
    • Encode file path in url by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1661
    • Encode file path in url for folders by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1662

    New Contributors

    • @SaurFort made their first contribution in https://github.com/pelican-dev/panel/pull/1626
    • @IThundxr made their first contribution in https://github.com/pelican-dev/panel/pull/1584

    Full Changelog: https://github.com/pelican-dev/panel/compare/v1.0.0-beta24...v1.0.0-beta25

    Downloads
    • checksum.txt
      78 B
      2026-02-05 17:01:14 +03:00
    • panel.tar.gz
      1.5 MiB
      2026-02-05 17:01:16 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0-beta24 b03d2cf919
    Compare

    Stable

    OVERLORD released this 2025-08-11 23:57:59 +03:00 | 312 commits to main since this release

    📅 Originally published on GitHub: Mon, 11 Aug 2025 21:22:01 GMT
    🏷️ Git tag created: Mon, 11 Aug 2025 20:57:59 GMT

    What's Changed

    • Update contributing guide by @Boy132 in https://github.com/pelican-dev/panel/pull/1548
    • Move header actions to iconbuttons by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1541
    • Laravel 12.21.0 Shift by @lancepioch in https://github.com/pelican-dev/panel/pull/1551
    • Add tags field to eggs transformer. by @hasyirin in https://github.com/pelican-dev/panel/pull/1550
    • Cleanup formatResource by @Boy132 in https://github.com/pelican-dev/panel/pull/1563
    • remove maxlength rule from egg variable's default_value field by @hasyirin in https://github.com/pelican-dev/panel/pull/1559
    • Allow for backups to be renamed by @Awhikax in https://github.com/pelican-dev/panel/pull/1546
    • Fixed not working variables on DiscordWebhooks and headers. by @JoanFo1456 in https://github.com/pelican-dev/panel/pull/1516
    • Refactor AlertBanner to be ViewComponent by @Boy132 in https://github.com/pelican-dev/panel/pull/1555
    • Client area translations by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1554
    • Cleanup and update node packages by @Boy132 in https://github.com/pelican-dev/panel/pull/1557
    • Allow eggs to be exported/imported as YAML by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1535
    • Load app.css before filament styles by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1575
    • Allow user selectable navigation type by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1572
    • Add abstract base class for panel providers by @Boy132 in https://github.com/pelican-dev/panel/pull/1576
    • Update minecraft eggs to support ipv4/ipv6 by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1577
    • Update egg-vanilla-minecraft.yaml by @alwism in https://github.com/pelican-dev/panel/pull/1574
    • Fix server creation without deployment by @Boy132 in https://github.com/pelican-dev/panel/pull/1569
    • Auto create missing users when using oauth by @Boy132 in https://github.com/pelican-dev/panel/pull/1573
    • Laravel 12.22.1 Shift by @lancepioch in https://github.com/pelican-dev/panel/pull/1580
    • Cleanup remote api requests by @Boy132 in https://github.com/pelican-dev/panel/pull/1579
    • Update healthcheck by @parkervcp in https://github.com/pelican-dev/panel/pull/1571
    • Fix container status caching by @Boy132 in https://github.com/pelican-dev/panel/pull/1588
    • composer update + update jwt by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1587

    New Contributors

    • @hasyirin made their first contribution in https://github.com/pelican-dev/panel/pull/1550
    • @Awhikax made their first contribution in https://github.com/pelican-dev/panel/pull/1546
    • @alwism made their first contribution in https://github.com/pelican-dev/panel/pull/1574

    Full Changelog: https://github.com/pelican-dev/panel/compare/v1.0.0-beta23...v1.0.0-beta24

    Downloads
    • checksum.txt
      78 B
      2026-02-05 17:01:11 +03:00
    • panel.tar.gz
      1.5 MiB
      2026-02-05 17:01:12 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0-beta23 d7e60f2456
    Compare

    Stable

    OVERLORD released this 2025-07-19 22:40:18 +03:00 | 336 commits to main since this release

    📅 Originally published on GitHub: Sat, 19 Jul 2025 19:49:28 GMT
    🏷️ Git tag created: Sat, 19 Jul 2025 19:40:18 GMT

    What's Changed

    • Fix table view power actions by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1490
    • Add migration to match node ports by @Boy132 in https://github.com/pelican-dev/panel/pull/1489
    • Add Languages by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1499
    • Fix options for script_entry Select by @Boy132 in https://github.com/pelican-dev/panel/pull/1505
    • Improve turnstile error handling (+ cleanup) by @Boy132 in https://github.com/pelican-dev/panel/pull/1501
    • Filter out already used ips with the same port by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1496
    • Fix power actions by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1517
    • Laravel 12.20.0 Shift by @lancepioch in https://github.com/pelican-dev/panel/pull/1500
    • Filters sensitive credential fields from auth:fail logs by @Regen1337 in https://github.com/pelican-dev/panel/pull/1504
    • Fix memory leak caused by shift pr by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1528
    • Improve schedule form by @Boy132 in https://github.com/pelican-dev/panel/pull/1514
    • Cleanup & fix server deployment by @Boy132 in https://github.com/pelican-dev/panel/pull/1497
    • Move fullscreen file editor down to not cover top bar by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1527
    • Fix phpstan by @Boy132 in https://github.com/pelican-dev/panel/pull/1532
    • Improve Mounts API by @Boy132 in https://github.com/pelican-dev/panel/pull/1531
    • Add migration to clear password from auth:fail logs by @Boy132 in https://github.com/pelican-dev/panel/pull/1533
    • Add import & export for schedules by @Boy132 in https://github.com/pelican-dev/panel/pull/1530
    • Use filaments password broker for reset link token when creating subuser by @Boy132 in https://github.com/pelican-dev/panel/pull/1498
    • Server Policy: Only do owner check if checking for subuser permissions by @Boy132 in https://github.com/pelican-dev/panel/pull/1521
    • Call FitConsole after page load by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1534
    • Use default startup variable value when creating server via api by @lancepioch in https://github.com/pelican-dev/panel/pull/1518
    • Fix delayed status update, and graphs by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1536
    • Fix Console Fit... again by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1537

    New Contributors

    • @Regen1337 made their first contribution in https://github.com/pelican-dev/panel/pull/1504

    Full Changelog: https://github.com/pelican-dev/panel/compare/v1.0.0-beta22...v1.0.0-beta23

    Downloads
    • checksum.txt
      78 B
      2026-02-05 17:01:08 +03:00
    • panel.tar.gz
      1.5 MiB
      2026-02-05 17:01:09 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0-beta22 556551b4f3
    Compare

    Stable

    OVERLORD released this 2025-07-06 23:51:45 +03:00 | 359 commits to main since this release

    📅 Originally published on GitHub: Sun, 06 Jul 2025 21:16:00 GMT
    🏷️ Git tag created: Sun, 06 Jul 2025 20:51:45 GMT

    What's Changed

    • Remove packs folders in storage by @Boy132 in https://github.com/pelican-dev/panel/pull/1367
    • Check against 2fa backup codes too in Login by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1366
    • Fix Composer warnings by @C0D3-M4513R in https://github.com/pelican-dev/panel/pull/1376
    • Add missing auth activity logs by @Boy132 in https://github.com/pelican-dev/panel/pull/1372
    • Only include "server" subjects in activity log query by @Boy132 in https://github.com/pelican-dev/panel/pull/1386
    • Put whereHas-orDoesntHave in own where by @Boy132 in https://github.com/pelican-dev/panel/pull/1387
    • Fix Mount translation by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1382
    • Laravel 12.15.0 Shift by @lancepioch in https://github.com/pelican-dev/panel/pull/1390
    • Use app panel for password link in AccountCreated notification by @Boy132 in https://github.com/pelican-dev/panel/pull/1389
    • Move tables & forms to resources in client area by @Boy132 in https://github.com/pelican-dev/panel/pull/1388
    • Add missing </div> to monaco editor view by @Boy132 in https://github.com/pelican-dev/panel/pull/1399
    • Laravel 12.16.0 Shift by @lancepioch in https://github.com/pelican-dev/panel/pull/1408
    • Make server name and server address clickable (and copyable) by @Boy132 in https://github.com/pelican-dev/panel/pull/1395
    • Permission check fixes by @Boy132 in https://github.com/pelican-dev/panel/pull/1406
    • Use translation for ListFiles DeleteAction by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1410
    • Deselect records for ListFiles DeleteAction by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1411
    • Refactor Node Stats by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1145
    • Lazy load server entries (Grid only) by @Boy132 in https://github.com/pelican-dev/panel/pull/1413
    • Add separate port field for node connections by @Boy132 in https://github.com/pelican-dev/panel/pull/1423
    • Make sure daemon_listen and daemon_connect match when not behind proxy by @Boy132 in https://github.com/pelican-dev/panel/pull/1428
    • Laravel 12.17.0 Shift by @lancepioch in https://github.com/pelican-dev/panel/pull/1429
    • Replace $allocation->toString() with $allocation->address by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1431
    • Refactor EnvironmentTrait to use Env Facade by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1430
    • Fix hostname env variable name in rust egg by @Boy132 in https://github.com/pelican-dev/panel/pull/1435
    • Create new description endpoint by @pelican-vehikl in https://github.com/pelican-dev/panel/pull/1136
    • Fix error handling for deleting backups by @Boy132 in https://github.com/pelican-dev/panel/pull/1434
    • Fix missing font by @JoanFo1456 in https://github.com/pelican-dev/panel/pull/1404
    • Use supervisorctl instead of systemctl when running in docker by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1378
    • Laravel 12.18.0 Shift by @lancepioch in https://github.com/pelican-dev/panel/pull/1443
    • Fix Users seeing Open in admin by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1444
    • Cleanup & fix server list by @Boy132 in https://github.com/pelican-dev/panel/pull/1433
    • Fully remove the filament-context-menu package by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1449
    • Role icons: Use correct capitalization for class names by @Boy132 in https://github.com/pelican-dev/panel/pull/1447
    • Delete old csgo egg by @Boy132 in https://github.com/pelican-dev/panel/pull/1448
    • Refactor admin dashboard widgets to use forms by @Boy132 in https://github.com/pelican-dev/panel/pull/1452
    • Trait-ify resources and add customizable options by @Boy132 in https://github.com/pelican-dev/panel/pull/1396
    • Fix some tests by @pelican-vehikl in https://github.com/pelican-dev/panel/pull/1450
    • Laravel 12.19.3 Shift by @lancepioch in https://github.com/pelican-dev/panel/pull/1455
    • Fix: Search for tags in correct variable by @wbvanderbroek in https://github.com/pelican-dev/panel/pull/1461
    • Tweak Grid View, Use Memory Limit, not wings reported allocation by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1462
    • Server Without Allocations by @JoanFo1456 in https://github.com/pelican-dev/panel/pull/1432
    • Add "egg index" and dropdown to egg importer by @Boy132 in https://github.com/pelican-dev/panel/pull/1451
    • Schedule task improvements by @Boy132 in https://github.com/pelican-dev/panel/pull/1468
    • Add FileExistsException & Fix error reporting by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1417
    • back port power actions from v4 branch by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1470
    • Move console js to built app.js file. by @notAreYouScared in https://github.com/pelican-dev/panel/pull/1471
    • Refactor Providers to be a singleton by @pelican-vehikl in https://github.com/pelican-dev/panel/pull/1327
    • Add dehydratedWhenHidden to serverVariable TextInput & Select by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1476
    • Nullable allocation in server-entry blade by @JoanFo1456 in https://github.com/pelican-dev/panel/pull/1484
    • Nullable allocation in server-entry blade² by @JoanFo1456 in https://github.com/pelican-dev/panel/pull/1486
    • Nullable eggFeatures in FeatureService by @rmartinoscar in https://github.com/pelican-dev/panel/pull/1485
    • DiscordWebhooks by @JoanFo1456 in https://github.com/pelican-dev/panel/pull/1355
    • Replace gethostbynamel with dns_get_record by @Boy132 in https://github.com/pelican-dev/panel/pull/1479
    • Add SSH Keys to Profile by @Boy132 in https://github.com/pelican-dev/panel/pull/1478

    New Contributors

    • @C0D3-M4513R made their first contribution in https://github.com/pelican-dev/panel/pull/1376
    • @wbvanderbroek made their first contribution in https://github.com/pelican-dev/panel/pull/1461

    Full Changelog: https://github.com/pelican-dev/panel/compare/v1.0.0-beta21...v1.0.0-beta22

    Downloads
    • checksum.txt
      78 B
      2026-02-05 17:01:05 +03:00
    • panel.tar.gz
      1.2 MiB
      2026-02-05 17:01:05 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.25.4 Page: 91ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API