etherpad-lite/src/node/db
Richard Hansen 2dbda3fe7e Pad: Check nullness before checking Number.isInteger()
This makes it easier to troubleshoot if the value is null.
2022-04-15 23:52:16 -04:00
..
API.js API: Add optional authorId param to mutation functions 2022-02-19 14:55:42 -05:00
AuthorManager.js AuthorManager: New getAuthorId hook 2022-03-16 06:10:28 -04:00
DB.js lint: Fix straightforward ESLint errors 2021-05-12 11:26:35 +02:00
GroupManager.js API: Add optional authorId param to mutation functions 2022-02-19 14:55:42 -05:00
Pad.js Pad: Check nullness before checking Number.isInteger() 2022-04-15 23:52:16 -04:00
PadManager.js Pad: Move padLoad hook to Pad.init() 2022-04-08 22:04:00 -04:00
ReadOnlyManager.js db: await more database operations 2021-12-18 18:23:27 -05:00
SecurityManager.js AuthorManager: New getAuthorId hook 2022-03-16 06:10:28 -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