Commit Graph

4673 Commits

Author SHA1 Message Date
Matthew Penner b7b128efc5
Merge branch '1.0-develop' into develop 2023-06-28 20:24:29 -06:00
Matthew Penner 7c8bdfc4d8
Update README.md 2023-06-28 20:23:53 -06:00
Matthew Penner eaf46429f2
Merge branch '1.0-develop' into develop 2023-05-12 23:12:06 -06:00
Matthew Penner bad765039b
Update README.md 2023-05-12 23:10:17 -06:00
Matthew Penner b23f3114e4
Update README.md 2023-05-12 23:08:43 -06:00
Matthew Penner dc6fadd1c5
Merge branch '1.0-develop' into develop 2023-03-11 14:12:23 -07:00
Matthew Penner 8bfcffc477
Update README.md 2023-03-11 14:11:34 -07:00
Matthew Penner f5ce1a240c
ci: install pnpm 2023-02-23 14:39:45 -07:00
Matthew Penner 8320c64918
switch from `yarn` to `pnpm` 2023-02-23 14:37:12 -07:00
Matthew Penner 0d225b0e8f
ci(docker): revert workflow changes 2023-02-23 14:35:07 -07:00
Matthew Penner 8ae40a7c71
containerfile: remove platform arg 2023-02-23 14:22:31 -07:00
Matthew Penner 7241829da6
containerfile: reinstall `tzdata`
ref; https://bugzilla.redhat.com/show_bug.cgi?id=1870814
2023-02-23 14:09:24 -07:00
Matthew Penner 05d8de0671
ci(container): tweak options 2023-02-23 13:47:39 -07:00
Matthew Penner f98aa11a3a
ci(container): update to `ubuntu-22.04` 2023-02-23 13:43:40 -07:00
Matthew Penner ab4b4e6ada
ci(container): replace old docker workflow 2023-02-23 13:40:04 -07:00
Matthew Penner 673f7282e0
ui: fix prettier 2023-02-23 13:15:06 -07:00
Matthew Penner 2195aa6447
ci(docker): upgrade to php 8.2 2023-02-23 13:08:49 -07:00
Matthew Penner 187c7f74cd
yarn: upgrade dependencies 2023-02-23 13:08:40 -07:00
Matthew Penner 0af39492e3
app(services): fix DeployServerDatabaseService phpstan 2023-02-23 12:49:07 -07:00
Matthew Penner 733771ae75
nix: update flake lock 2023-02-23 12:48:53 -07:00
Matthew Penner 85df1a4ec7
ci(laravel): add PHP 8.2 to test matrix 2023-02-23 12:48:28 -07:00
Matthew Penner a1e5afccb4
composer: update lock 2023-02-23 12:37:27 -07:00
Matthew Penner 18f6611a2d
Merge branch '1.0-develop' into develop 2023-02-23 12:36:22 -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 582c50c6d4
Merge branch '1.0-develop' into develop 2023-02-06 10:22:50 -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
Matthew Penner 3bd8164415
Merge branch '1.0-develop' into develop 2023-01-27 13:09:22 -07:00
Matthew Penner 43f7c10617
Update CHANGELOG.md 2023-01-27 12:24:55 -07:00
Matthew Penner c5be3ad04b
nix: update flake lock 2023-01-25 13:34:47 -07:00
Matthew Penner d8b7747828
ui(server): lazy load server console to reduce main bundle size 2023-01-25 11:39:07 -07:00
Matthew Penner 7c67ff3711
yarn: upgrade dependencies 2023-01-25 11:36:42 -07:00
Matthew Penner d09e61b4f4
Update Containerfile to node 18, install composer through rpms 2023-01-25 11:36:28 -07:00
Matthew Penner 4b82ca1042
ui(admin): fix users list 2023-01-25 11:14:39 -07:00
Matthew Penner 5063db7d95
Merge branch '1.0-develop' into develop 2023-01-25 10:47:17 -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 0b237071f2
Update README.md, fix CI status badge 2023-01-17 15:26:08 -07:00
Matthew Penner 62238ad418
Merge branch '1.0-develop' into develop 2023-01-17 15:25:28 -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 7665eea14d
app(server): rename `oom_disabled` to `oom_killer` and invert existing values 2023-01-17 12:11:31 -07:00
Matthew Penner 450fba00bc
ui(admin): fix oom killer setting toggle 2023-01-17 11:43:26 -07:00