summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-10-12Fix to handle undefined document on update historyWu Cheng-Han1-2/+2
2016-10-12Fix note extract tags might get encoded HTML entityWu Cheng-Han1-1/+1
2016-10-11Fix history time should save in UNIX timestamp to avoid time offset issueWu Cheng-Han1-1/+1
2016-10-11Mark as 0.4.5Wu Cheng-Han1-2/+2
2016-10-11Fix new note with empty content not saving to history and remove debug codeWu Cheng-Han1-4/+1
2016-10-11Fix doc updating revision not stringify and compress authorship before saveWu Cheng-Han1-1/+1
2016-10-10Add more environment variables for server configuration, update related ↵Wu Cheng-Han1-14/+34
section in README.md
2016-10-10Try to fix memory leaks by clear OT server before disconnect noteWu Cheng-Han1-0/+3
2016-10-10Update to support delete noteWu Cheng-Han3-0/+41
2016-10-10Update to send note title on emit check and refresh eventWu Cheng-Han1-1/+4
2016-10-10Update to make note history count in server-side when user loggedWu Cheng-Han2-2/+69
2016-10-10Update to improve history api error and bad request handlingWu Cheng-Han1-0/+3
2016-10-10Update to add cache to historyWu Cheng-Han1-0/+228
2016-10-10Add more comments in the code and remove unused code fileWu Cheng-Han1-0/+3
2016-10-10Update to make OT socket io handle error better, use delay to avoid wrong ↵Wu Cheng-Han1-1/+9
reversion on client
2016-10-10Workaround cheerio text method shouldn't preserve html tags on fetching note ↵Wu Cheng-Han1-1/+2
title
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-10-10Update to prevent duplicate socket push in queue in order to lower down ↵Wu Cheng-Han1-0/+12
server loading
2016-10-10Update to move authorship calculation code to note model and support update ↵Wu Cheng-Han2-101/+177
authorship after making revision of docs
2016-09-18Update to add revision saving policyWu Cheng-Han2-5/+25
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 ↵Wu Cheng-Han1-74/+19
response with code
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 ↵Wu Cheng-Han2-4/+37
disqus via yaml-metadata
2016-08-15Update to change the last change user saving strategyWu Cheng-Han1-2/+2
2016-08-15Fix meta might be null issueWu Cheng-Han2-1/+5
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-14Update to make doc only update while the filesystem content not equals db ↵Wu Cheng-Han1-4/+7
content
2016-08-02Mark as 0.4.4Wu Cheng-Han1-2/+2
2016-08-02Update realtime check and refresh event, compress data using LZString UTF16 ↵Wu Cheng-Han1-2/+5
to minimize network delay
2016-08-01Update to support slideOptions in the YAML metadataWu Cheng-Han2-0/+3
2016-07-30Update to make random color more discreteWu Cheng-Han1-7/+3
2016-07-30Fix user color is not following the author colorWu Cheng-Han1-0/+4
2016-07-30Add support of showing authorship in editor and adjust related stylesWu Cheng-Han1-1/+5
2016-07-30Add support of saving authorship to revisionWu Cheng-Han1-3/+10
2016-07-30Add support of saving authors and authorshipWu Cheng-Han6-3/+240
2016-07-30Fix typoWu Cheng-Han1-1/+1
2016-07-30Fix realtime on forbidden not clean up properly and handle on updating note ↵Wu Cheng-Han1-9/+18
which already been clean up
2016-07-30Fix yaml metadata title should pass to generateWebTitleWu Cheng-Han1-6/+7
2016-07-13Fix potential memory leaks on realtime client disconnect not clean up server ↵Wu Cheng-Han1-0/+2
properly
2016-07-05Fix realtime on finishConnection might not clear and connect next socket in ↵Wu Cheng-Han1-6/+14
queue and should use shift instead of pop on remove invalid socket in queue
2016-07-02Reduce realtime timeout and heartbeat interval to handle stale clients quickerWu Cheng-Han1-2/+2
2016-07-02Try to solve potential memory leaksWu Cheng-Han1-0/+2
2016-07-02Update response to force note, publish note, publish slide redirect to their ↵Wu Cheng-Han1-0/+13
expected url
2016-07-02Update to change server-side pre-rendering engine from marked to markdown-itWu Cheng-Han1-2/+2
2016-07-02Update to make slide mode support all extra syntax and change it's rendering ↵Wu Cheng-Han1-9/+3
engine
2016-06-28Mark as 0.4.3Wu Cheng-Han1-1/+1
2016-06-21Update to support new metadata: title, description, tags and ↵Cheng-Han, Wu2-28/+60
google-analytics (GA) and refactor render publish slide response function