github scottlamb/moonfire-nvr v0.7.0
0.7.0

latest releases: v0.7.17, v0.7.16, v0.7.15...
2 years ago
  • schema version 7
  • Changes to the API:
    • Added fields to the GET /api/ response:
      • serverVersion
    • Altered fields in the GET /api/ response:
      • session was moved into a new user object, to support providing
        information about the user when authenticating via Unix uid rather
        than session cookie (a planned feature). session.username is now
        user.name; session.csrf is now user.session.csrf. user.id
        and user.preferences have been added.
      • signals.source is now signals.uuid. The UUID is now expected to
        be unique, where before only (source, type) was guaranteed to be
        unique.
      • camera.config has been altered and extended. onvifHost has
        become onvifBaseUrl to allow selecting between http and https.
      • camera.description was moved to camera.config.description.
        (This might have been an oversight; now it's only possible to see
        the description with the read_camera_configs permission. This
        field can be re-introduced if desired.)
      • stream.config has been altered and extended. rtspUrl has become
        url to (in the future) represent a URL for other streaming
        protocols. The record boolean was replaced with mode, which
        currently may be either absent or the string record.
    • Added POST /api/users/<id> for altering a user's UI preferences.

Don't miss a new moonfire-nvr release

NewReleases is sending notifications on new releases.