summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
...
* [eventmanager] Add module and functionalityChristian Hofmaier2019-03-2411-7/+921
| | | | | | - list to show all events, buttons to create/delete events - can add groups/clients to event - can add blacklist to event
* [webapp] small design fixesUdo Walter2019-03-222-5/+19
|
* [webapp] add back to top button + log improvementsUdo Walter2019-03-226-36/+227
|
* [external-backeds] Big idoit rework, to match the updated apiJannik Schönartz2019-03-152-17/+18
|
* mergeUdo Walter2019-03-156-74/+123
|\
| * [external-backends] Small bugfix to save the switch again & add tooltips to ↵Jannik Schönartz2019-03-101-8/+32
| | | | | | | | the webapp
| * [external-backends] Passwords are not send to the frontend anymoreJannik Schönartz2019-03-102-34/+55
| | | | | | | | | | Change error responses to the new response scheme Add set password button in the frontend to deal with the no password policy
| * [ipxe] Add parameter to api how many lines the response should send and ↵Jannik Schönartz2019-03-101-19/+15Star
| | | | | | | | adjust frontend
| * [webapp/ipxe] Fix console autoscroll on linuxJannik Schönartz2019-03-081-1/+2
| |
| * [webapp] Add require symbol for the user / account formsJannik Schönartz2019-03-082-13/+20
| |
* | [server/log] add log libUdo Walter2019-03-151-1/+1
|/
* [webapp] migrate from vue cli 2 to vue cli 3Udo Walter2019-03-0530-6731/+5598Star
|
* [server/setup] Move (initial) setup in it's own api fileJannik Schönartz2019-03-041-5/+6
|
* eslint fixesUdo Walter2019-03-042-4/+4
|
* [webapp/datatablesearch] small height fixUdo Walter2019-03-041-1/+9
|
* [webapp/log] first system log implementation (wip, frontend only atm)Udo Walter2019-03-047-77/+448
|
* 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
|\