muxator
a69f8a3db9
runtime: deprecate Node <= 7. From Etherpad 1.8.0 minimum Node version will be 8
2018-07-28 23:33:24 +02:00
muxator
7544585908
runtime: enforce minimal node version to 6.9.0
...
Etherpad 1.6.6 does not run on node <= 5 already.
Node 6.9 is the first LTS release in the 6 series, and comes with npm 3.10.8.
Declarations in package.json are advisory unless the user has set
`engine-strict` config flag.
Updated the docs accordingly.
2018-07-28 23:33:24 +02:00
John McLear
e2a0e3cd7f
whoops
2015-12-02 12:10:25 +00:00
John McLear
98016665e4
working logic
2015-12-02 11:54:37 +00:00
John McLear
a8c2833759
clean up
2015-11-24 14:03:38 +00:00
John McLear
039a761eaf
allow settings to be applied from the filesystem
2015-11-24 14:02:37 +00:00
John McLear
1f471b0f81
show versions of plugins at startup, fixes #2642
2015-04-28 23:41:55 +01:00
Marcel Klehr
3ad4b1b837
stats: Add http500, memoryUsage, pendingEdits gauges
...
and turn edits metric into a timer instead of a simple meter
2013-10-27 21:43:32 +01:00
Marcel Klehr
940f114a84
Record metrics with 'measured'
2013-10-27 17:42:55 +01:00
Marcel Klehr
f4b95c5ca4
Add log4js config setting
2013-01-13 12:20:49 +01:00
Marcel Klehr
e447a6fade
Make sure npm is initialized before requiring things ( fix #1092 )
2012-10-28 18:02:49 +01:00
Marcel Klehr
ff7cf991c9
Upgrade log4js to v0.5
2012-09-21 21:39:08 +02:00
Chad Weider
1258ed3a0d
Split client and server plugin functionality.
...
There is virtually no shared code for the client, extract it into its own
module and do away with the switches.
2012-09-11 21:16:47 -07:00
Marcel Klehr
de907cd0db
Add loadSettings hook.
2012-07-25 10:58:30 +02:00
Egil Moeller
b438a278a1
Make the server restart on plugin install
2012-07-03 23:31:44 +02:00
Matthias Bartelmeß
8fefb551fc
less verbose startup, better log messages at startup
2012-04-20 22:44:10 +02:00
Matthias Bartelmeß
7f50e8f551
server.js can be called from console.
2012-04-20 22:40:33 +02:00
Egil Moeller
ecac40d062
Changed the authentication mechanism to support hooks
2012-04-19 16:04:03 +02:00
johnyma22
d3cc8e3374
Make the console show the url that admin/plugins is available at
2012-04-05 17:49:03 +01:00
Matthias Bartelmeß
5c4551b098
remove maxAge: undefined header, send maxAge even if set to 0
2012-04-04 17:41:03 +02:00
Matthias Bartelmeß
c407ad3d34
re-enabled maxAge setting. maxAge is now in seconds, not milliseconds.
2012-03-23 19:28:46 +01:00
Peter 'Pita' Martischka
8b5925440a
Fix configuration of express
2012-03-04 21:23:05 +01:00
Egil Moeller
81440cd856
Removed old pluginfw stuff
2012-03-01 19:00:58 +01:00
Egil Moeller
fd5b7c1080
require(ep_pluginname/static/blabla); now works both on client and server
2012-02-26 15:34:03 +01:00
Egil Moeller
ac7ad6b519
Bugfix for git version extraction code
2012-02-26 14:14:54 +01:00
Egil Moeller
1239ce7f28
The Big Renaming - etherpad is now an NPM module
2012-02-26 13:07:51 +01:00