pad.libre-service.eu-etherpad/src/node
SamTV12345 e12be96102
feat(admin): Added shoutout to admin panel (#6346)
* Added shoutout

* Added shoutout function

* Fixed test.

* Included feedback from review.

* Removed unnecessary file
2024-04-21 17:58:51 +02:00
..
db chore: remove repetitive words (#6290) 2024-04-01 16:47:51 +02: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 totalUsers being undefined thus not being displayed. (#6342) 2024-04-18 22:42:36 +02:00
hooks feat(admin): Added shoutout to admin panel (#6346) 2024-04-21 17:58:51 +02:00
security chore: Added client credentials grant for API calling from services. (#6325) 2024-04-13 10:32:23 +02: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 proxy support for axios. (#6334) 2024-04-16 19:11:05 +02: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 Added proxy support for axios. (#6334) 2024-04-16 19:11:05 +02: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