summaryrefslogtreecommitdiff
path: root/public/views (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-13Update gist-embed to 2.5 and using bower to manage itWu Cheng-Han4-4/+4
2016-07-02Update header toolbar menu to remove beta section and add extra sectionWu Cheng-Han1-10/+10
2016-07-02Update to make slide mode support all extra syntax and change it's rendering ↵Wu Cheng-Han1-55/+68
engine
2016-06-21Update to support toggle editor theme and spellcheck in status barCheng-Han, Wu1-0/+6
2016-06-21Add support of embed pdfCheng-Han, Wu2-0/+2
2016-06-21Update to support new metadata: title, description, tags and ↵Cheng-Han, Wu3-1/+32
google-analytics (GA) and refactor render publish slide response function
2016-06-21Remove robot meta on note edit page and html template, add prevent crawling ↵Cheng-Han, Wu2-4/+0
header to enhance note privacy
2016-06-17Remove donation button in refresh modalCheng-Han, Wu1-1/+0
2016-06-17Add minimumCompatibleVersion and update refresh modal to show more detail ↵Cheng-Han, Wu2-19/+33
informations
2016-06-17Update all client dependencies and cdn versions, workaround sequence-diagram ↵Cheng-Han, Wu6-48/+47
svg to be resizable
2016-06-17Update modal styles to fill larger screensCheng-Han, Wu1-1/+1
2016-06-17Update header dropdown class to make it scrollable on smaller viewport heightCheng-Han, Wu1-1/+1
2016-06-17Add support of exporting raw htmlCheng-Han, Wu1-0/+4
2016-06-17Add revision modal with UIs and support to mark patch diff textsCheng-Han, Wu3-1/+33
2016-06-17Add back missing support of image size in 0.4.2Cheng-Han, Wu2-0/+2
2016-06-04Update highlight.js to version 9.4.0 and use bower dependencyCheng-Han, Wu3-4/+4
2016-06-01Fix home button link broken in header templateCheng-Han, Wu1-1/+1
2016-05-30Add release-notes as pure markdown file and remove old release notes section ↵Cheng-Han, Wu1-35/+2
on index
2016-05-29Update slide template using ejs instead of mustache to reduce similar ↵Cheng-Han, Wu2-83/+85
package dependency
2016-05-29Update to replace animation acceleration library from gsap to velocityCheng-Han, Wu3-8/+5
2016-05-28Update project titleCheng-Han, Wu1-1/+1
2016-05-28Update project infos, reclaim authors and add authors listCheng-Han, Wu1-2/+2
2016-05-27Fix help-modal cheatsheet typoCheng-Han, Wu1-1/+1
2016-05-21Add support of google signinCheng-Han, Wu2-5/+10
2016-05-15Fix export snippet should check data before sending request and fix some ↵Cheng-Han, Wu2-6/+6
code styles
2016-05-15Fix some code styles and user avatar style for PR #122Cheng-Han, Wu1-1/+1
2016-05-15Fix signin template logic for PR #121Cheng-Han, Wu1-2/+2
2016-05-15Update to move dropbox app key setting to common.js and will auto load ↵Cheng-Han, Wu2-30/+1
client-side related scripts
2016-05-12Add avatar to History page.Jason Croft1-0/+1
2016-05-12Enable snippet exporting.Jason Croft2-2/+47
2016-05-12Can now select from available projects and snippets to build import URL.Jason Croft1-2/+18
2016-05-11Check to make sure GitLab is configured before showing import option.Jason Croft1-0/+4
2016-05-11Start extending to support GitLab authentication.Jason Croft1-0/+5
Add necessary dependency. Add baseURL parameter for self-hosted GitLab Add necessary require. Add block for GitLab auth. Fix typo Update font-awesome dependency for GitLab icon. Use a color closer to GitLab orange. More direct TODO
2016-05-11Fully-fleshed snippetImportModalJason Croft1-3/+5
2016-05-11Add help and help modal with contacts, documents, cheatsheetCheng-Han, Wu5-6/+139
2016-05-11Update font-awesome to 4.6.2Cheng-Han, Wu4-4/+4
2016-05-11Try to fix potential toolbar layout glitchCheng-Han, Wu1-2/+2
2016-05-09Define snippet import modalJason Croft1-0/+20
2016-05-09Add GitLab options.Jason Croft1-0/+12
2016-05-09Start extending to support GitLab authentication.Jason Croft1-0/+5
Add necessary dependency. Add baseURL parameter for self-hosted GitLab Add necessary require. Add block for GitLab auth. Fix typo Update font-awesome dependency for GitLab icon. Use a color closer to GitLab orange. More direct TODO
2016-05-09Fix possible glitch of layoutCheng-Han, Wu1-1/+1
2016-04-23Fix google drive configJannik Lorenz1-6/+6
2016-04-23Hide Dropbox and Google Drive in Import/ Export when disabledJannik Lorenz2-3/+29
2016-04-23Show Sign In button only when enabledJannik Lorenz1-23/+27
2016-04-22Fix home href link should specify root pathCheng-Han, Wu1-1/+1
2016-04-20Update to support octicon and change header anchor stylesCheng-Han, Wu3-0/+5
2016-04-20Fix that error page no need to load foot templateCheng-Han, Wu1-2/+1
2016-04-20Fix raphael source file nameCheng-Han, Wu2-2/+2
2016-04-20Support experimental spell checking feature (en-US only), can be enabled by ↵Cheng-Han, Wu2-0/+2
the YAML meta option
2016-04-20Support import from gist, fix some minor typo and issuesCheng-Han, Wu2-3/+30