summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update focus argument with cm instanceYukai Huang2017-03-281-1/+1
| |
| * Rewrite cursorActivity with multi listener styleYukai Huang2017-03-281-17/+17
| | | | | | | | - adjust function order to prevent standard lint failure
| * Extract selection update from updateStatusbarYukai Huang2017-03-283-28/+38
| |
| * Impl multiple codemirror event listenerYukai Huang2017-03-282-9/+22
| |
| * Change minor TODO to FIXMEYukai Huang2017-03-281-2/+2
| |
* | Merge pull request #416 from iandees/patch-1Max Wu2017-04-051-3/+3
|\ \ | | | | | | Clarify permission language
| * | Update body.ejsIan Dees2017-04-051-2/+2
| | |
| * | Clarify permission languageIan Dees2017-04-051-3/+3
|/ / | | | | See https://github.com/hackmdio/hackmd/issues/415
* | build: Update yarn.lockBoHong Li2017-03-291-3/+3
| |
* | chore(build): Upgrade uws to 0.14.1, other npm version have been removedWu Cheng-Han2017-03-291-1/+1
| |
* | style: Fix missing newline in variablesWu Cheng-Han2017-03-291-1/+2
| |
* | Merge pull request #406 from hackmdio/feature/add_missing_migrationRaccoon2017-03-288-0/+168
|\ \ | |/ |/| fix: Add missing migration
| * fix: Other dialect duplicated add index problemBoHong Li2017-03-282-3/+14
| | | | | | | | Detect is using SQLite to add index
| * fix: Support SQliteBoHong Li2017-03-283-7/+25
| | | | | | | | Move 'unique' constraint to another statement (SQLite don't support set unique when addColumn)
| * fix: Add missing migrationBoHong Li2017-03-277-0/+139
|/
* Update to change makefile syntax highlighting to PrismWu Cheng-Han2017-03-261-0/+6
|
* Update to add abc in support charts of textcompleteWu Cheng-Han2017-03-261-1/+1
|
* Fix code styleWu Cheng-Han2017-03-261-1/+1
|
* Add support of abcjsWu Cheng-Han2017-03-266-7/+73
|
* Merge pull request #404 from wonderchang/patch-1Max Wu2017-03-251-1/+1
|\ | | | | Add defaultpermission protected example value
| * Add defaultpermission protected example valueWonder Chang2017-03-251-1/+1
|/
* fix: Fixed sequelize-cli db:migration cannot stop when occur errorBoHong Li2017-03-245-41/+51
| | | | | | Up and Down method must return a Promise. breaking changes: docker-hackmd cannot initialize, because db:migration will fail
* ci: Use yarn as default dependency management systemBoHong Li2017-03-241-0/+1
| | | | Use yarn in TravisCI
* build: Support yarn dependency management systemBoHong Li2017-03-241-0/+7434
| | | | 1. Add yarn.lock to support yarn
* Fix text complete of extra tags for list not triggered properlyWu Cheng-Han2017-03-231-14/+14
|
* Fix google drive file picker not initialize properlyWu Cheng-Han2017-03-231-1/+3
|
* 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
| | |\