summaryrefslogtreecommitdiff
path: root/lib/models (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-18Add dmp worker to leverage CPU intensive calculation to child processWu Cheng-Han1-102/+79
2016-10-15Change revision saving policy periodWu Cheng-Han1-2/+2
2016-10-12Fix note extract tags might get encoded HTML entityWu Cheng-Han1-1/+1
2016-10-11Fix doc updating revision not stringify and compress authorship before saveWu Cheng-Han1-1/+1
2016-10-10Update to support delete noteWu Cheng-Han1-0/+1
2016-10-10Update to make note history count in server-side when user loggedWu Cheng-Han1-2/+55
2016-10-10Workaround cheerio text method shouldn't preserve html tags on fetching note ↵Wu Cheng-Han1-1/+2
title
2016-10-10Update to move authorship calculation code to note model and support update ↵Wu Cheng-Han1-1/+176
authorship after making revision of docs
2016-09-18Update to add revision saving policyWu Cheng-Han1-3/+23
2016-08-15Update slide mode to show extra info and support url actions and support ↵Wu Cheng-Han1-0/+2
disqus via yaml-metadata
2016-08-15Fix meta might be null issueWu Cheng-Han1-1/+2
2016-08-14Update to make doc only update while the filesystem content not equals db ↵Wu Cheng-Han1-4/+7
content
2016-08-01Update to support slideOptions in the YAML metadataWu Cheng-Han1-0/+2
2016-07-30Add support of saving authorship to revisionWu Cheng-Han1-3/+10
2016-07-30Add support of saving authors and authorshipWu Cheng-Han3-0/+54
2016-07-30Fix typoWu Cheng-Han1-1/+1
2016-07-02Update to change server-side pre-rendering engine from marked to markdown-itWu Cheng-Han1-2/+2
2016-06-21Update to support new metadata: title, description, tags and ↵Cheng-Han, Wu1-6/+32
google-analytics (GA) and refactor render publish slide response function
2016-06-17Fix create new note should not use default note created timeCheng-Han, Wu1-1/+3
2016-06-17Add support of saving note revision and improve app start and stop procedure ↵Cheng-Han, Wu2-5/+297
to ensure data integrity
2016-06-01Update note model on create doc will use the created time of the doc in ↵Cheng-Han, Wu1-0/+2
filesystem
2016-05-30Update note model if doc in filesystem have newer modified will update it in dbCheng-Han, Wu1-1/+23
2016-05-28Update project titleCheng-Han, Wu1-1/+1
2016-05-21Update to use bigger size of profile imageCheng-Han, Wu1-3/+3
2016-05-21Add support of google signinCheng-Han, Wu1-0/+3
2016-05-20Update to use bigger avatar image and twitter now use screen_name based ↵Cheng-Han, Wu1-2/+2
profile image url
2016-05-15Add db migrations for PR #121Cheng-Han, Wu1-0/+3
2016-05-12Retrieve GitLab avatar.Jason Croft1-0/+3
2016-05-12Retrieve GitLab avatar.Jason Croft1-0/+3
2016-05-11Add accessToken columnJason Croft1-1/+4
2016-04-20Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu4-0/+341
note status (created or updated) and support docs (note alias)