Display the version in the web interface

In the settings drop-down this adds an “About” section that also shows
the commit if "exposeVersion" is set to true.

Fixes #2968
This commit is contained in:
Tristram Gräbener 2019-04-15 17:03:06 +02:00 committed by muxator
parent 28a6f505c5
commit 357780d573
4 changed files with 90 additions and 75 deletions

View file

@ -292,7 +292,7 @@ exports.scrollWhenFocusLineIsOutOfViewport = {
};
/*
* Expose Etherpad version in the Server http header.
* Expose Etherpad version in the web interface and in the Server http header.
*
* Do not enable on production machines.
*/