Commit Graph

3733 Commits

Author SHA1 Message Date
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
Dane Everitt f31dd4706c Fix location controller searches 2020-09-13 11:59:52 -07:00
Dane Everitt a66623d8e1 Fix user search via the API; ref #2100 2020-09-13 11:55:39 -07:00
Dane Everitt 703f55271d Remove all references to daemon keys from the codebase 2020-09-13 11:38:42 -07:00
Dane Everitt 4dddcaebb0 Start ripping out old search functionality for models 2020-09-13 11:29:47 -07:00
Dane Everitt 3c7ffaaadb Remove all references of packs from the Panel 2020-09-13 11:13:37 -07:00
Dane Everitt f1978683cc More mobile cleanup 2020-09-13 10:49:57 -07:00
Dane Everitt 47283700a8 File manager cleanup for mobile devices 2020-09-13 10:33:12 -07:00
Dane Everitt 6ec2ae9df8 Fix casting 2020-09-13 10:04:30 -07:00
Rihan 9a4c0d8ba7 Make interface mobile responsive (#2273) 2020-09-13 10:02:25 -07:00
Dane Everitt 9a21584c42 Cleanup mount code; automatically include the mount in the configuration 2020-09-13 09:59:54 -07:00
Arnaud Lier 34117017ec fix: only show download button if it's a file 2020-09-13 09:35:35 +02:00
Dane Everitt 8c6c271916 Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop v1.0.0-rc.5 2020-09-11 23:18:02 -07:00
Dane Everitt 74767ed6a2 Disable buttons when not fully connected to instance 2020-09-11 23:18:01 -07:00
Dane Everitt f711c1c046 Merge pull request #2328 from Sourack/develop
Update daemon_off_config_updated message core.json is now config.yml
2020-09-11 20:18:50 -07:00
Dane Everitt 83f9bebba9 Merge pull request #2327 from ZeProf2Code/patch-1
fix: remove ./ before wings for auto-configuration
2020-09-11 20:17:49 -07:00
Sourack 09071a43dc Update daemon_off_config_updated message core.json is now config.yml
This error message isn't updated for wings 1.0 .
2020-09-11 21:50:43 -04:00
Arnaud Lier 8da56df641 fix: remove ./ before wings for auto-configuration
on the docs, you're downloading it to /usr/local/bin so it's easier like this
2020-09-12 02:29:52 +02:00
Dane Everitt 1c00c3b234 Merge pull request #2323 from Sir3lit/patch-1
Arrange cron times in proper order to match
2020-09-10 20:20:51 -07:00
Dane Everitt d946cba2f3 Merge pull request #2321 from Sir3lit/movetitles
Move page titles to PageContentBlocks
2020-09-10 20:20:35 -07:00
Dane Everitt 1077504c02 Rely on the test connection to the MySQL instance rather than trying to validate the host manually; closes #2311; closes #2282 v1.0.0-rc.4 2020-09-10 20:09:07 -07:00
Charles Morgan 735aae6df7 Arrange cron times in proper order to match
Moves the rendering of the time boxes to proper locations to match the view on the main schedules page and to match cron syntax
2020-09-10 01:02:44 -04:00
Dane Everitt d86d0fedb4 Don't re-render entire file list when opening modals 2020-09-09 21:32:43 -07:00
Dane Everitt deb61623b2 Don't try to upload dropped text 2020-09-09 21:22:13 -07:00
Dane Everitt 98d7b32036 Use fixed spinner overlay for uploads 2020-09-09 21:08:34 -07:00
Dane Everitt 6d922a7563 Show normal upload box when using upload button; closes #2294 2020-09-09 21:07:57 -07:00
Dane Everitt 6139b4e479 Fix chrome dismissing modals when dragging out of it; closes #2295 2020-09-09 20:55:23 -07:00
Dane Everitt b4599a2561 Name changes for sponsor 2020-09-09 19:00:11 -07:00
Charles Morgan 861911ca49 Move page titles to PageContentBlocks 2020-09-07 23:26:18 -04:00
Dane Everitt ed83ab8fe9 Clear error when navigating through file manager; closes #2314 2020-09-07 15:03:26 -07:00
Dane Everitt 631885d60c Handle a plugin not properly namespacing itself and causing migration errors; ref #2291 2020-09-01 20:24:25 -07:00
Dane Everitt b707147b73 Better handling of values that may need to be wrapped in quotes within the environment file, closes #2304 2020-09-01 19:45:24 -07:00
Dane Everitt 6ac12fc156 Disable integrity hashes by default, allow enabling with environment
Cloudflare auto-minifies our minified code even more (wat), which leads to issues with the resource hash, and then nothing loads. This is less likely to lead to support requests now.
2020-09-01 19:37:05 -07:00
Dane Everitt de9ec1eba6 Confirmation when deleting files via dropdown menu; closes #2293 v1.0.0-rc.3 2020-08-31 21:05:52 -07:00
Dane Everitt 981edb0d64 Require specific permission for reading the actual contents of a file; ref #2288 2020-08-31 19:36:30 -07:00
Dane Everitt d87438621f Don't allow opening of files we know cannot be edited; closes #2286 2020-08-30 10:25:48 -07:00
Dane Everitt 906cfce81c Don't return a 403 when returning resources for a suspended server; closes #2279 2020-08-30 09:54:59 -07:00
Dane Everitt 6a442c1fd3 Don't send along egg information unecessarily 2020-08-30 09:40:19 -07:00
Dane Everitt 4ee19b6847 Tweak UI for dashboard 2020-08-29 18:20:12 -07:00
Dane Everitt cd9494251b Update README.md 2020-08-29 16:09:51 -07:00
Dane Everitt 0f6a307bc9 Update README.md 2020-08-29 16:08:22 -07:00