| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix possible user is undefined in realtime events | Wu Cheng-Han | 2016-12-20 | 1 | -17/+26 |
* | | Fix wrong package name reference in webpack config for bootstrap-validator | Wu Cheng-Han | 2016-12-20 | 1 | -2/+2 |
* | | Fix email option in config not parse correctly | Wu Cheng-Han | 2016-12-20 | 1 | -1/+1 |
* | | Fix mathjax not able to render issue | Wu Cheng-Han | 2016-12-20 | 1 | -1/+8 |
* | | Mark as 0.4.6 | Wu Cheng-Han | 2016-12-19 | 4 | -3/+62 |
* | | Update to handle graphviz output empty graph | Wu Cheng-Han | 2016-12-19 | 1 | -0/+1 |
* | | Remove unused vendor code and add fix related usages | Wu Cheng-Han | 2016-12-19 | 4 | -3361/+2 |
* | | Upgrade dependencies | Wu Cheng-Han | 2016-12-19 | 5 | -63/+63 |
* | | Remove unused vendor code and add missing dependency | Wu Cheng-Han | 2016-12-19 | 7 | -2028/+1 |
* | | Remove unused dependencies | Wu Cheng-Han | 2016-12-18 | 1 | -2/+0 |
* | | Fix slide mode on print pdf not finish view rendering | Wu Cheng-Han | 2016-12-18 | 1 | -4/+12 |
* | | Fix slide print-pdf mode scrollbar might be visible | Wu Cheng-Han | 2016-12-18 | 1 | -1/+1 |
* | | Try to fix when server have heavy loading cache might not update to db properly | Wu Cheng-Han | 2016-12-18 | 2 | -2/+2 |
* | | Merge pull request #285 from horo17/topic/#284-s3-bucket-name | Max Wu | 2016-12-18 | 1 | -1/+1 |
|\ \ |
|
| * | | fix #284 | S.Noda | 2016-12-18 | 1 | -1/+1 |
|/ / |
|
* | | Add support of allow free url config option with correspond modifications | Wu Cheng-Han | 2016-12-16 | 3 | -2/+14 |
* | | Fix typo | Wu Cheng-Han | 2016-12-16 | 1 | -1/+1 |
* | | Add support of allow anonymous config option with correspond modifications | Wu Cheng-Han | 2016-12-15 | 6 | -1/+15 |
* | | Fix gist-embed styles conflicts | Wu Cheng-Han | 2016-12-15 | 1 | -0/+13 |
* | | Switch email register and signin button order to make form default action as ... | Wu Cheng-Han | 2016-12-14 | 1 | -1/+1 |
|/ |
|
* | Fix missing base url option in webpack production config | Wu Cheng-Han | 2016-12-13 | 1 | -1/+2 |
* | Merge pull request #277 from hackmdio/heroku-sequelize | Max Wu | 2016-12-12 | 2 | -3/+14 |
|\ |
|
| * | Update sequelize init condition | Yukai Huang | 2016-12-12 | 1 | -5/+4 |
| * | Simplify output with sequelize database argument | Yukai Huang | 2016-12-12 | 2 | -31/+10 |
| * | Fix heroku production db setting | Yukai Huang | 2016-12-12 | 1 | -1/+34 |
* | | Fix missing dependency in app.js | Wu Cheng-Han | 2016-12-12 | 1 | -0/+1 |
* | | Fix the generate template not including base url variable | Wu Cheng-Han | 2016-12-12 | 3 | -3/+4 |
* | | Fix redirection to url without trailing slashes not considering about config ... | Wu Cheng-Han | 2016-12-12 | 1 | -2/+5 |
* | | Update to make TOC syntax be case-insensitive | Wu Cheng-Han | 2016-12-12 | 1 | -1/+1 |
* | | Fix reveal fade class conflict with bootstrap tooltip css and scrollbar might... | Wu Cheng-Han | 2016-12-12 | 1 | -0/+7 |
|/ |
|
* | Update README.md | Max Wu | 2016-12-11 | 1 | -3/+4 |
* | Merge pull request #274 from hackmdio/drop-bower | Max Wu | 2016-12-11 | 7 | -63/+11 |
|\ |
|
| * | Remove bower occurences | Yukai Huang | 2016-12-11 | 7 | -58/+7 |
| * | Rename npm script | Yukai Huang | 2016-12-10 | 3 | -4/+4 |
| * | Drop nodemon dependency | Yukai Huang | 2016-12-10 | 1 | -2/+1 |
|/ |
|
* | Fix index signin and signout button might not shown if only email enabled | Wu Cheng-Han | 2016-12-07 | 1 | -2/+2 |
* | Fix textcomplete up side down option not set properly | Wu Cheng-Han | 2016-12-07 | 2 | -9/+8 |
* | Fix emoji textcomplete image path | Wu Cheng-Han | 2016-12-07 | 1 | -1/+1 |
* | Fix Facebook page link name | Wu Cheng-Han | 2016-12-06 | 1 | -1/+1 |
* | Fix preferences checkbox might not vertical aligned in some browsers | Wu Cheng-Han | 2016-12-04 | 1 | -0/+5 |
* | Add preferences to editor status bar and make allow override browser keymap o... | Wu Cheng-Han | 2016-12-04 | 3 | -2/+75 |
* | Update to handle request with invalid uri | Wu Cheng-Han | 2016-12-03 | 1 | -0/+11 |
* | Remove preprocess image on upload image or it will losing support of image so... | Wu Cheng-Han | 2016-12-03 | 2 | -73/+51 |
* | Add delay to throttle nodemon in dev script | Wu Cheng-Han | 2016-12-02 | 1 | -1/+1 |
* | Update to support optional email register and signin | Wu Cheng-Han | 2016-12-02 | 14 | -16/+180 |
* | Fix history tags dropdown should unescape html | Wu Cheng-Han | 2016-11-29 | 1 | -1/+2 |
* | Fix incorrect resource arrangement in webpack config | Wu Cheng-Han | 2016-11-29 | 1 | -2/+2 |
* | Update webpack and slide resource loading to reduce pack size | Wu Cheng-Han | 2016-11-29 | 2 | -2/+6 |
* | Fix slide resource path and style load orders to avoid conflicts | Wu Cheng-Han | 2016-11-29 | 3 | -7/+18 |
* | Fix header id and text might affects by mathjax tags | Wu Cheng-Han | 2016-11-28 | 2 | -4/+14 |