Richard Hansen
Richard Hansen
Yes, it will be in the next release (1.9.0). Unfortunately, I think there's a low probability that PR will fix the issue for you. (It might, so it's still worth...
#4423 changes the `express_sid` cookie to `ep_express_sid`, but isn't `sessionID` the most problematic cookie?
I found a race condition that I think is the culprit. I started working on a fix a few months ago, but the fix is much more complicated than I...
For an initial version, I would probably do something like this: 1. Create a new ether/pluginlib repository on GitHub for a new `etherpad-pluginlib` npm package. 2. In ether/etherpad-lite, create a...
> Thoughts on priorities? npm 7 might force this sooner than we would like. Let's see how users fare with PR #4735 and if things work OK we can hold...
> npm 7 might force this sooner than we would like. I was playing around a bit more with npm v7 tonight and saw some troubling behavior. npm v7 really...
> Lots of warnings and notices for existing plugins notifying developers of a breaking change. We can retain compatibility by continuing to look for legacy plugins in the top-level `node_modules/`...
Thanks @jasonaowen for the analysis. We definitely want to reduce how often plugins access Etherpad's internals. Before we spend any time defining new APIs, I want to make sure that...
Possibly related to #5176.
Design idea: * express-session config changes: * set `maxAge`, value TBD (maybe 7 days so the user doesn't have to keep logging in?) * set `rolling=true` so that a session...