summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2016-06-21Remove robot meta on note edit page and html template, add prevent crawling ↵Cheng-Han, Wu1-2/+2
header to enhance note privacy
2016-06-17Fix pdf tmp path is missing a folder slash before timestampCheng-Han, Wu1-1/+1
2016-06-17Try to solve realtime connection get stock when lots of client try to ↵Cheng-Han, Wu1-1/+5
connect at same moment
2016-06-17Add minimumCompatibleVersion and update refresh modal to show more detail ↵Cheng-Han, Wu2-1/+6
informations
2016-06-17Fix locked or private permission should block any operation if owner is nullCheng-Han, Wu1-2/+2
2016-06-17Fix create new note should not use default note created timeCheng-Han, Wu1-1/+3
2016-06-17Add revision apiCheng-Han, Wu1-0/+36
2016-06-17Add support of saving note revision and improve app start and stop procedure ↵Cheng-Han, Wu5-11/+345
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-06-01Mark as 0.4.2Cheng-Han, Wu1-1/+1
2016-06-01Add maintenance mode and update to gracefully exit process on signalCheng-Han, Wu2-3/+9
2016-05-30Update note model if doc in filesystem have newer modified will update it in dbCheng-Han, Wu1-1/+23
2016-05-29Update slide template using ejs instead of mustache to reduce similar ↵Cheng-Han, Wu2-5/+16
package dependency
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, Wu4-2/+18
2016-05-21Update to use dropbox api version 2Cheng-Han, Wu1-0/+1
2016-05-20Update to make user profile auto update on authenticationCheng-Han, Wu1-9/+24
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-16Update to move gitlab api path to sub path and fix its find user method for ↵Cheng-Han, Wu1-1/+49
PR #121
2016-05-16Fix code styles and user refreshToken might need update when accessToken not ↵Cheng-Han, Wu1-4/+5
match
2016-05-15Add db migrations for PR #121Cheng-Han, Wu2-0/+18