What's Changed
- Update original migrations with nullable by @lancepioch in #1222
- Laravel 12.7.2 Shift by @lancepioch in #1213
- Laravel 12.8.1 Shift by @lancepioch in #1226
- Add
storage:link
to setup command by @Boy132 in #1233 - Fix
serverVariables
not saving due tojoin
by @rmartinoscar in #1235 - Restore
exception_handler
&error_handler
for Tests by @rmartinoscar in #1239 - Only allow
image/png
mimetype for Avatar by @rmartinoscar in #1246 - Allow users to remove their
Avatar
by @rmartinoscar in #1247 - Use recommended PHP
8.4
for Docker by @rmartinoscar in #1245 - Add
pdo_pgsql
to Docker by @rmartinoscar in #1244 - Fix action in notifications by @Boy132 in #1257
- Correctly display backup status by @Boy132 in #1256
- Fix storage graph not rendering correctly by @LetterN in #1253
- Add
live()
toKeyValue
by @rmartinoscar in #1261 - Fix api docs for server update requests by @Boy132 in #1262
- Chunk
Sushi
inserts based on rows count by @rmartinoscar in #1259 - Only chunk if rows exceeds sqlite variables limit (999) by @rmartinoscar in #1270
- Laravel 12.9.2 Shift by @lancepioch in #1266
- Remove
NavigationGroups
for Admin Navbar by @rmartinoscar in #1248 - Fix
develop
Node Version reported as outdated by @rmartinoscar in #1272 - Make avatars work in docker by @QuintenQVD0 in #1251
- Fix activity log query by @Boy132 in #1258
- handle failed oauth by @LetterN in #1264
- Fix metadata coming from wings activity logs by @Boy132 in #1284
- Use
Arr::dot
to display multi-dimensional activity log properties by @Boy132 in #1285 - Remove open in new tab for "Open in Admin" option by @PalmarHealer in #1292
- feat(console): save command history in session by @vinhais in #1282
- Remove
DynamicDatabaseConnection
by @Boy132 in #1290 - Only use navigation groups when using sidebar by @Boy132 in #1288
- Override section header icon self alignment to centre by @sebygreen in #1279
- Separate user uploadable avatars into own setting by @Boy132 in #1286
- Make sure 2fa requirement is enforced by @Boy132 in #1289
- Laravel 12.10.1 Shift by @lancepioch in #1294
- Laravel 12.10.2 Shift by @lancepioch in #1298
- Add back Egg Features by @pelican-vehikl in #1271
- Case insensitive EggFeature Listeners by @rmartinoscar in #1303
- Add missing
disabled
inAllocationsRelationManager
by @rmartinoscar in #1304 - generalize sponge installation by @LetterN in #1300
- Resolve issue with avatar storage by @parkervcp in #1281
- Pest Test Improvements by @pelican-vehikl in #1137
- Improve file error handling by @Boy132 in #1314
- Fix database & user not being deleted by @Boy132 in #1315
- Laravel 12.11.0 Shift by @lancepioch in #1317
- Allow changing of the console font by @notAreYouScared in #1277
- Add
throwIf
todaemonRepository
by @rmartinoscar in #1301 - Laravel 12.11.1 Shift by @lancepioch in #1320
- Use $id as
primaryKey
forFile
Model by @rmartinoscar in #1323 - Append
/
toEditFiles
by @rmartinoscar in #1322 - update filament assets by @notAreYouScared in #1328
- Laravel 12.12.0 Shift by @lancepioch in #1325
- Remove
get_fonts
, Fix docker container console font selection by @notAreYouScared in #1329 - Add server power actions to new context menu by @notAreYouScared in #1321
- Add Comic Mono to the list by @notAreYouScared in #1330
- fix settings on mobile by @notAreYouScared in #1336
- composer update by @notAreYouScared in #1335
- Font Saga Continues, The End of ComicSans by @notAreYouScared in #1338
- Font Saga Continues... by @notAreYouScared in #1339
- Allow to assign nodes to roles (node ownership) by @Boy132 in #1231
- Add back
behind_proxy
to ui by @Boy132 in #1263 - move redis only command to if statement in kernel by @notAreYouScared in #1337
- Fix 500 when searching for empty term by @Boy132 in #1340
- Rework subuser permission loading by @PalmarHealer in #1311
- Cleanup files mount and fix path for global search by @Boy132 in #1341
- Prevent primary allocation overwrite on save by @Boy132 in #1344
- Small cleanup for new egg features by @Boy132 in #1343
- Add back network chart by @Boy132 in #1283
- Laravel 12.13.0 Shift by @lancepioch in #1347
- Make
Tags
work inStoreNodeRequest
by @rmartinoscar in #1349 - Hide
ChartWidgets
whenServer
isInConflictState or Offline by @rmartinoscar in #1348 - Replace
File
withStorage
on EditProfile by @Boy132 in #1353 - remove ComicMono as default set to
monospace
by @notAreYouScared in #1352 - Enable ipv6 on frontend by @Boy132 in #1350
- chore: Refactor
Mount
s by @rmartinoscar in #1236 - Add button to view install logs by @Boy132 in #1356
- Use
github
error format for phpstan tests by @Boy132 in #1357 - Fix
TRUSTED_PROXIES
with*
by @Boy132 in #1358
New Contributors
- @LetterN made their first contribution in #1253
- @vinhais made their first contribution in #1282
- @sebygreen made their first contribution in #1279
Full Changelog: v1.0.0-beta19...v1.0.0-beta20