etherpad-lite/src/node/db
Ray Bellis e58da69cfb db/SecurityManager.js: converted checkAccess() to pure Promises
Also converted the handler functions that depend on checkAccess() into async
functions too.

NB: this commit needs specific attention to it because it touches a lot of
security related code!
2019-01-28 13:13:24 +00:00
..
API.js db/API.js: complete conversion to Promises 2019-01-25 18:08:34 +00:00
AuthorManager.js db/AuthorManager.js: partial conversion to Promises 2019-01-25 15:47:25 +00:00
DB.js db/DB.js: add Promise-only API methods 2019-01-23 18:08:47 +00:00
GroupManager.js db/GroupManager.js: mostly converted to Promises / async 2019-01-25 12:56:57 +00:00
Pad.js use Date.now() instead of new Date().getTime() 2019-02-26 23:25:15 +01:00
PadManager.js db/PadManager.js: convert sanitizePadId() to Promises 2019-01-25 15:15:16 +00:00
ReadOnlyManager.js prepare to async: trivial reformatting 2019-02-08 23:20:57 +01:00
SecurityManager.js db/SecurityManager.js: converted checkAccess() to pure Promises 2019-01-28 13:13:24 +00:00
SessionManager.js db/SessionManager.js: mostly converted to Promises 2019-01-25 14:53:24 +00:00
SessionStore.js db/SessionStore.js: call nextTick() only if there is something to do 2019-02-09 00:14:53 +01:00