1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 19:02:33 +01:00
Commit Graph

2383 Commits

Author SHA1 Message Date
Flam3rboy
5e24006472 🐛 fix test 2021-04-06 18:57:06 +02:00
Flam3rboy
fbeb7ce8f8 🐛 fix bigint id in message route 2021-04-06 18:07:18 +02:00
Flam3rboy
3205dc6f60 remove date_of_birth as discord only saves if someone is older than 18 years (nsfw_allowed) 2021-04-06 18:05:22 +02:00
Flam3rboy
35da56a905 🔧 build 2021-04-06 18:03:37 +02:00
Flam3rboy
7089287016 🎨 Convert id bigint to string 2021-04-06 18:02:10 +02:00
Flam3rboy
7276724702 🎨 Convert id bigint to string 2021-04-06 18:02:00 +02:00
Flam3rboy
7685e19835 🎨 Convert id bigint to string 2021-04-06 18:01:49 +02:00
Flam3rboy
79894e6f27 🐛 fix body parser empty error object 2021-04-06 17:12:05 +02:00
Flam3rboy
79c4fd55fc 🐛 fix User Model guilds 2021-04-06 17:06:00 +02:00
Flam3rboy
0f23d5bed4
Merge pull request #81 from notsapinho/patch-1
🐛 fix structure
2021-04-06 16:21:17 +02:00
notsapinho
dfbe855f3d
🐛 fix structure 2021-04-06 11:20:30 -03:00
Flam3rboy
7279df5efb 🐛 fix hearbeat gateway 2021-04-06 14:15:13 +02:00
Flam3rboy
6fbfcac1ba add date of birth to user 2021-04-06 04:30:24 +02:00
Flam3rboy
509394b592 add .lean to mongodb queries 2021-04-06 04:30:07 +02:00
Flam3rboy
af6f9b57ad 🐛 fix user guilds 2021-04-06 04:30:04 +02:00
Flam3rboy
73aeca20de 🐛 fix login 2021-04-06 04:10:24 +02:00
Flam3rboy
6b61c86e3f 🎨 add opcodes 2021-04-06 04:07:32 +02:00
Flam3rboy
9c04313826 Ready event 2021-04-06 04:07:09 +02:00
Flam3rboy
8c0bde696d 🐛 fix heartbeat error 2021-04-06 04:06:47 +02:00
Flam3rboy
e4115d13ef zlib compression 2021-04-06 04:06:32 +02:00
Flam3rboy
5f3cea845d test client 2021-04-06 04:06:07 +02:00
Flam3rboy
4f67c2c86e 🎨 proper error message body parser 2021-04-06 04:05:46 +02:00
Flam3rboy
d700e4c8fa 🐛 fix guild schema 2021-04-06 04:05:31 +02:00
Flam3rboy
d774216bc8 .lean() all mongodb requests 2021-04-06 04:05:18 +02:00
Flam3rboy
770b07400e revert guilds in user_data 2021-04-06 04:04:14 +02:00
Flam3rboy
0e9089dee9 🐛 fix routes user.user_data 2021-04-06 04:03:37 +02:00
Flam3rboy
8b64ab4f38 🚧 experiments + gateway route 2021-04-06 03:58:27 +02:00
Flam3rboy
e5f408be08 🐛 fix Database 2021-04-06 03:56:19 +02:00
Flam3rboy
35be87b867 save private data in user.user_data 2021-04-06 03:56:08 +02:00
Flam3rboy
75b690600d add Guild virtual fields 2021-04-06 03:55:46 +02:00
Flam3rboy
1def5ff09f 🐛 fix Ready event 2021-04-06 03:55:25 +02:00
Flam3rboy
10203787a3 🐛 fix Activity Model 2021-04-06 03:55:04 +02:00
Flam3rboy
a888147dfc export ReadyEventData 2021-04-05 22:33:01 +02:00
Flam3rboy
4d6fd4634f Event Enum 2021-04-05 22:28:51 +02:00
Flam3rboy
6e009484a6 init test client 2021-04-05 21:43:11 +02:00
Flam3rboy
c0fd1d1f2f 🐛 fix body parser 2021-04-05 21:24:36 +02:00
Flam3rboy
c32f7e2745 🙈 add .DS_Store to .gitignore 2021-04-03 15:22:10 +02:00
Flam3rboy
c9e227e495 🙈 add .DS_Store to .gitignore 2021-04-03 15:22:07 +02:00
Flam3rboy
cf70e8cff6 setup jest environment 2021-03-30 15:39:00 +02:00
Flam3rboy
247ef99a21 🐛 rewrite imports 2021-03-30 15:37:54 +02:00
Flam3rboy
0d0dd4f6b8 move routes to top level no more /api/v8 -> use reverse proxy instead 2021-03-30 15:37:43 +02:00
xnacly
9050415611 added GET [#12] 2021-03-28 19:12:06 +02:00
Flam3rboy
9b9aca07f7 ⬆️ update fosscord-server-util 2021-03-28 13:37:30 +02:00
Flam3rboy
7b10a17d46 Merge branch 'master' of https://github.com/discord-open-source/discord-api 2021-03-27 21:52:47 +01:00
Flam3rboy
0baef5015a 🐛 remove relative @paths 2021-03-27 21:52:02 +01:00
Flam3rboy
9d06aa09bf 🎨 Message 2021-03-27 21:51:45 +01:00
Flam3rboy
f22b6d3f0b 🎨 update Message timestamp to use Date 2021-03-27 21:25:49 +01:00
Flam3rboy
e67ca0a163 Merge branch 'master' of https://github.com/discord-open-source/discord-api 2021-03-23 22:08:40 +01:00
Flam3rboy
76d800209e 🐛 fix message post 2021-03-23 22:08:30 +01:00
Flam3rboy
b346ff857d 🚧 shorten relative paths with @shortcut 2021-03-22 21:52:56 +01:00