Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update socket.io to 1.6.0 | Wu Cheng-Han | 2016-11-26 | 2 | -3/+3 |
| | |||||
* | Update to separate polypill for IE to a template | Wu Cheng-Han | 2016-11-26 | 5 | -21/+11 |
| | |||||
* | Fix published note won't scroll to hash on load | Wu Cheng-Han | 2016-11-26 | 1 | -0/+2 |
| | |||||
* | Fix mathjax with blockquote might have race condition | Wu Cheng-Han | 2016-11-18 | 1 | -11/+13 |
| | |||||
* | Try to replace engine.io to uws in socket.io for better performance | Wu Cheng-Han | 2016-11-18 | 2 | -0/+5 |
| | |||||
* | Update to support haskell syntax highlighting in code block | Wu Cheng-Han | 2016-11-18 | 4 | -13/+20 |
| | |||||
* | 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 | ||||
| | * | 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 | ||||
| | * | Update nl.json | Tom Wyckhuys | 2016-11-14 | 1 | -1/+1 |
| |/ | | | | | Fixed typo in the Dutch translation: "geuschiedenis" into "geschiedenis" | ||||
* | | Revert "Add workers for notes to leverage CPU intensive work loading" | Wu Cheng-Han | 2016-11-16 | 3 | -191/+90 |
| | | | | | | | | This reverts commit 4ccfdfa538d2fd7e9ee63e937435a7f6fc622c12. | ||||
* | | Revert "Add workers for history to leverage CPU intensive work loading" | Wu Cheng-Han | 2016-11-16 | 2 | -99/+46 |
|/ | | | | This reverts commit b5920fbbd1ceb595456da18f7d458b63d1a960bf. | ||||
* | 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 |
|\ | | | | | Google font optional cdn | ||||
| * | 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 ↵ | Wu Cheng-Han | 2016-11-04 | 2 | -3/+4 |
| | | | | | | | | dependency of prism in html export | ||||
* | | 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 |
|\ | | | | | Use webpack to bundle stylesheet | ||||
| * | 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 |
| | | | | | | browser requirement of chrome to 47 in order to avoid SRI not valid issue https://bugs.chromium.org/p/chromium/issues/detail?id=527286 | ||||
* | | 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 |
| |