summaryrefslogtreecommitdiff
path: root/src/node
AgeCommit message (Expand)Author
2012-11-02Start putting file system together for admin settings, no where near completejohnyma22
2012-11-01Allow robots.txt to be customJohn McLear
2012-11-01Pass on the req object to eejs hooksMarcel Klehr
2012-11-01Pass on the render args to all eejs hooksMarcel Klehr
2012-10-28Make sure npm is initialized before requiring things (fix #1092)Marcel Klehr
2012-10-25Add default port of process.env.PORT if port isnt specified in settings.jsonRandy
2012-10-11Merge pull request #1035 from amtep/developJohn McLear
2012-10-11Merge pull request #1057 from dmitryuv/sync-processingMarcel Klehr
2012-10-11fix for error handling in callback codeDmitry
2012-10-11Merge pull request #1056 from dmitryuv/sync-processingMarcel Klehr
2012-10-11fixed variable name in handleMessageHookDmitry
2012-10-09Drop method deprecated in Express 3.x.Chad Weider
2012-10-06Remove two instances of the same function nameJohn McLear
2012-10-05Merge pull request #1034 from d-a-n/developJohn McLear
2012-10-03Changed pad_id to padID to follow projct standards.d-a-n
2012-10-03Changed pad hook names to follow naming conventions. Arguments will now be pa...d-a-n
2012-10-03Merge branch 'develop' into express-v3Marcel Klehr
2012-10-02USERINFO_UPDATE: construct a new message for broadcastRichard Braakman
2012-10-02Added pad hooks (create, load, edit, remove)d-a-n
2012-10-02Don't shut down the whole server, if error handling middleware is called.Marcel Klehr
2012-09-28Prevent server crash in handleClientReadyRichard Braakman
2012-09-28Add some explanatory comments to handleUserChanges()Richard Braakman
2012-09-27Prettify session handling in handleUserChangesRichard Braakman
2012-09-26Fix crash when client submits changeset based on too-old revisionRichard Braakman
2012-09-26Fix sessioninfos race that can cause crash during USER_CHANGES handlingRichard Braakman
2012-09-22Fix socket.io auth: Use connect to parse signed cookies (migrate to express v3)Marcel Klehr
2012-09-22Migrate error handling middleware to express v3Marcel Klehr
2012-09-22Set secret on cookieParser (migrate to express v3)Marcel Klehr
2012-09-22Fix res.send (migrate to express v3)Marcel Klehr
2012-09-21Upgrade log4js to v0.5Marcel Klehr
2012-09-21Differentiate between http server and express appMarcel Klehr
2012-09-19Fix async.forEach in MultiSession codeMarcel Klehr
2012-09-19Revert "Fixed foreach loop on session IDs, was breaking EP on single session ...Marcel Klehr
2012-09-18Merge pull request #1014 from marcelklehr/feature/list-all-groupsJohn McLear
2012-09-18Fixed foreach loop on session IDs, was breaking EP on single session in cookie.johnyma22
2012-09-17Add listAllGroups API endpointMarcel Klehr
2012-09-17Still support API endpoints of v1 in v1.1Marcel Klehr
2012-09-13Bump API version to v1.1Marcel Klehr
2012-09-12attempt to put correct init in right place but could be wrongjohnyma22
2012-09-12error handling and close is removed in express 3johnyma22
2012-09-12Merge pull request #994 from cweider/parent-pluginsJohn McLear
2012-09-12Merge pull request #740 from cweider/plugin-cleanupJohn McLear
2012-09-11Fix cache headers for missing files.Chad Weider
2012-09-11Replace ParentRequire hack.Chad Weider
2012-09-11Split client and server plugin functionality.Chad Weider
2012-09-11Don't break if there is no session cookie.Marcel Klehr
2012-09-11Merge pull request #983 from Pita/feature/multiple-api-versionsJohn McLear
2012-09-09Use packaged version of Tinycon.Chad Weider
2012-09-09Use packaged version of UNorm.Chad Weider
2012-09-09Use packaged edition of async.Chad Weider