Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to fix pagination error in list.js over v1.5.0 | Wu Cheng-Han | 2017-03-14 | 3 | -9/+4 |
| | |||||
* | Add config option for gitlab api scope and auto adapt gitlab snippet feature ↵ | Wu Cheng-Han | 2017-03-14 | 7 | -9/+19 |
| | | | | on it | ||||
* | Fix update doc from filesystem cause redundant authorship stringify | Wu Cheng-Han | 2017-03-14 | 1 | -1/+1 |
| | |||||
* | Fix export html to replace fallen cdn tortue.me to cdnjs | Wu Cheng-Han | 2017-03-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/jackycute/HackMD | Wu Cheng-Han | 2017-03-14 | 19 | -0/+19 |
|\ | |||||
| * | Use strict mode in all backend files | BoHong Li | 2017-03-14 | 19 | -0/+19 |
| | | | | | | | | add ‘use strict’ in all backend file | ||||
* | | Fix rendering might result XSS attribute on self closing tag [Security Issue] | Wu Cheng-Han | 2017-03-14 | 4 | -1/+20 |
|/ | |||||
* | Merge branch 'master' of https://github.com/jackycute/HackMD | Wu Cheng-Han | 2017-03-13 | 43 | -10831/+10545 |
|\ | |||||
| * | Add JavaScript Standard Style badge in README | BoHong Li | 2017-03-13 | 1 | -0/+2 |
| | | | | | | | | add badge to let people know that code is using the standard style | ||||
| * | Remove eslint | BoHong Li | 2017-03-13 | 2 | -4/+3 |
| | | | | | | | | | | | | | | 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> | ||||
| * | Merge branch 'use_javascript_standard_style' | BoHong Li | 2017-03-13 | 40 | -10844/+10539 |
| |\ | | | | | | | | | | | | | | | | Introduce JavaScript Standard Style Signed-off-by: BoHong Li <a60814billy@gmail.com> | ||||
| | * | Use JavaScript Standard Style (part 2) | BoHong Li | 2017-03-09 | 19 | -7132/+6890 |
| | | | | | | | | | | | | Fixed all fail on frontend code. | ||||
| | * | Use JavaScript Standard Style | BoHong Li | 2017-03-08 | 21 | -3694/+3633 |
| | | | | | | | | | | | | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code. | ||||
| * | | Fix webpack copy relative path in #384 | Yukai Huang | 2017-03-12 | 1 | -10/+5 |
| | | | |||||
| * | | Merge pull request #384 from hackmdio/webpack-fixes | Max Wu | 2017-03-12 | 1 | -5/+28 |
| |\ \ | | | | | | | | | Webpack fixes | ||||
| | * | | 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 |
| | | | | |||||
| * | | | Merge pull request #382 from Himura2la/patch-1 | Max Wu | 2017-03-11 | 1 | -2/+2 |
| |\ \ \ | | |_|/ | |/| | | Fixed style in promo text | ||||
| | * | | Fixed style in promo text | Himura Kazuto | 2017-03-10 | 1 | -2/+2 |
| |/ / | |||||
* / / | Update facebook message link in features doc | Wu Cheng-Han | 2017-03-13 | 1 | -1/+1 |
|/ / | |||||
* | | Fixed Syntax Error | BoHong Li | 2017-03-04 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #325 from SISheogorath/feature/addSecrets | Raccoon | 2017-03-03 | 1 | -26/+31 |
|\ \ | |/ |/| | Add basics for secret management by Docker 1.13 | ||||
| * | Merge branch 'master' into feature/addSecrets | Raccoon | 2017-03-03 | 62 | -1404/+1381 |
| |\ | |/ |/| | |||||
* | | Fix out of sync when deleting on same cursor position on several clients | Wu Cheng-Han | 2017-02-18 | 2 | -2/+4 |
| | | | | | | | | from: https://github.com/aullman/opentok-editor/issues/4 | ||||
* | | Fix not determine OT have pending operations properly | Wu Cheng-Han | 2017-02-18 | 1 | -5/+10 |
| | | |||||
* | | Fix to keep selections on save and restore info | Wu Cheng-Han | 2017-02-18 | 1 | -1/+4 |
| | | |||||
* | | Fix user profile photo might not replace to proper size | Wu Cheng-Han | 2017-02-18 | 1 | -4/+4 |
| | | |||||
* | | Update to allow li tag specify value number | Wu Cheng-Han | 2017-02-17 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #359 from bananaappletw/master | Max Wu | 2017-02-17 | 4 | -3/+26 |
|\ \ | | | | | | | Add travis ci | ||||
| * | | Using package.json to test lint instead | bananaappletw | 2017-02-16 | 4 | -6/+3 |
| | | | | | | | | | | | | Exclude *.min.js from eslint | ||||
| * | | Test up to 7.5.0 | bananaappletw | 2017-02-15 | 1 | -1/+1 |
| | | | |||||
| * | | Update node dependency up to 6.x in package.json | bananaappletw | 2017-02-15 | 1 | -1/+1 |
| | | | |||||
| * | | Add Makefile .editorconfig | bananaappletw | 2017-02-15 | 1 | -0/+2 |
| | | | |||||
| * | | Add travis ci | bananaappletw | 2017-02-15 | 4 | -2/+26 |
|/ / | |||||
* | | Merge pull request #358 from MikeMichel/patch-1 | Raccoon | 2017-02-15 | 1 | -1/+1 |
|\ \ | | | | | | | first envs then the config | ||||
| * | | first envs then the config | Mike | 2017-02-15 | 1 | -1/+1 |
|/ / | | | | | or docker -e will not work | ||||
* | | Merge pull request #353 from stratosgear/patch-1 | Max Wu | 2017-02-13 | 1 | -13/+13 |
|\ \ | | | | | | | Fixed Greek mispellings and translations | ||||
| * | | Fixed Greek mispellings and translations | Stratos Gerakakis | 2017-02-10 | 1 | -13/+13 |
|/ / | | | | | There were various misspellings and some translations that were not clear enough. | ||||
* | | Update google drive picker to enable setOwnedByMe to show shared files and ↵ | Max Wu | 2017-02-11 | 1 | -1/+2 |
| | | | | | | | | folders | ||||
* | | Merge pull request #348 from nvsofts/add_default_permission | Max Wu | 2017-02-10 | 3 | -2/+13 |
|\ \ | | | | | | | Add default permission config | ||||
| * | | simplified description | NV | 2017-02-10 | 1 | -2/+2 |
| | | | |||||
| * | | Add validation to defaultpermission in config | NV | 2017-02-10 | 1 | -2/+7 |
| | | | |||||
| * | | Add default permission config | NV | 2017-02-10 | 2 | -2/+6 |
| | | | |||||
| * | | Update README | NV | 2017-02-09 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #349 from nvsofts/fix_image_url | Max Wu | 2017-02-09 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix image path problem when using filesystem backend | ||||
| * | | | Fix image path problem when using filesystem backend | NV | 2017-02-09 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #347 from SimJoSt/patch-1 | Max Wu | 2017-02-09 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | typo in German translation fixed | ||||
| * | | typo in German translation fixed | Simon Joda Stößer | 2017-02-09 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #343 from sakajunquality/feature/fix-read-me-for-gcc | Max Wu | 2017-02-08 | 1 | -1/+1 |
|\ \ | | | | | | | Add additional comment about Prerequisite to README | ||||
| * | | add reference to packages, instead of writing down solutions for specific os | Jun SAKATA | 2017-02-08 | 1 | -3/+1 |
| | | |