1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00
Commit Graph

2016 Commits

Author SHA1 Message Date
Hayden Young
3c7b8da9a8
fix: don't set location by default 2021-10-14 23:15:03 +01:00
Hayden Young
a003b08b88
chore: remove unused import 2021-10-14 23:04:11 +01:00
Hayden Young
e496a15f2d
feat: implement an S3-based storage API 2021-10-14 23:04:03 +01:00
Flam3rboy
2bf3ee4290
Merge pull request #438 from Mr2u/dev
npm run build fails if Windows username contains space
2021-10-11 15:00:43 +02:00
Maddy
f210316b24 npm run build on Windows with usernames containing space fails, fixed by wrapping tscBin in quotes 2021-10-11 18:24:28 +11:00
Flam3rboy
de681188e5 🐛 fix typing 2021-10-09 14:00:28 +02:00
Flam3rboy
7e335fa266 🎨 do not auto guest register on login/register page 2021-10-09 13:04:46 +02:00
Flam3rboy
976a8e094b 🐛 fix claim account 2021-10-09 13:04:27 +02:00
Flam3rboy
d1844b65d1 added guestsRequireInvite to config 2021-10-09 12:54:03 +02:00
Flam3rboy
0fd47815eb 🐛 fix password changing 2021-10-09 12:53:52 +02:00
Flam3rboy
7c61883226 🐛 fix cdn 2021-10-09 11:21:06 +02:00
Flam3rboy
e573b18cfc 🐛 fix import 2021-10-09 01:53:47 +02:00
Flam3rboy
1ffeedd887 🐛 fix old node version 2021-10-09 01:53:41 +02:00
Flam3rboy
44ddcc592d Merge branch 'master' of http://github.com/fosscord/fosscord-server 2021-10-09 01:45:05 +02:00
Flam3rboy
9fa4c607fc 🎨 fix imports with new build script 2021-10-09 01:45:02 +02:00
Flam3rboy
d842478d06 🐛 fix build 2021-10-09 01:44:44 +02:00
xnacly
e21642ad06 🚀 2000 commit - changed ascii art 2021-10-08 20:35:29 +02:00
xnacly
6544957626 replaced node:16 with alpine in bundle Dockerfile 2021-10-08 20:35:06 +02:00
xnacly
badea523e8 added Dockerfile for bundle 2021-10-08 20:13:19 +02:00
Flam3rboy
0e038bb390
Merge pull request #418 from TheArcaneBrony/compiler-change
Switch compiler to swc
2021-10-08 10:50:32 +02:00
Flam3rboy
b44f356d9e bundle build script 2021-10-08 10:43:43 +02:00
Flam3rboy
c6bc68c4aa Merge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-server into pr/TheArcaneBrony/418-1 2021-10-07 18:22:15 +02:00
Flam3rboy
1bef11aaaa 🐛 fix swc config 2021-10-07 18:21:17 +02:00
Flam3rboy
9bfee45811 fast build script 2021-10-07 18:21:01 +02:00
Flam3rboy
650ba3d0ae 🐛 fix types + swcrc configs 2021-10-07 18:20:03 +02:00
Flam3rboy
95bb148cfa 🐛 fix swcrc config: rewrite import -> require 2021-10-07 09:59:04 +02:00
The Arcane Brony
72af8dc719 Compiler test 2021-10-06 18:20:22 +02:00
Flam3rboy
977a963778 ⬆️ update packages 2021-10-06 17:39:32 +02:00
Flam3rboy
627ba5373b ⬆️ lambert-server@1.2.11 2021-10-05 20:47:12 +02:00
Flam3rboy
d58e0a7abb 🎨 add build script to bundle setup 2021-10-05 20:32:22 +02:00
Flam3rboy
34a86b616e 🐛 fix set user settings 2021-10-05 20:18:14 +02:00
Flam3rboy
c3551d9254 🐛 fix user projection 2021-10-05 19:52:42 +02:00
Flam3rboy
72299d722b 🎨 reformatted 2021-10-05 19:37:54 +02:00
Flam3rboy
9b34eba268 🐛 fix client locale 2021-10-05 19:37:35 +02:00
Flam3rboy
b9391bfac1 added autoJoin guild to config 2021-10-05 19:37:20 +02:00
Flam3rboy
1492751d58 🎨 move field error to util 2021-10-05 19:34:13 +02:00
Flam3rboy
8b56eb5fbc add User.register() method 2021-10-05 19:33:23 +02:00
Flam3rboy
1fad621347 ⬆️ update mnjsf 2021-10-05 19:32:42 +02:00
Flam3rboy
382fad0b7e 🐛 fix windows db file path 2021-10-05 19:32:29 +02:00
Flam3rboy
d3039b55ff 🐛 fix lazy request 2021-10-05 17:39:21 +02:00
Flam3rboy
9fa6c3a3db 🎨 improve migration script 2021-10-05 17:00:58 +02:00
Flam3rboy
334a357c6d 🐛 fix guild create with client template 2021-10-05 17:00:43 +02:00
Flam3rboy
09f60cce69 auto register guest account 2021-10-05 16:37:30 +02:00
Flam3rboy
9d67c7f7fc 🐛 fix bundle setup 2021-10-05 16:35:38 +02:00
Flam3rboy
17e31a00f0 db migrate script 2021-10-04 23:14:03 +02:00
Flam3rboy
0914f424ce generalize primary column to work with mongodb object id 2021-10-04 22:43:51 +02:00
Flam3rboy
57af4224fd Merge branch 'master' of http://github.com/fosscord/fosscord-server 2021-10-04 22:06:17 +02:00
Flam3rboy
fafd862d47
Merge pull request #413 from Thesourtimes/master
Add colors for some logs + ASCII on startup
2021-10-04 22:01:33 +02:00
Flam3rboy
a6adbe9142 ⬆️ update dependencies 2021-10-04 22:01:05 +02:00
Flam3rboy
e563aa25b4 🚧 different db engines 2021-10-04 21:57:24 +02:00