Skip to content

Tags: bawantha/openwisp-controller

Tags

0.5.1

Toggle 0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.5.1 [2020-02-28]

--------------------------

- [models] Improved consistent key generation, now a consisten key is generated
  also when creating devices from the admin interface (or via model API),
  before it was only done during registration
- [admin] Fixed unsaved changes JS bug that was triggered in certain cases
- [deps] Switched back to jsonfield

0.5.0

Toggle 0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.5.0 [2020-02-05]

--------------------------

- [deps] Upgraded to django 3, upgraded dependencies
- [deps] Dropped support for python 2
- [x509] Fixed serial number max length (imported from django-x509)
- [admin] Fixed bug that caused organization field to be missing
  when importing a CA or certificate

0.4.0

Toggle 0.4.0's commit message
Version 0.4.0 [2019-01-09]

--------------------------

- [feature] Added connection module (possibility to SSH into devices)
- [feature] Added default operator group
- [feature] Added management IP feature
- [change] Changed configuration status: ``running`` has been renamed to ``applied``
- [admin] Added ``NETJSONCONFIG_MANAGEMENT_IP_DEVICE_LIST`` setting
- [admin] Added ``NETJSONCONFIG_BACKEND_DEVICE_LIST`` setting
- [x509] Fixed common_name redundancy
- [admin] Hidden "Download Configuration" button when no config is available
- [controller] Register view now updates device details
- [deps] Added support for Django 2.1 and Django 2.2
- [models] Added support for hardware ID / serial number
- [device] Add context field to device
- [bugfix] Show error when the preview is experiencing issues
- [ux] Group device change form in tabs
- [ux] Show loading indicator while loading preview
- [vpn] Add controller views (download & checksum) for VPN config
- [vpn] Fixed DH params in preview openwisp#107
- [change] Moved urls to admin namespace
- [feature] Implement copy/clone templates
- [feature] Added API to get context of device
- [bugfix] Ensure atomicity of transactions with database during auto-registration

0.3.2

Toggle 0.3.2's commit message
Version 0.3.2 [2018-02-19]

--------------------------

- [requirements] Updated requirements and added support for django 2.0

0.3.1

Toggle 0.3.1's commit message
Version 0.3.1 [2017-12-20]

--------------------------

- [pki] Reimplemented serial numbers as UUID integers
- [pki] Added switcher that facilitates importing certificates
- [pki] [admin] Removed ``serial_number`` from certificate list

0.3.0

Toggle 0.3.0's commit message
Version 0.3.0 [2017-12-17]

--------------------------

- [feature] Added geographic and indoor mapping module
- [feature] Aded Dockerfile

0.2.5

Toggle 0.2.5's commit message
Version 0.2.5 [2017-12-02]

--------------------------

- `openwisp#21 <https://github.com/openwisp/openwisp-controller/issues/21>`_:
  [admin] Added a link to password reset in login form

0.2.4

Toggle 0.2.4's commit message
Version 0.2.4 [2017-11-07]

--------------------------

- Added support for django-x509 0.3.0

0.2.3

Toggle 0.2.3's commit message
Version 0.2.3 [2017-08-29]

--------------------------

- `934be13 <https://github.com/openwisp/openwisp-controller/commit/934be13>`_:
  [models] Updated sortedm2m __str__ definition
- `b76e4e2 <https://github.com/openwisp/openwisp-controller/commit/b76e4e2>`_:
  [requirements] django-netjsonconfig>=0.6.3,<0.7.0

0.2.2

Toggle 0.2.2's commit message
Version 0.2.2 [2017-07-10]

--------------------------

- `f3dc784 <https://github.com/openwisp/openwisp-controller/commit/f3dc784>`_:
  [admin] Moved ``submit_line.html`` to `openwisp-utils
  <https://github.com/openwisp/openwisp-utils>`_