summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to support typescript and jsx syntax highlightingWu Cheng-Han2016-11-282-2/+4
|
* Fix webpack config typoWu Cheng-Han2016-11-281-1/+1
|
* Fix google drive upload script not expose object correctlyWu Cheng-Han2016-11-281-2/+1
|
* Remove webpack shell plugin for webpack because it've been solved in another wayWu Cheng-Han2016-11-282-6/+1
|
* Remove unused css filesWu Cheng-Han2016-11-2810-38934/+0
|
* Fix slide preview styles might overwrite code block stylesWu Cheng-Han2016-11-281-2/+6
|
* Fix missing expose reveal markdown in webpack configWu Cheng-Han2016-11-281-7/+8
|
* Fix missing slide preview css in webpack configWu Cheng-Han2016-11-281-2/+4
|
* Update to move custom CodeMirror codebase to our own repo and update webpack ↵Wu Cheng-Han2016-11-28412-77408/+18
| | | | build config
* Update editor other cursor classes and adding option for other cursors ↵Wu Cheng-Han2016-11-285-46/+56
| | | | features in CodeMirror
* Merge pull request #248 from hackmdio/file-upload-optionsMax Wu2016-11-2714-20/+205
|\ | | | | Support other options for image uploading
| * Handle preprocess image errorYukai Huang2016-11-221-0/+4
| |
| * Update READMEYukai Huang2016-11-172-0/+26
| |
| * Add env config prefixYukai Huang2016-11-171-5/+5
| |
| * Add libvips heroku buildpackYukai Huang2016-11-171-0/+8
| |
| * Config sharp image preprocessingYukai Huang2016-11-162-53/+70
| |
| * Fix order listYukai Huang2016-11-161-29/+29
| |
| * Config s3 through env variablesYukai Huang2016-11-161-7/+6
| |
| * Create s3 config guideYukai Huang2016-11-167-0/+62
| |
| * upload image to s3Yukai Huang2016-11-163-5/+45
| |
| * Join image path with config.serverurlYukai Huang2016-11-161-1/+3
| |
| * save to upload folder only when option enabledYukai Huang2016-11-151-2/+4
| |
| * support filesystem image uploadYukai Huang2016-11-142-13/+31
| |
| * upload image to public/uploadsYukai Huang2016-11-143-0/+6
| |
| * Install nodemon for local developmentYukai Huang2016-11-141-1/+2
| |
* | Update dependency gist-embed to 2.6.0Wu Cheng-Han2016-11-261-1/+1
| |
* | Optimize slide page resource packing and load orders, fix possible wrong ↵Wu Cheng-Han2016-11-264-37/+64
| | | | | | | | chunks orders and font awesome version
* | Optimize pretty page resource packing and load ordersWu Cheng-Han2016-11-262-29/+63
| |
* | Fix some missing resources packing loaders and test regex in webpackWu Cheng-Han2016-11-261-1/+7
| |
* | Fix missing chunks for index page in webpack configWu Cheng-Han2016-11-261-0/+16
| |
* | Optimize hackmd resource packing and load ordersWu Cheng-Han2016-11-266-52/+133
| |
* | Optimize index page resources packing and loadsWu Cheng-Han2016-11-263-33/+35
| |
* | Update to auto generate meta description based on content in publish note ↵Wu Cheng-Han2016-11-262-7/+17
| | | | | | | | and slide
* | Fix possible meta XSS in history list [Security Issue]Wu Cheng-Han2016-11-261-0/+5
| |
* | Fix possible XSS in yaml-metadata and turn using ejs escape syntax than ↵Wu Cheng-Han2016-11-268-24/+15
| | | | | | | | external lib [Security Issue]
* | Update to support go in code block syntax highlightingWu Cheng-Han2016-11-264-7/+9
| |
* | Fix slide might able to add unsafe attribute on section tag which cause XSS ↵Wu Cheng-Han2016-11-262-1/+5
| | | | | | | | [Security Issue]
* | Fix slide might trigger script when processing markdown which cause XSS ↵Wu Cheng-Han2016-11-263-16/+12
| | | | | | | | [Security Issue]
* | Update socket.io to 1.6.0Wu Cheng-Han2016-11-262-3/+3
| |
* | Update to separate polypill for IE to a templateWu Cheng-Han2016-11-265-21/+11
| |
* | Fix published note won't scroll to hash on loadWu Cheng-Han2016-11-261-0/+2
| |
* | Fix mathjax with blockquote might have race conditionWu Cheng-Han2016-11-181-11/+13
| |
* | Try to replace engine.io to uws in socket.io for better performanceWu Cheng-Han2016-11-182-0/+5
| |
* | Update to support haskell syntax highlighting in code blockWu Cheng-Han2016-11-184-13/+20
| |
* | Add dmp worker to leverage CPU intensive calculation to child processWu Cheng-Han2016-11-182-102/+221
| |
* | Merge branch 'master' of https://github.com/jackycute/HackMDWu Cheng-Han2016-11-1876-1/+1
|\ \
| * \ Merge pull request #250 from PeterDaveHello/fix-file-permissionMax Wu2016-11-1475-0/+0
| |\ \ | | | | | | | | Remove uesless executable permission for static files
| | * | Remove uesless executable permission for static filesPeter Dave Hello2016-11-1475-0/+0
| |/ /
| * | Merge pull request #249 from tomwyckhuys/patch-1Max Wu2016-11-141-1/+1
| |\ \ | | |/ | |/| Update nl.json
| | * Update nl.jsonTom Wyckhuys2016-11-141-1/+1
| |/ | | | | Fixed typo in the Dutch translation: "geuschiedenis" into "geschiedenis"