summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove old config.js.exampleYukai Huang2017-01-131-11/+0
|
* Add default value for configYukai Huang2017-01-131-6/+6
|
* Rename common.js to login.jsYukai Huang2017-01-135-7/+14
|
* Move config variable to lib/configYukai Huang2017-01-132-24/+20
|
* Merge branch 'master' into frontend-nextYukai Huang2017-01-075-85/+75
|\
| * Fix for selectionObjects in OT CodeMirror adapter might call on undefinedWu Cheng-Han2017-01-052-2/+2
| |
| * Update to show yaml-metadata and diagram parsing error in the viewWu Cheng-Han2017-01-041-2/+16
| |
| * Workaround that graphviz might not recover from errorWu Cheng-Han2017-01-041-12/+22
| |
| * Fix and refactor extracting content using metaMarked directly might lead in ↵Wu Cheng-Han2017-01-042-68/+34
| | | | | | | | invalid object
* | Merge branch 'Yukai/#4-es6-module' into 'frontend-next' Wu, Cheng-Han2017-01-068-843/+779
|\ \ | | | | | | | | | | | | 導入 es6 語法 See merge request !4
| * | Convert history.js to es6Yukai Huang2017-01-053-133/+113
| | |
| * | Convert cover.js to es6Yukai Huang2017-01-051-126/+127
| | |
| * | Convert extra.js to es6Yukai Huang2017-01-052-352/+326
| | |
| * | Convert common.js to es6Yukai Huang2017-01-052-70/+65
| | |
| * | Convert pretty.js to es6Yukai Huang2017-01-051-44/+43
| | |
| * | Convert slide.js to es6Yukai Huang2017-01-051-33/+31
| | |
| * | Convert synscroll to es6Yukai Huang2017-01-042-96/+85
|/ /
* | Merge branch 'frontend-next' into 'frontend-next' Yukai Huang2017-01-043-4/+4
|\ \ | | | | | | | | | | | | Revert "Rename npm script" See merge request !3
| * | Revert "Rename npm script"bananaappletw2017-01-043-4/+4
|/ / | | | | | | This reverts commit ed83dfc862768572eab0c2aed629b1700ac9e224.
* | Merge branch 'master' into frontend-nextYukai Huang2017-01-0226-111/+307
|\|
| * Add back missing release-note link on indexWu Cheng-Han2017-01-021-1/+1
| |
| * Mark as 0.5.0Wu Cheng-Han2017-01-024-4/+33
| |
| * Update dependenciesWu Cheng-Han2017-01-021-6/+6
| |
| * Update README.md about migration tool of version 0.5.0Wu Cheng-Han2017-01-021-0/+6
| |
| * Update authorsWu Cheng-Han2017-01-021-0/+9
| |
| * Update year to 2017Wu Cheng-Han2017-01-022-2/+2
| |
| * Fix yaml metadata description not able to showWu Cheng-Han2017-01-021-3/+3
| |
| * Update to improve editor performance by debounce checkEditorScrollbar eventWu Cheng-Han2017-01-021-1/+5
| |
| * Fix authorship might losing update event because of throttlingWu Cheng-Han2017-01-021-1/+1
| |
| * Refactor data processing to model definitionWu Cheng-Han2017-01-023-0/+27
| |
| * Update to remove null byte before saving to DB and remove null byte on changesWu Cheng-Han2017-01-024-7/+42
| |
| * Fix migration script of revision lacks of definition of primary keyWu Cheng-Han2017-01-021-1/+4
| |
| * Fix to not use diff_cleanupSemantic, bug report refer to ↵Wu Cheng-Han2017-01-021-1/+0
| | | | | | | | https://code.google.com/p/google-diff-match-patch/issues/detail?id=67
| * Remove LZString compression for data storageWu Cheng-Han2017-01-025-37/+28
| |
| * Remove manual LZString compression for partial socket io event dataWu Cheng-Han2017-01-025-22/+3
| |
| * Merge pull request #307 from captflint/masterMax Wu2016-12-313-1/+106
| |\ | | | | | | Added Esperanto translation
| | * Added Esperanto translationJames Stephenson2016-12-303-1/+106
| |/ | | | | | | Translation by Jonathan Powell and James Stephenson
| * Merge pull request #302 from knjcode/url_resolveMax Wu2016-12-271-1/+2
| |\ | | | | | | Fix URL concatenation when uploading images to local filesystem
| | * Fix URL concatenationknjcode2016-12-271-1/+2
| |/
| * Merge pull request #300 from ColinMaudry/patch-1Max Wu2016-12-271-16/+16
| |\ | | | | | | Little improvements (typos, uppercase + accents, better case) for French locale
| | * Little improvements (typos, uppercase + accents)Colin Maudry2016-12-261-16/+16
| |/
| * Merge pull request #299 from bananaappletw/masterMax Wu2016-12-241-1/+6
| |\ | | | | | | Add missing HMD_ALLOW_ORIGIN variable
| | * Add missing HMD_ALLOW_ORIGIN variablebananaappletw2016-12-241-1/+6
| |/
| * Merge pull request #298 from bananaappletw/masterMax Wu2016-12-241-2/+4
| |\ | | | | | | Fix config mistake
| | * Fix config mistakebananaappletw2016-12-241-2/+4
| |/
| * Update features.md publish button name and iconWu Cheng-Han2016-12-241-1/+1
| |
| * Fix js-url not import correctlyWu Cheng-Han2016-12-242-4/+3
| |
* | Merge branch 'Yukai/#3-vue-setup' into 'frontend-next' Yukai Huang2016-12-269-1/+79
|\ \ | |/ |/| | | | | Vue setup See merge request !2
| * Basic setup for Vue appYukai Huang2016-12-247-1/+56
| |
| * Install vue and babel dependencyYukai Huang2016-12-244-0/+21
| |