Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fix #3183
|
|
|
|
|
|
|
|
Fix jsonp checking
|
|
|
|
Release version 1.6.3
|
|
|
|
|
|
better sanitize window location in error messages
|
|
better sanitize jsonp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[feat] Select button when selection is on formatted text
|
|
* Add scroll when it edits a line out of viewport
By default, when there is an edition of a line, which is out of the
viewport, Etherpad scrolls the minimum necessary to make this line
visible. This makes that the line stays either on the top or the bottom
of the viewport. With this commit, we add a setting to make possible to
scroll to a position x% pixels from the viewport. Besides of that, we
add a setting to make an animation of this scroll.
If nothing is changed on settings.json the Etherpad default behavior is
kept
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Shut down database connection and exit the node process
when SIGTERM is encountered. This is especially important
when nodejs is run as PID1, e.g. in a docker container.
Shutting down connections to clients (browsers) is beyond
this patche's scope.
Resolves #3265
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Typos and other minor fixes
|
|
Update socket.io to 1.7.3
|
|
|
|
|
|
|
|
|
|
|
|
|