Dane Everitt
|
a75a347d65
|
Remove suspended & installing fields, replace with single status field
|
2021-01-17 15:51:56 -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 |
|
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
|
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
|
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
|
3c7ffaaadb
|
Remove all references of packs from the Panel
|
2020-09-13 11:13:37 -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
|
fa902cc074
|
Add mounts page to server admin view
|
2020-05-21 13:19:59 -06:00 |
|
Charles Morgan
|
4ab32498d4
|
Save request to DB
Fixes #2047
|
2020-05-19 04:14:36 -04:00 |
|
Dane Everitt
|
f1c3762f4d
|
Add base support for definining the number of backups that can be created for a server
|
2020-04-26 12:12:29 -07:00 |
|
AreYouScared
|
2561e3e8d5
|
Add CPU Thread assignments
Added CPU Thread assignments for each server
|
2020-03-29 14:41:55 -04:00 |
|
Dane Everitt
|
34ffcdae7a
|
Remove unnecessary API calls to daemon
|
2019-12-22 13:45:40 -08:00 |
|
Dane Everitt
|
c17f9ba8a9
|
Move server view management parts to new controller and clean up code
|
2019-11-24 12:50:16 -08:00 |
|
Dane Everitt
|
2848d182ef
|
Break server creation logic into own controller
|
2019-11-16 13:08:46 -08:00 |
|
Dane Everitt
|
7543ef085d
|
Format files
|
2019-09-05 21:32:57 -07:00 |
|
Dane Everitt
|
eb81e1ed20
|
Support special characters in database password, closes #1508
|
2019-08-03 14:42:32 -07:00 |
|
Dane Everitt
|
81409947cf
|
Default to OOM killer being disabled, add back configuration option per-server
|
2019-08-03 13:41:24 -07:00 |
|
Arnaud Lier
|
4460b6835a
|
Match original database password length when doing a password reset (#1509)
|
2019-03-23 14:04:57 -07:00 |
|
Dane Everitt
|
0e1b4661ce
|
Don't allow access to manage page if server failed installing
|
2018-05-23 22:23:26 -07:00 |
|
Dane Everitt
|
6967b9ba12
|
Fix exception thrown due to lack of pre-validation on the model.
closes #1158
|
2018-05-20 17:11:52 -07:00 |
|
Lance Pioch
|
f82b419d47
|
Update php doc blocks
|
2018-05-13 12:42:11 -04:00 |
|
Dane Everitt
|
c6137db529
|
Fix build limit management in Admin CP
|
2018-03-02 19:49:09 -06:00 |
|
Dane Everitt
|
633bba6d6e
|
Add support for external_id on servers, closes #975
|
2018-02-24 11:57:12 -06:00 |
|
Dane Everitt
|
f655188c58
|
Fix searching servers
|
2018-02-24 11:48:24 -06:00 |
|
Dane Everitt
|
7a19019980
|
Fix suspension/installed handling for servers
closes Pterodactyl/Panel#891
|
2018-01-30 22:40:21 -06:00 |
|
Dane Everitt
|
5ed164e13e
|
Implement server creation though the API.
Also implements auto-deployment to specific locations and ports.
|
2018-01-28 17:14:14 -06:00 |
|
Dane Everitt
|
17f6f3eeb6
|
Add server details modification endpoint to API.
|
2018-01-20 16:03:23 -06:00 |
|
Dane Everitt
|
adcab5969a
|
Fix server description nullablility
|
2018-01-06 12:58:30 -06:00 |
|
Dane Everitt
|
d2afc29a80
|
Refactor how repositories for the daemon work.
|
2018-01-05 18:27:47 -06:00 |
|
Dane Everitt
|
60eb60013c
|
Update repository base code to be cleaner and make use of PHP 7 features
|
2018-01-04 22:49:50 -06:00 |
|
Dane Everitt
|
b9d67459b2
|
Update to Laravel 5.5 (#814)
|
2017-12-17 13:07:38 -06:00 |
|
Dane Everitt
|
0bb44a4972
|
Fix server startup dropdown for egg being incorrect, fixes #778
|
2017-11-25 12:27:08 -06:00 |
|
Dane Everitt
|
26eeffd764
|
Fix bug preventing changing of the server startup on first save attempt.
|
2017-11-11 15:07:01 -06:00 |
|
Dane Everitt
|
ac2abd89e6
|
Fix bug listing allocations when making a new server.
closes #730
|
2017-11-05 14:12:53 -06:00 |
|
Dane Everitt
|
fa62a0982e
|
Refactor startup modification and environment variable services
Better setup, more flexibility, more tests.
|
2017-10-26 23:49:54 -05:00 |
|
Dane Everitt
|
97dc0519d6
|
Add database management back to front-end and begin some refactoring
Here we go again boys...
|
2017-10-18 22:32:19 -05:00 |
|
Dane Everitt
|
17642bffe7
|
More code updates
|
2017-10-07 17:21:41 -05:00 |
|
Dane Everitt
|
df87ea0867
|
This breaks literally the entire panel.
|
2017-10-06 23:57:53 -05:00 |
|