summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [external-backends] Small bugfix to save the switch again & add tooltips to ↵Jannik Schönartz2019-03-102-9/+33
| | | | | | | | the webapp
| * [external-backends] Passwords are not send to the frontend anymoreJannik Schönartz2019-03-107-83/+135
| | | | | | | | | | Change error responses to the new response scheme Add set password button in the frontend to deal with the no password policy
| * [documentation] Add documentation siteJannik Schönartz2019-03-1014-0/+12035
| | | | | | | | | | | | | | | | | | Override css (Design the topbar & site) <-- A lot of Udo's help Create structure for the differen pages Start writing the installation Write the getting started API site Write documentation of the authentication api Write documentation of the setup api
| * [ipxe] Add parameter to api how many lines the response should send and ↵Jannik Schönartz2019-03-102-22/+24
| | | | | | | | 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-083-14/+21
| |
* | [server/log] add log libUdo Walter2019-03-155-1/+125
|/
* [server] New clients are automaticly added to the groups of the fitting ↵Jannik Schönartz2019-03-0715-103/+213
| | | | | | | | | | subranges Add conflict models Sequelize string operators depricated fix IPv4 is now saved as decimal in the database Add host to config instead of hardcoding Rename ip.js lib to iphelper.js
* [server/ipranges] Forgot to commit the lib. ¯\_(ツ)_/¯Jannik Schönartz2019-03-061-0/+21
|
* [server/ipranges] Store ipranges as integers in the db. Add converting ip -> ↵Jannik Schönartz2019-03-063-5/+16
| | | | int & int -> ip
* [server] Fix ipxe sendlog. Fix idoit missing try catch.Jannik Schönartz2019-03-052-4/+8
|
* [external-backends/idoit] Fix idoit objecttype idsJannik Schönartz2019-03-051-4/+4
|
* [server] Fix idoit client id and default efi chainJannik Schönartz2019-03-052-2/+4
|
* [server/authentication] Fix api syntax and eslintJannik Schönartz2019-03-053-3/+2Star
|
* [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-043-33/+43
|
* 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-048-78/+449
|
* 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-049-146/+157
| | | | | 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-282-37/+94
|
* [server/ipxe] Fix codemirror only loading on click bug & add the fixes for ↵Jannik Schönartz2019-02-2710-22/+46
| | | | the tamas demo to the git
* fix major design issueChristian Hofmaier2019-02-261-1/+1
|
* [api/permissions][api/roles] update commentsChristian Hofmaier2019-02-262-3/+3
|
* [permissionmanager] api function to await asyncChristian Hofmaier2019-02-261-4/+3Star
|
* [webapp/dashboard] User data now stores in the global storage & ↵Jannik Schönartz2019-02-267-40/+52
| | | | [usermanagement] fix 'username already exist' error not workling properly
* [permissionmanager] Fix security bug: Code was executed weather the user had ↵Jannik Schönartz2019-02-264-15/+11Star
| | | | the permission or not
* [authentication] Rewrite code in async/await, fix edit account moduleJannik Schönartz2019-02-264-113/+132
|
* [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-267-43/+104
| | | | [server] increase request size limit to 50mb
* [account] Fix for the changePassword methodJannik Schönartz2019-02-266-40/+73
| | | | | | 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-265-80/+45Star
|\
| * [webapp/setup] StartPageSetup now uses the new UserCreateForm component & ↵Jannik Schönartz2019-02-265-80/+45Star
| | | | | | | | 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
|
* [configloader] fix non-expert-mode not loading correctlyChristian Hofmaier2019-02-251-2/+2
|