| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Add dmp worker to leverage CPU intensive calculation to child process | Wu Cheng-Han | 2016-11-18 | 2 | -102/+221 |
* | | Merge branch 'master' of https://github.com/jackycute/HackMD | Wu Cheng-Han | 2016-11-18 | 76 | -1/+1 |
|\ \ |
|
| * \ | Merge pull request #250 from PeterDaveHello/fix-file-permission | Max Wu | 2016-11-14 | 75 | -0/+0 |
| |\ \ |
|
| | * | | Remove uesless executable permission for static files | Peter Dave Hello | 2016-11-14 | 75 | -0/+0 |
| |/ / |
|
| * | | Merge pull request #249 from tomwyckhuys/patch-1 | Max Wu | 2016-11-14 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Update nl.json | Tom Wyckhuys | 2016-11-14 | 1 | -1/+1 |
| |/ |
|
* | | Revert "Add workers for notes to leverage CPU intensive work loading" | Wu Cheng-Han | 2016-11-16 | 3 | -191/+90 |
* | | Revert "Add workers for history to leverage CPU intensive work loading" | Wu Cheng-Han | 2016-11-16 | 2 | -99/+46 |
|/ |
|
* | Fix index social foot style | Wu Cheng-Han | 2016-11-07 | 1 | -0/+1 |
* | Add to throw error when server not ready after db synced | Wu Cheng-Han | 2016-11-07 | 1 | -0/+2 |
* | Add workers for history to leverage CPU intensive work loading | Wu Cheng-Han | 2016-11-07 | 2 | -46/+99 |
* | Add workers for notes to leverage CPU intensive work loading | Wu Cheng-Han | 2016-11-07 | 3 | -90/+191 |
* | Fix syntax highlighting not apply correctly in slides | Wu Cheng-Han | 2016-11-07 | 4 | -4/+7 |
* | Merge pull request #243 from Yukaii/google-font-optional-cdn | Max Wu | 2016-11-04 | 74 | -2/+219 |
|\ |
|
| * | Add google font css for exported html | Yukai Huang | 2016-11-03 | 1 | -0/+1 |
| * | Add font css to templates | Yukai Huang | 2016-11-03 | 4 | -0/+8 |
| * | Rename google font css | Yukai Huang | 2016-11-03 | 1 | -0/+0 |
| * | Seperate cdn/local google font css | Yukai Huang | 2016-11-03 | 3 | -2/+210 |
| * | Add fonts | Yukai Huang | 2016-11-03 | 66 | -0/+0 |
* | | Fix slide highlighting styles not apply properly and add missing styles depen... | Wu Cheng-Han | 2016-11-04 | 2 | -3/+4 |
* | | Remove html.min.css since it will be built via webpack afterwards | Wu Cheng-Han | 2016-11-03 | 1 | -1/+0 |
|/ |
|
* | Merge pull request #242 from Yukaii/webpack-stylesheet | Max Wu | 2016-11-03 | 15 | -89/+100 |
|\ |
|
| * | Add optimize-css webpack plugin | Yukai Huang | 2016-11-03 | 2 | -1/+4 |
| * | Do not use hash for html.min.css | Yukai Huang | 2016-11-02 | 1 | -1/+1 |
| * | Config extra entry for html.min.css | Yukai Huang | 2016-11-02 | 4 | -5/+64 |
| * | Require slide mode stylesheets | Yukai Huang | 2016-11-02 | 2 | -3/+5 |
| * | Require pretty stylesheets | Yukai Huang | 2016-11-02 | 2 | -3/+4 |
| * | Require cover stylesheets | Yukai Huang | 2016-11-02 | 2 | -2/+3 |
| * | Require index stylesheets | Yukai Huang | 2016-11-02 | 2 | -5/+8 |
| * | Config webpack css hash in production | Yukai Huang | 2016-11-02 | 3 | -3/+9 |
| * | Update editorconfig | Yukai Huang | 2016-11-02 | 1 | -0/+4 |
| * | Refactor webpack production config | Yukai Huang | 2016-11-02 | 1 | -71/+3 |
* | | Fix server reconnect might not resend pending operations | Wu Cheng-Han | 2016-11-03 | 1 | -1/+4 |
|/ |
|
* | Merge branch 'master' of https://github.com/jackycute/HackMD | Wu Cheng-Han | 2016-11-01 | 1 | -1/+1 |
|\ |
|
| * | Update README.md | Max Wu | 2016-10-31 | 1 | -1/+1 |
* | | Fix viewAjaxCallback might be called on null | Wu Cheng-Han | 2016-11-01 | 3 | -4/+3 |
|/ |
|
* | Update to support summary tag | Wu Cheng-Han | 2016-10-29 | 1 | -0/+2 |
* | Fix slide export pdf styles not applied issue and add shiv and shim for IE | Wu Cheng-Han | 2016-10-29 | 2 | -4/+28 |
* | Fix viewAjaxCallback not able to be assigned | Wu Cheng-Han | 2016-10-29 | 1 | -0/+1 |
* | Fix to hide duplicated MathML elements in static HTML exporting | Wu Cheng-Han | 2016-10-29 | 2 | -1/+5 |
* | Fix generateCleanHTML not remove smoothhashscroll attribute properly | Wu Cheng-Han | 2016-10-29 | 1 | -3/+3 |
* | Fix possible unclose HTML and leaked html tags when fail to parse diagrams | Wu Cheng-Han | 2016-10-26 | 1 | -2/+9 |
* | Update mathjax cdn path and source path | Wu Cheng-Han | 2016-10-25 | 3 | -6/+12 |
* | Fix typos in the slide-example.md | Wu Cheng-Han | 2016-10-25 | 1 | -3/+3 |
* | Fix index select2 input padding and font-family to meet bootstrap input style | Wu Cheng-Han | 2016-10-25 | 1 | -0/+4 |
* | Remove select2 from webpack settings | Wu Cheng-Han | 2016-10-24 | 1 | -2/+0 |
* | Merge pull request #232 from hackmdio/revert-231-html-minify | Max Wu | 2016-10-24 | 2 | -14/+0 |
|\ |
|
| * | Revert "html minify in production environment" | Max Wu | 2016-10-24 | 2 | -14/+0 |
|/ |
|
* | Fix conflicting bootstrap in index and add select2 in non-cdn resource | Wu Cheng-Han | 2016-10-23 | 1 | -1/+1 |
* | Merge pull request #231 from PeterDaveHello/html-minify | Max Wu | 2016-10-23 | 2 | -0/+14 |
|\ |
|