summaryrefslogtreecommitdiff
path: root/src/node/server.js
AgeCommit message (Collapse)Author
2013-10-27stats: Add http500, memoryUsage, pendingEdits gaugesMarcel Klehr
and turn edits metric into a timer instead of a simple meter
2013-10-27Record metrics with 'measured'Marcel Klehr
2013-01-13Add log4js config settingMarcel Klehr
2012-10-28Make sure npm is initialized before requiring things (fix #1092)Marcel Klehr
2012-09-21Upgrade log4js to v0.5Marcel Klehr
2012-09-11Split client and server plugin functionality.Chad Weider
There is virtually no shared code for the client, extract it into its own module and do away with the switches.
2012-07-25Add loadSettings hook.Marcel Klehr
2012-07-03Make the server restart on plugin installEgil Moeller
2012-04-20less verbose startup, better log messages at startupMatthias Bartelmeß
2012-04-20server.js can be called from console.Matthias Bartelmeß
2012-04-19Changed the authentication mechanism to support hooksEgil Moeller
2012-04-05Make the console show the url that admin/plugins is available atjohnyma22
2012-04-04remove maxAge: undefined header, send maxAge even if set to 0Matthias Bartelmeß
2012-03-23re-enabled maxAge setting. maxAge is now in seconds, not milliseconds.Matthias Bartelmeß
2012-03-04Fix configuration of expressPeter 'Pita' Martischka
2012-03-01Removed old pluginfw stuffEgil Moeller
2012-02-26require(ep_pluginname/static/blabla); now works both on client and serverEgil Moeller
2012-02-26Bugfix for git version extraction codeEgil Moeller
2012-02-26The Big Renaming - etherpad is now an NPM moduleEgil Moeller