summaryrefslogtreecommitdiffstats
path: root/server/lib/external-backends/backends/template-backend.js
Commit message (Collapse)AuthorAgeFilesLines
* [server/external-backends] Add error logging of object deletion in the ↵Jannik Schönartz2021-03-091-0/+4
| | | | external backends
* [external-backends] Add getClient methods for all backendsJannik Schönartz2018-08-291-4/+30
| | | | | | | Delete dummy and another backends. Extend template-dummy for testing stuff. Add getClient method for dhcp and idoit backends. Fixed appendicon for selections.
* [server/external-backends] Implemented import Objects from iDoITJannik Schönartz2018-08-061-1/+3
| | | | | | renamed external-backends.js in index.js so its return when requireing the folder Added new tables for the external id mapping for clients / groups iDoIT method for importing Objects and adding them in the db with all neccessary constraints
* [server/external-backends] Added iDoIT Api call for getting the locationtree ↵Jannik Schönartz2018-07-311-1/+0Star
| | | | of an object.
* [server/external-backends] Implemented checkConnection of iDoIT. Simple auth ↵Jannik Schönartz2018-07-301-1/+1
| | | | call is made with error handling.
* [server/backends] Added iDoII Backend. Implemented a checkConnection method ↵Jannik Schönartz2018-07-261-0/+14
| | | | for each individual backend. Switches in backends can now have recursive elements. They are only shown if the switch is set to true.
* [server/external-backends] Added ids to the backend credentials to reduce ↵Jannik Schönartz2018-07-191-1/+1
| | | | overhead in the db. Only the values of the credentials are saved. Added dummy method for check connection.
* [server] Fixed eslint errors. (Standard ESLint is used)Jannik Schönartz2018-07-171-5/+5
|
* [external-backends] Added API and Frontend module external-backends.Jannik Schönartz2018-07-171-0/+9