summaryrefslogtreecommitdiffstats
path: root/server/lib/external-backends/external-backends.js
Commit message (Collapse)AuthorAgeFilesLines
* [server/external-backends] Implemented import Objects from iDoITJannik Schönartz2018-08-061-93/+0Star
| | | | | | 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
* [external-backends] Added comments for the API functions and in the ↵Jannik Schönartz2018-08-051-3/+51
| | | | external-backend prototype file. Added iDoIT method to get a list of all objects.
* [external-backends] Sync types are now defined in the backend classes, so ↵Jannik Schönartz2018-08-041-0/+4
| | | | every backend can define their own sync methods.
* [server/external-backends] Added sync settings for the backends. Method for ↵Jannik Schönartz2018-08-021-0/+5
| | | | getting the backend oject types and the client / group mapping saved in the db.
* [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-1/+7
| | | | for each individual backend. Switches in backends can now have recursive elements. They are only shown if the switch is set to true.
* [server] Fixed eslint errors. (Standard ESLint is used)Jannik Schönartz2018-07-171-24/+24
|
* [external-backends] Added API and Frontend module external-backends.Jannik Schönartz2018-07-171-0/+30