summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-04Fix and refactor extracting content using metaMarked directly might lead in i...Wu Cheng-Han2-68/+34
2017-01-02Mark as 0.5.0Wu Cheng-Han1-2/+2
2017-01-02Fix yaml metadata description not able to showWu Cheng-Han1-3/+3
2017-01-02Refactor data processing to model definitionWu Cheng-Han3-0/+27
2017-01-02Update to remove null byte before saving to DB and remove null byte on changesWu Cheng-Han3-7/+35
2017-01-02Fix migration script of revision lacks of definition of primary keyWu Cheng-Han1-1/+4
2017-01-02Fix to not use diff_cleanupSemantic, bug report refer to https://code.google....Wu Cheng-Han1-1/+0
2017-01-02Remove LZString compression for data storageWu Cheng-Han5-37/+28
2017-01-02Remove manual LZString compression for partial socket io event dataWu Cheng-Han2-10/+2
2016-12-22Use dburl to configuratebananaappletw2-6/+5
2016-12-22Simplify code for herokubananaappletw1-1/+2
2016-12-22Fix #293bananaappletw1-3/+4
2016-12-21Fixed typo: anonmyousFlorian Rhiem3-7/+7
2016-12-20Fix possible user is undefined in realtime eventsWu Cheng-Han1-17/+26
2016-12-20Fix email option in config not parse correctlyWu Cheng-Han1-1/+1
2016-12-19Mark as 0.4.6Wu Cheng-Han1-1/+1
2016-12-18Try to fix when server have heavy loading cache might not update to db properlyWu Cheng-Han2-2/+2
2016-12-16Add support of allow free url config option with correspond modificationsWu Cheng-Han2-2/+12
2016-12-16Fix typoWu Cheng-Han1-1/+1
2016-12-15Add support of allow anonymous config option with correspond modificationsWu Cheng-Han3-0/+8
2016-12-12Update sequelize init conditionYukai Huang1-5/+4
2016-12-12Simplify output with sequelize database argumentYukai Huang1-2/+8
2016-12-02Update to support optional email register and signinWu Cheng-Han6-14/+87
2016-11-26Update to auto generate meta description based on content in publish note and...Wu Cheng-Han2-7/+17
2016-11-26Fix possible XSS in yaml-metadata and turn using ejs escape syntax than exter...Wu Cheng-Han1-5/+2
2016-11-26Fix slide might trigger script when processing markdown which cause XSS [Secu...Wu Cheng-Han1-11/+1
2016-11-18Add dmp worker to leverage CPU intensive calculation to child processWu Cheng-Han2-102/+221
2016-11-17Add env config prefixYukai Huang1-5/+5
2016-11-16Config s3 through env variablesYukai Huang1-7/+6
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-16upload image to s3Yukai Huang1-1/+12
2016-11-14support filesystem image uploadYukai Huang1-1/+5
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