Commit Graph

3421 Commits

Author SHA1 Message Date
Caleb
d80660f047 Added admin configuration
This is not working just yet but the fields have been added to the admin control area.
2020-09-28 16:14:14 -04:00
Caleb
da30977364 Merge branch 'develop' of https://github.com/pressstartearly/panel into develop 2020-09-28 11:51:09 -04:00
Caleb
8f8bd0be83 Added Automatic Allocations
Known issues:
- Port range to auto create is hard coded
- React interface is still a WIP.
2020-09-28 11:50:34 -04:00
Dane Everitt
bcbd2c4996 Add new sponsor 2020-09-24 21:24:01 -07:00
Dane Everitt
3340ee7fd8 Fix bad encoding when handling files; closes #2399 2020-09-24 20:27:02 -07:00
Dane Everitt
711efe34bb Truncate auto-generated usernames to 64 characters 2020-09-24 19:37:39 -07:00
Dane Everitt
c0fc9125ed Fix database naming conventions; closes #2404 2020-09-24 19:31:42 -07:00
Dane Everitt
6a4914df3b Properly validate schedule names; closes #2405 2020-09-24 19:25:34 -07:00
Dane Everitt
48a104667f Fix re-rendering mess on allocation page 2020-09-24 19:20:19 -07:00
Caleb
e1a01fd595 changed package.json to be ignored 2020-09-24 14:43:22 -04:00
Dane Everitt
cbedd4539c Performance cleanup; check main box when all children are checked; closes #2379 2020-09-22 21:41:35 -07:00
Dane Everitt
2182a15494 Don't return variables to users that they should not be able to see; closes #2388 2020-09-22 21:12:00 -07:00
Dane Everitt
7968258004 appease TS 2020-09-22 20:52:37 -07:00
Dane Everitt
4bfc91a30e Fix mutation of directory name with slashes in it; closes #2377 2020-09-22 20:50:44 -07:00
Dane Everitt
36eb04893d Not used, make things less confusing 2020-09-22 20:42:48 -07:00
Dane Everitt
7f9b21e486 Correctly show number of servers a user belongs to; closes #2375 2020-09-22 20:13:54 -07:00
Dane Everitt
1b0a6252f1 Fix undefined index error; closes #2378; closes #2391 2020-09-22 19:58:30 -07:00
Dane Everitt
d4363cb36f Merge pull request #2362 from AreYouRlyScared/fixes
Remove unused imports
2020-09-22 19:46:25 -07:00
Charles Morgan
c928214a83 Fix overflows through out the front end (#2382)
* Fix overflows through out the front end

Fixed Server row overflow for servers name and description
Fixed Sub-user overflow for users with oddly long emails....
Fixed Server new overflow on console view.

See Attached images.

* Remove conflicting server name limits
2020-09-22 19:37:41 -07:00
Dane Everitt
c75ed20b26 Merge pull request #2396 from pterodactyl/fix-2361
Fix empty array in node config YAML
2020-09-22 19:36:41 -07:00
Anand Capur
dda13f80c7 Fix empty array in node config YAML 2020-09-22 16:09:28 -07:00
Charles Morgan
f6bec474f4 Remove unused imports 2020-09-18 03:43:33 -04:00
Dane Everitt
0908830003 Fix error when loading nodes v1.0.0-rc.6 2020-09-17 20:44:33 -07:00
Dane Everitt
c9883b5caf Include resource total allocations; closes #1518 2020-09-17 20:44:24 -07:00
Dane Everitt
f420cd1354 Merge pull request #2352 from Sir3lit/bugfixes
Fix schedule layout
2020-09-17 14:27:20 -07:00
Charles Morgan
1b59c8dffe Update Schedule.php 2020-09-17 17:16:36 -04:00
Charles Morgan
98ed96d08a Merge branch 'bugfixes' of https://github.com/Sir3lit/panel into bugfixes 2020-09-17 00:07:30 -04:00
Charles Morgan
d1a325312d Update ScheduleTaskRow.tsx 2020-09-17 00:07:20 -04:00
Charles Morgan
857d311135 Merge branch 'develop' into bugfixes 2020-09-17 00:04:16 -04:00
Charles Morgan
607184e578 Schedule Fixes
Limiting Schedule name 75>255
Moved Payload to bottom of new task window
Closes #2346
2020-09-17 00:01:48 -04:00
Dane Everitt
cca537d650 Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop 2020-09-16 20:28:53 -07:00
Dane Everitt
95b27a8d56 Remove unused views 2020-09-16 20:28:38 -07:00
Dane Everitt
1e4b50fa61 Remove socketio connections from server listing; closes #1942 2020-09-16 20:28:32 -07:00
Dane Everitt
7f9f81a859 Merge pull request #2335 from ZeProf2Code/patch-2
fix: only show download button if it's a file
2020-09-16 20:23:39 -07:00
Dane Everitt
28dbd0f02a Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop 2020-09-16 20:20:51 -07:00
Dane Everitt
353f2487a0 Correctly send backup ignored files from textarea; closes #2349
For some reason Formik can't handle the css macro on these fields? Concerning, but not wasting time this close to release to dig into it more.
2020-09-16 20:20:48 -07:00
Dane Everitt
dffc392c09 Merge pull request #2340 from kodehat/develop
Add Redis UNIX socket support besides to TCP
2020-09-16 08:11:53 -07:00
kodehat
d5f411d733 Add Redis UNIX socket support besides to TCP 2020-09-16 08:49:35 +02:00
Dane Everitt
3af9e92603 Codemirror cleanup 2020-09-15 20:53:23 -07:00
Dane Everitt
80e08572d6 Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop 2020-09-15 19:27:11 -07:00
Dane Everitt
2d669a3059 Fix backups table not being removed correctly; closes #2343 2020-09-15 19:27:02 -07:00
Dane Everitt
0be5878e9e Merge pull request #2338 from pterodactyl/feature/codemirror
Replace Ace Editor with CodeMirror
2020-09-15 19:17:00 -07:00
Matthew Penner
9d7f4f954e Replace Ace editor with CodeMirror 2020-09-13 17:17:40 -06:00
Dane Everitt
79f616f791 Fix authentication lockout when doing multiple SFTP uploads; closes #2221 2020-09-13 13:54:41 -07:00
Dane Everitt
7b57d65edf Cleanup allocation repository 2020-09-13 12:47:05 -07:00
Dane Everitt
9410a54c98 Removed unused interface functions 2020-09-13 12:37:59 -07:00
Dane Everitt
8b4bd3945d Fix user search in admin area; closes #2100 2020-09-13 12:35:48 -07:00
Dane Everitt
88300e5448 Support searching servers in admin area using name; closes #2100 2020-09-13 12:26:15 -07:00
Dane Everitt
d8c338df3e Update all remaining code pathways to use new search tooling 2020-09-13 12:21:44 -07:00
Dane Everitt
12fe3f1a4e Fix failing integration tests 2020-09-13 12:02:39 -07:00