Dane Everitt
|
d22456d9ca
|
Block API access when 2FA is required on account; closes #2791
|
2020-12-06 13:56:14 -08:00 |
|
Matthew Penner
|
1ce6d3bbba
|
Maybe we should keep that backup rate-limit
|
2020-12-06 13:55:45 -07:00 |
|
Matthew Penner
|
a5cebd6bcf
|
s3 backups: handle CompleteMultipartUpload and AbortMultipartUpload on the panel instead of in wings, add BACKUP_PRESIGNED_URL_LIFESPAN environment variable
|
2020-12-06 13:53:55 -07:00 |
|
Matthew Penner
|
ac8b7fec28
|
Merge branch 'develop' into matthewpi/server-details-patch-1
|
2020-12-06 13:30:56 -07:00 |
|
Dane Everitt
|
5d23d894ae
|
Update NodeUpdateServiceTest.php
|
2020-12-06 12:25:36 -08:00 |
|
Dane Everitt
|
79673ca440
|
Don't ever block storing node updates if wings returns an error; closes #2712
|
2020-12-06 12:23:58 -08:00 |
|
Dane Everitt
|
11054de5b3
|
Attempt revocation of JWT access when changing a server's owner
closes #2771
|
2020-12-06 12:16:12 -08:00 |
|
Dane Everitt
|
af360d49dd
|
Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop
|
2020-12-06 12:01:43 -08:00 |
|
Dane Everitt
|
a8d9eccf9c
|
Support pagination of server backups, closes #2787
|
2020-12-06 12:01:42 -08:00 |
|
Dane Everitt
|
a06f8e0d21
|
Merge pull request #2763 from AreYouRlyScared/hidedelifown
Hide delete button on own subuser if for the subuser looking at the page
|
2020-12-06 11:30:40 -08:00 |
|
Dane Everitt
|
7b9a8c8441
|
Merge pull request #2768 from pterodactyl/feature/chmod-files
Chmod Files from the File Manager
|
2020-12-06 11:30:33 -08:00 |
|
Dane Everitt
|
360d93bf2a
|
Merge pull request #2777 from pterodactyl/matthewpi/file-manager-patch-1
Move file manager buttons beside the breadcrumb
|
2020-12-06 11:30:27 -08:00 |
|
Dane Everitt
|
21d8dd455e
|
Merge pull request #2782 from TrixterTheTux/develop
Fix not being able to retrieve server's variables
|
2020-12-06 11:30:14 -08:00 |
|
Dane Everitt
|
0ca13fc9d0
|
Merge branch 'develop' into hidedelifown
|
2020-12-06 11:27:00 -08:00 |
|
Dane Everitt
|
e2be4e5ebf
|
Merge branch 'develop' into feature/chmod-files
|
2020-12-06 11:26:58 -08:00 |
|
Dane Everitt
|
616a6b8ea3
|
Merge branch 'develop' into matthewpi/file-manager-patch-1
|
2020-12-06 11:26:56 -08:00 |
|
Dane Everitt
|
8241ea5f98
|
Merge branch 'develop' into matthewpi/server-details-patch-1
|
2020-12-06 11:26:54 -08:00 |
|
Dane Everitt
|
ef49d21b54
|
Merge branch 'develop' into develop
|
2020-12-06 11:26:45 -08:00 |
|
Dane Everitt
|
8a97b73a6c
|
Fix failing tests
|
2020-12-06 11:25:26 -08:00 |
|
Dane Everitt
|
ec7bb22866
|
Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop
|
2020-12-06 10:53:38 -08:00 |
|
Dane Everitt
|
7657d01c5c
|
Update README.md
|
2020-12-06 10:53:36 -08:00 |
|
Dane Everitt
|
86c97433ca
|
Merge pull request #2789 from TekExplorer/patch-1
Correct JDBC typo
|
2020-12-06 10:46:20 -08:00 |
|
Omar Kamel
|
ce0e9b7ded
|
Correct JDBC typo
from `JBDC CONNECTION STRING` > `JDBC CONNECTION STRING`
|
2020-12-06 13:17:47 -05:00 |
|
Stepan Fedotov
|
e32c4d4f05
|
Documentate fix
|
2020-12-04 19:58:09 +02:00 |
|
Stepan Fedotov
|
7c2888641f
|
Fix application API's ServerVariableTransformer
|
2020-12-04 19:56:44 +02:00 |
|
Matthew Penner
|
f9a1bc6c9b
|
Show installing status instead of offline when a server is installing
|
2020-12-04 09:48:47 -07:00 |
|
Matthew Penner
|
3e1dbbaedd
|
Fix validation rules for ChmodFilesRequest.php, again..
|
2020-12-04 09:24:06 -07:00 |
|
Matthew Penner
|
bd0b7127d2
|
Fix validation rules for ChmodFilesRequest.php
|
2020-12-04 09:24:06 -07:00 |
|
Matthew Penner
|
ed5613e207
|
Show file mode on file listing, add ability to change file mode
|
2020-12-04 09:24:06 -07:00 |
|
Matthew Penner
|
8611ebb2d6
|
Add /api/client/servers/{server}/files/chmod endpoint
|
2020-12-04 09:24:06 -07:00 |
|
Matthew Penner
|
de1f7ea906
|
Move file manager buttons beside the breadcrumb, other tweaks
|
2020-12-04 09:23:17 -07:00 |
|
Dane Everitt
|
77abfd01ec
|
Merge pull request #2780 from danny6167/patch-1
Allow 0 in first octet of database client IP address Fixes #2779
|
2020-12-04 08:20:06 -08:00 |
|
danny6167
|
b97ebcbe39
|
Allow 0 in first octet of database client IP address Fixes #2779
Allow user to enter database connection IP address that contains a a 0 in the first octet. Fixes #2779
|
2020-12-04 19:18:08 +08:00 |
|
Charles Morgan
|
76d671aa8a
|
Update UserRow.tsx
|
2020-11-29 19:35:16 -05:00 |
|
Charles Morgan
|
947fdf72ed
|
Update UserRow.tsx
|
2020-11-29 18:13:20 -05:00 |
|
Dane Everitt
|
2b5d5c9e55
|
Merge pull request #2718 from j00005h/patch-1
Update index.blade.php
|
2020-11-29 13:43:14 -08:00 |
|
Dane Everitt
|
9a1c9f3e46
|
Merge pull request #2691 from GravityCube/develop
Backup rotation for schedules.
|
2020-11-29 13:42:48 -08:00 |
|
Dane Everitt
|
7ebe04fb91
|
Don't allow blank passwords on the password change endpoint; closes #2750
|
2020-11-29 13:28:46 -08:00 |
|
Dane Everitt
|
16f49f8dc1
|
Close cleanup; only try to run power actions against non-suspended & installed servers; closes #2760
|
2020-11-29 12:50:22 -08:00 |
|
Dane Everitt
|
26d409c29c
|
Don't try to flip null values; closes #2753
|
2020-11-29 11:50:20 -08:00 |
|
Dane Everitt
|
e54612d533
|
Merge pull request #2731 from AreYouRlyScared/fix2710
Rename duplicated input id
|
2020-11-29 11:07:23 -08:00 |
|
Dane Everitt
|
d68d5982b1
|
Merge pull request #2737 from zKoz210/patch-1
Fixed an error when trying to install dependencies without a .env file
|
2020-11-29 11:03:36 -08:00 |
|
Dane Everitt
|
b9e72c0034
|
Merge pull request #2739 from m0uka/develop
Add clickable URLs in console
|
2020-11-29 11:01:01 -08:00 |
|
Dane Everitt
|
8283de253f
|
Merge pull request #2747 from booky10/develop
Changed "Mojang" to "Minecraft" in EulaModalFeature.tsx
|
2020-11-29 10:58:48 -08:00 |
|
Charles Morgan
|
ec99859590
|
Don't show delete button if its own user
Don't show the delete button if a sub-user is looking at sub-users, as they cannot delete themselves.
|
2020-11-28 14:48:35 -05:00 |
|
booky10
|
76958cc6e7
|
Changed "Mojang" to "Minecraft" in EulaModalFeature.tsx
|
2020-11-26 17:59:29 +01:00 |
|
m0uka
|
2a54ac4f52
|
Add clickable URLs in console
|
2020-11-24 22:04:44 +01:00 |
|
Oreo Oreoniv
|
99c14ca422
|
Fixed an error when trying to install dependencies without a .env file
|
2020-11-24 22:48:27 +03:00 |
|
Charles Morgan
|
bdad2621b2
|
Rename duplicated input id
Renames the field id so its unique and chrome dosen't complain <3
Closes https://github.com/pterodactyl/panel/issues/2710
|
2020-11-22 03:06:18 -05:00 |
|
GravityCube
|
8fbcbcec45
|
Merge branch 'develop' into develop
|
2020-11-20 21:26:49 -03:00 |
|