summaryrefslogtreecommitdiffstats
path: root/server/api/registration.js
Commit message (Collapse)AuthorAgeFilesLines
...
* [server] eslint fixesUdo Walter2019-01-131-4/+4
|
* Rename registrations in registration.Jannik Schönartz2018-12-111-0/+472
|
* [registration/dhcp] Implement dhcp as external-backendJannik Schönartz2018-08-281-147/+0Star
| | | | | | | | Registration -> Registrations to match API guidelines. Fixed shell script to only build undionly.kpxe. Added infoblock external-backend. Removed dhcp from config.json Fixed ipxe scripts to match the registrations.
* [tftp] Remove tftpJannik Schönartz2018-08-201-28/+89
| | | | | Remove tftp server because an external tftp is used. Adding client from registrationscript is now working.
* [firstregistration] First start of the new client registrationJannik Schönartz2018-08-171-0/+86
Router now also can use non auth methods. (Used for the registration calls) Added ipxe scripts for the registration Added backend methods for dynamic ipxe scripts and first try of a dhcp api call