summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove LZString compression for data storageWu Cheng-Han2017-01-025-37/+28
* Remove manual LZString compression for partial socket io event dataWu Cheng-Han2017-01-022-10/+2
* Use dburl to configuratebananaappletw2016-12-222-6/+5
* Simplify code for herokubananaappletw2016-12-221-1/+2
* Fix #293bananaappletw2016-12-221-3/+4
* Fixed typo: anonmyousFlorian Rhiem2016-12-213-7/+7
* Fix possible user is undefined in realtime eventsWu Cheng-Han2016-12-201-17/+26
* Fix email option in config not parse correctlyWu Cheng-Han2016-12-201-1/+1
* Mark as 0.4.6Wu Cheng-Han2016-12-191-1/+1
* Try to fix when server have heavy loading cache might not update to db properlyWu Cheng-Han2016-12-182-2/+2
* Add support of allow free url config option with correspond modificationsWu Cheng-Han2016-12-162-2/+12
* Fix typoWu Cheng-Han2016-12-161-1/+1
* Add support of allow anonymous config option with correspond modificationsWu Cheng-Han2016-12-153-0/+8
* Update sequelize init conditionYukai Huang2016-12-121-5/+4
* Simplify output with sequelize database argumentYukai Huang2016-12-121-2/+8
* Update to support optional email register and signinWu Cheng-Han2016-12-026-14/+87
* Merge pull request #248 from hackmdio/file-upload-optionsMax Wu2016-11-271-1/+15
|\
| * Add env config prefixYukai Huang2016-11-171-5/+5
| * Config s3 through env variablesYukai Huang2016-11-161-7/+6
| * upload image to s3Yukai Huang2016-11-161-1/+12
| * support filesystem image uploadYukai Huang2016-11-141-1/+5
* | Update to auto generate meta description based on content in publish note and...Wu Cheng-Han2016-11-262-7/+17
* | Fix possible XSS in yaml-metadata and turn using ejs escape syntax than exter...Wu Cheng-Han2016-11-261-5/+2
* | Fix slide might trigger script when processing markdown which cause XSS [Secu...Wu Cheng-Han2016-11-261-11/+1
* | Add dmp worker to leverage CPU intensive calculation to child processWu Cheng-Han2016-11-182-102/+221
* | Revert "Add workers for notes to leverage CPU intensive work loading"Wu Cheng-Han2016-11-163-191/+90
* | Revert "Add workers for history to leverage CPU intensive work loading"Wu Cheng-Han2016-11-162-99/+46
|/
* Add workers for history to leverage CPU intensive work loadingWu Cheng-Han2016-11-072-46/+99
* Add workers for notes to leverage CPU intensive work loadingWu Cheng-Han2016-11-073-90/+191
* Fix config.js use cdn option not parse properly and add missing cdn resourcesWu Cheng-Han2016-10-231-1/+1
* Change use cdn config option default to be trueWu Cheng-Han2016-10-231-1/+1
* Change to raise socket io timeout, heartbeat interval and timeout to lower of...Wu Cheng-Han2016-10-231-2/+2
* Change revision saving policy periodWu Cheng-Han2016-10-151-2/+2
* Fix socket disconnect might interrupt loop issueWu Cheng-Han2016-10-141-3/+9
* Fix to handle undefined document on update historyWu Cheng-Han2016-10-121-2/+2
* Fix note extract tags might get encoded HTML entityWu Cheng-Han2016-10-121-1/+1
* Fix history time should save in UNIX timestamp to avoid time offset issueWu Cheng-Han2016-10-111-1/+1
* Mark as 0.4.5Wu Cheng-Han2016-10-111-2/+2
* Fix new note with empty content not saving to history and remove debug codeWu Cheng-Han2016-10-111-4/+1
* Fix doc updating revision not stringify and compress authorship before saveWu Cheng-Han2016-10-111-1/+1
* Add more environment variables for server configuration, update related secti...Wu Cheng-Han2016-10-101-14/+34
* Try to fix memory leaks by clear OT server before disconnect noteWu Cheng-Han2016-10-101-0/+3
* Update to support delete noteWu Cheng-Han2016-10-103-0/+41
* 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