Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark as 0.5.1 | Wu Cheng-Han | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #387 from hackmdio/cm-refactor | Max Wu | 2017-03-14 | 1 | -0/+21 |
|\ | | | | | Extract CodeMirror instance | ||||
| * | Add inlineAttachment to global | Yukai Huang | 2017-03-13 | 1 | -1/+2 |
| | | |||||
| * | Add standarjs globals | Yukai Huang | 2017-03-13 | 1 | -0/+20 |
| | | |||||
* | | Update to fix pagination error in list.js over v1.5.0 | Wu Cheng-Han | 2017-03-14 | 1 | -2/+1 |
|/ | |||||
* | Remove eslint | BoHong Li | 2017-03-13 | 1 | -3/+2 |
| | | | | | | | 1. Remove eslint , bacause we use JavaScript Standard Style. 2. Add lts/boron version to travis CI, web use it in docker version Signed-off-by: BoHong Li <a60814billy@gmail.com> | ||||
* | Use JavaScript Standard Style | BoHong Li | 2017-03-08 | 1 | -1/+8 |
| | | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code. | ||||
* | Using package.json to test lint instead | bananaappletw | 2017-02-16 | 1 | -1/+2 |
| | | | | Exclude *.min.js from eslint | ||||
* | Update node dependency up to 6.x in package.json | bananaappletw | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | Add travis ci | bananaappletw | 2017-02-15 | 1 | -0/+2 |
| | |||||
* | Update webpack config to use parallel uglify plugin to speed up production build | Wu Cheng-Han | 2017-02-03 | 1 | -1/+2 |
| | |||||
* | Update to use babel-polyfill to support ES6 features in old browsers | Wu Cheng-Han | 2017-02-03 | 1 | -0/+1 |
| | |||||
* | Upgrade mermaid to support class diagram | Wu Cheng-Han | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | Upgrade viz.js to fix manual workaround and get smaller file size | Wu Cheng-Han | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | Revert experimental vue for now | Yukai Huang | 2017-01-21 | 1 | -3/+0 |
| | |||||
* | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-13 | 1 | -0/+1 |
|\ | |||||
| * | Merge pull request #279 from alecdwm/ldap-auth | Max Wu | 2017-01-09 | 1 | -0/+1 |
| |\ | | | | | | | Support for LDAP server authentication | ||||
| | * | Use randomcolor not seedrandom for avatar backgrounds | alecdwm | 2017-01-06 | 1 | -1/+0 |
| | | | |||||
| | * | Profile pictures for LDAP users | alecdwm | 2017-01-06 | 1 | -0/+1 |
| | | | |||||
| | * | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limitations as of this commit: - tlsOptions can only be specified in config.json, not as env vars - authentication failures are not yet gracefully handled by the UI - instead the error message is shown on a blank page (/auth/ldap) - no email address is associated with the LDAP user's account - no picture/profile URL is associated with the LDAP user's account - we might have to generate our own access + refresh tokens, because we aren't using oauth. The currently generated tokens are just a placeholder. - 'LDAP Sign in' needs to be translated to each locale | ||||
* | | | Revert "Rename npm script" | bananaappletw | 2017-01-04 | 1 | -2/+2 |
| | | | | | | | | | | | | This reverts commit ed83dfc862768572eab0c2aed629b1700ac9e224. | ||||
* | | | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-02 | 1 | -7/+7 |
|\| | | |||||
| * | | Mark as 0.5.0 | Wu Cheng-Han | 2017-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Update dependencies | Wu Cheng-Han | 2017-01-02 | 1 | -6/+6 |
| | | | |||||
* | | | Basic setup for Vue app | Yukai Huang | 2016-12-24 | 1 | -0/+2 |
| | | | |||||
* | | | Install vue and babel dependency | Yukai Huang | 2016-12-24 | 1 | -0/+7 |
|/ / | |||||
* | | Mark as 0.4.6 | Wu Cheng-Han | 2016-12-19 | 1 | -1/+1 |
| | | |||||
* | | Upgrade dependencies | Wu Cheng-Han | 2016-12-19 | 1 | -39/+39 |
| | | |||||
* | | Remove unused vendor code and add missing dependency | Wu Cheng-Han | 2016-12-19 | 1 | -1/+1 |
| | | |||||
* | | Remove unused dependencies | Wu Cheng-Han | 2016-12-18 | 1 | -2/+0 |
|/ | |||||
* | Remove bower occurences | Yukai Huang | 2016-12-11 | 1 | -3/+0 |
| | |||||
* | Rename npm script | Yukai Huang | 2016-12-10 | 1 | -2/+2 |
| | | | | | | | webpack scripts are meant to “build” assets, so place them under the same namespace * dev => build:dev * build => build:prod | ||||
* | Drop nodemon dependency | Yukai Huang | 2016-12-10 | 1 | -2/+1 |
| | | | | Sometimes nodemon not reload source code correctly, so simply drop it. | ||||
* | Remove preprocess image on upload image or it will losing support of image ↵ | Wu Cheng-Han | 2016-12-03 | 1 | -1/+0 |
| | | | | some formats | ||||
* | 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 | 1 | -0/+5 |
| | |||||
* | Remove webpack shell plugin for webpack because it've been solved in another way | Wu Cheng-Han | 2016-11-28 | 1 | -2/+1 |
| | |||||
* | Update to move custom CodeMirror codebase to our own repo and update webpack ↵ | Wu Cheng-Han | 2016-11-28 | 1 | -1/+3 |
| | | | | build config | ||||
* | Merge pull request #248 from hackmdio/file-upload-options | Max Wu | 2016-11-27 | 1 | -1/+4 |
|\ | | | | | Support other options for image uploading | ||||
| * | Config sharp image preprocessing | Yukai Huang | 2016-11-16 | 1 | -0/+1 |
| | | |||||
| * | upload image to s3 | Yukai Huang | 2016-11-16 | 1 | -0/+1 |
| | | |||||
| * | Install nodemon for local development | Yukai Huang | 2016-11-14 | 1 | -1/+2 |
| | | |||||
* | | Optimize hackmd resource packing and load orders | Wu Cheng-Han | 2016-11-26 | 1 | -0/+9 |
| | | |||||
* | | Optimize index page resources packing and loads | Wu Cheng-Han | 2016-11-26 | 1 | -0/+2 |
| | | |||||
* | | Update socket.io to 1.6.0 | Wu Cheng-Han | 2016-11-26 | 1 | -2/+2 |
| | | |||||
* | | Try to replace engine.io to uws in socket.io for better performance | Wu Cheng-Han | 2016-11-18 | 1 | -0/+1 |
|/ | |||||
* | Add optimize-css webpack plugin | Yukai Huang | 2016-11-03 | 1 | -0/+1 |
| | |||||
* | Revert "html minify in production environment" | Max Wu | 2016-10-24 | 1 | -1/+0 |
| | |||||
* | html minify in production environment | Peter Dave Hello | 2016-10-23 | 1 | -0/+1 |
| | |||||
* | Fix missing dependency in d44e8303668a93942644f78adc11c34ec07e6abd | Wu Cheng-Han | 2016-10-18 | 1 | -0/+1 |
| |