etherpad-lite/src/node/db
Richard Hansen 945e6848e2 SessionStore: Delete DB record when session expires
This only deletes records known to the current Etherpad instance --
old records from previous runs are not automatically cleaned up.
2022-01-17 21:45:56 -05:00
..
API.js db: await more database operations 2021-12-18 18:23:27 -05:00
AuthorManager.js lint: Fix straightforward ESLint errors 2021-05-12 11:26:35 +02:00
DB.js lint: Fix straightforward ESLint errors 2021-05-12 11:26:35 +02:00
GroupManager.js GroupManager: Clean up any mappings when deleting a group 2021-11-28 14:06:47 +00:00
Pad.js Pad: Add new `.spliceText()` method 2021-12-21 17:00:18 -05:00
PadManager.js PadManager: Refactor `padList` to avoid duplicate loads 2022-01-02 20:44:42 -05:00
ReadOnlyManager.js db: await more database operations 2021-12-18 18:23:27 -05:00
SecurityManager.js Fix read only pad access with authentication 2021-04-12 22:51:06 -04:00
SessionManager.js SessionManager: Use `.setSub()` and parallel queries to avoid races 2021-11-27 22:20:03 -05:00
SessionStore.js SessionStore: Delete DB record when session expires 2022-01-17 21:45:56 -05:00