Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/jackycute/HackMD | Wu Cheng-Han | 2017-05-09 | 4 | -5/+26 |
|\ | |||||
| * | Merge pull request #452 from LluisArevalo/master | Max Wu | 2017-05-08 | 2 | -0/+26 |
| |\ | | | | | | | Image Upload to S3 - ContentType not set | ||||
| | * | Use single quotes | LluisArevalo | 2017-05-08 | 1 | -11/+11 |
| | | | |||||
| | * | Add reference to utils library | LluisArevalo | 2017-05-08 | 1 | -0/+3 |
| | | | |||||
| | * | Add Content-Type to the images uploaded to AWS S3 | LluisArevalo | 2017-05-08 | 2 | -0/+23 |
| |/ | |||||
| * | Merge pull request #450 from hackmdio/heroku-recovery | Max Wu | 2017-05-07 | 2 | -5/+0 |
| |\ | | | | | | | Fix heroku deployment | ||||
| | * | Remove postdeploy migration | Yukai Huang | 2017-05-07 | 1 | -3/+0 |
| | | | |||||
| | * | Remove npm install in heroku build | Yukai Huang | 2017-05-07 | 1 | -2/+0 |
| |/ | | | | | | | since heroku detects yarn.lock automatically | ||||
* / | Fix to implement toggle of TOC in HTML template | Wu Cheng-Han | 2017-05-09 | 1 | -0/+23 |
|/ | |||||
* | Update to support code block syntax highlighting of gherkin | Wu Cheng-Han | 2017-05-05 | 2 | -2/+3 |
| | |||||
* | Fix fb message link might not available for public | Max Wu | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #428 from PeterDaveHello/travis-ci-optimize | Max Wu | 2017-04-19 | 1 | -6/+1 |
|\ | | | | | Move to Ubuntu Trusty on Travis CI and remove apt add-on | ||||
| * | Move to Ubuntu Trusty on Travis CI and remove apt add-on | Peter Dave Hello | 2017-04-18 | 1 | -6/+1 |
|/ | | | | | | | | | | | | Two reasons here: 1) Ubuntu Precise is reaching EOL, though Travis CI may take care of it. we still can move to Trusty earlier as I didn't see any dependency of Precise here. 2) g++4.8 is built-in in Travis CI's Ubuntu Trusty environment, which means we don't need to spend time on adding ppa repository, apt update and apt install, could save time on the CI. | ||||
* | Merge pull request #427 from PeterDaveHello/fix-indent | Max Wu | 2017-04-18 | 5 | -20/+20 |
|\ | | | | | Fix indent in views, shouldn't mix tabs with spaces | ||||
| * | Fix indent in views, shouldn't mix tabs with spaces | Peter Dave Hello | 2017-04-18 | 5 | -20/+20 |
| | | |||||
* | | Merge pull request #426 from PeterDaveHello/cdnjs-integration | Max Wu | 2017-04-18 | 4 | -3/+3 |
|\ \ | | | | | | | Use abcjs on cdnjs | ||||
| * | | Use abcjs on cdnjs, cc @jackycute | Peter Dave Hello | 2017-04-18 | 4 | -3/+3 |
| |/ | |||||
* | | Merge pull request #425 from PeterDaveHello/fix-file-permission | Max Wu | 2017-04-18 | 4 | -0/+0 |
|\ \ | |/ |/| | Remove executable permission from static files | ||||
| * | Remove executable permission from static files | Peter Dave Hello | 2017-04-18 | 4 | -0/+0 |
|/ | |||||
* | Fix link regex should filter protocol with case insensitive flag [Security ↵ | Wu Cheng-Han | 2017-04-11 | 1 | -1/+1 |
| | | | | Issue] | ||||
* | Enable source map in development build | Yukai Huang | 2017-04-11 | 1 | -1/+3 |
| | |||||
* | Merge pull request #417 from hackmdio/refactor | Max Wu | 2017-04-10 | 6 | -158/+191 |
|\ | | | | | Refactor editor cont. | ||||
| * | Update editorconfig | Yukai Huang | 2017-03-31 | 1 | -1/+5 |
| | | |||||
| * | Fix indentations | Yukai Huang | 2017-03-28 | 1 | -52/+48 |
| | | |||||
| * | Drop global variable ui exposing | Yukai Huang | 2017-03-28 | 2 | -5/+6 |
| | | |||||
| * | Update to es6 module import style | Yukai Huang | 2017-03-28 | 1 | -7/+6 |
| | | |||||
| * | Update cm instance in changes event argument | Yukai Huang | 2017-03-28 | 1 | -1/+1 |
| | | |||||
| * | Move updateStatusBar method into editor class | Yukai Huang | 2017-03-28 | 3 | -27/+35 |
| | | |||||
| * | Fix listener “this” context | Yukai Huang | 2017-03-28 | 1 | -1/+1 |
| | | |||||
| * | Promisify getStatusBarTemplate method | Yukai Huang | 2017-03-28 | 1 | -26/+28 |
| | | |||||
| * | Add cm instance to cursorActivity argument | Yukai Huang | 2017-03-28 | 1 | -2/+2 |
| | | |||||
| * | Update focus argument with cm instance | Yukai Huang | 2017-03-28 | 1 | -1/+1 |
| | | |||||
| * | Rewrite cursorActivity with multi listener style | Yukai Huang | 2017-03-28 | 1 | -17/+17 |
| | | | | | | | | - adjust function order to prevent standard lint failure | ||||
| * | Extract selection update from updateStatusbar | Yukai Huang | 2017-03-28 | 3 | -28/+38 |
| | | |||||
| * | Impl multiple codemirror event listener | Yukai Huang | 2017-03-28 | 2 | -9/+22 |
| | | |||||
| * | Change minor TODO to FIXME | Yukai Huang | 2017-03-28 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #416 from iandees/patch-1 | Max Wu | 2017-04-05 | 1 | -3/+3 |
|\ \ | | | | | | | Clarify permission language | ||||
| * | | Update body.ejs | Ian Dees | 2017-04-05 | 1 | -2/+2 |
| | | | |||||
| * | | Clarify permission language | Ian Dees | 2017-04-05 | 1 | -3/+3 |
|/ / | | | | | See https://github.com/hackmdio/hackmd/issues/415 | ||||
* | | build: Update yarn.lock | BoHong Li | 2017-03-29 | 1 | -3/+3 |
| | | |||||
* | | chore(build): Upgrade uws to 0.14.1, other npm version have been removed | Wu Cheng-Han | 2017-03-29 | 1 | -1/+1 |
| | | |||||
* | | style: Fix missing newline in variables | Wu Cheng-Han | 2017-03-29 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #406 from hackmdio/feature/add_missing_migration | Raccoon | 2017-03-28 | 8 | -0/+168 |
|\ \ | |/ |/| | fix: Add missing migration | ||||
| * | fix: Other dialect duplicated add index problem | BoHong Li | 2017-03-28 | 2 | -3/+14 |
| | | | | | | | | Detect is using SQLite to add index | ||||
| * | fix: Support SQlite | BoHong Li | 2017-03-28 | 3 | -7/+25 |
| | | | | | | | | Move 'unique' constraint to another statement (SQLite don't support set unique when addColumn) | ||||
| * | fix: Add missing migration | BoHong Li | 2017-03-27 | 7 | -0/+139 |
|/ | |||||
* | Update to change makefile syntax highlighting to Prism | Wu Cheng-Han | 2017-03-26 | 1 | -0/+6 |
| | |||||
* | Update to add abc in support charts of textcomplete | Wu Cheng-Han | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Fix code style | Wu Cheng-Han | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Add support of abcjs | Wu Cheng-Han | 2017-03-26 | 6 | -7/+73 |
| |