The handling of /setting's POST method currently does not do any validation on the input. This would be desirable to ensure IP's are valid, names aren't too long, etc. Similarly, all items in the settings page are written on every save at the moment. It would be desirable to move to a logic where only changed fields are saved.
The handling of
/setting
's POST method currently does not do any validation on the input. This would be desirable to ensure IP's are valid, names aren't too long, etc. Similarly, all items in the settings page are written on every save at the moment. It would be desirable to move to a logic where only changed fields are saved.