etherpad-lite/src/node
John McLear e24ef6969e
Bugfix / tests: Specs list type (#4169)
* remove cruft..  ugh

* housekeeping: close stale issues

* fix issue #3945
2020-07-15 17:37:03 +01:00
..
db backups: include the pool every 100 revs stored (#3991) 2020-06-05 22:46:12 +01:00
eejs pluginfw/performance: Dont cache if max age is 0 (#4098) 2020-06-08 17:21:55 +01:00
handler Dont use jquery in import handler (#4153) 2020-07-08 14:50:48 +01:00
hooks Bugfix / tests: Specs list type (#4169) 2020-07-15 17:37:03 +01:00
utils Fix PDF import with libreoffice (#4156) 2020-07-09 23:50:45 +01:00
easysync_tests.js Revert "51c14d9947 changed the return value of" 2015-02-16 06:22:49 +01:00
padaccess.js access controls: promisification 2019-01-23 16:29:36 +00:00
README.md minor typo fix 2019-08-08 21:58:30 +02:00
server.js admin: Add etherpad update check 2020-06-01 17:57:53 +01:00
stats.js node8: we no longer need to use a shim for Object.values in stats.js 2019-02-19 22:01:12 +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.js is started directly