etherpad-lite/src/node
Richard Hansen 2bb431e7e5
express-session: Implement and enable key rotation (#5362) by @rhansen
* SecretRotator: New class to coordinate key rotation

* express-session: Enable key rotation

* Added new entry in docker.adoc

* Move to own package.Removed fallback as Node 16 is now lowest node version.

* Updated package-lock.json

---------

Co-authored-by: SamTV12345 <40429738+samtv12345@users.noreply.github.com>
2023-07-03 22:58:49 +02:00
..
db allow option to make pad names case-insensitive (#5501) by @DanielHabenicht 2023-07-03 20:52:49 +02:00
eejs lint: eejs/index.js 2021-02-21 21:06:38 -05:00
handler allow option to make pad names case-insensitive (#5501) by @DanielHabenicht 2023-07-03 20:52:49 +02:00
hooks express-session: Implement and enable key rotation (#5362) by @rhansen 2023-07-03 22:58:49 +02:00
security express-session: Implement and enable key rotation (#5362) by @rhansen 2023-07-03 22:58:49 +02:00
utils express-session: Implement and enable key rotation (#5362) by @rhansen 2023-07-03 22:58:49 +02:00
README.md minor typo fix 2019-08-08 21:58:30 +02:00
padaccess.js padaccess: Delete useless try/catch 2021-04-12 22:51:06 -04:00
server.js Prevent infinite loop when exiting 2023-06-20 14:13:24 +01:00
stats.js lint: Fix some straightforward ESLint errors 2020-12-23 16:18:28 -05:00

README.md

About the folder structure

  • db - all modules that are accessing the data structure and are communicating directly to the database
  • handler - all modules that respond directly to requests/messages of the browser
  • utils - helper modules

Module name conventions

Module file names start with a capital letter and uses camelCase

Where does it start?

server.js is started directly