summaryrefslogtreecommitdiff
path: root/lib/response.js (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵Cheng-Han, Wu1-6/+3
client-side related scripts
2016-05-11Start extending to support GitLab authentication.Jason Croft1-0/+2
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-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
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-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 ↵Cheng-Han, Wu1-468/+298
note status (created or updated) and support docs (note alias)
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 ↵Cheng-Han, Wu1-9/+14
minor issue in history
2016-02-16Fixed export gist title might null and fake referer that redirect to gist ↵Cheng-Han, Wu1-0/+2
html_url
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
2016-02-01Updated to allow CORS in download as APICheng-Han, Wu1-0/+1
2016-01-31Supported export to gistCheng-Han, Wu1-1/+134
2016-01-20Fixed potential bug in realtime startConnection and bugs in note ↵Cheng-Han, Wu1-5/+5
findOrNewNote, response showNote
2016-01-17Added private permission and clean up codes, solved potential race condition ↵Wu Cheng-Han1-115/+143
in realtime.js
2016-01-12Support show last change user with profile and support YAML config inside ↵Wu Cheng-Han1-81/+101
the note with robots, lang, dir, breaks options
2015-12-30Added 404 and 403 status on routesWu Cheng-Han1-1/+1
2015-12-18Updated slide modeWu Cheng-Han1-5/+9
2015-11-29Updated and merge reveal.js to use bowerWu Cheng-Han1-48/+50
2015-11-23Add Slide Modexnum1-0/+83
using reveal.js and some part of reveal-md
2015-11-17Updated response.js, the render url now using config getserverurl()Wu Cheng-Han1-2/+2
2015-09-23fixed a bug in response.js:useCdnIkumi Shimizu1-4/+7
2015-09-22Added server option "useCdn", use template statement to route resources' sourceWu Cheng-Han1-0/+13
2015-07-06Change note action "share" to "publish" to avoid misleadingWu Cheng-Han1-7/+7
2015-07-02Jump to 0.3.1Wu Cheng-Han1-19/+158
2015-05-15Marked as 0.2.8Wu Cheng-Han1-4/+4
2015-05-04First commit, version 0.2.7Wu Cheng-Han1-0/+211