Skip to content

Releases: linuxmuster/linuxmuster-api

Release 7.4.3 (lmn74)

Choose a tag to compare

@github-actions github-actions released this 20 Jun 15:32
  • Use right method for as_dict.

Release 7.4.2 (lmn74)

Choose a tag to compare

@github-actions github-actions released this 16 Jun 15:24
  • Avoid var shadowing with lmntools
  • Batch users request to optimize load time
  • Lifespan to handle secrets only on app start
  • Add expiry date to token
  • Use pdflatex as default for passwords

Release 7.4.1 (lmn74)

Choose a tag to compare

@github-actions github-actions released this 25 Apr 16:13
  • New package for 7.4.

Release 7.3.35 (lmn73)

Choose a tag to compare

@github-actions github-actions released this 25 Apr 15:53
  • Add linbo endpoints for Linbo Docker (@amoalani). EXPERIMENTAL
  • Add vdi endpoints (@hermanntoast). EXPERIMENTAL
  • Add alias ALL for all authenticated users.
  • Rewrite start page.
  • Add rate limiter on /v1/auth/token
  • Add expiry date to jwt.
  • Only allow HS512 as signature request.
  • Add protection against timing attack.

Release 7.3.34 (lmn73)

Choose a tag to compare

@github-actions github-actions released this 01 Apr 22:05
  • /printers/join and quit: use lmntools.

Release 7.3.33 (lmn73)

Choose a tag to compare

@github-actions github-actions released this 08 Mar 20:23
  • GET /devices/device: new credentials flag for AD credentials.
  • PATCH /devices/device: use DeviceManager to set credentials.
  • PoC for new permissions system.

Release 7.3.32 (lmn73)

Choose a tag to compare

@github-actions github-actions released this 04 Mar 16:30
  • Fix typo.

Release 7.3.31 (lmn73)

Choose a tag to compare

@github-actions github-actions released this 04 Mar 13:27
  • Check tmp dir and harden security.

Release 7.3.30 (lmn73)

Choose a tag to compare

@github-actions github-actions released this 03 Mar 15:59
  • PATCH /devices/device: set password hashes.

Release 7.3.29 (lmn73)

Choose a tag to compare

@github-actions github-actions released this 01 Mar 17:39
  • /devices/list: Change namespace to list for devices management.
  • New GET endpoint /devices/device.
  • New PATCH endpoint /devices/device (only 2 attributes).
  • Fix secret key generation.
  • Fix server error when devices.csv is missing.