summaryrefslogtreecommitdiff
path: root/node/server.js
AgeCommit message (Expand)Author
2011-11-25fix for #224Micah Anderson
2011-11-19fixed socket.io loggingPeter 'Pita' Martischka
2011-11-18Implement POST requests for HTTP APIJordan
2011-11-03Added commentsThomas Frössman
2011-10-17Kind of a hack but makes issue #158 go away.Thomas Frössman
2011-09-01Fix directory traversal fixing RegExpAdrian Lang
2011-09-01Fix directory traversalAdrian Lang
2011-08-21added a link to the bugtrackerPeter 'Pita' Martischka
2011-08-21check pad access on read onlyPeter 'Pita' Martischka
2011-08-20added ability to set a custom faviconPeter 'Pita' Martischka
2011-08-19show git version on startPeter 'Pita' Martischka
2011-08-19added utf8 to content type of api responses, thx @0ipPeter 'Pita' Martischka
2011-08-18PITA, Y U NO TEST?Peter 'Pita' Martischka
2011-08-18don't do a graceful shutdown on SIGINT on windowsPeter 'Pita' Martischka
2011-08-18limit the graceful shutdown time to 3 secondsPeter 'Pita' Martischka
2011-08-18since we set a global lock level, we can log socket.io debug messagesPeter 'Pita' Martischka
2011-08-17send client side javascript errors to the serverPeter 'Pita' Martischka
2011-08-17support jsonp api callsPeter 'Pita' Martischka
2011-08-17moved require joose to the correct placePeter 'Pita' Martischka
2011-08-17added a loglevel settingPeter 'Pita' Martischka
2011-08-17added a graceful shutdownPeter 'Pita' Martischka
2011-08-16changed content type of api responses to application/jsonPeter 'Pita' Martischka
2011-08-16added a security control at socketiorouter, pad security is now fully enforcedPeter 'Pita' Martischka
2011-08-15restricted access to pad import and exportPeter 'Pita' Martischka
2011-08-15fixed merge conflictsPeter 'Pita' Martischka
2011-08-15added a error message for invalid padIDsPeter 'Pita' Martischka
2011-08-14Allow cross site exportJohn McLear
2011-08-13fixed merge conflictsPeter 'Pita' Martischka
2011-08-13added a error message for invalid padIDsPeter 'Pita' Martischka
2011-08-11changed copyright from Peter 'Pita' Martischka to Peter 'Pita' Martischka (Pr...Peter 'Pita' Martischka
2011-08-08change api calls from POST to GETPeter 'Pita' Martischka
2011-08-08added logging for http api callsPeter 'Pita' Martischka
2011-08-08ensure server header is also send with the api functionsPeter 'Pita' Martischka
2011-08-04check the padID with a regular expressionPeter 'Pita' Martischka
2011-08-03Installed API infrastructure, getText works alreadyPeter 'Pita' Martischka
2011-07-31Installed log4js as logging frameworkPeter 'Pita' Martischka
2011-07-30added the ability to listen at a specific ipPeter 'Pita' Martischka
2011-07-27Fixed all requiresPeter 'Pita' Martischka
2011-07-27Let socket.io minify its javascriptPeter 'Pita' Martischka
2011-07-26Timeslider Javascript is now minified tooPeter 'Pita' Martischka
2011-07-25Log the disconnect diagnostic info that etherpad still sends. Maybe thats use...Peter 'Pita' Martischka
2011-07-25improved minifyingPeter 'Pita' Martischka
2011-07-21Import works now on the server sidePeter 'Pita' Martischka
2011-07-19Added support for document export, no link from the pad so farPeter 'Pita' Martischka
2011-07-14Minifying can be disabled for debugging nowPeter 'Pita' Martischka
2011-07-08Read only access worksPeter 'Pita' Martischka
2011-07-07reduce the log level of socket.ioPeter 'Pita' Martischka
2011-07-07reverts the changes I didn't like/understandPeter 'Pita' Martischka
2011-07-07Added support for exporting htmlErlend Halvorsen
2011-07-05Use only xhr pollingPeter 'Pita' Martischka