Skip to content

Releases: linuxmuster/linuxmuster-api

Release 7.4.1 (lmn74)

25 Apr 16:13

Choose a tag to compare

  • New package for 7.4.

Release 7.3.35 (lmn73)

25 Apr 15:53

Choose a tag to compare

  • 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)

01 Apr 22:05

Choose a tag to compare

  • /printers/join and quit: use lmntools.

Release 7.3.33 (lmn73)

08 Mar 20:23

Choose a tag to compare

  • 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)

04 Mar 16:30

Choose a tag to compare

Release 7.3.31 (lmn73)

04 Mar 13:27

Choose a tag to compare

  • Check tmp dir and harden security.

Release 7.3.30 (lmn73)

03 Mar 15:59

Choose a tag to compare

  • PATCH /devices/device: set password hashes.

Release 7.3.29 (lmn73)

01 Mar 17:39

Choose a tag to compare

  • /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.

Release 7.3.28 (lmn73)

25 Feb 10:32

Choose a tag to compare

  • /devices: Fix status on GET.
  • /devices: ignore status in POST if given.
  • /devices: send comment in csv too.
  • /schoolclasses: PATCH some attributes like mailalias.

Release 7.3.27 (lmn73)

22 Feb 17:19

Choose a tag to compare

  • New GET endpoint /globaladministrators.
  • New GET endpoint /schooladministrators.
  • New GET endpoint /globalbindusers.
  • New GET endpoint /schoolbindusers.
  • New query parameter check_parents for /roles endpoints.
  • Support for parent and staff in /roles.
  • Method to process users checks as background task and follow logs.
  • Many pytests.