summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/BackendModuleEdit.vue
Commit message (Collapse)AuthorAgeFilesLines
* [users/ipxe/backends] PM integrationJannik Schönartz2020-06-021-1/+1
|
* [webapp/external-backends] Remove step 3 from stepper & eslint fixesJannik Schönartz2020-05-081-78/+6Star
|
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-3/+3
| | | | still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
* [external-backeds] Big idoit rework, to match the updated apiJannik Schönartz2019-03-151-0/+1
|
* [external-backends] Passwords are not send to the frontend anymoreJannik Schönartz2019-03-101-17/+16Star
| | | | | Change error responses to the new response scheme Add set password button in the frontend to deal with the no password policy
* [webapp/backends] Rework to the new DataTableJannik Schönartz2019-02-281-8/+8
|
* [backends] Fixed offset-y depricated errorsJannik Schönartz2019-01-311-1/+1
|
* [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
* [server/router] Rework routerJannik Schönartz2018-08-101-10/+9Star
| | | | Reworked the router to match more design guidlines with the REST apis
* [external-backends] Added comments for the API functions and in the ↵Jannik Schönartz2018-08-051-1/+1
| | | | external-backend prototype file. Added iDoIT method to get a list of all objects.
* [webapp/external-backends] Language tags are now camelCase for consistency. ↵Jannik Schönartz2018-08-031-21/+21
| | | | Group icon changed.
* [server/external-backends] Fixed some design issues. Smaller dialogs, dialog ↵Jannik Schönartz2018-08-031-24/+36
| | | | animation, lang tags and padding in the sync options.
* [server/external-backends] Added sync settings for the backends. Groups and ↵Jannik Schönartz2018-08-021-85/+85
| | | | clients can be defined there.
* [webapp/external-backends] Splitted the edit and delete Dialog.Jannik Schönartz2018-07-311-2/+10
|
* [webapp/external-backends] Dialog polishing. Thx Udo for fixing the scroll ↵Jannik Schönartz2018-07-301-141/+65Star
| | | | content in dialog bug.
* [webapp] Refactored redundant variable naming.Jannik Schönartz2018-07-301-4/+4
|
* [webapp] Changed post/get method names to match the restructured backend again.Jannik Schönartz2018-07-301-6/+6
|
* [webapp/backends] Reworked Dynamic fields to work with the new recursive ↵Jannik Schönartz2018-07-261-58/+196
| | | | structure. Added the third step in the stepper which tests the connection (optional).
* [webapp/external-backends] Switched from emits to vuex storage system. Added ↵Jannik Schönartz2018-07-201-3/+4
| | | | Tab-Panel for more consistency.
* [webapp/external-backends] Reworked list into data-table (sorting, multiple ↵Jannik Schönartz2018-07-191-91/+132
| | | | selection). Added checkConnection functionality.
* [webapp] renamed componentsUdo Walter2018-07-171-0/+191