summaryrefslogtreecommitdiff
path: root/lib/workers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Linter: Fix all lint errorsPhilip Molares2021-02-151-36/+50
| | | | Signed-off-by: Philip Molares <philip.molares@udo.edu>
* Rework debug loggingSheogorath2019-06-081-8/+3
| | | | | | | | | | | | | | We have various places with overly simple if statements that could be handled by our logging library. Also a lot of those logs are not marked as debug logs but as info logs, which can cause confusion during debugging. This patch removed unneeded if clauses around debug logging statements, reworks debug log messages towards ECMA templates and add some new logging statements which might be helpful in order to debug things like image uploads. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* refactor: Remove `require` extension filenameBoHong Li2017-05-081-2/+2
|
* Use strict mode in all backend filesBoHong Li2017-03-141-0/+1
| | | | add ‘use strict’ in all backend file
* Use JavaScript Standard StyleBoHong Li2017-03-081-126/+123
| | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
* Fix to not use diff_cleanupSemantic, bug report refer to ↵Wu Cheng-Han2017-01-021-1/+0
| | | | https://code.google.com/p/google-diff-match-patch/issues/detail?id=67
* Remove LZString compression for data storageWu Cheng-Han2017-01-021-7/+6
|
* Add dmp worker to leverage CPU intensive calculation to child processWu Cheng-Han2016-11-181-0/+142
|
* Revert "Add workers for notes to leverage CPU intensive work loading"Wu Cheng-Han2016-11-162-120/+0
| | | | This reverts commit 4ccfdfa538d2fd7e9ee63e937435a7f6fc622c12.
* Revert "Add workers for history to leverage CPU intensive work loading"Wu Cheng-Han2016-11-161-66/+0
| | | | This reverts commit b5920fbbd1ceb595456da18f7d458b63d1a960bf.
* Add workers for history to leverage CPU intensive work loadingWu Cheng-Han2016-11-071-0/+66
|
* Add workers for notes to leverage CPU intensive work loadingWu Cheng-Han2016-11-072-0/+120