Commit Graph

  • 3f99b00cf7
    Fix display exception handling dane/api-key-updates DaneEveritt 2022-05-22 18:21:38 -0400
  • dca53611ff
    Ensure we don't cause a mess with the auth providers DaneEveritt 2022-05-22 18:16:47 -0400
  • 3ae70efc14
    Use existing method to handle the login DaneEveritt 2022-05-22 17:26:32 -0400
  • 4d3362b24f
    Perform a bit of code cleanup DaneEveritt 2022-05-22 17:23:48 -0400
  • be88e4e893
    Ignore migrations, pass credentials DaneEveritt 2022-05-22 17:01:39 -0400
  • 56f15c15a1
    We can make this middleware significantly simpler DaneEveritt 2022-05-22 16:54:07 -0400
  • 0fa33e0438
    Mark a request as being stateful if a cookie for the session is provided at all DaneEveritt 2022-05-22 16:50:36 -0400
  • 33bafe9277
    Simplify transformer logic DaneEveritt 2022-05-22 16:23:22 -0400
  • f7fc67344e
    Ensure tokens are found in the database using the expected logic DaneEveritt 2022-05-22 16:05:58 -0400
  • e9c633fd03
    Update transformers and controllers to no longer pull an API key attribute DaneEveritt 2022-05-22 15:37:39 -0400
  • bd37978a98
    Initial pass at implementing Laravel Sanctum for authorization on the API DaneEveritt 2022-05-22 14:57:06 -0400
  • e313dff674
    Massively simplify API binding logic DaneEveritt 2022-05-22 14:10:01 -0400
  • f1235c7f88
    Update CHANGELOG.md DaneEveritt 2022-05-21 17:02:40 -0400
  • 05f41a2ca8
    Don't trim strings on file manager endpoints; ref #4081 DaneEveritt 2022-05-21 16:58:04 -0400
  • d0b6ae00dc
    fix: update Paper API (#4080) Alex 2022-05-21 22:50:07 +0300
  • d4bf6bd46a
    Add test coverage and fix permissions mistake DaneEveritt 2022-05-15 17:30:57 -0400
  • 8483db755d
    Fix SSH key factory DaneEveritt 2022-05-15 16:47:58 -0400
  • a9364061c1
    Store keys in standard format; query with fingerprint not public key DaneEveritt 2022-05-15 16:41:15 -0400
  • b563f13d09
    Trim the key provided to query correctly; don't increment throttles when keys aren't found DaneEveritt 2022-05-15 16:23:17 -0400
  • 3d6a30c9fd
    Oops, don't make this abstract DaneEveritt 2022-05-15 16:06:00 -0400
  • 412ac5ef39
    Have the panel handle all of the authorization for both public key and password based attempts DaneEveritt 2022-05-15 16:00:08 -0400
  • e856daee19
    Reject requests for public key auth when the user has no keys DaneEveritt 2022-05-15 15:47:06 -0400
  • 12927a3202
    Update SFTP authentication endpoint to support returning user public keys DaneEveritt 2022-05-15 15:37:58 -0400
  • cca0010a00
    Update egg import/update logic to all use the same pathwaus DaneEveritt 2022-05-15 14:40:19 -0400
  • 6554164252
    Add test coverage for the SSH key endpoints DaneEveritt 2022-05-14 18:08:48 -0400
  • 97280a62a2
    Add support for storing SSH keys on user accounts DaneEveritt 2022-05-14 17:31:53 -0400
  • 5705d7dbdd
    Run php-cs-fixer DaneEveritt 2022-05-14 16:03:50 -0400
  • 65f27d41a2
    Switch to more recent Laravel route definition methods DaneEveritt 2022-05-14 15:51:05 -0400
  • 923d2e784f
    proof-of-concept for very ugly auth0 integration feature/auth0 DaneEveritt 2022-05-14 14:54:24 -0400
  • 62b178ed02
    Show network usage on the server console view DaneEveritt 2022-05-13 23:00:59 -0400
  • 8791d681bc
    Fix server image selection not... existing DaneEveritt 2022-05-13 22:09:20 -0400
  • 3e1f70570b
    Update CHANGELOG.md DaneEveritt 2022-05-13 21:54:24 -0400
  • 97a7959096
    Support outputting all of the nodes on the instance DaneEveritt 2022-05-13 21:49:06 -0400
  • 3f47d7a12c
    Allow returning the node configuration from the CLI; closes pterodactyl/panel#4047 DaneEveritt 2022-05-13 21:30:16 -0400
  • 100d4ee726
    Remove more unnecessary translations DaneEveritt 2022-05-12 17:53:29 -0400
  • 0e3e14aa93
    fix: artisan translations (#4069) Alex 2022-05-08 18:28:17 +0300
  • 44bb8b4abf
    Fix bad config for PHP 8.1 DaneEveritt 2022-05-07 18:33:41 -0400
  • a6df0afefd
    Update CHANGELOG.md DaneEveritt 2022-05-07 18:30:12 -0400
  • 6d5ca5a811
    Update java version modal to only suggest allowed images DaneEveritt 2022-05-07 18:18:14 -0400
  • c8faf64059
    Support naming docker images on eggs; closes #4052 DaneEveritt 2022-05-07 17:45:22 -0400
  • 53207abcb3
    Add base model layout from V2 for frontend DaneEveritt 2022-05-07 16:52:58 -0400
  • 634b80ed42
    Add support for filtering allocations to determine if they're assigned or not; closes #3872 DaneEveritt 2022-05-07 16:16:11 -0400
  • 1ae98604a4
    Mark the 2FA field as a one-time-password field for autocomplete; closes #4038 DaneEveritt 2022-05-07 15:25:50 -0400
  • e88d24e0db
    Don't allow allocations to be deleted by users if no limit is defined; closes #3703 DaneEveritt 2022-05-07 15:05:28 -0400
  • c751ce7f44
    Allow more values for remote field when creating a database; closes #3842 DaneEveritt 2022-05-07 14:17:10 -0400
  • b07fdc100c
    Don't run schedules when a server is suspended or installing; closes #4008 DaneEveritt 2022-05-04 20:41:53 -0400
  • ab37ee8633
    Remove dusk tests, they're not used DaneEveritt 2022-05-04 20:41:32 -0400
  • 66da520e11
    Simplify testing process for integration tests, don't require second connection DaneEveritt 2022-05-04 20:41:04 -0400
  • 8c63eebf13
    Fix fractal errors DaneEveritt 2022-05-04 19:35:10 -0400
  • 530558b0f8
    Update deprecated JSON response creation and unnecessary middleware DaneEveritt 2022-05-04 19:23:01 -0400
  • f5ad9b9e11
    Replace debug bar with clockwork DaneEveritt 2022-05-04 19:19:00 -0400
  • 4252014d18
    Update includes definition to match updated package requirements DaneEveritt 2022-05-04 19:11:42 -0400
  • 34ffaebd3e
    Run cs-fix, ensure we only install dependency versions supporting 7.4+ DaneEveritt 2022-05-04 19:01:29 -0400
  • 3e55a79439
    Don't default to redis on the first runs, causes errors when trying to setup environment DaneEveritt 2022-05-04 17:48:09 -0400
  • 21685d6fc6
    Update composer dependencies DaneEveritt 2022-05-04 17:46:15 -0400
  • 5909731aa1
    api(remote): fix wrong type in egg config service v2 Matthew Penner 2022-04-01 09:59:07 -0600
  • 10f5ce42c3
    ui: fix this is undefined error Matthew Penner 2022-04-01 09:58:29 -0600
  • 22580a6e81
    yarn: upgrade from 3.0.2 to 3.2.0 Matthew Penner 2022-04-01 09:58:08 -0600
  • af4616ccf2
    Add cron cheatsheet (#3866) Jelco 2022-03-28 21:43:45 +0200
  • 2680fe4c8e
    Feature/task order (#3807) Jim C K Flaten 2022-03-28 21:31:35 +0200
  • 82818414a3
    Ability to create nodes with artisan (#3319) FabianS 2022-03-28 21:28:16 +0200
  • 281256e17c
    Grant all necessary permissions to generated SQL users (#3800) Георгий Пронюк 2022-03-28 22:22:37 +0300
  • a9ebf5b883
    Added build workflow (#3963) Mrxbox98 2022-03-28 12:13:27 -0700
  • 695c2647c8
    fix(paper): fetching older versions (#3998) Alex 2022-03-28 22:12:21 +0300
  • 14cc98f75f
    Tempest Hosting added (#4007) root 2022-03-28 13:25:40 -0400
  • f51b730f51
    Better user search filtering Dane Everitt 2022-03-12 17:06:14 -0500
  • 6cc029cad6
    Add clockwork in dev environments Dane Everitt 2022-03-12 16:21:26 -0500
  • 2ee8ac557a
    Add "*" filter for user searching Dane Everitt 2022-03-12 16:08:00 -0500
  • 1f42d78382
    Add a debounced state helper Dane Everitt 2022-03-12 15:50:53 -0500
  • 95183edffd
    Improve text extraction logic for searching Dane Everitt 2022-03-12 14:36:00 -0500
  • e15e1572aa
    Add base support for using jest Dane Everitt 2022-03-12 13:24:59 -0500
  • c2136ae1d9
    Break out some of the component logic Dane Everitt 2022-03-12 12:05:09 -0500
  • 28608831a4
    Start trying to piece together a more advanced search bar Dane Everitt 2022-02-27 16:45:23 -0500
  • 93febff5e8
    Include footer on the table Dane Everitt 2022-02-27 16:15:11 -0500
  • 37ce7b08b7
    Fix users and roles apis Dane Everitt 2022-02-27 15:26:26 -0500
  • 034b4ad3b0
    Hook up the select-all checkboxes Dane Everitt 2022-02-27 13:32:22 -0500
  • 1096e70052
    More base model cleanup Dane Everitt 2022-02-27 12:54:25 -0500
  • 3d266ba41e
    Update missed deps Dane Everitt 2022-02-27 12:46:05 -0500
  • 097d308ccd
    Update files to new format Dane Everitt 2022-02-27 12:44:22 -0500
  • feffdacf57
    Update schedules API Dane Everitt 2022-02-27 12:35:27 -0500
  • bfd92c314d
    Migrate users/network/database/backups to new format Dane Everitt 2022-02-27 12:25:31 -0500
  • e908c391ee
    Consolidate many of the server api files into one Dane Everitt 2022-02-27 11:47:22 -0500
  • 5b5e3f26f4
    Make the imports easier to use Dane Everitt 2022-02-27 11:40:51 -0500
  • a00fee5516
    Start working towards a consistent model/transformer layout Dane Everitt 2022-02-27 11:26:13 -0500
  • 9f934b5ab8
    Break table rows into own component Dane Everitt 2022-02-27 11:04:57 -0500
  • 8e731e838f
    Reorganize types Dane Everitt 2022-02-27 11:04:50 -0500
  • 341fa45cbd
    Merge branch 'dane/fiddle-with-new-tables' into v2 Dane Everitt 2022-02-27 10:51:56 -0500
  • 764811c927
    Fix incompatible signatures after update Dane Everitt 2022-02-27 10:50:25 -0500
  • cd5c2bc5fd
    Fix incompatible signatures after update dane/fiddle-with-new-tables Dane Everitt 2022-02-27 10:50:25 -0500
  • e02f4b8433
    Raw styling needed for mass actions bar Dane Everitt 2022-02-26 22:06:47 -0500
  • 308a7f3a90
    Add input field Dane Everitt 2022-02-26 21:51:40 -0500
  • ae522f1585
    More color adjustments Dane Everitt 2022-02-26 21:26:53 -0500
  • ff460805c0
    Update colors Dane Everitt 2022-02-26 20:59:29 -0500
  • 0bab962337
    Add underlying design component for a dialog Dane Everitt 2022-02-26 17:05:30 -0500
  • f4119df0aa
    Add basic dropdown styling using headless ui Dane Everitt 2022-02-26 15:13:13 -0500
  • eb56be8021
    Merge branch 'v2' into dane/fiddle-with-new-tables Dane Everitt 2022-02-26 12:03:49 -0500
  • 134ba508e2
    Fix i18n Dane Everitt 2022-02-26 12:01:05 -0500
  • 0dddcfca36
    Continue to throw exceptions when file is not found Dane Everitt 2022-02-26 11:54:12 -0500
  • c16fa92904
    Cleanup php-cs-fixer Dane Everitt 2022-02-26 11:51:18 -0500
  • 0e1c3a76f4
    Test cleanup Dane Everitt 2022-02-26 11:49:59 -0500