Commit graph

  • 5f6ee45f44 Fixed typo (#1134) Xander Smeets 2018-05-06 20:22:30 +02:00
  • 095d85bb60
    Added the server as argument, and improved the bug fix stanjg 2018-05-06 17:59:11 +02:00
  • 06a67bb4bb
    Cleaned up some duplicate code stanjg 2018-05-05 10:39:20 +02:00
  • ee50da0a7c
    Fixed a typo stanjg 2018-05-04 23:35:45 +02:00
  • 28a97fea54
    Polished it up stanjg 2018-05-04 22:48:43 +02:00
  • 93a7d11c28
    Made a base stanjg 2018-05-04 18:45:37 +02:00
  • f39720f15d
    Made it display 'maintenance' on the index page stanjg 2018-05-04 15:16:14 +02:00
  • baea1d6191
    Added the option to toggle, and made it display on the details page stanjg 2018-05-04 15:13:34 +02:00
  • 86c8ecdcdf
    Added the actual logic stanjg 2018-05-04 15:02:51 +02:00
  • 941897f918
    Deleted the coverage.xml file and added it to the .gitignore stanjg 2018-05-04 14:21:39 +02:00
  • 17a72d0895
    StyleCI fixes stanjg 2018-05-04 14:05:42 +02:00
  • 6aabb2da13
    Added the locale to the example .env file stanjg 2018-05-04 14:04:24 +02:00
  • ca794152c4
    Renamed the .env entry stanjg 2018-05-04 14:00:03 +02:00
  • f5a15c4039
    Fixed the test stanjg 2018-05-04 13:58:39 +02:00
  • 9ae25538c3
    Made it so users can switch languages themselves stanjg 2018-05-04 13:08:41 +02:00
  • 9a06647435
    Added support for user specific languages stanjg 2018-05-04 12:56:30 +02:00
  • 7cf79a12cb Don't show OOM Killer status on the Server View page (#1119) DoNotSpamPls 2018-04-30 03:45:13 +03:00
  • 4fad244073
    Show correct auth error. Dane Everitt 2018-04-08 16:16:04 -05:00
  • b6e94d9a1e
    Code cleanup Dane Everitt 2018-04-08 16:00:52 -05:00
  • 6d970a4cc3
    Finalize login page! Dane Everitt 2018-04-08 15:46:32 -05:00
  • 88fd83d413 Remove unused imports (#1102) Lance Pioch 2018-04-08 16:37:27 -04:00
  • ceff5acb85 Public is just the boolean (#1101) Lance Pioch 2018-04-08 16:36:40 -04:00
  • d63624f607
    Working login form with password reset functionality. Dane Everitt 2018-04-08 15:18:13 -05:00
  • 28052d5943 Fix html closing tags (#1100) Lance Pioch 2018-04-08 14:27:42 -04:00
  • c3e462ab2f
    Cleanup login/reset functionality, address security issue with 2FA pathways Dane Everitt 2018-04-07 16:17:51 -05:00
  • eade81f89b
    Untrack build assets Dane Everitt 2018-04-07 14:06:30 -05:00
  • 4f3c668420
    Refactor auth controllers to be cleaner and easier to maintain Dane Everitt 2018-04-07 12:35:15 -05:00
  • 6316cfe2af Fix typo: update wether to whether (#1098) Joshua Homer 2018-04-07 10:04:13 -07:00
  • 324b989a29
    Get a working rough copy of the login page Dane Everitt 2018-04-01 17:46:16 -05:00
  • 94710934b9
    Add csrf component Dane Everitt 2018-03-31 16:44:20 -05:00
  • 598bae7b70
    Add translations to vue files Dane Everitt 2018-03-31 16:33:10 -05:00
  • 791cbaa5ce
    Get things into a somewhat working state on the login form Dane Everitt 2018-03-31 15:52:11 -05:00
  • 7de2c8684c
    More dependency management adjustments Dane Everitt 2018-03-31 15:51:18 -05:00
  • cc6ec0415a
    Use correct uglify package Dane Everitt 2018-03-31 00:05:33 -05:00
  • 3c47c1565f
    Add webpack to be used when building vue and JS Dane Everitt 2018-03-30 23:58:38 -05:00
  • 8d704ae5c8
    Inital commit with gulp and base asset setup Dane Everitt 2018-03-27 00:44:14 -05:00
  • 68f0811273
    Merge branch 'feature/api-integration-testing' into develop Dane Everitt 2018-03-26 19:55:28 -05:00
  • f1a76ec7fd Add description field to nodes (#1065) Stan 2018-03-26 20:57:24 +02:00
  • 56478d81da Added cast for 'public' field (#1085) Stan 2018-03-26 20:56:58 +02:00
  • 565c5ddc52
    Add integration tests for nests Dane Everitt 2018-03-25 17:41:36 -05:00
  • b65b795127 Update auth.php (#1075) Kainick 2018-03-22 09:28:10 -05:00
  • 6eaab29a92
    Fix path to autoload file Dane Everitt 2018-03-21 22:28:01 -05:00
  • bde4d4187f
    Merge branch 'develop' into feature/api-integration-testing Dane Everitt 2018-03-21 22:25:16 -05:00
  • 3766a7781b Update Issue Template again (#1066) Jakob 2018-03-17 21:43:47 +01:00
  • 99d82a52d5 Little typo + grammar errors in the desc fixed (#1055) SagnikSRHUSE 2018-03-18 01:46:39 +05:30
  • fd62a04480
    Removed deprecated test Dane Everitt 2018-03-17 15:12:00 -05:00
  • b96c2d16ee
    Added validation to variable validation rules to validate that the validation rules are valid Dane Everitt 2018-03-17 15:09:09 -05:00
  • 7a04a9f169
    update changelog Dane Everitt 2018-03-17 14:05:18 -05:00
  • 3e2ac981a9
    Add API endpoint for getting server resource utilization, closes #900 Dane Everitt 2018-03-17 14:01:53 -05:00
  • bac02f64e3
    close #1047 Dane Everitt 2018-03-17 12:38:29 -05:00
  • 569463301d Simple typo fix (#1054) SagnikSRHUSE 2018-03-14 03:28:55 +05:30
  • d21c34f8de Fix typo in base.php (#1051) Stan 2018-03-12 20:03:42 +01:00
  • 41e27a6612
    Merge branch 'release/v0.7.6' Dane Everitt 2018-03-10 15:23:20 -06:00
  • e57fbd3fb4
    Bump for release Dane Everitt 2018-03-10 15:20:27 -06:00
  • 21cd0688e0
    Added giant warning message if you attempt to change an encryption key once one has been set. Dane Everitt 2018-03-10 15:18:24 -06:00
  • 80994dc12e
    Cleanup bootstrapping Dane Everitt 2018-03-10 15:15:21 -06:00
  • f8e98e9c9e
    Add ability to change server name, closes #563 Dane Everitt 2018-03-10 14:44:21 -06:00
  • e55d3c1a9a
    Add check on SFTP page to make sure the permission is assigned before showing Dane Everitt 2018-03-10 14:26:00 -06:00
  • abd2a42471
    Fix data integrity exception thrown when attempting to store updated server egg variables Dane Everitt 2018-03-10 13:55:24 -06:00
  • 08a112f027
    Include trailing slash on modal, closes #864 Dane Everitt 2018-03-10 13:19:46 -06:00
  • 40c74ae1e7
    Add validation to prevent invalid ports, closes #1034 Dane Everitt 2018-03-10 13:10:40 -06:00
  • bc3cb7bfd5
    Fix broken session driver test Dane Everitt 2018-03-10 13:02:49 -06:00
  • e5c59c4984
    Change exception handling for display exception Dane Everitt 2018-03-10 13:02:41 -06:00
  • ef371a508d
    Change check on debugbar to use debug not environment Dane Everitt 2018-03-10 12:03:23 -06:00
  • dfb002fb33
    Change config value for daemon Dane Everitt 2018-03-08 23:35:36 -06:00
  • 7b34dab453
    Attempt again to load egg settings Dane Everitt 2018-03-08 21:37:30 -06:00
  • 4c26d09145
    Wait for window load to set the egg Dane Everitt 2018-03-08 21:33:44 -06:00
  • 7c037e28fc
    Merge branch 'develop' of https://github.com/Pterodactyl/Panel into develop Dane Everitt 2018-03-08 21:30:22 -06:00
  • 3a5d21f455
    Filemanager cleanup Dane Everitt 2018-03-08 21:30:07 -06:00
  • cee656fd5c Feature/PTDL-1030 (#1033) CodeHat 2018-03-08 16:21:55 +01:00
  • 0c07577d3b Allow for 3 decimals, future proof (#999) William Cody Ardoin 2018-03-06 23:11:58 -06:00
  • 018a7a658c Fix #1018 with nav color change (#1020) Lance Pioch 2018-03-07 00:11:24 -05:00
  • 1d623a319b Update Teamspeak 3.1.1 (#1022) arajdon 2018-03-07 06:11:05 +01:00
  • b7b58d840e Improve the Vagrantfile a little (#1025) Jakob 2018-03-07 06:10:43 +01:00
  • 5839034e8f
    Fix egg copy from, closes #995 Dane Everitt 2018-03-06 23:07:00 -06:00
  • 4952a27903
    Add session specific redis cache Dane Everitt 2018-03-06 22:58:38 -06:00
  • 4964d294f6
    Throw 504 where necessary Dane Everitt 2018-03-06 22:17:01 -06:00
  • d3f797bf2a
    fix view-allocations permissions check in templates, closes #1021 Dane Everitt 2018-03-06 21:57:00 -06:00
  • c9e874d3ae
    Fix UI error changing a server's service, closes #1019 Dane Everitt 2018-03-06 21:53:05 -06:00
  • ac9f83a8fe
    Fix test to run with new bootstrapping Dane Everitt 2018-03-04 22:42:33 -06:00
  • e8ea218f20
    Add integration test for remaining application api user endpoints Dane Everitt 2018-03-04 22:35:57 -06:00
  • bbbab4bf81
    Handle error codes from custom rules better Dane Everitt 2018-03-04 22:21:23 -06:00
  • 9905358bc3
    Add integration tests for remote user endpoint Dane Everitt 2018-03-04 16:56:05 -06:00
  • e2aa01c9cc
    First go at integration tests Dane Everitt 2018-03-04 16:30:16 -06:00
  • 89db9390df
    Fix broken migration rollbacks Dane Everitt 2018-03-04 15:21:54 -06:00
  • a3b47e3568
    Merge branch 'release/v0.7.5' Dane Everitt 2018-03-03 22:31:37 -06:00
  • 4e3dd28825
    bump for release Dane Everitt 2018-03-03 22:24:52 -06:00
  • 36837df0a6
    Use beginning of UUID for server uuidShort Dane Everitt 2018-03-03 22:20:53 -06:00
  • 85e75a2808
    Fix bulk key revocation Dane Everitt 2018-03-03 21:53:07 -06:00
  • d7efb4c4a2
    Fix inability to revoke admin tokens from daemon Dane Everitt 2018-03-03 21:45:10 -06:00
  • a4f03f5d02
    Handle missing daemon keys better and fix subuser missing key errors Dane Everitt 2018-03-03 21:31:44 -06:00
  • 18e394eb14
    Fix tests Dane Everitt 2018-03-03 18:24:40 -06:00
  • 6d217869e0
    Don't load daemon key on server models automatically. Dane Everitt 2018-03-03 18:09:49 -06:00
  • a31334c0c5
    Fix SQl queries being executed unnecessarily when listing servers Dane Everitt 2018-03-03 18:00:23 -06:00
  • eaf54a8c63
    Search term is now passed through when using paginated result sets Dane Everitt 2018-03-03 17:57:12 -06:00
  • c739f292e4
    paginate databases when viewing a host Dane Everitt 2018-03-03 17:52:35 -06:00
  • e8cb441fc8
    Update Readme Dane Everitt 2018-03-03 17:14:36 -06:00
  • b53df2b271
    Fix application keys being created as client keys, closes #1016 Dane Everitt 2018-03-03 16:56:46 -06:00
  • 7d29986e9d Fix some game name typos (#1000) DoNotSpamPls 2018-03-03 20:56:48 +02:00
  • 5218c7f089
    Merge branch 'release/v0.7.4.h1' Dane Everitt 2018-03-02 23:15:52 -06:00