summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
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-14LDAP auth use email if providedalecdwm1-1/+1
2016-12-14Tokens not required for ldap authalecdwm1-4/+30
2016-12-14Added HMD_LDAP_TLS_CA env variablealecdwm1-0/+6
2016-12-13Initial support for LDAP server authenticationalecdwm3-1/+60
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
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