summaryrefslogtreecommitdiffstats
path: root/server/lib/external-backends
Commit message (Collapse)AuthorAgeFilesLines
...
* [external-backends] Sync types are now defined in the backend classes, so ↵Jannik Schönartz2018-08-043-0/+12
| | | | every backend can define their own sync methods.
* [server/external-backends] Added sync settings for the backends. Method for ↵Jannik Schönartz2018-08-022-3/+34
| | | | getting the backend oject types and the client / group mapping saved in the db.
* [server/idoit] iDoIT api call returns now the object itself and the childs.Jannik Schönartz2018-07-311-1/+9
|
* [server/external-backends] Added iDoIT Api call for getting the locationtree ↵Jannik Schönartz2018-07-312-23/+72
| | | | of an object.
* [server/external-backends] Implemented checkConnection of iDoIT. Simple auth ↵Jannik Schönartz2018-07-305-8/+59
| | | | call is made with error handling.
* [server/backends] Added iDoII Backend. Implemented a checkConnection method ↵Jannik Schönartz2018-07-265-1/+56
| | | | 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-193-3/+3
| | | | 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-174-39/+39
|
* [external-backends] Added API and Frontend module external-backends.Jannik Schönartz2018-07-174-0/+57