pad.pub0.org/src/node
Richard Hansen a8cf434d1d import: Replace the `allowAnyoneToImport` check with `userCanModify`
This reduces the number of hoops a user or tool must jump through to
import.
2020-10-05 18:48:16 +01:00
..
db socketio: Delete redundant authentication check 2020-10-05 18:12:04 +01:00
eejs pluginfw/performance: Dont cache if max age is 0 (#4098) 2020-06-08 17:21:55 +01:00
handler import: Replace the `allowAnyoneToImport` check with `userCanModify` 2020-10-05 18:48:16 +01:00
hooks import: Replace the `allowAnyoneToImport` check with `userCanModify` 2020-10-05 18:48:16 +01:00
utils import: Replace the `allowAnyoneToImport` check with `userCanModify` 2020-10-05 18:48:16 +01:00
README.md minor typo fix 2019-08-08 21:58:30 +02:00
easysync_tests.js
padaccess.js security: Check authentication in SecurityManager checkAccess 2020-09-15 10:43:23 +01:00
server.js webaccess: Return 401 for authn failure, 403 for authz failure 2020-09-24 10:41:58 +01:00
stats.js Refactor startup/shutdown for tests 2020-09-22 11:07:21 +01: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