summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add workers for notes to leverage CPU intensive work loading"Wu Cheng-Han2016-11-163-191/+90
| | | | This reverts commit 4ccfdfa538d2fd7e9ee63e937435a7f6fc622c12.
* Revert "Add workers for history to leverage CPU intensive work loading"Wu Cheng-Han2016-11-162-99/+46
| | | | This reverts commit b5920fbbd1ceb595456da18f7d458b63d1a960bf.
* 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 ↵Wu Cheng-Han2016-10-231-2/+2
| | | | offline period
* 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 ↵Wu Cheng-Han2016-10-101-14/+34
| | | | section in README.md
* 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 ↵Wu Cheng-Han2016-10-101-1/+9
| | | | reversion on client
* Workaround cheerio text method shouldn't preserve html tags on fetching note ↵Wu Cheng-Han2016-10-101-1/+2
| | | | title
* 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 ↵Wu Cheng-Han2016-10-101-0/+12
| | | | server loading
* Update to move authorship calculation code to note model and support update ↵Wu Cheng-Han2016-10-102-101/+177
| | | | authorship after making revision of docs
* 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 ↵Wu Cheng-Han2016-08-191-74/+19
| | | | response with code
* Add info api for noteWu Cheng-Han2016-08-191-0/+32
|
* Update slide mode to show extra info and support url actions and support ↵Wu Cheng-Han2016-08-152-4/+37
| | | | disqus via yaml-metadata
* 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 ↵Wu Cheng-Han2016-08-141-4/+7
| | | | content
* Mark as 0.4.4Wu Cheng-Han2016-08-021-2/+2
|
* Update realtime check and refresh event, compress data using LZString UTF16 ↵Wu Cheng-Han2016-08-021-2/+5
| | | | to minimize network delay
* 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 ↵Wu Cheng-Han2016-07-301-9/+18
| | | | which already been clean up
* Fix yaml metadata title should pass to generateWebTitleWu Cheng-Han2016-07-301-6/+7
|