summaryrefslogtreecommitdiffstats
path: root/webapp/src/main.js
Commit message (Collapse)AuthorAgeFilesLines
* [webapp] show which permission is missingUdo Walter2020-09-021-1/+3
|
* [webapp] add no permission snackbar to 403 responsesUdo Walter2020-05-301-0/+3
|
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-2/+14
| | | | still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
* [webapp/dashboard] add categoriesUdo Walter2019-04-141-3/+0Star
|
* [webapp/groups] yet another small redesignUdo Walter2019-04-131-17/+2Star
|
* [webapp] fix disabled animation causing bugUdo Walter2019-03-281-2/+21
|
* 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-041-1/+1
| | | | | Moved most of the res.send from the lib to the api Fixed frontend to match the new api
* [webapp/datatable] improve search performanceUdo Walter2019-02-281-1/+1
|
* [webapp/groups] performance improvementsUdo Walter2019-02-281-0/+1
|
* eslint fixUdo Walter2019-02-241-1/+0Star
|
* [webapp/configurator] switch from old table to the new data tableUdo Walter2019-02-241-2/+6
|
* [account] Add editable user info, change statuscodes, delete accountJannik Schönartz2019-02-241-0/+10
| | | | | | | | | | | | | | [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/datatable] fix filter by selected not working; add filtering indicatorUdo Walter2019-02-231-5/+9
|
* [webapp/datatable] code cleanupUdo Walter2019-02-231-9/+12
|
* [webapp] implement time slicing loop and use it to search in the datatableUdo Walter2019-02-221-0/+18
| | | | This improves UI responsiveness a lot while searching.
* [authentication] Implement initial root account setupJannik Schönartz2019-02-221-1/+1
| | | | | | | | | | [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
* [webapp] small bugfixesUdo Walter2019-01-151-1/+1
|
* [webapp] add second iteration of the virtual table with more featuresUdo Walter2019-01-151-4/+0Star
| | | | | 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-131-0/+4
|
* [groups,clients,configurator] api rework to the new formatUdo Walter2018-12-041-1/+2
|
* eslint fixesUdo Walter2018-11-261-5/+5
|
* [webapp+server] Add first implementation of a websocket to alert webclients ↵Udo Walter2018-11-261-1/+24
| | | | | | of events and to synchronize notification across multiple webapp instances of the same user
* [webapp] Add notification systemUdo Walter2018-11-241-0/+7
| | | | Components can call this. and this. to display notifications
* [webapp] replace script textareas with a code editorUdo Walter2018-11-221-0/+13
| | | | npm install is necessary to load the editor module
* [webapp] login now redirect to the requested routeUdo Walter2018-08-041-1/+2
|
* [webapp/groups] add routes; groups and clients can now be accessed directly ↵Udo Walter2018-08-041-0/+3
| | | | using a url
* [webapp] everythiing configurable (dashboardmodule, stores and global i18n ↵Udo Walter2018-08-031-3/+9
| | | | messages is now in the config folder; router rework: modules can now set their own subroutes
* [groups] add i18nUdo Walter2018-08-031-25/+12Star
|
* [groups] add dialog to delete, remove and add groups/clientsUdo Walter2018-08-021-2/+8
|
* [webapp] put settings state into settings objectUdo Walter2018-07-201-2/+2
|
* [external-backends] Added API and Frontend module external-backends.Jannik Schönartz2018-07-171-1/+14
|
* [webapp] Initial commit to add the node webapp stuff.Jannik Schönartz2018-07-021-0/+42