summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-16Revert "Add workers for notes to leverage CPU intensive work loading"Wu Cheng-Han3-191/+90
2016-11-16Revert "Add workers for history to leverage CPU intensive work loading"Wu Cheng-Han2-99/+46
2016-11-07Add workers for history to leverage CPU intensive work loadingWu Cheng-Han2-46/+99
2016-11-07Add workers for notes to leverage CPU intensive work loadingWu Cheng-Han3-90/+191
2016-10-23Fix config.js use cdn option not parse properly and add missing cdn resourcesWu Cheng-Han1-1/+1
2016-10-23Change use cdn config option default to be trueWu Cheng-Han1-1/+1
2016-10-23Change to raise socket io timeout, heartbeat interval and timeout to lower of...Wu Cheng-Han1-2/+2
2016-10-15Change revision saving policy periodWu Cheng-Han1-2/+2
2016-10-14Fix socket disconnect might interrupt loop issueWu Cheng-Han1-3/+9
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 secti...Wu Cheng-Han1-14/+34
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 rev...Wu Cheng-Han1-1/+9
2016-10-10Workaround cheerio text method shouldn't preserve html tags on fetching note ...Wu Cheng-Han1-1/+2
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 serve...Wu Cheng-Han1-0/+12
2016-10-10Update to move authorship calculation code to note model and support update a...Wu Cheng-Han2-101/+177
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 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-Han2-4/+37
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 con...Wu Cheng-Han1-4/+7
2016-08-02Mark as 0.4.4Wu Cheng-Han1-2/+2
2016-08-02Update realtime check and refresh event, compress data using LZString UTF16 t...Wu Cheng-Han1-2/+5
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 w...Wu Cheng-Han1-9/+18
2016-07-30Fix yaml metadata title should pass to generateWebTitleWu Cheng-Han1-6/+7