Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #404 from wonderchang/patch-1 | Max Wu | 2017-03-25 | 1 | -1/+1 |
|\ | | | | | Add defaultpermission protected example value | ||||
| * | Add defaultpermission protected example value | Wonder Chang | 2017-03-25 | 1 | -1/+1 |
|/ | |||||
* | fix: Fixed sequelize-cli db:migration cannot stop when occur error | BoHong Li | 2017-03-24 | 5 | -41/+51 |
| | | | | | | Up and Down method must return a Promise. breaking changes: docker-hackmd cannot initialize, because db:migration will fail | ||||
* | ci: Use yarn as default dependency management system | BoHong Li | 2017-03-24 | 1 | -0/+1 |
| | | | | Use yarn in TravisCI | ||||
* | build: Support yarn dependency management system | BoHong Li | 2017-03-24 | 1 | -0/+7434 |
| | | | | 1. Add yarn.lock to support yarn | ||||
* | Fix text complete of extra tags for list not triggered properly | Wu Cheng-Han | 2017-03-23 | 1 | -14/+14 |
| | |||||
* | Fix google drive file picker not initialize properly | Wu Cheng-Han | 2017-03-23 | 1 | -1/+3 |
| | |||||
* | Fix front-end constants generation not getting config properly | Wu Cheng-Han | 2017-03-23 | 3 | -3/+17 |
| | |||||
* | Mark as 0.5.1 | Wu Cheng-Han | 2017-03-23 | 3 | -2/+48 |
| | |||||
* | Update to indicate version in status API header | Wu Cheng-Han | 2017-03-22 | 1 | -1/+2 |
| | |||||
* | Fix XSS vulnerability in link regex [Security Issue] | Wu Cheng-Han | 2017-03-22 | 1 | -2/+2 |
| | |||||
* | Fix render.js code styles | Wu Cheng-Han | 2017-03-22 | 1 | -6/+6 |
| | |||||
* | Fix front-end index.js code styles | Wu Cheng-Han | 2017-03-22 | 1 | -24/+34 |
| | |||||
* | Fix todo list item class might add in wrong element | Wu Cheng-Han | 2017-03-22 | 1 | -1/+5 |
| | |||||
* | Fix unnecessary global calling of ownerui | Wu Cheng-Han | 2017-03-22 | 1 | -1/+1 |
| | |||||
* | Update to print info on exit term signals handled | Wu Cheng-Han | 2017-03-22 | 1 | -0/+1 |
| | |||||
* | Update to handle SIGQUIT | Wu Cheng-Han | 2017-03-22 | 1 | -0/+1 |
| | |||||
* | Fix duplicated loading of reveal markdown plugin | Wu Cheng-Han | 2017-03-21 | 1 | -14/+11 |
| | |||||
* | Update to use CDN css for emojify.js when applicable | Wu Cheng-Han | 2017-03-21 | 3 | -3/+3 |
| | |||||
* | Add support of Catalan locale | Wu Cheng-Han | 2017-03-20 | 2 | -1/+2 |
| | |||||
* | Update to make removeDOMEvents only process once in slide mode | Wu Cheng-Han | 2017-03-20 | 1 | -2/+1 |
| | |||||
* | Fix typo and possible wrong value on provider is false on generating ↵ | Wu Cheng-Han | 2017-03-20 | 1 | -3/+3 |
| | | | | front-end constants | ||||
* | Update to generate front-end constants on server startup | Wu Cheng-Han | 2017-03-20 | 5 | -12/+34 |
| | | | | To avoid extra webpacking on changing configs and follow the 12 factor app | ||||
* | Merge branch 'master' of https://github.com/jackycute/HackMD | Wu Cheng-Han | 2017-03-15 | 7 | -562/+685 |
|\ | |||||
| * | Fix badges and links in README.md | Max Wu | 2017-03-14 | 1 | -1/+4 |
| | | |||||
| * | Merge pull request #387 from hackmdio/cm-refactor | Max Wu | 2017-03-14 | 6 | -561/+681 |
| |\ | | | | | | | Extract CodeMirror instance | ||||
| | * | Add inlineAttachment to global | Yukai Huang | 2017-03-13 | 1 | -1/+2 |
| | | | |||||
| | * | Fix variable exporting error | Yukai Huang | 2017-03-13 | 2 | -3/+4 |
| | | | |||||
| | * | Update new editorconfig indent favor | Yukai Huang | 2017-03-13 | 1 | -1/+1 |
| | | | |||||
| | * | Add standarjs globals | Yukai Huang | 2017-03-13 | 1 | -0/+20 |
| | | | |||||
| | * | Merge branch 'master' into cm-refactor | Yukai Huang | 2017-03-13 | 44 | -10304/+10038 |
| | |\ | |||||
| | * | | Use JavaScript standard style | Yukai Huang | 2017-03-09 | 3 | -541/+568 |
| | | | | |||||
| | * | | Extract editor related code | Yukai Huang | 2017-03-08 | 3 | -569/+536 |
| | | | | | | | | | | | | | | | | - in public/js/lib/editor/index.js | ||||
| | * | | Extract UI jquery node | Yukai Huang | 2017-03-07 | 1 | -0/+84 |
| | | | | |||||
* | | | | Fix strip null byte in model should cast to string to use replace function | Wu Cheng-Han | 2017-03-15 | 1 | -0/+1 |
|/ / / | |||||
* | | | Update to fix pagination error in list.js over v1.5.0 | Wu Cheng-Han | 2017-03-14 | 3 | -9/+4 |
| | | | |||||
* | | | Add config option for gitlab api scope and auto adapt gitlab snippet feature ↵ | Wu Cheng-Han | 2017-03-14 | 7 | -9/+19 |
| | | | | | | | | | | | | on it | ||||
* | | | Fix update doc from filesystem cause redundant authorship stringify | Wu Cheng-Han | 2017-03-14 | 1 | -1/+1 |
| | | | |||||
* | | | Fix export html to replace fallen cdn tortue.me to cdnjs | Wu Cheng-Han | 2017-03-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/jackycute/HackMD | Wu Cheng-Han | 2017-03-14 | 19 | -0/+19 |
|\ \ \ | |||||
| * | | | Use strict mode in all backend files | BoHong Li | 2017-03-14 | 19 | -0/+19 |
| | |/ | |/| | | | | | | | add ‘use strict’ in all backend file | ||||
* / | | Fix rendering might result XSS attribute on self closing tag [Security Issue] | Wu Cheng-Han | 2017-03-14 | 4 | -1/+20 |
|/ / | |||||
* | | Merge branch 'master' of https://github.com/jackycute/HackMD | Wu Cheng-Han | 2017-03-13 | 43 | -10831/+10545 |
|\ \ | |||||
| * | | Add JavaScript Standard Style badge in README | BoHong Li | 2017-03-13 | 1 | -0/+2 |
| | | | | | | | | | | | | add badge to let people know that code is using the standard style | ||||
| * | | Remove eslint | BoHong Li | 2017-03-13 | 2 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | 1. Remove eslint , bacause we use JavaScript Standard Style. 2. Add lts/boron version to travis CI, web use it in docker version Signed-off-by: BoHong Li <a60814billy@gmail.com> | ||||
| * | | Merge branch 'use_javascript_standard_style' | BoHong Li | 2017-03-13 | 40 | -10844/+10539 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Introduce JavaScript Standard Style Signed-off-by: BoHong Li <a60814billy@gmail.com> | ||||
| | * | | Use JavaScript Standard Style (part 2) | BoHong Li | 2017-03-09 | 19 | -7132/+6890 |
| | | | | | | | | | | | | | | | | Fixed all fail on frontend code. | ||||
| | * | | Use JavaScript Standard Style | BoHong Li | 2017-03-08 | 21 | -3694/+3633 |
| | |/ | | | | | | | | | | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code. | ||||
| * | | Fix webpack copy relative path in #384 | Yukai Huang | 2017-03-12 | 1 | -10/+5 |
| | | | |||||
| * | | Merge pull request #384 from hackmdio/webpack-fixes | Max Wu | 2017-03-12 | 1 | -5/+28 |
| |\ \ | | | | | | | | | Webpack fixes |