-
### What do you want to see?
Registration tokens similar to https://github.com/spacebarchat/server/pull/891
-
Third party Discord servers such as https://gitlab.com/litecord/litecord and https://github.com/spacebarchat/spacebarchat exist. It would be great to be able to use this bridge with those third party …
-
**Describe the bug**
Spacebarchat-server run from Docker sends back localhost:3001 for the instance URLs which causes network errors when connecting from thh eclient.
**Expected behavior**
The se…
-
Hello, I'm using a RaspberryPi5 8Gb with the Raspberry Pi OS Lite image, when I try to startup the server using your docker-compose.yml template for sqlite, the container won't start and just crashes.…
-
### Why this feature request has been made in the first place
User rights allow configuring what users are and are not allowed to do server-wide. However, as spacebar currently stands, bots cannot …
-
https://github.com/spacebarchat/server/blob/master/src/api/routes/auth/register.ts#L206-L206
we just `new Date(...)` it which may mean the string relies on the locale of the host system which is no…
-
**Is your feature request related to a problem? Please describe.**
It would be nice to have a way to delete an account on the official spacebar instance.
**Describe the solution you'd like**
A de…
-
**Is your feature request related to a problem? Please describe.**
There are third party server implementations of Discord, such as https://gitlab.com/litecord/litecord, and https://github.com/spaceb…
-
![Screenshot of Discord API Docs](https://user-images.githubusercontent.com/39242991/236546938-fa33e6bc-528c-4789-966f-cbfa0d938210.png)
![Screenshot of Spacebar API Docs](https://user-images.githubu…
-
**Describe the bug**
When I send a request to /api/auth/register with the following json body:
```json
{
"username": "Hi",
"consent": false
}
```
I get this error:
```json
{
"code": 5…