pad.libre-service.eu-etherpad/src/node/db
muxator 312c72c364 formatting: bulk remove trailing whitespaces
Do not touch vendorized files (e.g. libraries that were imported from external
projects).

No functional changes.

Command:
    find . -name '*.<EXTENSION>' -type f -print0 | xargs -0 sed -i 's/[[:space:]]*$//'
2019-10-20 02:09:22 +02:00
..
API.js db/API.js: customeError -> customError 2019-03-27 18:29:12 +01:00
AuthorManager.js remove thenify use - no longer required 2019-01-31 14:48:22 +00:00
DB.js db/DB.js: prevent DB layer from returning undefined 2019-03-05 10:46:57 +00:00
GroupManager.js convert some async loops into parallel loops 2019-02-01 00:07:06 +00:00
Pad.js formatting: bulk remove trailing whitespaces 2019-10-20 02:09:22 +02:00
PadManager.js db/Pad.js: convert to promises/async 2019-01-31 11:14:38 +00:00
ReadOnlyManager.js db/ReadOnlyManager.js: completed conversion 2019-01-30 16:19:51 +00:00
SecurityManager.js allow some operations to proceed in parallel 2019-02-01 09:57:50 +00:00
SessionManager.js db/SessionManager.js: completely converted to Promises/async 2019-01-28 14:44:36 +00:00
SessionStore.js db/SessionStore.js: call nextTick() only if there is something to do 2019-02-09 00:14:53 +01:00