pad.libre-service.eu-etherpad/src/node/db
Ray Bellis ac7663c337 db/DB.js: prevent DB layer from returning undefined
ueberDB2 can return either undefined or null for a missing key, depending on
which DB driver is used. This patch changes the promise version of the API so
that it will always return null.
2019-03-05 10:46:57 +00:00
..
API.js import/export: conversion to Promises/async 2019-01-31 08:55:36 +00: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 allow some operations to proceed in parallel 2019-02-01 09:57:50 +00: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