summaryrefslogtreecommitdiffstats
path: root/webapp/src/components
Commit message (Collapse)AuthorAgeFilesLines
* [configurator] add ipxe configuratorUdo Walter2018-09-184-0/+530
|
* [groups] small bugfixesUdo Walter2018-09-183-6/+12
|
* [registration] Add parent tree view in the manual registrationJannik Schönartz2018-08-291-0/+1
| | | | | | | Add parents as not clickable boot entry. Indent childs to get a tree view. Fix switch bug in the external-backends module. Add utf-8 to ascii escaping because ipxe can't use utf-8
* [external-backends] Add getClient methods for all backendsJannik Schönartz2018-08-291-0/+1
| | | | | | | Delete dummy and another backends. Extend template-dummy for testing stuff. Add getClient method for dhcp and idoit backends. Fixed appendicon for selections.
* [external-backends] Use search table instead of datatablesJannik Schönartz2018-08-282-14/+17
| | | | | Fixed an eslint error commited by Chris Search tables are the better datatables developed by Udo.
* Add Snackbars to EventsChristian Hofmaier2018-08-102-8/+14
|
* [server/router] Rework routerJannik Schönartz2018-08-103-16/+14Star
| | | | Reworked the router to match more design guidlines with the REST apis
* [permissions] fix bug with recursive-mode-switchChristian Hofmaier2018-08-101-5/+8
| | | | | it should now correctly show the underlying value of switch. + centered the switch
* [permissions] Add recursive group selection + tables changed to search tablesChristian Hofmaier2018-08-104-107/+121
| | | | | | | | Role Table has now a new column recursiveGroups to display if recursive selection is wanted Roles and Permissions can now have longer descriptions Data-Tables are now Udos Search-Tables
* Roles of Users now in fancy boxes and other small ui polishingChristian Hofmaier2018-08-074-12/+14
|
* [groups] add ability to show all nested children and not just direkt ↵Udo Walter2018-08-077-116/+74Star
| | | | children + bug fixes
* mergeUdo Walter2018-08-065-24/+83
|\
| * language tags and function commentsChristian Hofmaier2018-08-065-24/+83
| |
* | [webapp/groups] add color to selected table rows + bug fixesUdo Walter2018-08-064-72/+64Star
| |
* | [webapp/searchtable] add multi item selection with shift keyUdo Walter2018-08-063-25/+66
|/
* [webapp/searchtable] bugfixUdo Walter2018-08-061-0/+4
|
* [webapp/groups] add browser back/forwared compatibilityUdo Walter2018-08-052-6/+18
|
* mergeUdo Walter2018-08-054-41/+118
|\
| * Add Role Create/EditChristian Hofmaier2018-08-054-41/+118
| |
* | [webapp] improved data table with search and pagination;Udo Walter2018-08-057-202/+219
|/
* [external-backends] Added comments for the API functions and in the ↵Jannik Schönartz2018-08-053-7/+6Star
| | | | external-backend prototype file. Added iDoIT method to get a list of all objects.
* [webapp/groups] asdfUdo Walter2018-08-051-1/+1
|
* code adaptionChristian Hofmaier2018-08-052-3/+3
|
* mergeChristian Hofmaier2018-08-0519-525/+1644
|\
| * [webapp/groups] add generic table actions component for search and ↵Udo Walter2018-08-053-38/+146
| | | | | | | | pagination; added this to the groups module
| * [webapp/external-backends] Small error fix with the sync dialog.Jannik Schönartz2018-08-041-8/+2Star
| |
| * [external-backends] Sync types are now defined in the backend classes, so ↵Jannik Schönartz2018-08-041-4/+12
| | | | | | | | every backend can define their own sync methods.
| * [groups] small bug fixesUdo Walter2018-08-043-45/+29Star
| |
| * small changesUdo Walter2018-08-042-22/+21Star
| |
| * [webapp/groups] small bugfixUdo Walter2018-08-041-1/+1
| |
| * [webapp] login now redirect to the requested routeUdo Walter2018-08-042-2/+11
| |
| * [webapp/groups] bugfix + route to create group/clientUdo Walter2018-08-041-13/+17
| |
| * [webapp/groups] add routes; groups and clients can now be accessed directly ↵Udo Walter2018-08-041-5/+38
| | | | | | | | using a url
| * [webapp] everythiing configurable (dashboardmodule, stores and global i18n ↵Udo Walter2018-08-031-21/+11Star
| | | | | | | | messages is now in the config folder; router rework: modules can now set their own subroutes
| * [groups] icon fixUdo Walter2018-08-031-2/+2
| |
| * [groups] add i18nUdo Walter2018-08-037-76/+174
| |
| * [webapp/external-backends] Language tags are now camelCase for consistency. ↵Jannik Schönartz2018-08-034-61/+71
| | | | | | | | Group icon changed.
| * [server/external-backends] Fixed some design issues. Smaller dialogs, dialog ↵Jannik Schönartz2018-08-034-130/+151
| | | | | | | | animation, lang tags and padding in the sync options.
| * [server/external-backends] Added sync settings for the backends. Groups and ↵Jannik Schönartz2018-08-024-91/+281
| | | | | | | | clients can be defined there.
| * [groups] bugfix + add doubleclick to enter group/client + small design changeUdo Walter2018-08-025-153/+179
| |
| * eslint fixesUdo Walter2018-08-021-5/+5
| |
| * [groups] add dialog to delete, remove and add groups/clientsUdo Walter2018-08-025-37/+174
| |
| * [groups] small bugfixUdo Walter2018-08-022-2/+2
| |
| * [groups] add delete client/group functionalityUdo Walter2018-08-027-101/+269
| |
| * [groups] add ability to show all groups and clientsUdo Walter2018-08-021-3/+13
| |
| * [groups] add create functionalityUdo Walter2018-08-026-95/+136
| |
| * [groups] add client edit functionalityUdo Walter2018-08-013-73/+194
| |
| * [groups] add edit functionality to group infosUdo Walter2018-08-015-77/+73Star
| |
| * [webapp/external-backends] Splitted the edit and delete Dialog.Jannik Schönartz2018-07-313-11/+21
| |
| * [webapp/groups] small bugfixUdo Walter2018-07-311-4/+12
| |