NodeBB
NodeBB copied to clipboard
Node.js based forum software built for the modern web
### Description While moving/merging topics, posts etc. if you close the tab before the action is completed, it does not move the topic/post... so, you have to wait for timeout...
A concept mutually exclusive from category privileges, a post should be able to specify its own recipients. While there is limited use-case for it in NodeBB itself, ActivityPub specifies that...
If a user severs the websocket connection but stays on the chat page (or modal, for Persona), any messages received in the interim are not displayed to the user upon...
resolves #12432 This is a slightly hacky way to fix this, but I'm not entirely sure if there aren't any plugins depending on `exposeUid/exposeGroupName` short-circuiting to a 404 on lack...
### NodeBB version v3.7.1 ### NodeBB git hash _No response_ ### NodeJS version v20 ### Installed NodeBB plugins _No response_ ### Database type _No response_ ### Database version _No response_...
### Description ## What and why? Currently NodeBB API only supports a very coarse cookie and static bearer key authentication schemes. This makes interacting with an instance from outside fairly...
As reported by @AliCihan
# [FEP document](https://codeberg.org/fediverse/fep/src/branch/main/fep/1b12/fep-1b12.md) ## Main Concerns 1. Handle namespace collision * Users and groups share a common slug namespace as they can be mentioned. We use a similar constraint for...
This is only tangentially related to ActivityPub, but is more closely aligned with accessibility. NodeBB currently lowercases tags, which I think might be because it's more easily searchable that way?...
### Description We used the v2 API that GET `/api/v2/posts/{pid}/vote` and it returned a list of upvoters. This stopped working when we updated NodeBB to v3.x.x. As I'm looking at...