summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix front-end constants generation not getting config properlyWu Cheng-Han2017-03-233-3/+17
|
* Mark as 0.5.1Wu Cheng-Han2017-03-233-2/+48
|
* Update to indicate version in status API headerWu Cheng-Han2017-03-221-1/+2
|
* Fix XSS vulnerability in link regex [Security Issue]Wu Cheng-Han2017-03-221-2/+2
|
* Fix render.js code stylesWu Cheng-Han2017-03-221-6/+6
|
* Fix front-end index.js code stylesWu Cheng-Han2017-03-221-24/+34
|
* Fix todo list item class might add in wrong elementWu Cheng-Han2017-03-221-1/+5
|
* Fix unnecessary global calling of owneruiWu Cheng-Han2017-03-221-1/+1
|
* Update to print info on exit term signals handledWu Cheng-Han2017-03-221-0/+1
|
* Update to handle SIGQUITWu Cheng-Han2017-03-221-0/+1
|
* Fix duplicated loading of reveal markdown pluginWu Cheng-Han2017-03-211-14/+11
|
* Update to use CDN css for emojify.js when applicableWu Cheng-Han2017-03-213-3/+3
|
* Add support of Catalan localeWu Cheng-Han2017-03-202-1/+2
|
* Update to make removeDOMEvents only process once in slide modeWu Cheng-Han2017-03-201-2/+1
|
* Fix typo and possible wrong value on provider is false on generating ↵Wu Cheng-Han2017-03-201-3/+3
| | | | front-end constants
* Update to generate front-end constants on server startupWu Cheng-Han2017-03-205-12/+34
| | | | To avoid extra webpacking on changing configs and follow the 12 factor app
* Merge branch 'master' of https://github.com/jackycute/HackMDWu Cheng-Han2017-03-157-562/+685
|\
| * Fix badges and links in README.mdMax Wu2017-03-141-1/+4
| |
| * Merge pull request #387 from hackmdio/cm-refactorMax Wu2017-03-146-561/+681
| |\ | | | | | | Extract CodeMirror instance
| | * Add inlineAttachment to globalYukai Huang2017-03-131-1/+2
| | |
| | * Fix variable exporting errorYukai Huang2017-03-132-3/+4
| | |
| | * Update new editorconfig indent favorYukai Huang2017-03-131-1/+1
| | |
| | * Add standarjs globalsYukai Huang2017-03-131-0/+20
| | |
| | * Merge branch 'master' into cm-refactorYukai Huang2017-03-1344-10304/+10038
| | |\
| | * | Use JavaScript standard styleYukai Huang2017-03-093-541/+568
| | | |
| | * | Extract editor related codeYukai Huang2017-03-083-569/+536
| | | | | | | | | | | | | | | | - in public/js/lib/editor/index.js
| | * | Extract UI jquery nodeYukai Huang2017-03-071-0/+84
| | | |
* | | | Fix strip null byte in model should cast to string to use replace functionWu Cheng-Han2017-03-151-0/+1
|/ / /
* | | Update to fix pagination error in list.js over v1.5.0Wu Cheng-Han2017-03-143-9/+4
| | |
* | | Add config option for gitlab api scope and auto adapt gitlab snippet feature ↵Wu Cheng-Han2017-03-147-9/+19
| | | | | | | | | | | | on it
* | | Fix update doc from filesystem cause redundant authorship stringifyWu Cheng-Han2017-03-141-1/+1
| | |
* | | Fix export html to replace fallen cdn tortue.me to cdnjsWu Cheng-Han2017-03-141-1/+1
| | |
* | | Merge branch 'master' of https://github.com/jackycute/HackMDWu Cheng-Han2017-03-1419-0/+19
|\ \ \
| * | | Use strict mode in all backend filesBoHong Li2017-03-1419-0/+19
| | |/ | |/| | | | | | | add ‘use strict’ in all backend file
* / | Fix rendering might result XSS attribute on self closing tag [Security Issue]Wu Cheng-Han2017-03-144-1/+20
|/ /
* | Merge branch 'master' of https://github.com/jackycute/HackMDWu Cheng-Han2017-03-1343-10831/+10545
|\ \
| * | Add JavaScript Standard Style badge in READMEBoHong Li2017-03-131-0/+2
| | | | | | | | | | | | add badge to let people know that code is using the standard style
| * | Remove eslintBoHong Li2017-03-132-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 Li2017-03-1340-10844/+10539
| |\ \ | | | | | | | | | | | | | | | | | | | | Introduce JavaScript Standard Style Signed-off-by: BoHong Li <a60814billy@gmail.com>
| | * | Use JavaScript Standard Style (part 2)BoHong Li2017-03-0919-7132/+6890
| | | | | | | | | | | | | | | | Fixed all fail on frontend code.
| | * | Use JavaScript Standard StyleBoHong Li2017-03-0821-3694/+3633
| | |/ | | | | | | | | | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
| * | Fix webpack copy relative path in #384Yukai Huang2017-03-121-10/+5
| | |
| * | Merge pull request #384 from hackmdio/webpack-fixesMax Wu2017-03-121-5/+28
| |\ \ | | | | | | | | Webpack fixes
| | * | Do not log assets info in webpack buildYukai Huang2017-03-121-0/+6
| | | |
| | * | Only copy needed files in webpackYukai Huang2017-02-191-5/+22
| | | |
| * | | Merge pull request #382 from Himura2la/patch-1Max Wu2017-03-111-2/+2
| |\ \ \ | | |_|/ | |/| | Fixed style in promo text
| | * | Fixed style in promo textHimura Kazuto2017-03-101-2/+2
| |/ /
* / / Update facebook message link in features docWu Cheng-Han2017-03-131-1/+1
|/ /
* | Fixed Syntax ErrorBoHong Li2017-03-041-1/+5
| |
* | Merge pull request #325 from SISheogorath/feature/addSecretsRaccoon2017-03-031-26/+31
|\ \ | |/ |/| Add basics for secret management by Docker 1.13