Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: upgrade sequelize to latest version to fix CVE | BoHong Li | 2019-06-11 | 1 | -1/+3 |
| | | | | Signed-off-by: BoHong Li <a60814billy@gmail.com> | ||||
* | Fix eslint warnings | Sheogorath | 2019-05-31 | 1 | -8/+8 |
| | | | | | | | | | | | Since we are about to release it's time to finally fix our linting. This patch basically runs eslint --fix and does some further manual fixes. Also it sets up eslint to fail on every warning on order to make warnings visable in the CI process. There should no functional change be introduced. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | switching to eslint for code checking | Claudius Coenen | 2018-11-14 | 1 | -0/+1 |
| | | | | | | | most rules degraded to WARN, so we don't go insane. This will change over time. The aim is to conform to a common style Signed-off-by: Claudius Coenen <opensource@amenthes.de> | ||||
* | Change config to camel case with backwards compatibility | Sheogorath | 2018-03-25 | 1 | -2/+2 |
| | | | | | | | | This refactors the configs a bit to now use camel case everywhere. This change should help to clean up the config interface and make it better understandable. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Fix typo in the db config | Wu Cheng-Han | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | refactor(config.js): Extract config file | BoHong Li | 2017-05-08 | 1 | -2/+3 |
| | | | | | * Separate different config source to each files * Freeze config object | ||||
* | refactor: Remove `require` extension filename | BoHong Li | 2017-05-08 | 1 | -2/+2 |
| | |||||
* | Fix strip null byte in model should cast to string to use replace function | Wu Cheng-Han | 2017-03-15 | 1 | -0/+1 |
| | |||||
* | Use strict mode in all backend files | BoHong Li | 2017-03-14 | 1 | -0/+1 |
| | | | | add ‘use strict’ in all backend file | ||||
* | Use JavaScript Standard Style | BoHong Li | 2017-03-08 | 1 | -35/+33 |
| | | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code. | ||||
* | Refactor data processing to model definition | Wu Cheng-Han | 2017-01-02 | 1 | -0/+6 |
| | |||||
* | Update to remove null byte before saving to DB and remove null byte on changes | Wu Cheng-Han | 2017-01-02 | 1 | -0/+7 |
| | |||||
* | Use dburl to configurate | bananaappletw | 2016-12-22 | 1 | -2/+2 |
| | |||||
* | Simplify code for heroku | bananaappletw | 2016-12-22 | 1 | -1/+2 |
| | |||||
* | Fix #293 | bananaappletw | 2016-12-22 | 1 | -3/+4 |
| | |||||
* | Update sequelize init condition | Yukai Huang | 2016-12-12 | 1 | -5/+4 |
| | |||||
* | Simplify output with sequelize database argument | Yukai Huang | 2016-12-12 | 1 | -2/+8 |
| | |||||
* | Refactor server with Sequelize ORM, refactor server configs, now will show ↵ | Cheng-Han, Wu | 2016-04-20 | 1 | -0/+37 |
note status (created or updated) and support docs (note alias) |