Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing catch blocks for migration from 1.1.1 to 1.2.0 | Hugo Caloto | 2018-07-31 | 1 | -1/+13 |
| | | | | Signed-off-by: Hugo Caloto <hcaloto@gmail.com> | ||||
* | fix: Fixed sequelize-cli db:migration cannot stop when occur error | BoHong Li | 2017-03-24 | 1 | -4/+6 |
| | | | | | | Up and Down method must return a Promise. breaking changes: docker-hackmd cannot initialize, because db:migration will fail | ||||
* | 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 | -7/+5 |
| | | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code. | ||||
* | Fix redundant parameter to removeColumn in db migration scripts | Wu Cheng-Han | 2017-01-21 | 1 | -2/+2 |
| | |||||
* | Update to support optional email register and signin | Wu Cheng-Han | 2016-12-02 | 1 | -0/+13 |