etherpad-lite/src
Richard Hansen 442fe1e86f pluginfw: Always include the function name in hook_fn_name
Plugin authors are allowed to omit the function name in the `ep.json`
parts definition. For example:

```
{
  "parts": [
    {
      "name": "ep_example",
      "hooks": {
        "authenticate": "ep_example",
        "authFailure": "ep_example"
      }
    }
  ]
}
```

If omitted, the function name is assumed to be the same as the hook
name. Before this change, `hook_fn_name` for the example hooks would
both be `/opt/etherpad-lite/node_modules/ep_example`. Now they are
suffixed with `:authenticate` and `:authFailure`. This improves
logging, and it makes it possible to use `hook_fn_name` to uniquely
identify a particular hook function.
2020-09-05 22:43:17 +01:00
..
locales Localisation updates from https://translatewiki.net. 2020-08-31 16:06:56 +02:00
node Delete redundant token2author DB save 2020-09-05 12:40:16 +01:00
static pluginfw: Always include the function name in hook_fn_name 2020-09-05 22:43:17 +01:00
templates Feature: Timeslider follow (#4133) 2020-07-19 23:46:58 +01:00
ep.json openapi: implement API handler with openapi-backend 2020-04-03 01:03:11 +02:00
etherpad_icon.svg Change favicon to be closer to new style 2020-04-19 18:20:21 +02:00
package-lock.json Rate limit Socket IO communication - WIP (#4036) 2020-07-19 22:44:24 +01:00
package.json Rate limit Socket IO communication - WIP (#4036) 2020-07-19 22:44:24 +01:00
README.md remove one less warning during install by having a readme placeholder 2013-02-10 03:04:08 +00:00
web.config Add IIS config file 2012-10-25 10:22:28 -07:00

Ignore this file and see the file in the base installation folder