summaryrefslogtreecommitdiff
path: root/lib/response.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix yaml metadata title should pass to generateWebTitleWu Cheng-Han2016-07-301-6/+7
|
* Update response to force note, publish note, publish slide redirect to their ↵Wu Cheng-Han2016-07-021-0/+13
| | | | expected url
* Update to make slide mode support all extra syntax and change it's rendering ↵Wu Cheng-Han2016-07-021-9/+3
| | | | engine
* Update to support new metadata: title, description, tags and ↵Cheng-Han, Wu2016-06-211-22/+28
| | | | google-analytics (GA) and refactor render publish slide response function
* Remove robot meta on note edit page and html template, add prevent crawling ↵Cheng-Han, Wu2016-06-211-2/+2
| | | | header to enhance note privacy
* Fix pdf tmp path is missing a folder slash before timestampCheng-Han, Wu2016-06-171-1/+1
|
* Add revision apiCheng-Han, Wu2016-06-171-0/+36
|
* Update slide template using ejs instead of mustache to reduce similar ↵Cheng-Han, Wu2016-05-291-4/+15
| | | | package dependency
* Add support of google signinCheng-Han, Wu2016-05-211-2/+4
|
* Update to move gitlab api path to sub path and fix its find user method for ↵Cheng-Han, Wu2016-05-161-1/+49
| | | | PR #121
* Fix merge conflictsCheng-Han, Wu2016-05-151-4/+0
|
* Merge branch 'gitlab_snippets' of https://github.com/jccrofty30/hackmd into ↵Cheng-Han, Wu2016-05-151-0/+4
|\ | | | | | | | | | | | | jccrofty30-gitlab_snippets # Conflicts: # lib/response.js
| * Remove skeleton functionsJason Croft2016-05-111-83/+0
| |
| * Skeletons for GitLab actions.Jason Croft2016-05-091-0/+83
| |
| * Start extending to support GitLab authentication.Jason Croft2016-05-091-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
* | Merge PR #118Cheng-Han, Wu2016-05-151-0/+2
|\ \
| * | Start extending to support GitLab authentication.Jason Croft2016-05-111-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
* | Update to move dropbox app key setting to common.js and will auto load ↵Cheng-Han, Wu2016-05-151-6/+3
| | | | | | | | client-side related scripts
* | Fix error page (missing googleDrive config)Jannik Lorenz2016-04-231-1/+2
| |
* | Hide Dropbox and Google Drive in Import/ Export when disabledJannik Lorenz2016-04-231-5/+7
|/
* Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu2016-04-201-468/+298
| | | | note status (created or updated) and support docs (note alias)
* Updated to add headers to prevent search engine crawl some unnecessary pathsCheng-Han, Wu2016-03-151-1/+3
|
* Support export to and import from Google DriveCheng-Han, Wu2016-03-041-0/+2
|
* Fixed note title might get wrongCheng-Han, Wu2016-03-041-23/+18
|
* Support set url path and use relative url, move raphael to bower and fixed ↵Cheng-Han, Wu2016-02-161-9/+14
| | | | minor issue in history
* Fixed export gist title might null and fake referer that redirect to gist ↵Cheng-Han, Wu2016-02-161-0/+2
| | | | html_url
* Fixed prevent XSS might break lots of tags and only need after renderedCheng-Han, Wu2016-02-111-3/+0
|
* Prevent XSS in markdown renderingCheng-Han, Wu2016-02-111-0/+3
|
* Updated to allow CORS in download as APICheng-Han, Wu2016-02-011-0/+1
|
* Supported export to gistCheng-Han, Wu2016-01-311-1/+134
|
* Fixed potential bug in realtime startConnection and bugs in note ↵Cheng-Han, Wu2016-01-201-5/+5
| | | | findOrNewNote, response showNote
* Added private permission and clean up codes, solved potential race condition ↵Wu Cheng-Han2016-01-171-115/+143
| | | | in realtime.js
* Support show last change user with profile and support YAML config inside ↵Wu Cheng-Han2016-01-121-81/+101
| | | | the note with robots, lang, dir, breaks options
* Added 404 and 403 status on routesWu Cheng-Han2015-12-301-1/+1
|
* Updated slide modeWu Cheng-Han2015-12-181-5/+9
|
* Updated and merge reveal.js to use bowerWu Cheng-Han2015-11-291-48/+50
|
* Add Slide Modexnum2015-11-231-0/+83
| | | | | using reveal.js and some part of reveal-md
* Updated response.js, the render url now using config getserverurl()Wu Cheng-Han2015-11-171-2/+2
|
* fixed a bug in response.js:useCdnIkumi Shimizu2015-09-231-4/+7
|
* Added server option "useCdn", use template statement to route resources' sourceWu Cheng-Han2015-09-221-0/+13
|
* Change note action "share" to "publish" to avoid misleadingWu Cheng-Han2015-07-061-7/+7
|
* Jump to 0.3.1Wu Cheng-Han2015-07-021-19/+158
|
* Marked as 0.2.8Wu Cheng-Han2015-05-151-4/+4
|
* First commit, version 0.2.7Wu Cheng-Han2015-05-041-0/+211