reworked blog notifications

now the notification are stored in redis and not anymore in browser local storage
This commit is contained in:
gabryon99 2020-04-02 23:03:55 +02:00
parent 24b13e240c
commit 633ee3096d
8 changed files with 147 additions and 212 deletions

View file

@ -1507,6 +1507,7 @@ local known_parameters = {
["send_test_slack"] = validateEmpty,
["send_test_webhook"] = validateEmpty,
["network_discovery_interval"] = validateNumber,
["blog_notification_id"] = validateNumber,
["mud_recording"] = validateChoiceInline({"default", "general_purpose", "special_purpose", "disabled"}),
["captive_portal_id_method"] = validateChoiceInline({"mac", "ip"}),