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

1775 Commits

Author SHA1 Message Date
xnacly
94c96be0ee added ban check to Member.addToGuild 2021-09-03 21:31:45 +02:00
xnacly
7db26b5952 moved Constants and Errorhandler from api to util 2021-09-03 21:29:17 +02:00
xnacly
afff55cb59 added template for future routes 2021-09-03 21:28:07 +02:00
xnacly
77a87acfe6 Merge branch 'master' of https://github.com/fosscord/fosscord-server 2021-09-03 20:00:21 +02:00
Flam3rboy
ff4246204e Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-09-03 20:01:42 +02:00
xnacly
787b830a09 fixed 'undefined not found' + error not showing in client 2021-09-03 20:00:19 +02:00
Flam3rboy
4aa58b9256 Merge pull request #314 from AlTech98/master
Fix VoiceStateUpdate
2021-09-03 15:57:44 +02:00
Flam3rboy
c45e1b0f10 🐛 only delete session id for authenticated connections 2021-09-03 15:57:29 +02:00
Flam3rboy
0be8c804b4 improve invite generation 2021-09-03 15:48:24 +02:00
Flam3rboy
b86f99c4a5 improve invite generation 2021-09-03 15:48:09 +02:00
Flam3rboy
d5fcb7f971 🐛 fix #311 2021-09-03 15:27:00 +02:00
AlTech98
48036bdad5 Fix to send the voice leave event only to the right session 2021-09-03 14:23:33 +02:00
AlTech98
4187a8d196 Make the user leave the current channel before joining one in another guild 2021-09-03 14:12:44 +02:00
AlTech98
c9024692f7 Temp fix for Guild.voice_states not working 2021-09-03 14:10:34 +02:00
AlTech98
2028cc8e0b Merge remote-tracking branch 'origin/master' 2021-09-03 13:36:22 +02:00
AlTech98
aec4f6fd1d VoiceState fix for db update 2021-09-03 13:27:15 +02:00
Flam3rboy
a446837679 🐛 fix member roles + list 2021-09-03 13:23:20 +02:00
Flam3rboy
f83f4416b8 🐛 fix member has no roles in guild create 2021-09-03 13:10:24 +02:00
Flam3rboy
ea4201c6f7 🐛 fix client connection crash on guild create 2021-09-03 12:53:25 +02:00
Flam3rboy
d3179098bb fix #310 2021-09-03 05:17:49 +02:00
Flam3rboy
0c1fe5b068 simplify permissions query 2021-09-03 05:04:13 +02:00
Flam3rboy
5dfff74881 🐛 fix#310 2021-09-03 05:03:46 +02:00
Flam3rboy
e2ea701920 guild position update 2021-09-03 05:03:11 +02:00
Flam3rboy
ba4e363279 🙈 add database.db to .gitignore 2021-09-03 04:05:28 +02:00
Flam3rboy
001dbe800c 📝 drop tables script 2021-09-03 04:04:48 +02:00
Flam3rboy
11b2176773 🐛 fix message sending 2021-09-03 04:04:34 +02:00
Flam3rboy
1350f2cbac 🐛 fix #289 2021-09-03 04:02:21 +02:00
Flam3rboy
c7ed245433 ⬆️ update dependencies 2021-09-03 03:38:40 +02:00
Flam3rboy
a374b0b11a 🎨 update entities 2021-09-03 03:38:19 +02:00
Flam3rboy
acb5fba488 🐛 fix member + member list 2021-09-03 03:37:55 +02:00
Flam3rboy
7b607c6bbd fix #309 2021-09-03 01:15:19 +02:00
Flam3rboy
11af8531cc 🐛 fix entity missing an id (replace .insert with new Entity().save) 2021-09-02 21:31:44 +02:00
Flam3rboy
7eb20464af Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-09-02 21:11:08 +02:00
Flam3rboy
6cd7d7230e Merge pull request #306 from AlTech98/master
Gateway VOICE_STATE_UPDATE and sessions implementation, fix #210
2021-09-02 20:20:15 +02:00
Flam3rboy
976c4ce328 add editor config 2021-09-02 20:18:57 +02:00
Flam3rboy
8092216343 🎨 reformat files 2021-09-02 20:10:25 +02:00
Flam3rboy
562a53d6bb add user_id field to Member 2021-09-02 19:50:05 +02:00
AlTech98
8ff56b1f9e VOICE_STATE_UPDATE implementation, fix #210 2021-09-02 19:33:04 +02:00
Flam3rboy
c410fbcc0d 🎨 update openapi title 2021-09-02 10:27:33 +02:00
Flam3rboy
f056885fb0 Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-09-02 00:14:34 +02:00
Flam3rboy
854239e0e1 ⬆️ update dependencies 2021-09-01 23:35:20 +02:00
Flam3rboy
cba341a6d6 🐛 fix entity types and projection 2021-09-01 23:34:55 +02:00
Flam3rboy
1a76c663d2 generate open api schema based on body and db entities 2021-09-01 23:33:14 +02:00
xnacly
a1a859b1c1 added /login unittest 2021-09-01 22:14:06 +02:00
xnacly
5618e748b4 see parent 2021-09-01 22:13:27 +02:00
xnacly
26be2f9a1d fixed globalSetup for jest 2021-09-01 22:10:44 +02:00
xnacly
e8ff7498c6 removed logging of database queries 2021-09-01 22:10:14 +02:00
Flam3rboy
b5456f10cc Merge pull request #302 from sudenoh/master
Added property maxWebhooks to ConfigValue and defined a default value…
2021-09-01 15:45:33 +02:00
sudenoh
907abceff8 Added property maxWebhooks to ConfigValue and defined a default value in DefaultConfigOptions. 2021-09-01 15:43:37 +02:00
Flam3rboy
44ea23f648 Merge pull request #301 from fosscord/feat--DiscordApiErrors
Use discord api errors and check limits
2021-09-01 11:31:59 +02:00