etherpad-lite/src/node/db
Pedro Beschorner Marin c56973ce74 Fix readOnly pad export
The export request hook wasn't testing if the pad's id was from a read-only
pad before validating with the pad manager.

This includes an extra step that makes the read-only id verification and also
avoids setting the original pad's id as the file's name.
2020-09-26 21:47:35 +01:00
..
API.js async-ify more functions, and await completion 2020-09-22 14:10:44 +01:00
AuthorManager.js async-ify more functions, and await completion 2020-09-22 14:10:44 +01:00
DB.js Refactor startup/shutdown for tests 2020-09-22 11:07:21 +01:00
GroupManager.js GroupManager: typo during session deletion 2020-09-08 00:45:39 +01:00
Pad.js async-ify more functions, and await completion 2020-09-22 14:10:44 +01:00
PadManager.js async-ify more functions, and await completion 2020-09-22 14:10:44 +01:00
ReadOnlyManager.js Fix readOnly pad export 2020-09-26 21:47:35 +01:00
SecurityManager.js Fix typo in session check (sesion -> session) 2020-09-26 19:36:44 +01:00
SessionManager.js SessionManager: Fix session expiration check 2020-09-19 21:10:36 +01:00
SessionStore.js SessionStore: Don't call callback until cached in DB layer 2020-09-21 23:21:05 +01:00