summaryrefslogtreecommitdiff
path: root/public/views/pretty.ejs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-03Fix possible MathJax XSS issue [Security Issue]Max Wu1-0/+2
see more at: http://docs.mathjax.org/en/latest/safe-mode.html Signed-off-by: Max Wu <jackymaxj@gmail.com>
2019-01-11Update bootstrap from 3.3.7 to 3.4.0Sheogorath1-2/+2
Seems like finally there is a new bootstrap version for old version 3. This patch implements this new version with CodiMD and this way fixes some possible security issues in the frontend code. See: https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-72889 https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-72890 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-11-03removing global site layout vars from individual routers, putting them into ↵Claudius1-6/+6
app.local Signed-off-by: Claudius <opensource@amenthes.de>
2018-10-10Remove dead package octiconSheogorath1-1/+0
Octicon no longer provides its CSS classes and this way is useless in CodiMD. Replacing all used classes in the UI and remove it from build system. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-10-05Replace font-awesome with fork-awesomeSheogorath1-1/+1
This patch replaces font-awesome with its fork called fork-awesome. Besides the fact that the newer versions of font-awesome can't be shipped with distros like debian due to license issues, fork-awesome also provides more FOSS related icons and builds on top of version 4.7.x of font-awesome, which we used until this patch. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-06-30Update highlight.jsSheogorath1-1/+1
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-06-30Update to octicon 4.4.0Sheogorath1-1/+1
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-06-18Move polyfill to CDN sectionSheogorath1-1/+1
We don't support it on CDN false instances, but it doesn't hurt to keep it in for CDN-enabled instances Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2017-10-30Upgrade mermaid to v7.1.0, fix #600Peter Dave Hello1-1/+1
2017-10-22Fix MathJax CSP issuesLiterallie1-3/+1
2017-04-18Fix indent in views, shouldn't mix tabs with spacesPeter Dave Hello1-5/+5
2017-04-18Use abcjs on cdnjs, cc @jackycutePeter Dave Hello1-0/+1
2017-03-21Update to use CDN css for emojify.js when applicableWu Cheng-Han1-1/+1
2017-02-02Fix to use minified CDN file source in mermaidWu Cheng-Han1-1/+1
2017-02-02Update viz.js and mermaid CDN linksWu Cheng-Han1-2/+2
2017-01-21Fix template partial pathWu Cheng-Han1-7/+7
2017-01-21Refactor templates and rearrange its pathWu Cheng-Han1-7/+7
2016-12-19Upgrade dependenciesWu Cheng-Han1-6/+6
2016-11-26Optimize pretty page resource packing and load ordersWu Cheng-Han1-26/+16
2016-11-26Fix possible XSS in yaml-metadata and turn using ejs escape syntax than ↵Wu Cheng-Han1-4/+4
external lib [Security Issue]
2016-11-26Update to separate polypill for IE to a templateWu Cheng-Han1-7/+1
2016-11-03Add font css to templatesYukai Huang1-0/+2
2016-11-02Require pretty stylesheetsYukai Huang1-3/+0
2016-10-25Update mathjax cdn path and source pathWu Cheng-Han1-2/+4
2016-10-23Fix config.js use cdn option not parse properly and add missing cdn resourcesWu Cheng-Han1-0/+1
2016-10-23Use CDNJS by default with https and SRI supportPeter Dave Hello1-18/+18
2016-10-19Fix to use bower version emojify.jsWu Cheng-Han1-0/+1
2016-10-18Update emoji parser using markdown-it-emoji instead of emojify to solve ↵Wu Cheng-Han1-1/+1
issue #217
2016-10-14Move gist-embed to CDNYukai Huang1-0/+1
2016-10-14Move highlight.js to CDNYukai Huang1-0/+1
2016-10-13Fix HTML exportingYukai Huang1-0/+1
2016-10-13Remove jquery-scrollspy dependencyYukai Huang1-1/+0
scrollspy is bootstrap built-in plugin
2016-10-13Fix lastchangeui and moment timestampsYukai Huang1-0/+1
2016-10-13Fix scrollspyYukai Huang1-1/+2
2016-10-13Optimize common assets with CDNYukai Huang1-5/+5
* jquery * lodash * socket.io * boostrap
2016-10-13Config CDN for viz.jsYukai Huang1-0/+1
2016-10-12Fix stylesheet orderingYukai Huang1-2/+1
2016-10-12Enable production assets hashYukai Huang1-3/+2
2016-10-11Optimize viz.js async rendering through webpack chunkYukai Huang1-1/+1
2016-10-11Manage more packages with npm and webpackYukai Huang1-2/+0
2016-10-11Split common vendor javascript into chunksYukai Huang1-1/+1
2016-10-10Update npm and bower dependencies with related patchWu Cheng-Han1-2/+2
2016-10-10Update to support showing owner on the infobarWu Cheng-Han1-1/+8
2016-10-10Extract config.js from common.js to make client setting file clean and also ↵Wu Cheng-Han1-0/+1
make upgrade easier
2016-10-10Remove redundant entry pointYukai Huang1-1/+1
2016-10-09Revert some bower assetsYukai Huang1-2/+2
2016-10-09Finish public note view js loadingYukai Huang1-37/+5
2016-09-18Update to support wiki markup syntax highlighting in view using prismWu Cheng-Han1-0/+3
2016-08-15Fix toc id naming to avoid overlap with user tocWu Cheng-Han1-2/+2
2016-08-15Update slide mode to show extra info and support url actions and support ↵Wu Cheng-Han1-0/+5
disqus via yaml-metadata