Dane Everitt
|
b480a9e4e2
|
Make php-cs-fixer work in phpstorm
|
2021-01-23 13:44:35 -08:00 |
|
Dane Everitt
|
c449ca5155
|
Use more standardized phpcs
|
2021-01-23 12:33:34 -08:00 |
|
Dane Everitt
|
a043071e3c
|
Update to Laravel 8
Co-authored-by: Matthew Penner <me@matthewp.io>
|
2021-01-23 12:12:54 -08:00 |
|
Dane Everitt
|
a2548c14ac
|
Fix logic since this accepts arrays now
|
2020-12-24 10:12:01 -08:00 |
|
Matthew Penner
|
5c5e2e24f1
|
📯 tRaNsFeR lOgS 📯
|
2020-12-17 10:35:54 -07:00 |
|
Matthew Penner
|
e6c4a68e4a
|
Update logic for tracking a server's transfer state
|
2020-12-17 10:35:54 -07:00 |
|
Dane Everitt
|
638ea2e815
|
Support creating/updating docker images on eggs
|
2020-12-13 10:13:32 -08:00 |
|
Dane Everitt
|
78c4ac80bc
|
Basic implemention of multiple selectable images for an egg
The admin side of this is quite ugly when creating/editing a server, but I'm not putting effort into that right now with React Admin soon™
|
2020-12-13 09:53:17 -08:00 |
|
Dane Everitt
|
b482632af4
|
Remove unnecessary calls to Wings to add/remove mounts
|
2020-11-02 19:58:14 -08:00 |
|
Dane Everitt
|
092c942764
|
Fix server owner filtering; improve searching for servers; closes #2581
|
2020-10-25 17:29:57 -07:00 |
|
Matthew Penner
|
66b9169458
|
Cleanup code in MountController.php, again.
|
2020-10-17 14:42:08 -06:00 |
|
Matthew Penner
|
050075b835
|
Cleanup code in MountController.php
|
2020-10-17 14:37:35 -06:00 |
|
Matthew Penner
|
f7520b721b
|
Deny /etc/pterodactyl as a source path for mounts
|
2020-10-17 14:29:29 -06:00 |
|
Matthew Penner
|
c52c5d6736
|
Deny certain paths for mounts
|
2020-10-17 14:28:02 -06:00 |
|
Matthew Penner
|
3ef3c2a461
|
Remove commented code
|
2020-10-12 11:12:23 -06:00 |
|
Matthew Penner
|
abd60ee6f8
|
Fix 500 error when mounting a mount and fix the actual mount being deleted instead of the relation
|
2020-10-12 11:11:40 -06:00 |
|
Dane Everitt
|
8697185900
|
Fix up database creation and handling code for servers; ref #2447
|
2020-10-11 11:59:46 -07:00 |
|
Dane Everitt
|
7b0f998f0b
|
Return the correct server & subuser counts for user listing; closes #2469
|
2020-10-10 18:06:42 -07:00 |
|
Dane Everitt
|
1f28fb94e2
|
Ensure the UUID is set correctly; closes #2450
|
2020-10-10 17:11:27 -07:00 |
|
Dane Everitt
|
2560163655
|
Modify how deletion service works (actually fixes #2085); cover changes with test
|
2020-10-08 21:08:55 -07:00 |
|
Dane Everitt
|
83efb2d7b6
|
More fixes for broken unit tests
|
2020-10-05 21:54:29 -07:00 |
|
Dane Everitt
|
0c2bd416ee
|
Fix unit tests for eggs
|
2020-10-05 21:29:35 -07:00 |
|
Dane Everitt
|
2d56cacbab
|
Don't trigger a 500 error with bad data; closes #2442
This whole chunk of code needs some cleanup but I'll defer that for the new admin area in the future
|
2020-10-03 19:05:04 -07:00 |
|
Dane Everitt
|
99c9682f67
|
Fix errors with mounts; closes #2374
|
2020-10-03 12:42:27 -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
|
7b57d65edf
|
Cleanup allocation repository
|
2020-09-13 12:47:05 -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
|
3c7ffaaadb
|
Remove all references of packs from the Panel
|
2020-09-13 11:13:37 -07:00 |
|
Dane Everitt
|
9a21584c42
|
Cleanup mount code; automatically include the mount in the configuration
|
2020-09-13 09:59:54 -07:00 |
|
Dane Everitt
|
d58fd72bf5
|
Correctly pass along startup variables for a server; closes #2255
|
2020-08-25 19:11:25 -07:00 |
|
Matthew Penner
|
29876e023b
|
Merge branch 'develop' into feature/server-mounts
|
2020-07-04 15:20:01 -06:00 |
|
Dane Everitt
|
4a0627d182
|
Don't trigger a 500 error due to unchecked data being inserted; closes #2087
This also clears up allowed values for the disk input and normalizes the messaging between edit and create screens.
|
2020-06-23 20:24:09 -07:00 |
|
Dane Everitt
|
b78aa180ea
|
Prevent creating a new database via the application API if server is at its limit; closes #2129
|
2020-06-23 20:07:37 -07:00 |
|
Matthew Penner
|
0bec5b8581
|
Merge branch 'develop' into feature/server-mounts
|
2020-06-06 11:41:18 -06:00 |
|
Matthew Penner
|
f255399171
|
Fix StyleCI issues
|
2020-05-21 15:16:16 -06:00 |
|
Matthew Penner
|
65393914c3
|
Send mounts when wings fetches server information, fix issue with mount fields not being updated
|
2020-05-21 15:14:09 -06:00 |
|
Matthew Penner
|
e601b35f2f
|
Fix even more StyleCI issues
|
2020-05-21 14:27:23 -06:00 |
|
Matthew Penner
|
0eb29dac9c
|
Add mount_server table, fix wrong field type on other many to many tables, add routes for mounting and unmounting mounts on a server, finish server admin mounts page
|
2020-05-21 14:23:12 -06:00 |
|
Matthew Penner
|
a0900b8b94
|
Fix StyleCI issues
|
2020-05-21 13:22:32 -06:00 |
|
Matthew Penner
|
fa902cc074
|
Add mounts page to server admin view
|
2020-05-21 13:19:59 -06:00 |
|
Matthew Penner
|
34f718a8b1
|
Finish mount admin view page, add unique index to migration
|
2020-05-20 20:50:56 -06:00 |
|
Matthew Penner
|
0db7debb46
|
Add mount update and deletion services, add MountController@update and MountController@delete
|
2020-05-20 19:35:30 -06:00 |
|
Matthew Penner
|
77150b2551
|
Add increment id to mount, add basic mount view page
|
2020-05-20 19:17:35 -06:00 |
|
Matthew Penner
|
976b669059
|
Make StyleCI happy
|
2020-05-20 18:57:30 -06:00 |
|
Matthew Penner
|
a4af8ec977
|
Add the ability to create mounts
|
2020-05-20 18:55:59 -06:00 |
|
Matthew Penner
|
a750362e5a
|
Move MountController.php
|
2020-05-20 18:45:00 -06:00 |
|
Matthew Penner
|
00d1b5861a
|
Properly setup Mount model, add database migration, get mount admin page added
|
2020-05-20 18:07:56 -06:00 |
|
Matthew Penner
|
59a150148a
|
feature/server-mounts initial commit
|
2020-05-20 17:29:03 -06:00 |
|