summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
...
| * [permissionmanager] rework for blacklist systemChristian Hofmaier2019-02-257-85/+190
| | | | | | | | | | - 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-2510-7/+526
|/
* [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-243-27/+139
| | | | | | | | | | | | | | [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-245-175/+316
| | | | 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-234-38/+144
|/
* [Account] Add password change functionalityJannik Schönartz2019-02-234-9/+241
| | | | | | | | | | [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-222-31/+77
| | | | This improves UI responsiveness a lot while searching.
* [authentication] Implement initial root account setupJannik Schönartz2019-02-226-43/+240
| | | | | | | | | | [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-224-35/+17Star
|
* [ipxe builder] Add cancel button for the ipxe building process, limit log to ↵Jannik Schönartz2019-02-191-2/+12
| | | | 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
* fix wrong api callChristian Hofmaier2019-02-151-1/+1
|
* [permissionmanager]Integrate new data-table + api formatChristian Hofmaier2019-02-155-127/+51Star
|
* [ipxe builder] Disable building/cleaning if a build process is already runningJannik Schönartz2019-01-311-12/+34
|
* [backends] Fixed offset-y depricated errorsJannik Schönartz2019-01-313-3/+3
|
* [webapp/datatable] add button to filter only selected rowsUdo Walter2019-01-1615-102/+87Star
| | | | + some scrolling bugfixes
* [webapp] small bugfixesUdo Walter2019-01-153-2/+3
|
* [webapp/datatable] bugfixesUdo Walter2019-01-151-5/+12
|
* [webapp/datatable] Add ability to select multiple rows with shift clickUdo Walter2019-01-151-29/+49
|
* [webapp/datatable] Add ability to only show selected entriesUdo Walter2019-01-151-4/+27
|
* eslint fixes :|Jannik Schönartz2019-01-151-1/+1
|
* [ipxe builder] Add ipxe builder moduleJannik Schönartz2019-01-154-3/+294
| | | | | EFI and BIOS version can be build and configured Fancy log to see the stdout and stderr
* [webapp/datatable] Add search clear + show all selected buttonUdo Walter2019-01-151-7/+19
|
* [webapp] add second iteration of the virtual table with more featuresUdo Walter2019-01-155-183/+427
| | | | | search (normal, regex, case sensitive, per column, multiple search filter) sorting + ui polishing
* [webapp] add first version of a virtualized table for better performanceUdo Walter2019-01-137-90/+393
|