mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 13:49:14 -04:00
SessionStore: Delete DB record when session expires
This only deletes records known to the current Etherpad instance -- old records from previous runs are not automatically cleaned up.
This commit is contained in:
parent
72cd983f0f
commit
945e6848e2
4 changed files with 91 additions and 29 deletions
|
@ -2,15 +2,17 @@
|
|||
|
||||
### Notable enhancements and fixes
|
||||
|
||||
* Improvements to login session management:
|
||||
* `sessionstorage:*` database records are automatically deleted when the login
|
||||
session expires (with some exceptions that will be fixed in the future).
|
||||
* Requests for static content (e.g., `/robots.txt`) and special pages (e.g.,
|
||||
the HTTP API, `/stats`) no longer create login session state.
|
||||
* The following settings from `settings.json` are now applied as expected (they
|
||||
were unintentionally ignored before):
|
||||
* `padOptions.lang`
|
||||
* `padOptions.showChat`
|
||||
* `padOptions.userColor`
|
||||
* `padOptions.userName`
|
||||
* Requests for static content (e.g., `/robots.txt`) and special pages (e.g., the
|
||||
HTTP API, `/stats`) no longer cause the server to generate database records
|
||||
intended to manage browser sessions (`sessionstorage:*`).
|
||||
* Fixed the return value of the `getText` HTTP API when called with a specific
|
||||
revision.
|
||||
* Fixed a potential attribute pool corruption bug with `copyPadWithoutHistory`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue