Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove webpack shell plugin for webpack because it've been solved in another way | Wu Cheng-Han | 2016-11-28 | 2 | -6/+1 |
| | |||||
* | Remove unused css files | Wu Cheng-Han | 2016-11-28 | 10 | -38934/+0 |
| | |||||
* | Fix slide preview styles might overwrite code block styles | Wu Cheng-Han | 2016-11-28 | 1 | -2/+6 |
| | |||||
* | Fix missing expose reveal markdown in webpack config | Wu Cheng-Han | 2016-11-28 | 1 | -7/+8 |
| | |||||
* | Fix missing slide preview css in webpack config | Wu Cheng-Han | 2016-11-28 | 1 | -2/+4 |
| | |||||
* | Update to move custom CodeMirror codebase to our own repo and update webpack ↵ | Wu Cheng-Han | 2016-11-28 | 412 | -77408/+18 |
| | | | | build config | ||||
* | Update editor other cursor classes and adding option for other cursors ↵ | Wu Cheng-Han | 2016-11-28 | 5 | -46/+56 |
| | | | | features in CodeMirror | ||||
* | Merge pull request #248 from hackmdio/file-upload-options | Max Wu | 2016-11-27 | 14 | -20/+205 |
|\ | | | | | Support other options for image uploading | ||||
| * | Handle preprocess image error | Yukai Huang | 2016-11-22 | 1 | -0/+4 |
| | | |||||
| * | Update README | Yukai Huang | 2016-11-17 | 2 | -0/+26 |
| | | |||||
| * | Add env config prefix | Yukai Huang | 2016-11-17 | 1 | -5/+5 |
| | | |||||
| * | Add libvips heroku buildpack | Yukai Huang | 2016-11-17 | 1 | -0/+8 |
| | | |||||
| * | Config sharp image preprocessing | Yukai Huang | 2016-11-16 | 2 | -53/+70 |
| | | |||||
| * | Fix order list | Yukai Huang | 2016-11-16 | 1 | -29/+29 |
| | | |||||
| * | Config s3 through env variables | Yukai Huang | 2016-11-16 | 1 | -7/+6 |
| | | |||||
| * | Create s3 config guide | Yukai Huang | 2016-11-16 | 7 | -0/+62 |
| | | |||||
| * | upload image to s3 | Yukai Huang | 2016-11-16 | 3 | -5/+45 |
| | | |||||
| * | Join image path with config.serverurl | Yukai Huang | 2016-11-16 | 1 | -1/+3 |
| | | |||||
| * | save to upload folder only when option enabled | Yukai Huang | 2016-11-15 | 1 | -2/+4 |
| | | |||||
| * | support filesystem image upload | Yukai Huang | 2016-11-14 | 2 | -13/+31 |
| | | |||||
| * | upload image to public/uploads | Yukai Huang | 2016-11-14 | 3 | -0/+6 |
| | | |||||
| * | Install nodemon for local development | Yukai Huang | 2016-11-14 | 1 | -1/+2 |
| | | |||||
* | | Update dependency gist-embed to 2.6.0 | Wu Cheng-Han | 2016-11-26 | 1 | -1/+1 |
| | | |||||
* | | Optimize slide page resource packing and load orders, fix possible wrong ↵ | Wu Cheng-Han | 2016-11-26 | 4 | -37/+64 |
| | | | | | | | | chunks orders and font awesome version | ||||
* | | Optimize pretty page resource packing and load orders | Wu Cheng-Han | 2016-11-26 | 2 | -29/+63 |
| | | |||||
* | | Fix some missing resources packing loaders and test regex in webpack | Wu Cheng-Han | 2016-11-26 | 1 | -1/+7 |
| | | |||||
* | | Fix missing chunks for index page in webpack config | Wu Cheng-Han | 2016-11-26 | 1 | -0/+16 |
| | | |||||
* | | Optimize hackmd resource packing and load orders | Wu Cheng-Han | 2016-11-26 | 6 | -52/+133 |
| | | |||||
* | | Optimize index page resources packing and loads | Wu Cheng-Han | 2016-11-26 | 3 | -33/+35 |
| | | |||||
* | | Update to auto generate meta description based on content in publish note ↵ | Wu Cheng-Han | 2016-11-26 | 2 | -7/+17 |
| | | | | | | | | and slide | ||||
* | | Fix possible meta XSS in history list [Security Issue] | Wu Cheng-Han | 2016-11-26 | 1 | -0/+5 |
| | | |||||
* | | Fix possible XSS in yaml-metadata and turn using ejs escape syntax than ↵ | Wu Cheng-Han | 2016-11-26 | 8 | -24/+15 |
| | | | | | | | | external lib [Security Issue] | ||||
* | | Update to support go in code block syntax highlighting | Wu Cheng-Han | 2016-11-26 | 4 | -7/+9 |
| | | |||||
* | | Fix slide might able to add unsafe attribute on section tag which cause XSS ↵ | Wu Cheng-Han | 2016-11-26 | 2 | -1/+5 |
| | | | | | | | | [Security Issue] | ||||
* | | Fix slide might trigger script when processing markdown which cause XSS ↵ | Wu Cheng-Han | 2016-11-26 | 3 | -16/+12 |
| | | | | | | | | [Security Issue] | ||||
* | | 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 |
| |