summaryrefslogtreecommitdiff
path: root/lib/response.js (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Fix anonymouse view permission check蒼時弦也1-1/+4
2017-01-05Add limit for constrain anonymous view note蒼時弦也1-3/+3
2017-01-04Fix and refactor extracting content using metaMarked directly might lead in i...Wu Cheng-Han1-45/+14
2017-01-02Fix yaml metadata description not able to showWu Cheng-Han1-3/+3
2017-01-02Remove LZString compression for data storageWu Cheng-Han1-7/+7
2016-12-21Fixed typo: anonmyousFlorian Rhiem1-3/+3
2016-12-16Add support of allow free url config option with correspond modificationsWu Cheng-Han1-2/+9
2016-12-15Add support of allow anonymous config option with correspond modificationsWu Cheng-Han1-0/+4
2016-12-13Initial support for LDAP server authenticationalecdwm1-0/+2
2016-12-02Update to support optional email register and signinWu Cheng-Han1-6/+10
2016-11-26Update to auto generate meta description based on content in publish note and...Wu Cheng-Han1-7/+14
2016-11-26Fix possible XSS in yaml-metadata and turn using ejs escape syntax than exter...Wu Cheng-Han1-5/+2
2016-11-26Fix slide might trigger script when processing markdown which cause XSS [Secu...Wu Cheng-Han1-11/+1
2016-10-10Update to improve history api error and bad request handlingWu Cheng-Han1-0/+3
2016-10-10Update to allow CORS as API on revision actionsWu Cheng-Han1-0/+14
2016-10-10Update to support showing owner on the infobarWu Cheng-Han1-0/+6
2016-09-18Update to prevent caching and crawling statusWu Cheng-Han1-1/+1
2016-08-19Update to use proper way to render view and fix upload image error should res...Wu Cheng-Han1-74/+19
2016-08-19Add info api for noteWu Cheng-Han1-0/+32
2016-08-15Update slide mode to show extra info and support url actions and support disq...Wu Cheng-Han1-4/+35
2016-08-15Fix meta might be null issueWu Cheng-Han1-0/+3
2016-08-15Improve index layout and UX with UI adjustments and better wordingWu Cheng-Han1-1/+2
2016-08-14Update slide mode, now respect all meta settings and update default stylesWu Cheng-Han1-1/+1
2016-08-01Update to support slideOptions in the YAML metadataWu Cheng-Han1-0/+1
2016-07-30Fix yaml metadata title should pass to generateWebTitleWu Cheng-Han1-6/+7
2016-07-02Update response to force note, publish note, publish slide redirect to their ...Wu Cheng-Han1-0/+13
2016-07-02Update to make slide mode support all extra syntax and change it's rendering ...Wu Cheng-Han1-9/+3
2016-06-21Update to support new metadata: title, description, tags and google-analytics...Cheng-Han, Wu1-22/+28
2016-06-21Remove robot meta on note edit page and html template, add prevent crawling h...Cheng-Han, Wu1-2/+2
2016-06-17Fix pdf tmp path is missing a folder slash before timestampCheng-Han, Wu1-1/+1
2016-06-17Add revision apiCheng-Han, Wu1-0/+36
2016-05-29Update slide template using ejs instead of mustache to reduce similar package...Cheng-Han, Wu1-4/+15
2016-05-21Add support of google signinCheng-Han, Wu1-2/+4
2016-05-16Update to move gitlab api path to sub path and fix its find user method for P...Cheng-Han, Wu1-1/+49
2016-05-15Fix merge conflictsCheng-Han, Wu1-4/+0
2016-05-15Update to move dropbox app key setting to common.js and will auto load client...Cheng-Han, Wu1-6/+3
2016-05-11Start extending to support GitLab authentication.Jason Croft1-0/+2
2016-05-11Remove skeleton functionsJason Croft1-83/+0
2016-05-09Skeletons for GitLab actions.Jason Croft1-0/+83
2016-05-09Start extending to support GitLab authentication.Jason Croft1-0/+2
2016-04-23Fix error page (missing googleDrive config)Jannik Lorenz1-1/+2
2016-04-23Hide Dropbox and Google Drive in Import/ Export when disabledJannik Lorenz1-5/+7
2016-04-20Refactor server with Sequelize ORM, refactor server configs, now will show no...Cheng-Han, Wu1-468/+298
2016-03-15Updated to add headers to prevent search engine crawl some unnecessary pathsCheng-Han, Wu1-1/+3
2016-03-04Support export to and import from Google DriveCheng-Han, Wu1-0/+2
2016-03-04Fixed note title might get wrongCheng-Han, Wu1-23/+18
2016-02-16Support set url path and use relative url, move raphael to bower and fixed mi...Cheng-Han, Wu1-9/+14
2016-02-16Fixed export gist title might null and fake referer that redirect to gist htm...Cheng-Han, Wu1-0/+2
2016-02-11Fixed prevent XSS might break lots of tags and only need after renderedCheng-Han, Wu1-3/+0
2016-02-11Prevent XSS in markdown renderingCheng-Han, Wu1-0/+3