• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

NodeBB v1.15.0-rc.0 -- Release Candidate published

Scheduled Pinned Locked Moved NodeBB Development
10 Posts 4 Posters 1.1k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    wrote on last edited by
    #1

    Hi all,

    We've just published v1.15.0-rc.0, which is a release candidate version. We encourage users to prepare to update their forums to this version and report back if there are incompatibilities that we have not prepared for.

    As usual, until a stable version is released, we do not encourage that you update a production instance of your forum, but rather a development/staging instance.

    The scheduled release of v1.15.0 is the 4th of November, 2020.

    For the full list of breaking changes, please consult the following topic:

    1.15.0 Breaking Changes

    S 1 Reply Last reply
    6
  • S Offline
    S Offline
    sweetp
    replied to julian on last edited by
    #2

    @julian nice one!

    Iโ€™ve a actually been running one of the later betas in production for a week or so with no issues.

    Looking forward to the final release.
    ๐Ÿ‘ ๐Ÿ™‚

    julianJ 1 Reply Last reply
    1
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    replied to sweetp on last edited by
    #3

    @sweetp Thanks for the report -- we had some big changes between v1.14.x and this upcoming release, so stay tuned for the announcement blog post ๐Ÿ˜„

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #4

    Released 1.15.0-rc.2

    Release v1.15.0-rc.2 ยท NodeBB/NodeBB

    Node.js based forum software built for the modern web - Release v1.15.0-rc.2 ยท NodeBB/NodeBB

    favicon

    GitHub (github.com)

    1 Reply Last reply
    1
  • K Offline
    K Offline
    Kagarino Anime Lovers
    wrote on last edited by Kagarino
    #5

    When I try to upload any image using the admin control panel all I get is an "invalid files" error. I tried uploading png, jpg, gif, all to no avail. Image uploads from other places seem to work fine.

    I tried with Settings/Uploads/Allowed File Extensions set to png/jpg as well as empty.

    Updated to v1.15.0-rc.2 (master)
    No plugins are activated, forum updated from v1.11.1
    Node.js v14.15.0
    macOS 10.15.7, Safari 14.0

    2020-10-27T22:32:08.133Z [4567/3076] - error: /api/admin/uploadOgImage
    Error: invalid-files
        at validateFiles (/root/nodebb/src/middleware/index.js:106:15)
        at Layer.handle [as handle_request] (/root/nodebb/node_modules/express/lib/router/layer.js:95:5)
        at next (/root/nodebb/node_modules/express/lib/router/route.js:137:13)
        at Form.<anonymous> (/root/nodebb/node_modules/connect-multiparty/index.js:114:7)
        at Form.emit (events.js:315:20)
        at emitCloseNT (internal/streams/destroy.js:87:10)
        at processTicksAndRejections (internal/process/task_queues.js:79:21)
    2020-10-27T22:32:15.145Z [4567/3076] - error: /api/admin/uploadfavicon
    Error: invalid-files
        at validateFiles (/root/nodebb/src/middleware/index.js:106:15)
        at Layer.handle [as handle_request] (/root/nodebb/node_modules/express/lib/router/layer.js:95:5)
        at next (/root/nodebb/node_modules/express/lib/router/route.js:137:13)
        at Form.<anonymous> (/root/nodebb/node_modules/connect-multiparty/index.js:114:7)
        at Form.emit (events.js:315:20)
        at emitCloseNT (internal/streams/destroy.js:87:10)
        at processTicksAndRejections (internal/process/task_queues.js:79:21)
    2020-10-27T22:33:08.635Z [4567/3076] - error: /api/admin/uploadlogo
    Error: invalid-files
        at validateFiles (/root/nodebb/src/middleware/index.js:106:15)
        at Layer.handle [as handle_request] (/root/nodebb/node_modules/express/lib/router/layer.js:95:5)
        at next (/root/nodebb/node_modules/express/lib/router/route.js:137:13)
        at Form.<anonymous> (/root/nodebb/node_modules/connect-multiparty/index.js:114:7)
        at Form.emit (events.js:315:20)
        at emitCloseNT (internal/streams/destroy.js:87:10)
        at processTicksAndRejections (internal/process/task_queues.js:79:21)
    
    barisB 1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    replied to Kagarino on last edited by
    #6

    @kagarino said in NodeBB v1.15.0-rc.0 -- Release Candidate published:

    connect-multiparty

    Can you report the version of connect-multiparty and multiparty dependencies? This sounds like https://github.com/expressjs/connect-multiparty/issues/29

    K 1 Reply Last reply
    0
  • K Offline
    K Offline
    Kagarino Anime Lovers
    replied to <baris> on last edited by
    #7

    @baris said in NodeBB v1.15.0-rc.0 -- Release Candidate published:

    req.files empty on nodejs 14 ยท Issue #29 ยท expressjs/connect-multiparty

    I have a feeling this might be a nodejs 14 issue, maybe related to nodejs/node#33050 not sure. Same code works on node 12.x. On nodejs 14 req.files is just an empty object. Simple app to reproduce below. const express = require('express'...

    favicon

    GitHub (github.com)

    "connect-multiparty": "^2.2.0"

    "multiparty" is not listed in my package.json for NodeBB

    barisB 1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    replied to Kagarino on last edited by
    #8

    @kagarino multiparty is a dependency of connect-multiparty it needs to be at version 4.2.2.

    K 1 Reply Last reply
    3
  • K Offline
    K Offline
    Kagarino Anime Lovers
    replied to <baris> on last edited by
    #9

    @baris updating multiparty manually fixed the problem. It was at version 4.2.1

    Thank you for your help!

    1 Reply Last reply
    2
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #10

    Release rc.4
    https://github.com/NodeBB/NodeBB/releases/tag/v1.15.0-rc.4

    1 Reply Last reply
    1

Copyright ยฉ 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development