Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-03 | Merge new release into master branch!HEADmaster | Stefan | |
2018-02-03 | Release version 1.6.3 | Stefan | |
2018-02-03 | Added missing require for is-var-name | Stefan | |
2018-01-31 | Merge pull request #3313 from rhelmer/sanitize-window-location | John McLear | |
better sanitize window location in error messages | |||
2018-01-31 | Merge pull request #3314 from rhelmer/sanitize-jsonp | John McLear | |
better sanitize jsonp | |||
2018-01-30 | better sanitize jsonp | Robert Helmer | |
2018-01-30 | better sanitize window location in error messages | Robert Helmer | |
2018-01-29 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2018-01-25 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2018-01-22 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2018-01-18 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2018-01-04 | Select formatting button on selection (#3301) | Joas Souza | |
[feat] Select button when selection is on formatted text | |||
2018-01-03 | Add settings to scroll on edition out of viewport (#3282) | Joas Souza | |
* 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 | |||
2018-01-01 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-12-28 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-12-21 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-12-07 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-12-04 | Update package.json | John McLear | |
2017-11-23 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-11-20 | Update package.json | John McLear | |
2017-11-20 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-11-16 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-11-09 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-11-06 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-11-04 | Catch SIGTERM for graceful shutdown (#3266) | Rainer Rillke | |
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 | |||
2017-11-04 | Merge new release into master branch! | Stefan | |
2017-11-04 | Updated CHANGELOG.md | Stefan (Gared) | |
2017-11-04 | Merge new release into master branch! | Stefan | |
2017-11-04 | Release version 1.6.2 | Stefan (Gared) | |
2017-11-04 | Fix #3111 updating request to 2.83.0 | Stefan (Gared) | |
2017-11-04 | Updated node version for windows to 8.9.0 | Stefan (Gared) | |
2017-11-02 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-10-23 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-10-19 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-10-12 | Merge pull request #3223 from HairyFotr/patch1 | Stefan | |
Typos and other minor fixes | |||
2017-10-12 | Merge pull request #3241 from djmaze/fix-socket-io-crash | Stefan | |
Update socket.io to 1.7.3 | |||
2017-10-12 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-09-21 | Allow 'placeholder' to be a localizable attribute on HTML elements (#3257) | Luiza Pagliari | |
2017-09-21 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-09-14 | Typos and minor fixes in bin, doc, and root | HairyFotr | |
2017-09-11 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-09-07 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-08-31 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-08-21 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-08-17 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-08-15 | Revert "[feat] Update l10n lib (#3248)" (#3249) | Luiza Pagliari | |
This reverts commit 6bcaa00a4ba70320a390457c90dbf699d0e4a4b9. | |||
2017-08-15 | [feat] Update l10n lib (#3248) | Luiza Pagliari | |
Last update was from 2014. Fix #3244. | |||
2017-08-14 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-08-07 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-08-04 | Update socket.io to 1.7.3 | Martin Honermeyer | |
That in turn upgrades engine.io to 1.8.2. This fixes a crash for me when running behind a traefik reverse proxy. https://github.com/socketio/engine.io/issues/465 |