summaryrefslogtreecommitdiff
path: root/public/views (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add matrix.org / Riot linkSheogorath2018-04-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | As an active part of the community prefers Matrix.org over Gitter, we should link Matrix.org as a place to meet us. As the matrix and gitter channels are interconnected. We don't loose any message if a person decides to go for one or another. We use an more universal way of translation to make it easier to provide a link to various platforms. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Fix CSP for disqus and Google AnalyticsSheogorath2018-03-302-6/+5
|/ | | | | | | | | | | | | This commit should fix existing problems with Disqus and Google Analytics enabled in the meta-yaml section of a note. Before this commit they were blocked by the strict CSP. It's still possible to disable the added directives using `addDisqus` and `addGoogleAnalytics` in the `csp` config section. They are enabled by default to prevent breaking changes. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Change config to camel case with backwards compatibilitySheogorath2018-03-252-3/+3
| | | | | | | | This refactors the configs a bit to now use camel case everywhere. This change should help to clean up the config interface and make it better understandable. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update socket.io to version 2.0.4Sheogorath2018-01-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Merge pull request #704 from SISheogorath/fix/ldapProviderNameChristoph (Sheogorath) Kern2018-01-291-1/+1
|\ | | | | Fix ldap provider name in template
| * Fix ldap provider name in templateSheogorath2018-01-261-1/+1
| | | | | | | | | | | | | | | | Before this fix it's impossible to set the provider name in the sign-model since `ldap` is a boolean there and this way not able to have an attribute like `ldap.providerName`. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Upgrade reveal.js to 3.6.0 and useCDN option for CSS includeWu Cheng-Han2018-01-291-5/+4
|/
* Merge pull request #694 from SISheogorath/refactor/socialmediaChristoph (Sheogorath) Kern2018-01-251-6/+6
|\ | | | | Reorganize social media links and footer
| * Reorganize social media links and footerSheogorath2018-01-241-6/+6
| | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Merge pull request #598 from xxyy/feature/cspChristoph (Sheogorath) Kern2018-01-223-10/+4
|\ \ | |/ |/| Implement basic CSP support
| * Fix MathJax CSP issuesLiterallie2017-10-223-9/+3
| |
| * CSP: Add nonce to slide view inline JSLiterallie2017-10-221-1/+1
| |
* | Merge pull request #688 from hackmdio/add-ce-text-on-indexChristoph (Sheogorath) Kern2018-01-201-0/+1
|\ \ | | | | | | Add CE text on index title
| * | Update body.ejsMax Wu2018-01-201-0/+1
| | | | | | | | | Add CE text on index title
* | | Merge pull request #690 from Nebukadneza/add_allow_anonymous_editsChristoph (Sheogorath) Kern2018-01-201-1/+1
|\ \ \ | | | | | | | | Add option to enable `freely` permission in closed instance
| * | | Add option to enable `freely` permission in closed instanceDario Ernst2018-01-201-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | Before, closed disallowed guest edits completely, by removing the `freely` permission. This makes it possible to explicitely bring back guest-editing, but not guest-note-creation, to closed instances. Signed-off-by: Dario Ernst <dario@kanojo.de>
* / / Remove/update contact detailsSheogorath2018-01-201-3/+3
|/ / | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | It's 2018! :tada:Sheogorath2018-01-191-1/+1
| |
* | :sparkles: Implemented dark theme.Edoardo Odorico2018-01-051-0/+5
| | | | | | | | Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
* | Merge pull request #633 from nakaeeee/saml-authChristoph (Sheogorath) Kern2017-12-042-3/+8
|\ \ | | | | | | Support SAML authentication
| * | Initial support for SAML authenticationNorihito Nakae2017-11-282-3/+8
| | |
* | | close open tagsThomas De Backer2017-12-011-2/+2
| | |
* | | Add untranslated sentences to localeThomas De Backer2017-11-301-2/+2
|/ /
* | Merge pull request #606 from DoubleMalt/feature/MattermostAuthSheogorath2017-10-312-4/+9
|\ \ | | | | | | Add Mattermost authentication strategy
| * | Add mattermost authenticationChristoph Witzany2017-10-312-4/+9
| | |
* | | Fix allowpdfexport handling on error pageSheogorath2017-10-311-2/+2
|/ /
* | Upgrade mermaid to v7.1.0, fix #600Peter Dave Hello2017-10-303-3/+3
| |
* | Merge pull request #599 from xxyy/fix/inline-stylesSheogorath2017-10-271-5/+5
|\ \ | | | | | | Externalise some trivial inline styles from slide.ejs
| * | Externalise trivial inline styles from slide.ejsLiterallie2017-10-231-5/+5
| |/ | | | | | | Dynamic background images need some further work
* | Adds PDF export via configgeekyd2017-10-251-4/+8
| |
* | Merge pull request #591 from Rwing/masterSheogorath2017-10-231-1/+2
|\ \ | |/ |/| support Simplified Chinese and rename original zh to Traditional Chinese
| * support Simplified Chinese and rename original zh to Traditional ChineseRwing2017-10-231-1/+2
| |
* | Hides empty export sectiongeekyd2017-10-181-0/+4
|/
* Adds color to new note buttongeekyd2017-10-071-3/+3
|
* Add support of Danish localeWu Cheng-Han2017-06-111-0/+1
|
* add the ability to set slide theme in slide optionsbutlerx2017-05-311-0/+4
|
* Merge pull request #429 from hackmdio/refactor-part-3Max Wu2017-05-131-41/+0
|\ | | | | Refactor frontend part 3
| * Load statusbar template by string-loaderYukai Huang2017-05-071-41/+0
| |
* | Fix to implement toggle of TOC in HTML templateWu Cheng-Han2017-05-091-0/+23
|/
* Merge pull request #427 from PeterDaveHello/fix-indentMax Wu2017-04-185-20/+20
|\ | | | | Fix indent in views, shouldn't mix tabs with spaces
| * Fix indent in views, shouldn't mix tabs with spacesPeter Dave Hello2017-04-185-20/+20
| |
* | Use abcjs on cdnjs, cc @jackycutePeter Dave Hello2017-04-183-0/+3
|/
* Merge pull request #417 from hackmdio/refactorMax Wu2017-04-101-2/+5
|\ | | | | Refactor editor cont.
| * Extract selection update from updateStatusbarYukai Huang2017-03-281-2/+5
| |
* | Update body.ejsIan Dees2017-04-051-2/+2
| |
* | Clarify permission languageIan Dees2017-04-051-3/+3
|/ | | See https://github.com/hackmdio/hackmd/issues/415
* Update to use CDN css for emojify.js when applicableWu Cheng-Han2017-03-213-3/+3
|
* Add support of Catalan localeWu Cheng-Han2017-03-201-0/+1
|
* Update to generate front-end constants on server startupWu Cheng-Han2017-03-201-0/+1
| | | | To avoid extra webpacking on changing configs and follow the 12 factor app
* Add config option for gitlab api scope and auto adapt gitlab snippet feature ↵Wu Cheng-Han2017-03-141-4/+4
| | | | on it