Commit Graph

4684 Commits

Author SHA1 Message Date
Matthew Penner 8bfcffc477
Update README.md 2023-03-11 14:11:34 -07:00
Matthew Penner 1d38b4f0e2
Laravel 10 (#4706) 2023-02-23 12:30:16 -07:00
Matthew Penner ad4ddc6300
nix: update flake 2023-02-23 12:24:47 -07:00
Devonte W b746c3ead1
fix(api/client): add validation for backup request body (#4704) 2023-02-23 12:23:12 -07:00
Devonte W aea5c474db
fix(resources/api): allow svg xml format (#4705) 2023-02-23 12:19:58 -07:00
Matthew Penner 2a7833ca17
Update README.md 2023-02-06 10:22:21 -07:00
Alex 9b47403e00
egg(rust): add server.queryport option (#4681) 2023-02-04 14:42:04 -07:00
Pterodactyl CI a99941eb2b ci(release): bump version 2023-01-27 19:26:50 +00:00
Matthew Penner 43f7c10617
Update CHANGELOG.md 2023-01-27 12:24:55 -07:00
Matthew Penner 866b6df4b0
api(task): ensure `sequence_id` always starts at `1` 2023-01-24 16:19:34 -07:00
Matthew Penner 2b14e46eec
api: fix `sequence_id` being ignored in server task API
Closes #4434
2023-01-24 15:57:24 -07:00
Matthew Penner 20f23a0b27
db: add `uuid` column to `failed_jobs` table
Refer to
<https://laravel.com/docs/8.x/upgrade#failed-jobs-table-batch-support>
for more information regarding this change.

Closes #4652
2023-01-24 14:02:41 -07:00
Matthew Penner a27ea3d1bc
config(queue): default to `redis` driver
Updates the default `QUEUE_CONNECTION` value to be `redis`
instead of `sync`.  This can cause problems if users skip
the initial setup or select the prefilled options rather
than the recommended ones.

Closes #4660
2023-01-24 13:48:34 -07:00
Matthew Penner fbdac5b63f
ui(server): fix `reinstall_failed` conflict state 2023-01-17 15:21:31 -07:00
Jelco c74314d2ab
Fix file repository not catching 404 responses (#4637) 2023-01-17 15:12:22 -07:00
Matthew Penner dd595437e6
Update README.md, fix CI status badge 2023-01-17 15:06:56 -07:00
Boy132 2ed7f1c912
Fix `MAIL_FROM_ADDRESS` in EmailSettingsCommand (#4648) 2023-01-17 15:01:53 -07:00
Matthew Penner a2fb319ff5
Update README.md sponsors 2023-01-01 15:26:38 -07:00
Omar Kamel e43da311fe
api(client): keep existing server description when empty (#4619) 2022-12-14 14:19:45 -07:00
Matthew Penner ac53e7b061
Update CHANGELOG.md 2022-12-12 16:09:09 -07:00
Matthew Penner 8978da335e
app(telemetry): disable server_usage for eggs and nests 2022-12-12 16:07:33 -07:00
VibeGAMESNL 680bce6d94
api(client): fix decompress timeout (#4568) 2022-12-12 16:07:13 -07:00
Matthew Penner 428311e854
database: fix mail settings migration 2022-12-12 15:47:48 -07:00
Matthew Penner 6df31e1923
database: fix migration transaction failure? 2022-12-12 15:26:47 -07:00
Matthew Penner c8c648f0e5
php-cs-fixer 2022-12-12 15:14:37 -07:00
Matthew Penner 0751eeec97
database: add migration for new mail config keys 2022-12-12 15:12:03 -07:00
Matthew Penner 24e1c56378
Update SECURITY.md 2022-12-12 14:35:24 -07:00
Matthew Penner 4626118d77
app: fix remaining email config keys 2022-12-12 14:31:49 -07:00
Matthew Penner 6377e3309a
config(queue): fix queue names 2022-12-12 14:29:19 -07:00
Matthew Penner c14fc1ccb0
config(mail): fix SERVER_NAME; closes #4600 2022-12-12 14:26:07 -07:00
Matthew Penner 63a179d7f3
app: fix email config keys 2022-12-12 14:21:47 -07:00
Matthew Penner 3432cadd4a
ci(docker): fix version starting with `v` prefix 2022-12-05 15:43:10 -07:00
Matthew Penner 411017198e
Update CHANGELOG.md 2022-12-05 13:16:03 -07:00
Matthew Penner e763c72d63
ci(docker): fix version in app.php 2022-12-05 12:39:07 -07:00
Matthew Penner a2970cd784
ci: tweak docker and release workflows 2022-12-05 09:58:13 -07:00
Matthew Penner ca4aa795be
ci(docker): fix latest tag 2022-12-04 18:37:45 -07:00
Matthew Penner c802b49b7a
ci(docker): fix app version 2022-12-04 18:36:26 -07:00
Matthew Penner 7d93f1566c
ci: overhaul workflows 2022-12-04 17:40:17 -07:00
Matthew Penner 598c956e4e
ui(server): fix file uploads being canceled instead of completed 2022-12-04 16:36:53 -07:00
Matthew Penner 158facd534
eslint: fix prettier config 2022-12-04 16:32:15 -07:00
Matthew Penner dd69652942
Fix `No application encryption key has been specified` error while trying to generate said key 2022-12-04 16:09:42 -07:00
Matthew Penner 73b27aea8e
Update CHANGELOG.md 2022-12-04 15:27:21 -07:00
Matthew Penner fa7503816a
Add telemetry prompt in `p:environment:setup` command 2022-12-04 14:59:45 -07:00
Matthew Penner 250c557e23
telemetry: include more detailed server egg and nest usage 2022-12-01 12:09:27 -07:00
Matthew Penner 6272bb6710
api(remote): cleanup 2022-12-01 11:52:22 -07:00
Matthew Penner 3c278a8c51
api(remote): check if transfer is present before trying to update status 2022-12-01 11:51:26 -07:00
Matthew Penner 794248d4d7
routes: fix imports 2022-12-01 11:51:26 -07:00
Wunderharke c8f7bdf9cb
egg(teamspeak): fix database support (#4513) 2022-11-28 12:04:56 -07:00
TaktischerSpeck 75f36839df
egg(teamspeak): port and argument updates (#4546) 2022-11-28 11:59:48 -07:00
Charles Morgan a4e547dc67
ui(server): fix console searchbar z-index (#4587) 2022-11-27 19:38:28 -07:00