| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge pull request #633 from nakaeeee/saml-auth | Christoph (Sheogorath) Kern | 2017-12-04 | 2 | -3/+8 |
|\ \ \ |
|
| * | | | Initial support for SAML authentication | Norihito Nakae | 2017-11-28 | 2 | -3/+8 |
* | | | | close open tags | Thomas De Backer | 2017-12-01 | 1 | -2/+2 |
* | | | | Add untranslated sentences to locale | Thomas De Backer | 2017-11-30 | 1 | -2/+2 |
|/ / / |
|
* | | | Prevent XSS vul by srcdoc in iframe | Sheogorath | 2017-11-24 | 1 | -1/+1 |
* | | | Merge pull request #606 from DoubleMalt/feature/MattermostAuth | Sheogorath | 2017-10-31 | 2 | -4/+9 |
|\ \ \ |
|
| * | | | Add mattermost authentication | Christoph Witzany | 2017-10-31 | 2 | -4/+9 |
* | | | | Fix allowpdfexport handling on error page | Sheogorath | 2017-10-31 | 1 | -2/+2 |
|/ / / |
|
* | | | Fix mermaid error handling | Sheogorath | 2017-10-30 | 1 | -2/+7 |
* | | | Use mermaidAPI in mermaid scope | Sheogorath | 2017-10-30 | 1 | -12/+4 |
|/ / |
|
* | | Upgrade mermaid to v7.1.0, fix #600 | Peter Dave Hello | 2017-10-30 | 3 | -3/+3 |
* | | Merge pull request #599 from xxyy/fix/inline-styles | Sheogorath | 2017-10-27 | 2 | -6/+23 |
|\ \ |
|
| * | | Externalise trivial inline styles from slide.ejs | Literallie | 2017-10-23 | 2 | -6/+23 |
| |/ |
|
* | | Adds PDF export via config | geekyd | 2017-10-25 | 1 | -4/+8 |
* | | Merge pull request #591 from Rwing/master | Sheogorath | 2017-10-23 | 2 | -1/+5 |
|\ \
| |/
|/| |
|
| * | support Simplified Chinese and rename original zh to Traditional Chinese | Rwing | 2017-10-23 | 2 | -1/+5 |
* | | Fix markdown-it gist plugin code closing tag | Yukai Huang | 2017-10-21 | 1 | -1/+1 |
* | | Hides empty export section | geekyd | 2017-10-18 | 1 | -0/+4 |
|/ |
|
* | Provide table for permissions | Sheogorath | 2017-10-12 | 1 | -6/+9 |
* | Adds color to new note button | geekyd | 2017-10-07 | 1 | -3/+3 |
* | Fix to filter @import CSS syntax in style tag to prevent XSS [Security Issue] | Wu Cheng-Han | 2017-10-05 | 1 | -4/+9 |
* | Fix unescape > symbol inside the style tags to make the CSS works | Wu Cheng-Han | 2017-10-05 | 1 | -0/+4 |
* | Fix blockquote not parse correctly in slide mode | Wu Cheng-Han | 2017-10-05 | 2 | -3/+1 |
* | Fix home and end keys behavior for windows | Wu Cheng-Han | 2017-09-27 | 1 | -0/+2 |
* | Fix the < and > symbols are doubly escaped which affected by executing preven... | Wu Cheng-Han | 2017-09-27 | 1 | -0/+2 |
* | Fix slide mode contains unclosed tags might cause XSS [Security Issue] | Wu Cheng-Han | 2017-09-27 | 1 | -1/+2 |
* | Fix unclosed tags might cause XSS [Security Issue] | Wu Cheng-Han | 2017-09-27 | 1 | -1/+1 |
* | Fix slide mode might hide scrollbar on some linux | Max Wu | 2017-06-14 | 1 | -2/+2 |
* | Add support of Danish locale | Wu Cheng-Han | 2017-06-11 | 1 | -0/+1 |
* | Merge pull request #476 from butlerx/updated/reveal | Max Wu | 2017-06-06 | 1 | -16/+202 |
|\ |
|
| * | fix grammer errors | butlerx | 2017-06-05 | 1 | -30/+36 |
| * | add more reveal features to slide demo | butlerx | 2017-06-03 | 1 | -9/+189 |
* | | Fix speaker note separator regex should only take effect on the line start | Wu Cheng-Han | 2017-06-05 | 1 | -1/+1 |
|/ |
|
* | Update yams-metadata doc for slide theme | Wu Cheng-Han | 2017-06-03 | 1 | -0/+4 |
* | add the ability to set slide theme in slide options | butlerx | 2017-05-31 | 1 | -0/+4 |
* | Merge branch 'master' into BackendRefactor | Max Wu | 2017-05-14 | 7 | -220/+238 |
|\ |
|
| * | Merge pull request #429 from hackmdio/refactor-part-3 | Max Wu | 2017-05-13 | 6 | -220/+215 |
| |\ |
|
| | * | Manage syncscroll / currentMode in appState | Yukai Huang | 2017-05-07 | 4 | -48/+58 |
| | * | Move syncsroll under lib | Yukai Huang | 2017-05-07 | 2 | -3/+3 |
| | * | Remove CodeMirror-other-cursors dom creation | Yukai Huang | 2017-05-07 | 1 | -3/+0 |
| | * | Change more global var to global | Yukai Huang | 2017-05-07 | 1 | -87/+87 |
| | * | Extract modeType | Yukai Huang | 2017-05-07 | 3 | -13/+15 |
| | * | Change some global variables to local | Yukai Huang | 2017-05-07 | 1 | -31/+31 |
| | * | Fix indentation | Yukai Huang | 2017-05-07 | 1 | -6/+6 |
| | * | Expose internal editor config variable | Yukai Huang | 2017-05-07 | 2 | -4/+4 |
| | * | Load statusbar template by string-loader | Yukai Huang | 2017-05-07 | 2 | -34/+20 |
| * | | Fix to implement toggle of TOC in HTML template | Wu Cheng-Han | 2017-05-09 | 1 | -0/+23 |
| |/ |
|
* / | style: Fixed variable already declared | BoHong Li | 2017-05-08 | 1 | -2/+2 |
|/ |
|
* | Update to support code block syntax highlighting of gherkin | Wu Cheng-Han | 2017-05-05 | 2 | -2/+3 |
* | Fix fb message link might not available for public | Max Wu | 2017-04-24 | 1 | -1/+1 |