summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
...
* Forgot to remove the console log. -.-Jannik Schönartz2019-03-041-1/+0Star
|
* Revert wtfJannik Schönartz2019-03-041-1/+2
|
* [authentication] Restructure api to match our new error code standardJannik Schönartz2019-03-046-8/+14
| | | | | Moved most of the res.send from the lib to the api Fixed frontend to match the new api
* [webapp] add option to disable all animationsUdo Walter2019-03-034-5/+14
|
* [webapp] add single select to selectbox; eslint fixUdo Walter2019-03-033-6/+31
|
* [webapp] small bugfixes + eslint fixes + color fixUdo Walter2019-03-037-44/+56
|
* [webapp/datatable] new loading barUdo Walter2019-03-014-7/+101
|
* [webapp/datatable] improve search performanceUdo Walter2019-02-283-147/+230
|
* [webapp/groups] performance improvementsUdo Walter2019-02-289-20/+26
|
* [webapp/backends] Rework to the new DataTableJannik Schönartz2019-02-284-194/+110Star
|
* [webapp] fix toolbar height when resizingUdo Walter2019-02-282-2/+11
|
* [webapp/ipxe] Add scroll to bottom feature, fix multiline bug and fix cancelJannik Schönartz2019-02-281-33/+72
|
* [server/ipxe] Fix codemirror only loading on click bug & add the fixes for ↵Jannik Schönartz2019-02-271-9/+12
| | | | the tamas demo to the git
* fix major design issueChristian Hofmaier2019-02-261-1/+1
|
* [webapp/dashboard] User data now stores in the global storage & ↵Jannik Schönartz2019-02-266-40/+48
| | | | [usermanagement] fix 'username already exist' error not workling properly
* [permissionmanager] Fix security bug: Code was executed weather the user had ↵Jannik Schönartz2019-02-262-3/+3
| | | | the permission or not
* [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-263-77/+42Star
|\
| * [webapp/setup] StartPageSetup now uses the new UserCreateForm component & ↵Jannik Schönartz2019-02-263-77/+42Star
| | | | | | | | small fixes
* | [webapp] small tabbar design tweaksUdo Walter2019-02-2611-54/+68
|/
* [webapp] small ui fixesUdo Walter2019-02-2614-22/+137
|
* [webapp/groups] ipranges design change; add icons to some tabsUdo Walter2019-02-257-21/+34
|
* [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-2513-123/+230
|\
| * [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
|