uhppoted / uhppoted-httpd

Browser based user interface for an access control system based on the UHPPOTE TCP/IP controllers
Other
4 stars 1 forks source link

Manage cards without valid start/end dates #29

Closed uhppoted closed 2 months ago

uhppoted commented 6 months ago

Ref.:

The UHPPOTE controller only accepts cards with a valid start and end date but there is a valid use case for uhppoted-httpd to allow a card to be created ahead-of-time without a start or end date. Assigning a default start/end date is not a solution because it potentially allows a temporary card to have unexpected access.

twystd commented 2 months ago
  1. Added card from/to date zero value check to controller put-card API
  2. Added REST put-card API to add/update cards from the REST API without the restrictions of the controller API.

Closing as completed, pending release v08.8.9.