etherpad-lite/src/node
Stefan f9a3a6aaae
Improve update check (#5945)
* Send etherpad version in update check request
* Cache etherpad informations for one hour
* Change format of User-Agent
* Improve exception handling
2023-09-25 13:05:33 +02:00
..
db fix appendRevision (#5805) 2023-07-29 18:38:52 +02:00
eejs lint: eejs/index.js 2021-02-21 21:06:38 -05:00
handler build(deps): bump formidable from 2.1.2 to 3.5.0 in /src (#5796) 2023-08-05 15:48:23 +02:00
hooks build(deps): bump formidable from 2.1.2 to 3.5.0 in /src (#5796) 2023-08-05 15:48:23 +02:00
security Fixed session key rotation problem with a default empty array on null value. (#5896) 2023-08-29 18:00:14 +02:00
utils Improve update check (#5945) 2023-09-25 13:05:33 +02:00
padaccess.js padaccess: Delete useless try/catch 2021-04-12 22:51:06 -04:00
README.md minor typo fix 2019-08-08 21:58:30 +02:00
server.js Call exports.start() for Phusion Passenger (#5866) 2023-08-08 14:03:50 +02:00
stats.js lint: Fix some straightforward ESLint errors 2020-12-23 16:18:28 -05: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.js is started directly