From 4393907ff6436955810ce52fe19756aa5cf40080 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 19 Sep 2014 08:27:27 -0400 Subject: [PATCH 1/2] closed #2112 --- src/routes/authentication.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/authentication.js b/src/routes/authentication.js index 9b30ae08a9..ee6c04122e 100644 --- a/src/routes/authentication.js +++ b/src/routes/authentication.js @@ -61,6 +61,8 @@ }, function() { if (userData.uid) { user.logIP(userData.uid, req.ip); + + plugins.fireHook('action:user.loggedIn', userData.uid); } if (!req.session.returnTo) { From f0d3b5dd00b2f813ec673807af9a95b2b22224e6 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 19 Sep 2014 09:11:55 -0400 Subject: [PATCH 2/2] updated package.json to use 0.5.1-ready themes --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b9ab598728..2b53707b32 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ "nodebb-plugin-markdown": "~0.5.0", "nodebb-plugin-mentions": "~0.6.0", "nodebb-plugin-soundpack-default": "~0.1.1", - "nodebb-theme-lavender": "~0.0.74", - "nodebb-theme-vanilla": "~0.0.111", + "nodebb-theme-lavender": "~0.1.0", + "nodebb-theme-vanilla": "~0.1.0", "nodebb-widget-essentials": "~0.1.0", "npm": "^1.4.6", "passport": "~0.2.0",