Upgrade issues
-
While we on this, I think there's a major security bug on NodeBB that gives me admin rights on our posts. I can edit, delete, move them. See screenshot
That's weird. After navigating away from this page and coming back, I lost the privilege of editing your post.
-
Messages from the Web console of FF 28 when moving from page to page.
Firefox can't establish a connection to the server at ws://forum.site.com/socket.io/1/websocket/SR0lQK_OJLDCEwYiuhMO. socket.io.js:2 Use of getPreventDefault() is deprecated. Use defaultPrevented instead. nodebb.min.js:2 Empty string passed to getElementById(). nodebb.min.js:1 Empty string passed to getElementById(). nodebb.min.js:1 Empty string passed to getElementById(). nodebb.min.js:1 Empty string passed to getElementById(). nodebb.min.js:1 Empty string passed to getElementById().
And if it helps, here's a screenshot of the files associate with the errors.
-
I'm actually running in dev mode. See message below. (For the record, the emailer-local and db-search plugins are current. I uninstalled and reinstalled them just to be sure):
warn: Route requested but not found: /plugins/fireHook warn: [plugins/nodebb-plugin-dbsearch] "callbacked" deprecated as of 0.4x. Use asynchronous method instead for hook: filter:admin.header.build warn: [plugins/nodebb-plugin-emailer-local] "callbacked" deprecated as of 0.4x. Use asynchronous method instead for hook: filter:admin.header.build warn: Route requested but not found: /vendor/fontawesome/css/font-awesome.min.css warn: Route requested but not found: /api/admin/plugins/emailer-smtp?_=1396398300353
Btw, see this screenshot. Also, I can attempt to move your post, but the Move is greyed-out. Still, something's not right.
-
Make sure your vanilla and lavender themes are 0.0.18-5 and 0.0.24-5 respectively.
Since I just upgraded, all themes and plugins should be current, right? In any case, Vanilla is 0.0.18 while Lavender is 0.0.24.
And I don't have that many plugins installed. Colors plugin was last updated a month ago. Is the code still kosher?
-
-
@planner said:
While we on this, I think there's a major security bug on NodeBB that gives me admin rights on our posts. I can edit, delete, move them. See screenshot
That's weird. After navigating away from this page and coming back, I lost the privilege of editing your post.
Edit/Delete/Move post shown if loaded via ajax · Issue #1322 · NodeBB/NodeBB
It seems if any post gets posted by user B while user A reads the topic, the Edit, Delete and Move buttons are shown like user A would have the privileges of user B (tested Edit that doesn't work ^^ so no real security problem) noticed b...
GitHub (github.com)