summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [webapp] eslint fixesUdo Walter2019-02-253-4/+12
|
* [webapp/registration] switch to the new selctbox for groups selectionUdo Walter2019-02-255-58/+102
|
* [webapp/datatable] fix bug caused by npm updateUdo Walter2019-02-251-4/+3Star
|
* [webapp] npm updateUdo Walter2019-02-255-84/+86
|
* [webapp/selectbox] new selectbox componentUdo Walter2019-02-254-65/+232
|
* MergeJannik Schönartz2019-02-2524-222/+451
|\
| * [permissionmanager] rework for blacklist systemChristian Hofmaier2019-02-2518-184/+411
| | | | | | | | | | - integrate PM into PM itself - wildcard function for hasPermission()
| * [webapp/datatable] improved slim modeUdo Walter2019-02-244-11/+14
| |
| * [webapp/webapp] fix row-count getting string instead of numberUdo Walter2019-02-243-3/+3
| |
| * [webapp/datatable] add rowcount propUdo Walter2019-02-246-32/+31Star
| |
* | [webapp/user] Add user management module for creating / deleting user accountsJannik Schönartz2019-02-2512-35/+578
|/
* [webapp/datatable] small design fixesUdo Walter2019-02-241-9/+13
|
* [webapp/configurator] add double click to tablesUdo Walter2019-02-241-2/+2
|
* [webapp/registration] use datatable to select groupsUdo Walter2019-02-246-26/+37
|
* [webapp/datatable] use minWidth prop for menuModeUdo Walter2019-02-242-7/+8
|
* [webapp/dashboard] Add username to the topbar & put fullname in the global storeJannik Schönartz2019-02-243-10/+28
|
* eslint fixUdo Walter2019-02-241-1/+0Star
|
* [webapp/configurator] switch from old table to the new data tableUdo Walter2019-02-245-63/+58Star
|
* [account] Add editable user info, change statuscodes, delete accountJannik Schönartz2019-02-245-48/+199
| | | | | | | | | | | | | | [server] Add method for updating user info Add method for deleteing user Switch from statuscode 500 to 401 Fixed stauts null exception Validate Email now allows empty email [webapp/AccountPage] Add button to delete the user account (including a dialog) Some order fixes with the info fields User info is now editable
* [webapp/groups] rework old tables to new data tableUdo Walter2019-02-247-183/+317
| | | | slightly redesigned the editing of groups and clients
* [webapp/alerts] Remove unnecessary code which produced vue warningsJannik Schönartz2019-02-232-4/+3Star
|
* [webapp/alerts] Fix position to be attached to the topbar & fix overflowJannik Schönartz2019-02-233-6/+12
|
* [webapp/groups] forgot to remove debug stuffUdo Walter2019-02-231-2/+18
|
* [webapp/groups] small bugfixUdo Walter2019-02-232-3/+3
|
* [webapp/groups] add delete button to groups and clientsUdo Walter2019-02-232-37/+37
|
* mergeUdo Walter2019-02-231-19/+29
|\
| * [account] Language tags and small design fixJannik Schönartz2019-02-231-19/+29
| |
* | [groups] add iprange functionality to groups; add refresh buttonUdo Walter2019-02-238-41/+232
|/
* [Account] Add password change functionalityJannik Schönartz2019-02-236-16/+277
| | | | | | | | | | [server] Remove hased password from userinfo api Implement change password function [webapp] Fix z-index for the fixed tab bar (udo) Implement userinfo and change password in the account module
* [webapp/router] Fix forwarding bug while loggedout calling /Jannik Schönartz2019-02-231-2/+8
|
* [webapp/datatable] remove filtering indicatorUdo Walter2019-02-231-1/+1
|
* [webapp/datatable] fix filter by selected not working; add filtering indicatorUdo Walter2019-02-232-9/+13
|
* [webapp/datatable] code cleanupUdo Walter2019-02-232-26/+27
|
* [webapp/datatable] Fix something. I really have no idea how to describe this ↵Udo Walter2019-02-221-18/+18
| | | | ¯\_(ツ)_/¯
* [webapp/datatable] small bug fixUdo Walter2019-02-221-0/+2
|
* [webapp/datatable] fix table being empty before anything triggered the filteringUdo Walter2019-02-221-0/+3
|
* [webapp/datatable] fix bug: search options (regex etc) did not trigger ↵Udo Walter2019-02-221-0/+9
| | | | filtering of the rows
* [webapp] implement time slicing loop and use it to search in the datatableUdo Walter2019-02-223-32/+77
| | | | This improves UI responsiveness a lot while searching.
* [router] All modules have the new api style, deleted old unnecessary codeJannik Schönartz2019-02-221-24/+0Star
|
* [users] Move user based calls from the authentication to the users apiJannik Schönartz2019-02-222-13/+11Star
|
* [authentication] Implement initial root account setupJannik Schönartz2019-02-2210-149/+393
| | | | | | | | | | [backend] Reworked authentication library to the api structure Add authentication api to remove the login routes from the router.js [webapp] Split login Page in StartPage + Login/Setup Add Setup Page for the initial root creation
* rework user api to restUdo Walter2019-02-225-99/+65Star
|
* [ipxe builder] Add cancel button for the ipxe building process, limit log to ↵Jannik Schönartz2019-02-193-15/+17
| | | | 500 lines
* [permissionmanager] Change recursive selection, fix layout/table issuesChristian Hofmaier2019-02-163-95/+96
| | | | | | | | | - remove recursive-switch for groups - add btn to add subgroups - use RecycleScroller for better performance - fix layout issue when long names were used in the summary - fix issues that data-tables were not loading correctly - you can now correctly go back to the step you were before
* [permissionmanager] Permission API Call for Frontend ChecksChristian Hofmaier2019-02-161-2/+3
|
* fix wrong api callChristian Hofmaier2019-02-151-1/+1
|
* Eslint fixChristian Hofmaier2019-02-153-3/+2Star
|
* [permissionmanager]Integrate new data-table + api formatChristian Hofmaier2019-02-157-192/+126Star
|
* Implement Middlware for Permission ManagerChristian Hofmaier2019-02-046-57/+68
|
* [external-backeds] Add get file for the iDoIT backendJannik Schönartz2019-02-033-2/+121
| | | | | /api/backends/:id/:uuid/files -> File list for the backend (:id) and the client (:uuid) /api/backends/:id/:uuid/files/:filename -> Content of the file (:filename) from the client (:uuid) in the backend (:id)