* new oui importer using IEEE csv for MA-L+M+S
* schema update for new vendor table
* change vendor to manufacturer because Device has a vendor field
* remove oui from manuf table, and update node oui after manuf update
* faster way to bulk update node oui
* switch from using oui table to manufacturer table for vendor lookup
* some other oui cleanup
* faster/scalable way to join a macaddr to manuf table
* remove device.oui support
* update node oui in bulk at end of macsuck run
* correct literal sql instead of bind
* more efficient to get oui base for each mac
* comment better the base lookup in macsuck
* Add NAC columns to UI
* Compact variant with a "NAC Summary" column
* display PAE stuff as very short summary in web and full columbs in csv
* add tooltips for actual port status and state detail
* minor naming tweaks
Co-authored-by: Oliver Gorwits <oliver@cpan.org>
* custom device field web display and edit
* make display work; relies on T::T calling dict slot or method with same syntax
* add storing port custom fields
* use resultset method instead, use cf_ prefix
* update Pg min ver for jsonb
* allow override of position and default for port custom fields
* support hidden for custom fields
* update description of Objects API class
* allow left and mid position for custom fields
* add custom fields in csv
* change port control sidebar label
* fix default missing bug on backend jobs
* initial v0 creator
* working json api for generic reports
* add require login
* move report swagger into plugin, and set new default layout of noop
* require proper role and also use new util func
* start to tidy authn
* some work on cleaning up web authn
* clean up the authN checks
* fix bug
* fix the auth for api
* fixes to json handling
* set swagger sort order
* enable most reports for api endpoints
* fix doc
* add paramters to reports
* add missed report
* allow api_parameters in reports config
* reorganise api
* add vlan search
* add port search
* make sure to enable layout processing
* add device search
* add v1 to api paths
* add Node Search
* support api_responses
* add device object search; fix spurious ports field in device result class
* handle some plugins just returning undef if search fails
* errors from api seamlessley
* fix error in date range default
* more sensible default for prefix
* change order of endpoints in swagger-ui
* all db row classes can now TO_JSON
* add device_port api endpoint
* add device ports endpoint
* do not expand docs
* add swagger ui json tree formatter
* add all relations from Device table
* add port relations
* add nodes retrieve on device or vlan
* rename to GetAPIKey
* update config for previous commit