Dhanus
Dhanus
Added hyperswitch-web and hyperswitch-control-center in docker-compose ## Type of Change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency...
Should fix #110, #148 and #255 issues The Preference Page be like 
Solves #148 REST API Endpoint: `/api/v1/notifications/notification/preference/`
Fixes: #256 FYR, Please note that this feature depends on PR #290 to manage global email notification preferences, which is not implemented in this PR. Currently, the user's first notification...
The PR #529 removed the broken test `test_device_templates_m2m_queryset`, which had already been removed from openwisp/openwisp-controller#1010. To maintain test coverage for this functionality, we should add and run the Selenium-based test...
While running `openwisp-radius`, the logs show multiple deprecation warnings coming from `dj_rest_auth` serializers: ``` .../site-packages/dj_rest_auth/registration/serializers.py:228: UserWarning: app_settings.USERNAME_REQUIRED is deprecated, use: app_settings.SIGNUP_FIELDS['username']['required'] required=allauth_account_settings.USERNAME_REQUIRED, .../site-packages/dj_rest_auth/registration/serializers.py:230: UserWarning: app_settings.EMAIL_REQUIRED is deprecated, use: app_settings.SIGNUP_FIELDS['email']['required'] email...