Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Webpack config to official recommendation | David Mehren | 2018-10-10 | 1 | -480/+0 |
| | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
* | Replace font-awesome with fork-awesome | Sheogorath | 2018-10-05 | 1 | -4/+4 |
| | | | | | | | | | | This patch replaces font-awesome with its fork called fork-awesome. Besides the fact that the newer versions of font-awesome can't be shipped with distros like debian due to license issues, fork-awesome also provides more FOSS related icons and builds on top of version 4.7.x of font-awesome, which we used until this patch. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Upgrade to Webpack 4 - remove baseUrl property | David Mehren | 2018-09-06 | 1 | -2/+1 |
| | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
* | Upgrade to Webpack 4 - fix CSS import order | David Mehren | 2018-09-06 | 1 | -17/+34 |
| | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
* | Upgrade to Webpack 4 - first try | David Mehren | 2018-09-06 | 1 | -99/+121 |
| | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
* | Update to octicon 4.4.0 | Sheogorath | 2018-06-30 | 1 | -3/+3 |
| | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Removing google drive integration | Sheogorath | 2018-05-16 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | It's sad but it's not working. For multiple releases this should be already broken which shows how often it's used. As there is also a security issue related to that, it's better to remove the feature completely. Whoever wants to rewrite it, feel free to go. This commit removes the Google Drive integration from HackMD's Frontend editor and this way removes the need to provide any API key and Client ID in the frontend. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Fix possible file limit errors | Sheogorath | 2018-04-16 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | As we currently may need higher nofile limits than usual/default on various systems this commit should probide a fix for that an allow to build HackMD without highering these limits and increase security. Inspiration was found in a copy-webpack-plugin-issue[1] and found by @thegcat[2]. Thanks for that! Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> [1]: https://github.com/webpack-contrib/copy-webpack-plugin/issues/59#issuecomment-228563990 [2]: https://github.com/thegcat | ||||
* | Remove engine.io-client dependency and fix webpack config | David Mehren | 2018-03-06 | 1 | -6/+4 |
| | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
* | Fix lodash will be ignored by webpack in pack bundle | Wu Cheng-Han | 2017-06-08 | 1 | -2/+1 |
| | |||||
* | Load statusbar template by string-loader | Yukai Huang | 2017-05-07 | 1 | -0/+3 |
| | |||||
* | Use abcjs on cdnjs, cc @jackycute | Peter Dave Hello | 2017-04-18 | 1 | -3/+0 |
| | |||||
* | Add support of abcjs | Wu Cheng-Han | 2017-03-26 | 1 | -1/+8 |
| | |||||
* | Update to fix pagination error in list.js over v1.5.0 | Wu Cheng-Han | 2017-03-14 | 1 | -2/+0 |
| | |||||
* | Merge branch 'use_javascript_standard_style' | BoHong Li | 2017-03-13 | 1 | -433/+431 |
|\ | | | | | | | | | | | Introduce JavaScript Standard Style Signed-off-by: BoHong Li <a60814billy@gmail.com> | ||||
| * | Use JavaScript Standard Style (part 2) | BoHong Li | 2017-03-09 | 1 | -415/+415 |
| | | | | | | | | Fixed all fail on frontend code. | ||||
* | | Fix webpack copy relative path in #384 | Yukai Huang | 2017-03-12 | 1 | -10/+5 |
| | | |||||
* | | Do not log assets info in webpack build | Yukai Huang | 2017-03-12 | 1 | -0/+6 |
| | | |||||
* | | Only copy needed files in webpack | Yukai Huang | 2017-02-19 | 1 | -5/+22 |
|/ | |||||
* | Update to use babel-polyfill to support ES6 features in old browsers | Wu Cheng-Han | 2017-02-03 | 1 | -0/+8 |
| | |||||
* | Revert experimental vue for now | Yukai Huang | 2017-01-21 | 1 | -7/+1 |
| | |||||
* | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-02 | 1 | -3/+3 |
|\ | |||||
| * | Fix js-url not import correctly | Wu Cheng-Han | 2016-12-24 | 1 | -3/+3 |
| | | |||||
* | | Basic setup for Vue app | Yukai Huang | 2016-12-24 | 1 | -1/+7 |
| | | |||||
* | | Install vue and babel dependency | Yukai Huang | 2016-12-24 | 1 | -0/+4 |
|/ | |||||
* | Fix wrong package name reference in webpack config for bootstrap-validator | Wu Cheng-Han | 2016-12-20 | 1 | -2/+2 |
| | |||||
* | Fix the generate template not including base url variable | Wu Cheng-Han | 2016-12-12 | 1 | -1/+2 |
| | |||||
* | Update to support optional email register and signin | Wu Cheng-Han | 2016-12-02 | 1 | -0/+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 | 1 | -1/+6 |
| | |||||
* | Fix slide resource path and style load orders to avoid conflicts | Wu Cheng-Han | 2016-11-29 | 1 | -0/+8 |
| | |||||
* | Fix webpack config typo | Wu Cheng-Han | 2016-11-28 | 1 | -1/+1 |
| | |||||
* | Remove webpack shell plugin for webpack because it've been solved in another way | Wu Cheng-Han | 2016-11-28 | 1 | -4/+0 |
| | |||||
* | 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 | 1 | -12/+15 |
| | | | | build config | ||||
* | Optimize slide page resource packing and load orders, fix possible wrong ↵ | Wu Cheng-Han | 2016-11-26 | 1 | -3/+46 |
| | | | | chunks orders and font awesome version | ||||
* | Optimize pretty page resource packing and load orders | Wu Cheng-Han | 2016-11-26 | 1 | -3/+47 |
| | |||||
* | 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 | 1 | -5/+107 |
| | |||||
* | Optimize index page resources packing and loads | Wu Cheng-Han | 2016-11-26 | 1 | -7/+25 |
| | |||||
* | Config webpack css hash in production | Yukai Huang | 2016-11-02 | 1 | -1/+0 |
| | |||||
* | Remove select2 from webpack settings | Wu Cheng-Han | 2016-10-24 | 1 | -2/+0 |
| | |||||
* | Try to remove unused front-end dependency | Wu Cheng-Han | 2016-10-19 | 1 | -7/+7 |
| | |||||
* | Fix to use bower version emojify.js | Wu Cheng-Han | 2016-10-19 | 1 | -1/+0 |
| | |||||
* | Move gist-embed to CDN | Yukai Huang | 2016-10-14 | 1 | -6/+1 |
| | |||||
* | Move list-pagination plugin to CDN | Yukai Huang | 2016-10-14 | 1 | -1/+0 |
| | |||||
* | Move highlight.js to CDN | Yukai Huang | 2016-10-14 | 1 | -1/+2 |
| | |||||
* | Fix HTML exporting | Yukai Huang | 2016-10-13 | 1 | -2/+4 |
| |