1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 10:52:31 +01:00
Go to file
Madeline d200d83066
Changing Member.premium_since back from Date to number fixes an error in the Discord electron client related to rendering premium status.
Client throws "Invalid time value", so I'm guessing it's something to do with premium_since not being the date format they want ( allegedly ISO8601, but works with a plain number, so wtf )
2022-03-08 21:22:02 +11:00
.docker Revert "fix: make API dockerfile use correct setup steps" 2021-10-18 14:36:57 +02:00
.github Update documents 2022-01-04 20:51:04 +03:00
api Check username 2022-03-06 12:18:58 +03:00
bundle Fixed npm run tsnode throwing error about ES modules for node-fetch. Probably was api package.json still included node-fetch 3, but bundle still had v2 2022-03-06 10:52:19 +03:00
cdn Fixed npm run tsnode throwing error about ES modules for node-fetch. Probably was api package.json still included node-fetch 3, but bundle still had v2 2022-03-06 10:52:19 +03:00
dashboard Update documents 2022-01-04 20:51:04 +03:00
gateway Bump url-parse from 1.5.7 to 1.5.10 in /gateway 2022-02-28 04:54:32 +00:00
rtc Update documents 2022-01-04 20:51:04 +03:00
util Changing Member.premium_since back from Date to number fixes an error in the Discord electron client related to rendering premium status. 2022-03-08 21:22:02 +11:00
webrtc Update documents 2022-01-04 20:51:04 +03:00
.dockerignore prettier formatted and simplified README links 2021-10-20 08:45:42 +09:00
.editorconfig add editor config 2021-09-02 20:18:57 +02:00
.gitignore Restore package locks 2021-12-26 16:41:22 +01:00
.prettierrc Global prettierrc, format build.js 2021-11-11 22:24:44 +01:00
COPYING Add licence file into fosscord-server repository 2021-09-14 23:50:45 +03:00
crowdin.yml prettier formatted and simplified README links 2021-10-20 08:45:42 +09:00
docker-compose.yml change docker build 2021-10-24 02:04:58 +08:00
Dockerfile change docker build 2021-10-24 02:04:58 +08:00
fosscord-server.code-workspace prettier formatted and simplified README links 2021-10-20 08:45:42 +09:00
nginx.conf Improvements + dummy API configs 2021-12-18 15:19:07 +03:00
README.md Use the boomerang logo 2022-01-11 21:58:51 +03:00