etherpad-lite/src/node/db
Chocobozzz 963d12e614 PadManager: use a set instead of an array in padlist
Avoid looping on the array, especially useful if you have many pads.

--HG--
branch : padlist-use-set
2020-04-09 03:39:32 +02:00
..
API.js api: in getStats(), directly rewrote activePads as an expression 2020-04-04 22:03:46 +02:00
AuthorManager.js remove thenify use - no longer required 2019-01-31 14:48:22 +00:00
DB.js DB.js: remove else clause, since we are already exiting early 2020-03-24 23:26:19 +01: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 PadManager: use a set instead of an array in padlist 2020-04-09 03:39:32 +02:00
ReadOnlyManager.js db/ReadOnlyManager.js: completed conversion 2019-01-30 16:19:51 +00:00
SecurityManager.js SecurityManager: remove double quotes from session cookie content 2020-04-09 01:14:51 +02:00
SessionManager.js db/SessionManager.js: completely converted to Promises/async 2019-01-28 14:44:36 +00:00
SessionStore.js SessionStore: replace password with PASSWORD_HIDDEN when storing in db 2020-04-01 03:39:05 +02:00