etherpad-lite/src/node/db
Richard Hansen f9087fabd6 security: Check authentication in SecurityManager checkAccess
In addition to providing defense in depth, this change makes it easier
to implement future enhancements such as support for read-only users.
2020-09-15 10:43:23 +01:00
..
API.js api: in getStats(), directly rewrote activePads as an expression 2020-04-04 22:03:46 +02:00
AuthorManager.js import: Use the correct author ID when using sessions 2020-09-08 15:04:17 +01:00
DB.js DB.js: remove else clause, since we are already exiting early 2020-03-24 23:26:19 +01:00
GroupManager.js GroupManager: typo during session deletion 2020-09-08 00:45:39 +01:00
Pad.js backups: include the pool every 100 revs stored (#3991) 2020-06-05 22:46:12 +01: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 security: Check authentication in SecurityManager checkAccess 2020-09-15 10:43:23 +01:00
SessionManager.js SecurityManager: Refactor checkAccess for readability, correctness 2020-09-12 09:42:47 +01:00
SessionStore.js Revert "SessionStore: replace password with PASSWORD_HIDDEN when storing in db" 2020-05-17 13:00:17 +02:00