summaryrefslogtreecommitdiffstats
path: root/webapp/src/components
Commit message (Collapse)AuthorAgeFilesLines
...
* [authentication] Rewrite code in async/await, fix edit account moduleJannik Schönartz2019-02-261-4/+5
|
* [webapp/configurator] disable touch swipe tabs switchingUdo Walter2019-02-261-1/+1
|
* [webapp/groups+configurator] performance improvementsUdo Walter2019-02-263-1/+3
|
* [webapp/configurator] add ability to assign configs to groups/clientsUdo Walter2019-02-264-39/+69
| | | | [server] increase request size limit to 50mb
* [account] Fix for the changePassword methodJannik Schönartz2019-02-263-5/+9
| | | | | | User upadate changes didn't hashed the new password correctly changePassword from promises reworked to async / await (much cleaner) Check weather the usertable is empty is now a get request and not mixed in the post request
* [webapp/groups] fix wrong tabbar colorUdo Walter2019-02-261-2/+2
|
* [webapp] fix tabsbar card missing classUdo Walter2019-02-265-5/+5
|
* mergeUdo Walter2019-02-262-70/+21Star
|\
| * [webapp/setup] StartPageSetup now uses the new UserCreateForm component & ↵Jannik Schönartz2019-02-262-70/+21Star
| | | | | | | | small fixes
* | [webapp] small tabbar design tweaksUdo Walter2019-02-2610-42/+63
|/
* [webapp] small ui fixesUdo Walter2019-02-2613-22/+136
|
* [webapp/groups] ipranges design change; add icons to some tabsUdo Walter2019-02-256-21/+30
|
* [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-253-7/+7
|
* [webapp/selectbox] new selectbox componentUdo Walter2019-02-254-65/+232
|
* MergeJannik Schönartz2019-02-2512-122/+209
|\
| * [permissionmanager] rework for blacklist systemChristian Hofmaier2019-02-256-84/+169
| | | | | | | | | | - 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-256-2/+486
|/
* [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-242-7/+22
|
* [webapp/configurator] switch from old table to the new data tableUdo Walter2019-02-244-61/+52Star
|
* [account] Add editable user info, change statuscodes, delete accountJannik Schönartz2019-02-242-27/+129
| | | | | | | | | | | | | | [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-244-173/+314
| | | | 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-233-31/+117
|/
* [Account] Add password change functionalityJannik Schönartz2019-02-233-8/+240
| | | | | | | | | | [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/datatable] remove filtering indicatorUdo Walter2019-02-231-1/+1
|
* [webapp/datatable] fix filter by selected not working; add filtering indicatorUdo Walter2019-02-231-4/+4
|
* [webapp/datatable] code cleanupUdo Walter2019-02-231-17/+15Star
|
* [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-221-31/+59
| | | | This improves UI responsiveness a lot while searching.
* [authentication] Implement initial root account setupJannik Schönartz2019-02-224-36/+232
| | | | | | | | | | [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-223-34/+16Star
|