summaryrefslogtreecommitdiffstats
path: root/server/api/clients.js
Commit message (Collapse)AuthorAgeFilesLines
* [server/external-backends] Add error logging of object deletion in the ↵Jannik Schönartz2021-03-091-2/+7
| | | | external backends
* [server] PM integration in all missing api-points but groupsJannik Schönartz2020-06-081-0/+18
|
* [webapp] show part of the path (full path on hover) in the select boxes for ↵Udo Walter2020-03-251-2/+6
| | | | selecting groups and clients
* [server/log] Add logging to all modulesJannik Schönartz2019-12-011-6/+72
| | | | | | | | | | | | | | | | | | | Logging with snapshots: Client: create / edit / delete / added to group / removed from group Group: create / edit / delete / added to group / removed from group Logging without snapshot: Wake-on-lan: wakup Ipxe-Builder: build / clear / cancel / script save IP-Ranges: create / edit / delete Logging: with info in description: User: create / edit / delete / grant role / revoke role Event: create / edit / delete Permission-Manager-Role: create / edit / delete Registration-Hook: create / delete / edit / change order Ipxe Configuration: create / delete / edit Backend: create / edit / delete
* [webapp/clients] Add the choice to select backends when deleting clientsJannik Schönartz2019-10-161-1/+1
| | | | | | | | [group/clients] Checkbox list of the clients in the permanently delete dialog [server/backendhelper] Only deletes from the selected backends (array with backendids)
* [groups,clients] include config as associationUdo Walter2019-04-131-1/+1
|
* [server/external-backends] Add direct sync in idoit for some functions ↵Jannik Schönartz2019-04-011-0/+17
| | | | (create client, add/remove client to/from groups)
* [server/httpresponse] small reworkUdo Walter2019-03-311-9/+10
|
* [server/clients] add more responsesUdo Walter2019-03-311-12/+15
|
* [webapp/groups] rework old tables to new data tableUdo Walter2019-02-241-2/+0Star
| | | | slightly redesigned the editing of groups and clients
* [server] eslint fixesUdo Walter2019-01-131-3/+2Star
|
* [groups,clients,configurator] api rework to the new formatUdo Walter2018-12-041-43/+56
|
* [idoit] Add idoit add / update functionalityJannik Schönartz2018-12-031-2/+2
| | | | | | | | | | backend_x_ db changed. (Not storing NULL clientids anymore) Therefore the backendobject needs to be deleted before the client in the bas db is deleted. Uploading a file in idoit method added. Testing method for uploading files via curl for the tpm stuff. Added feedback option, to get a api-viable returnvalue and not the ipxe script. idoit update method for the additional hw values added. hwinfo script should now collect and update some informations. Testing inc.
* [webapp+server] Add first implementation of a websocket to alert webclients ↵Udo Walter2018-11-261-0/+2
| | | | | | of events and to synchronize notification across multiple webapp instances of the same user
* [external-backends] Fix: Delete clients in the backend is now working properly.Jannik Schönartz2018-11-221-2/+4
|
* [idoit] Clients are now added to the idoit backendJannik Schönartz2018-11-121-0/+2
| | | | | | | | Delete client in the backends if client is deleted in the bas. Add method for creating the client in the backends Add method for adding additional information to the client in the backend Add backend helper for calling all backends with the matching external id Add idoit mehtod for creating and updating a client
* [groups] add ability to show all nested children and not just direkt ↵Udo Walter2018-08-071-18/+3Star
| | | | children + bug fixes
* [webapp] improved data table with search and pagination;Udo Walter2018-08-051-1/+1
|
* [groups] small bug fixesUdo Walter2018-08-041-1/+1
|
* [server/groups] add 404 status code if group / client id not foundUdo Walter2018-08-041-6/+9
|
* [groups] add dialog to delete, remove and add groups/clientsUdo Walter2018-08-021-2/+2
|
* [groups] add delete client/group functionalityUdo Walter2018-08-021-1/+6
|
* [groups] add ability to show all groups and clientsUdo Walter2018-08-021-0/+7
|
* [groups] add create functionalityUdo Walter2018-08-021-2/+4
|
* [groups] add client edit functionalityUdo Walter2018-08-011-1/+19
|
* [groups] add edit functionality to group infosUdo Walter2018-08-011-5/+11
|
* [groups] add edit form for groups; add description to groups and clientsUdo Walter2018-07-311-10/+12
|
* [server/router] changed api routing from query keyword to url parameter for ↵Udo Walter2018-07-301-10/+8Star
| | | | group and client api (todo: the rest)
* [server/groups][webapp/groups] added first version of the groups moduleUdo Walter2018-07-191-9/+9
|
* [server] Fixed eslint errors. (Standard ESLint is used)Jannik Schönartz2018-07-171-17/+17
|
* [server] Initial commit to add the node server stuff.Jannik Schönartz2018-07-021-0/+20