Files
api/plugin/CHANGELOG.md
2025-02-20 19:29:50 -05:00

7.5 KiB

Changelog

4.1.2 (2025-02-21)

Features

  • add validation step to ensure that variables are set (e3e9b2b)
  • always start the API and run npm link from script path (30133ac)
  • api: rm 2fa & t2fa from myservers config type (#996) (89e791a)
  • array iteration for restoring files (036e97b)
  • attempt to resolve performance issues with rm earlier in build … (#1152) (2a1aa95)
  • attempt to start unraid-api with background task (2a102fc)
  • begin building plugin with node instead of bash (#1120) (253b65a)
  • cleanup disclaimer and command to add users (6be3af8)
  • convert to pnpm monorepo (#1137) (8d89f8b)
  • copy only needed files for nodejs (acf587a)
  • do not move upgradepkg (ea16419)
  • dont pass entire server state for privacy (54e3f17)
  • download nodejs and install on legacy OS versions (2a95e4b)
  • error when nodejs download fails (6a9b14c)
  • extract node to usr/local/ (4c0b55b)
  • fix missing flash line (6897aad)
  • fix pm2 setup and add link command (de9500f)
  • move ssoenabled to a boolean flag rather than ids (404a02b)
  • move variable declarations to theme.ts (3c82ee1)
  • name package with PR number (a642bf1)
  • nodejs issues with version 2 (9c6e52c)
  • plugin: rm Date & Time format settings from Notification Settings (e2148f3)
  • remove nghttp3 and only bundle nodejs (8d8df15)
  • separate install process (b90a516)
  • sso login boolean (34190a6)
  • ui: webgui-compatible web component library (#1075) (1c7b2e0)
  • unraid single sign on with account app (5183104)
  • update packageManager field for pnpm (8d5db7a)
  • Update plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/state.php (42c0d58)
  • use plugin file for install and uninstall (c9ac3a5)
  • validate entries correctly (b101a69)
  • web: activation modal steps, updated copy (#1079) (8af9d8c)
  • web: rm old notification bell upon plugin installation (#979) (e09c07c)

Bug Fixes

  • add another missing symlink (4e7f3ff)
  • attempt to restore upgradepkg if install failed (19c2a79)
  • capitalize name (31166b3)
  • cleanup commands (052aea0)
  • delete unused line (de4882e)
  • delete upgradepkg (74f0177)
  • empty manifest and version alignment (c4c44d9)
  • formatting issue (42ca969)
  • further resolve sso sub ids issues (ef3d0ea)
  • install syntax error (ec83480)
  • more verbose logging for node install to find issues (445af0c)
  • node_txz naming (b7c24ca)
  • pass ssoSubIds only (5adf13e)
  • PHP Warning in state.php (#1126) (c154b4e)
  • proper file replacements (e0042f3)
  • restore upgradepkg before install (fddca27)
  • revert changelog (e9d47ca)
  • strip components from tar line (911cd5b)
  • upgradepkg (90cf1a8)
  • used TGZ instead of TXZ for nghttp3 (09ad394)
  • variables passed properly (e0875e7)

Miscellaneous Chores