Commit graph

  • 278d8b7bf6
    Update CHANGELOG.md DaneEveritt 2022-06-11 10:04:44 -0400
  • 0bfba306bf
    Add filtering support for activity logs DaneEveritt 2022-06-05 19:23:25 -0400
  • c6e8b893c8
    Add basic activity log view DaneEveritt 2022-06-05 18:35:53 -0400
  • d1da46c5aa
    Fix incorrect API definitions DaneEveritt 2022-06-05 18:28:08 -0400
  • 2a2fc42e37
    Add support for tooltips DaneEveritt 2022-06-05 18:27:54 -0400
  • 1a5465dc34
    Update react, add some V2 components for V1 usage DaneEveritt 2022-06-05 14:56:42 -0400
  • 921da09a63
    Update to Tailwind 3; support normal tailwind usage without twin.macro DaneEveritt 2022-06-05 14:34:29 -0400
  • 21ca91abd0
    Allow SES region configuration; closes #4124 DaneEveritt 2022-06-05 13:32:36 -0400
  • 8771597560
    Fix database deletion; closes #4114 DaneEveritt 2022-06-05 13:28:46 -0400
  • c0a3dea6d8
    Disable autocapitalization on console input (#4120) Harry W 2022-06-05 18:22:41 +0100
  • 7743d00aee
    Update README.md (#4104) Kevin Brekelmans 2022-05-31 00:18:10 +0200
  • 03a497fb8a
    Use a post request to delete SSH keys, some hashes use slashes which cause 404 errors; closes #4100 DaneEveritt 2022-05-30 17:28:42 -0400
  • 17d2b010cc bump version for release release/v1.8.1 Pterodactyl CI 2022-05-30 15:41:25 +0000
  • 5143faa4b1
    Update changelog v1.8.1 DaneEveritt 2022-05-30 11:40:21 -0400
  • 4213775b5c
    Fix mounting behavior to work correctly when adding to a server DaneEveritt 2022-05-30 11:33:42 -0400
  • dbc9846320
    Fix cache busting when creating a new server DaneEveritt 2022-05-30 11:09:51 -0400
  • 025e1a21ae
    fix validator import (#4094) Boy132 2022-05-30 16:24:59 +0200
  • f88b5b7514 bump version for release release/v1.8.0 Pterodactyl CI 2022-05-30 00:53:34 +0000
  • 8cf1311b84
    Update dependencies prior to release tag v1.8.0 DaneEveritt 2022-05-29 20:43:52 -0400
  • e5fec9934d
    Update CHANGELOG.md DaneEveritt 2022-05-29 20:42:55 -0400
  • 9300e1116d
    Fix failing tests DaneEveritt 2022-05-29 20:39:51 -0400
  • a5521ecb79
    Add support for returning transforming activity logs on the front-end DaneEveritt 2022-05-29 20:34:48 -0400
  • e15985ea39
    Add support for automatically pruning activity logs DaneEveritt 2022-05-29 19:45:00 -0400
  • 9b7af02690
    Add activity logging to most of the endpoints DaneEveritt 2022-05-29 19:26:28 -0400
  • 287fd60891
    Log activity when modifying account details DaneEveritt 2022-05-29 18:48:35 -0400
  • 0b2c0db170
    Remove last references to audit logs DaneEveritt 2022-05-29 18:20:54 -0400
  • 0621d8475d
    Return tests to passing now that we don't ignore a critical event... DaneEveritt 2022-05-29 17:52:14 -0400
  • 09832cc558
    Ensure we can properly create an activity log entry; always return soft-deleted models DaneEveritt 2022-05-29 17:07:54 -0400
  • f1c1699994
    Fix tests with model events DaneEveritt 2022-05-29 17:07:34 -0400
  • 2fc5a734f9
    Update backup logic to use activity logs, not audit logs DaneEveritt 2022-05-29 16:19:04 -0400
  • cbecfff6da
    Add activity logging for files DaneEveritt 2022-05-29 13:56:39 -0400
  • 0999ad7ff0
    Add activity logging for authentication events DaneEveritt 2022-05-28 17:03:58 -0400
  • 5bb66a00d8
    Add new activity logging code to replace audit log DaneEveritt 2022-05-28 15:36:26 -0400
  • c14c7b436e
    Pass along new fields to Wings instance when endpoint is used; closes #4048 DaneEveritt 2022-05-28 13:45:23 -0400
  • 3fceb588fb
    Fix router logic to account for logged out users; closes #4085 DaneEveritt 2022-05-28 13:32:35 -0400
  • b051718afe
    Fix up API handling logic for keys and set a prefix on all keys DaneEveritt 2022-05-22 19:03:51 -0400
  • 8605d175d6
    Ensure admin endpoints continue to work DaneEveritt 2022-05-22 18:56:22 -0400
  • 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