From 896b8553f7b14b9d9cdb7cb53c3501e796bad15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 26 Apr 2018 12:01:51 -0400 Subject: [PATCH 1/2] up composer --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 26fc08ac36..ed42dbf760 100644 --- a/install/package.json +++ b/install/package.json @@ -63,7 +63,7 @@ "mousetrap": "^1.6.1", "mubsub": "^1.4.0", "nconf": "^0.9.1", - "nodebb-plugin-composer-default": "6.0.21", + "nodebb-plugin-composer-default": "6.0.22", "nodebb-plugin-dbsearch": "2.0.16", "nodebb-plugin-emoji": "^2.2.0", "nodebb-plugin-emoji-android": "2.0.0", From 7c43c7e0f9031fe2972c924134023dd8a996a582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 26 Apr 2018 14:38:36 -0400 Subject: [PATCH 2/2] closes #6473 --- src/categories/create.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/categories/create.js b/src/categories/create.js index a766ea0204..7af9e5c5c3 100644 --- a/src/categories/create.js +++ b/src/categories/create.js @@ -79,6 +79,7 @@ module.exports = function (Categories) { async.apply(privileges.categories.give, defaultPrivileges, category.cid, 'administrators'), async.apply(privileges.categories.give, defaultPrivileges, category.cid, 'registered-users'), async.apply(privileges.categories.give, ['find', 'read', 'topics:read'], category.cid, 'guests'), + async.apply(privileges.categories.give, ['find', 'read', 'topics:read'], category.cid, 'spiders'), ], next); }, function (results, next) {