pad.libre-service.eu-etherpad/src/node
SamTV12345 bf7cd11b59
Added env configuration for plugins
* Added env.

* Added tree config.

* Added tree.

* Fixed settings test.

* Added test cases.
2024-03-21 18:50:02 +01:00
..
db Feat/admin react (#6211) 2024-03-09 23:07:09 +01:00
eejs Improve plugins docker build and fixed plugin loading when dependencies are specified (#6164) 2024-03-14 16:06:32 +01:00
handler Fixed kickSessions method. 2024-03-12 17:45:18 +01:00
hooks Fixed no Basic Auth being absent 2024-03-20 08:43:52 +01:00
security Added typescript to etherpad 2024-02-05 21:13:02 +01:00
types Improve plugins docker build and fixed plugin loading when dependencies are specified (#6164) 2024-03-14 16:06:32 +01:00
utils Added env configuration for plugins 2024-03-21 18:50:02 +01:00
padaccess.ts Added typescript to etherpad 2024-02-05 21:13:02 +01:00
README.md Added typescript to etherpad 2024-02-05 21:13:02 +01:00
server.ts Bumped minimum node version. 2024-03-16 23:33:14 +01:00
stats.ts Added typescript to etherpad 2024-02-05 21:13:02 +01:00

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.ts is started directly