summaryrefslogtreecommitdiffstats
path: root/server/lib/sequelize.js
Commit message (Collapse)AuthorAgeFilesLines
* [server] disable sequelize logging; [webapp] group module reload on open; ↵Udo Walter2019-03-291-1/+2
| | | | loadinbar bug fix
* [server] New clients are automaticly added to the groups of the fitting ↵Jannik Schönartz2019-03-071-1/+7
| | | | | | | | | | 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/database] Delete old database libJannik Schönartz2018-08-081-1/+1
| | | | | Because of the use of sequelize, the old mysql database lib becomes unnecessary. Remove old code that was not used anymore.
* [server] Fixed eslint errors. (Standard ESLint is used)Jannik Schönartz2018-07-171-17/+16Star
|
* [server] Initial commit to add the node server stuff.Jannik Schönartz2018-07-021-0/+29