| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Upgrade reveal.js to 3.6.0 and useCDN option for CSS include | Wu Cheng-Han | 2018-01-29 | 1 | -5/+4 |
|/ |
|
* | Merge pull request #694 from SISheogorath/refactor/socialmedia | Christoph (Sheogorath) Kern | 2018-01-25 | 1 | -6/+6 |
|\ |
|
| * | Reorganize social media links and footer | Sheogorath | 2018-01-24 | 1 | -6/+6 |
* | | Merge pull request #598 from xxyy/feature/csp | Christoph (Sheogorath) Kern | 2018-01-22 | 3 | -10/+4 |
|\ \
| |/
|/| |
|
| * | Fix MathJax CSP issues | Literallie | 2017-10-22 | 3 | -9/+3 |
| * | CSP: Add nonce to slide view inline JS | Literallie | 2017-10-22 | 1 | -1/+1 |
* | | Merge pull request #688 from hackmdio/add-ce-text-on-index | Christoph (Sheogorath) Kern | 2018-01-20 | 1 | -0/+1 |
|\ \ |
|
| * | | Update body.ejs | Max Wu | 2018-01-20 | 1 | -0/+1 |
* | | | Merge pull request #690 from Nebukadneza/add_allow_anonymous_edits | Christoph (Sheogorath) Kern | 2018-01-20 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Add option to enable `freely` permission in closed instance | Dario Ernst | 2018-01-20 | 1 | -1/+1 |
| |/ / |
|
* / / | Remove/update contact details | Sheogorath | 2018-01-20 | 1 | -3/+3 |
|/ / |
|
* | | It's 2018! :tada: | Sheogorath | 2018-01-19 | 1 | -1/+1 |
* | | :sparkles: Implemented dark theme. | Edoardo Odorico | 2018-01-05 | 1 | -0/+5 |
* | | 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 |
|/ / |
|
* | | 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 |
|/ / |
|
* | | 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 | 1 | -5/+5 |
|\ \ |
|
| * | | Externalise trivial inline styles from slide.ejs | Literallie | 2017-10-23 | 1 | -5/+5 |
| |/ |
|
* | | Adds PDF export via config | geekyd | 2017-10-25 | 1 | -4/+8 |
* | | Merge pull request #591 from Rwing/master | Sheogorath | 2017-10-23 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | support Simplified Chinese and rename original zh to Traditional Chinese | Rwing | 2017-10-23 | 1 | -1/+2 |
* | | Hides empty export section | geekyd | 2017-10-18 | 1 | -0/+4 |
|/ |
|
* | Adds color to new note button | geekyd | 2017-10-07 | 1 | -3/+3 |
* | Add support of Danish locale | Wu Cheng-Han | 2017-06-11 | 1 | -0/+1 |
* | add the ability to set slide theme in slide options | butlerx | 2017-05-31 | 1 | -0/+4 |
* | Merge pull request #429 from hackmdio/refactor-part-3 | Max Wu | 2017-05-13 | 1 | -41/+0 |
|\ |
|
| * | Load statusbar template by string-loader | Yukai Huang | 2017-05-07 | 1 | -41/+0 |
* | | Fix to implement toggle of TOC in HTML template | Wu Cheng-Han | 2017-05-09 | 1 | -0/+23 |
|/ |
|
* | Merge pull request #427 from PeterDaveHello/fix-indent | Max Wu | 2017-04-18 | 5 | -20/+20 |
|\ |
|
| * | Fix indent in views, shouldn't mix tabs with spaces | Peter Dave Hello | 2017-04-18 | 5 | -20/+20 |
* | | Use abcjs on cdnjs, cc @jackycute | Peter Dave Hello | 2017-04-18 | 3 | -0/+3 |
|/ |
|
* | Merge pull request #417 from hackmdio/refactor | Max Wu | 2017-04-10 | 1 | -2/+5 |
|\ |
|
| * | Extract selection update from updateStatusbar | Yukai Huang | 2017-03-28 | 1 | -2/+5 |
* | | Update body.ejs | Ian Dees | 2017-04-05 | 1 | -2/+2 |
* | | Clarify permission language | Ian Dees | 2017-04-05 | 1 | -3/+3 |
|/ |
|
* | Update to use CDN css for emojify.js when applicable | Wu Cheng-Han | 2017-03-21 | 3 | -3/+3 |
* | Add support of Catalan locale | Wu Cheng-Han | 2017-03-20 | 1 | -0/+1 |
* | Update to generate front-end constants on server startup | Wu Cheng-Han | 2017-03-20 | 1 | -0/+1 |
* | Add config option for gitlab api scope and auto adapt gitlab snippet feature ... | Wu Cheng-Han | 2017-03-14 | 1 | -4/+4 |
* | Fix to use minified CDN file source in mermaid | Wu Cheng-Han | 2017-02-02 | 3 | -3/+3 |
* | Update viz.js and mermaid CDN links | Wu Cheng-Han | 2017-02-02 | 3 | -6/+6 |
* | Add link to features on profile dropdown | Wu Cheng-Han | 2017-01-21 | 1 | -0/+1 |
* | Fix template partial path | Wu Cheng-Han | 2017-01-21 | 2 | -14/+14 |
* | Refactor templates and rearrange its path | Wu Cheng-Han | 2017-01-21 | 22 | -243/+247 |
* | Add screenshot on index page | Wu Cheng-Han | 2017-01-21 | 1 | -0/+1 |