summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to support slideOptions in the YAML metadataWu Cheng-Han2016-08-012-0/+3
|
* Update to make random color more discreteWu Cheng-Han2016-07-301-7/+3
|
* Fix user color is not following the author colorWu Cheng-Han2016-07-301-0/+4
|
* Add support of showing authorship in editor and adjust related stylesWu Cheng-Han2016-07-301-1/+5
|
* Add support of saving authorship to revisionWu Cheng-Han2016-07-301-3/+10
|
* Add support of saving authors and authorshipWu Cheng-Han2016-07-306-3/+240
|
* Fix typoWu Cheng-Han2016-07-301-1/+1
|
* Fix realtime on forbidden not clean up properly and handle on updating note ↵Wu Cheng-Han2016-07-301-9/+18
| | | | which already been clean up
* Fix yaml metadata title should pass to generateWebTitleWu Cheng-Han2016-07-301-6/+7
|
* Fix potential memory leaks on realtime client disconnect not clean up server ↵Wu Cheng-Han2016-07-131-0/+2
| | | | properly
* Fix realtime on finishConnection might not clear and connect next socket in ↵Wu Cheng-Han2016-07-051-6/+14
| | | | queue and should use shift instead of pop on remove invalid socket in queue
* Reduce realtime timeout and heartbeat interval to handle stale clients quickerWu Cheng-Han2016-07-021-2/+2
|
* Try to solve potential memory leaksWu Cheng-Han2016-07-021-0/+2
|
* Update response to force note, publish note, publish slide redirect to their ↵Wu Cheng-Han2016-07-021-0/+13
| | | | expected url
* Update to change server-side pre-rendering engine from marked to markdown-itWu Cheng-Han2016-07-021-2/+2
|
* Update to make slide mode support all extra syntax and change it's rendering ↵Wu Cheng-Han2016-07-021-9/+3
| | | | engine
* Mark as 0.4.3Wu Cheng-Han2016-06-281-1/+1
|
* Update to support new metadata: title, description, tags and ↵Cheng-Han, Wu2016-06-212-28/+60
| | | | 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
|
* Try to solve realtime connection get stock when lots of client try to ↵Cheng-Han, Wu2016-06-171-1/+5
| | | | connect at same moment
* Add minimumCompatibleVersion and update refresh modal to show more detail ↵Cheng-Han, Wu2016-06-172-1/+6
| | | | informations
* Fix locked or private permission should block any operation if owner is nullCheng-Han, Wu2016-06-171-2/+2
|
* Fix create new note should not use default note created timeCheng-Han, Wu2016-06-171-1/+3
|
* Add revision apiCheng-Han, Wu2016-06-171-0/+36
|
* Add support of saving note revision and improve app start and stop procedure ↵Cheng-Han, Wu2016-06-175-11/+345
| | | | to ensure data integrity
* Update note model on create doc will use the created time of the doc in ↵Cheng-Han, Wu2016-06-011-0/+2
| | | | filesystem
* Mark as 0.4.2Cheng-Han, Wu2016-06-011-1/+1
|
* Add maintenance mode and update to gracefully exit process on signalCheng-Han, Wu2016-06-012-3/+9
|
* Update note model if doc in filesystem have newer modified will update it in dbCheng-Han, Wu2016-05-301-1/+23
|
* Update slide template using ejs instead of mustache to reduce similar ↵Cheng-Han, Wu2016-05-292-5/+16
| | | | package dependency
* Update project titleCheng-Han, Wu2016-05-281-1/+1
|
* Update to use bigger size of profile imageCheng-Han, Wu2016-05-211-3/+3
|
* Add support of google signinCheng-Han, Wu2016-05-214-2/+18
|
* Update to use dropbox api version 2Cheng-Han, Wu2016-05-211-0/+1
|
* Update to make user profile auto update on authenticationCheng-Han, Wu2016-05-201-9/+24
|
* Update to use bigger avatar image and twitter now use screen_name based ↵Cheng-Han, Wu2016-05-201-2/+2
| | | | profile image url
* 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 code styles and user refreshToken might need update when accessToken not ↵Cheng-Han, Wu2016-05-161-4/+5
| | | | match
* Add db migrations for PR #121Cheng-Han, Wu2016-05-152-0/+18
|
* Fix merge conflictsCheng-Han, Wu2016-05-151-4/+0
|
* Merge branch 'gitlab_snippets' of https://github.com/jccrofty30/hackmd into ↵Cheng-Han, Wu2016-05-153-5/+22
|\ | | | | | | | | | | | | jccrofty30-gitlab_snippets # Conflicts: # lib/response.js
| * Retrieve GitLab avatar.Jason Croft2016-05-121-0/+3
| |
| * Add accessToken saving.Jason Croft2016-05-111-4/+14
| |
| * Remove skeleton functionsJason Croft2016-05-111-83/+0
| |
| * Add accessToken columnJason Croft2016-05-111-1/+4
| |
| * Skeletons for GitLab actions.Jason Croft2016-05-091-0/+83
| |
| * Start extending to support GitLab authentication.Jason Croft2016-05-093-0/+14
| | | | | | | | | | | | | | | | | | | | | | 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-154-0/+17
|\ \
| * | Retrieve GitLab avatar.Jason Croft2016-05-121-0/+3
| | |