summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Update to send note title on emit check and refresh eventWu Cheng-Han2016-10-101-1/+4
* Update to make note history count in server-side when user loggedWu Cheng-Han2016-10-102-2/+69
* Update to improve history api error and bad request handlingWu Cheng-Han2016-10-101-0/+3
* Update to add cache to historyWu Cheng-Han2016-10-101-0/+228
* Add more comments in the code and remove unused code fileWu Cheng-Han2016-10-101-0/+3
* Update to make OT socket io handle error better, use delay to avoid wrong rev...Wu Cheng-Han2016-10-101-1/+9
* Workaround cheerio text method shouldn't preserve html tags on fetching note ...Wu Cheng-Han2016-10-101-1/+2
* Update to allow CORS as API on revision actionsWu Cheng-Han2016-10-101-0/+14
* Update to support showing owner on the infobarWu Cheng-Han2016-10-101-0/+6
* Update to prevent duplicate socket push in queue in order to lower down serve...Wu Cheng-Han2016-10-101-0/+12
* Update to move authorship calculation code to note model and support update a...Wu Cheng-Han2016-10-102-101/+177
* Update to add revision saving policyWu Cheng-Han2016-09-182-5/+25
* Update to prevent caching and crawling statusWu Cheng-Han2016-09-181-1/+1
* Update to use proper way to render view and fix upload image error should res...Wu Cheng-Han2016-08-191-74/+19
* Add info api for noteWu Cheng-Han2016-08-191-0/+32
* Update slide mode to show extra info and support url actions and support disq...Wu Cheng-Han2016-08-152-4/+37
* Update to change the last change user saving strategyWu Cheng-Han2016-08-151-2/+2
* Fix meta might be null issueWu Cheng-Han2016-08-152-1/+5
* Improve index layout and UX with UI adjustments and better wordingWu Cheng-Han2016-08-151-1/+2
* Update slide mode, now respect all meta settings and update default stylesWu Cheng-Han2016-08-141-1/+1
* Update to make doc only update while the filesystem content not equals db con...Wu Cheng-Han2016-08-141-4/+7
* Mark as 0.4.4Wu Cheng-Han2016-08-021-2/+2
* Update realtime check and refresh event, compress data using LZString UTF16 t...Wu Cheng-Han2016-08-021-2/+5
* 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 w...Wu Cheng-Han2016-07-301-9/+18
* 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
* Fix realtime on finishConnection might not clear and connect next socket in q...Wu Cheng-Han2016-07-051-6/+14
* 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
* 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
* Mark as 0.4.3Wu Cheng-Han2016-06-281-1/+1
* Update to support new metadata: title, description, tags and google-analytics...Cheng-Han, Wu2016-06-212-28/+60
* Remove robot meta on note edit page and html template, add prevent crawling h...Cheng-Han, Wu2016-06-211-2/+2
* 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 connect...Cheng-Han, Wu2016-06-171-1/+5
* Add minimumCompatibleVersion and update refresh modal to show more detail inf...Cheng-Han, Wu2016-06-172-1/+6
* 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
* Update note model on create doc will use the created time of the doc in files...Cheng-Han, Wu2016-06-011-0/+2