etherpad-lite/src/node/db
Richard Hansen 3365e944bf async-ify more functions, and await completion
Where feasible I put the await at the end of the function to
minimize the impact on latency.

My motivation for this change: Eliminate a race condition in tests I
am writing.
2020-09-22 14:10:44 +01:00
..
API.js async-ify more functions, and await completion 2020-09-22 14:10:44 +01:00
AuthorManager.js async-ify more functions, and await completion 2020-09-22 14:10:44 +01:00
DB.js Refactor startup/shutdown for tests 2020-09-22 11:07:21 +01:00
GroupManager.js GroupManager: typo during session deletion 2020-09-08 00:45:39 +01:00
Pad.js async-ify more functions, and await completion 2020-09-22 14:10:44 +01:00
PadManager.js async-ify more functions, and await completion 2020-09-22 14:10:44 +01:00
ReadOnlyManager.js db/ReadOnlyManager.js: completed conversion 2019-01-30 16:19:51 +00:00
SecurityManager.js security: Fix authorization bypass vulnerability 2020-09-15 21:40:25 +01:00
SessionManager.js SessionManager: Fix session expiration check 2020-09-19 21:10:36 +01:00
SessionStore.js SessionStore: Don't call callback until cached in DB layer 2020-09-21 23:21:05 +01:00