index
:
hedgedoc
cindy
Hedgedoc with support for CindyScript
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert history.js to es6
Yukai Huang
2017-01-05
3
-133
/
+113
*
Convert cover.js to es6
Yukai Huang
2017-01-05
1
-126
/
+127
*
Convert extra.js to es6
Yukai Huang
2017-01-05
2
-352
/
+326
*
Convert common.js to es6
Yukai Huang
2017-01-05
2
-70
/
+65
*
Convert pretty.js to es6
Yukai Huang
2017-01-05
1
-44
/
+43
*
Convert slide.js to es6
Yukai Huang
2017-01-05
1
-33
/
+31
*
Convert synscroll to es6
Yukai Huang
2017-01-04
2
-96
/
+85
*
Merge branch 'frontend-next' into 'frontend-next'
Yukai Huang
2017-01-04
3
-4
/
+4
|
\
|
*
Revert "Rename npm script"
bananaappletw
2017-01-04
3
-4
/
+4
|
/
*
Merge branch 'master' into frontend-next
Yukai Huang
2017-01-02
26
-111
/
+307
|
\
|
*
Add back missing release-note link on index
Wu Cheng-Han
2017-01-02
1
-1
/
+1
|
*
Mark as 0.5.0
Wu Cheng-Han
2017-01-02
4
-4
/
+33
|
*
Update dependencies
Wu Cheng-Han
2017-01-02
1
-6
/
+6
|
*
Update README.md about migration tool of version 0.5.0
Wu Cheng-Han
2017-01-02
1
-0
/
+6
|
*
Update authors
Wu Cheng-Han
2017-01-02
1
-0
/
+9
|
*
Update year to 2017
Wu Cheng-Han
2017-01-02
2
-2
/
+2
|
*
Fix yaml metadata description not able to show
Wu Cheng-Han
2017-01-02
1
-3
/
+3
|
*
Update to improve editor performance by debounce checkEditorScrollbar event
Wu Cheng-Han
2017-01-02
1
-1
/
+5
|
*
Fix authorship might losing update event because of throttling
Wu Cheng-Han
2017-01-02
1
-1
/
+1
|
*
Refactor data processing to model definition
Wu Cheng-Han
2017-01-02
3
-0
/
+27
|
*
Update to remove null byte before saving to DB and remove null byte on changes
Wu Cheng-Han
2017-01-02
4
-7
/
+42
|
*
Fix migration script of revision lacks of definition of primary key
Wu Cheng-Han
2017-01-02
1
-1
/
+4
|
*
Fix to not use diff_cleanupSemantic, bug report refer to https://code.google....
Wu Cheng-Han
2017-01-02
1
-1
/
+0
|
*
Remove LZString compression for data storage
Wu Cheng-Han
2017-01-02
5
-37
/
+28
|
*
Remove manual LZString compression for partial socket io event data
Wu Cheng-Han
2017-01-02
5
-22
/
+3
|
*
Merge pull request #307 from captflint/master
Max Wu
2016-12-31
3
-1
/
+106
|
|
\
|
|
*
Added Esperanto translation
James Stephenson
2016-12-30
3
-1
/
+106
|
|
/
|
*
Merge pull request #302 from knjcode/url_resolve
Max Wu
2016-12-27
1
-1
/
+2
|
|
\
|
|
*
Fix URL concatenation
knjcode
2016-12-27
1
-1
/
+2
|
|
/
|
*
Merge pull request #300 from ColinMaudry/patch-1
Max Wu
2016-12-27
1
-16
/
+16
|
|
\
|
|
*
Little improvements (typos, uppercase + accents)
Colin Maudry
2016-12-26
1
-16
/
+16
|
|
/
|
*
Merge pull request #299 from bananaappletw/master
Max Wu
2016-12-24
1
-1
/
+6
|
|
\
|
|
*
Add missing HMD_ALLOW_ORIGIN variable
bananaappletw
2016-12-24
1
-1
/
+6
|
|
/
|
*
Merge pull request #298 from bananaappletw/master
Max Wu
2016-12-24
1
-2
/
+4
|
|
\
|
|
*
Fix config mistake
bananaappletw
2016-12-24
1
-2
/
+4
|
|
/
|
*
Update features.md publish button name and icon
Wu Cheng-Han
2016-12-24
1
-1
/
+1
|
*
Fix js-url not import correctly
Wu Cheng-Han
2016-12-24
2
-4
/
+3
*
|
Merge branch 'Yukai/#3-vue-setup' into 'frontend-next'
Yukai Huang
2016-12-26
9
-1
/
+79
|
\
\
|
|
/
|
/
|
|
*
Basic setup for Vue app
Yukai Huang
2016-12-24
7
-1
/
+56
|
*
Install vue and babel dependency
Yukai Huang
2016-12-24
4
-0
/
+21
|
*
Fix module variable require
Yukai Huang
2016-12-24
2
-0
/
+2
*
|
Merge pull request #294 from bananaappletw/master
Max Wu
2016-12-22
5
-13
/
+14
|
\
\
|
|
/
|
/
|
|
*
Add sqlite for test environment
bananaappletw
2016-12-22
1
-0
/
+4
|
*
Use dburl to configurate
bananaappletw
2016-12-22
3
-6
/
+7
|
*
Simplify code for heroku
bananaappletw
2016-12-22
1
-1
/
+2
|
*
Remove unnecessary db config of heroku
bananaappletw
2016-12-22
1
-6
/
+0
|
*
Fix #293
bananaappletw
2016-12-22
1
-3
/
+4
|
/
*
Merge pull request #292 from FlorianRhiem/bugfix-anonymous-typo
Max Wu
2016-12-22
6
-13
/
+13
|
\
|
*
Fixed typo: anonmyous
Florian Rhiem
2016-12-21
6
-13
/
+13
|
/
*
Fix codemirror spell checker not considering abbreviation which contain apost...
Wu Cheng-Han
2016-12-20
1
-1
/
+1
[next]