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

85 Commits

Author SHA1 Message Date
xnacly
89da09f152 added ban check to Member.addToGuild 2021-09-03 21:31:45 +02:00
xnacly
879587d62b moved Constants and Errorhandler from api to util 2021-09-03 21:29:17 +02:00
Flam3rboy
c95cd06dac Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-09-03 20:01:42 +02:00
Flam3rboy
3a3de120dc
Merge pull request #314 from AlTech98/master
Fix VoiceStateUpdate
2021-09-03 15:57:44 +02:00
Flam3rboy
f3e8b5e1fd improve invite generation 2021-09-03 15:48:09 +02:00
Flam3rboy
c944babc96 🐛 fix #311 2021-09-03 15:27:00 +02:00
AlTech98
ddee2c0272 Temp fix for Guild.voice_states not working 2021-09-03 14:10:34 +02:00
AlTech98
f6f87ef906 Merge remote-tracking branch 'origin/master' 2021-09-03 13:36:22 +02:00
AlTech98
f99ed31730 VoiceState fix for db update 2021-09-03 13:27:15 +02:00
Flam3rboy
2fab755e97 🐛 fix member has no roles in guild create 2021-09-03 13:10:24 +02:00
Flam3rboy
ddf4f54e81 🐛 fix client connection crash on guild create 2021-09-03 12:53:25 +02:00
Flam3rboy
628ff5973e fix #310 2021-09-03 05:17:49 +02:00
Flam3rboy
bac6d570bf simplify permissions query 2021-09-03 05:04:13 +02:00
Flam3rboy
97ec83ea1c 🐛 fix#310 2021-09-03 05:03:46 +02:00
Flam3rboy
e662c983b3 🐛 fix message sending 2021-09-03 04:04:34 +02:00
Flam3rboy
57bf4b0a2f ⬆️ update dependencies 2021-09-03 03:38:40 +02:00
Flam3rboy
3eac3a05ec 🎨 update entities 2021-09-03 03:38:19 +02:00
Flam3rboy
db46c332b3 fix #309 2021-09-03 01:15:19 +02:00
Flam3rboy
4c4bc248a5 🐛 fix entity missing an id (replace .insert with new Entity().save) 2021-09-02 21:31:44 +02:00
Flam3rboy
0326fd4aef Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-09-02 21:11:08 +02:00
Flam3rboy
2ba4c21f6b 🎨 reformat files 2021-09-02 20:10:25 +02:00
Flam3rboy
d29ccaf623 add user_id field to Member 2021-09-02 19:50:05 +02:00
AlTech98
9dac7ddf9e VOICE_STATE_UPDATE implementation, fix #210 2021-09-02 19:33:04 +02:00
Flam3rboy
7972f698c5 Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-09-02 00:14:34 +02:00
Flam3rboy
295159fc4a 🐛 fix entity types and projection 2021-09-01 23:34:55 +02:00
xnacly
759df843c2 removed logging of database queries 2021-09-01 22:10:14 +02:00
sudenoh
8a9385159c Added property maxWebhooks to ConfigValue and defined a default value in DefaultConfigOptions. 2021-09-01 15:43:37 +02:00
Flam3rboy
ff3b1b7093 Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeorm 2021-08-31 17:58:49 +02:00
Flam3rboy
f313178518 delete _ids from entities 2021-08-31 17:54:09 +02:00
AlTech98
b59cbdb081 Implemented voice apis #127 and #78 2021-08-30 21:12:13 +02:00
Flam3rboy
4abc758991 🚧 typeorm 2021-08-30 12:15:06 +02:00
Flam3rboy
954700b2d5 only local rate limit to prevent to much pressure on the database 2021-08-30 12:14:32 +02:00
Flam3rboy
d0292ef96b 🐛 convert bigint -> string 2021-08-29 17:12:46 +02:00
Flam3rboy
428c1dc2db Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeorm 2021-08-29 16:58:59 +02:00
Flam3rboy
ac84431cc2 fix util 2021-08-29 16:58:37 +02:00
xnacly
ca4f0e653c fixed wrong type declaration in Gateway readyEvent 2021-08-29 16:55:46 +02:00
Flam3rboy
b4b8d1d8df typeorm gateway 2021-08-29 00:30:04 +02:00
Flam3rboy
227a4e47f1 update util 2021-08-29 00:03:58 +02:00
Flam3rboy
845e77eed2 🚧 typeorm 2021-08-27 11:11:16 +02:00
Flam3rboy
db3f5c0d1b use RelationId 2021-08-26 20:48:09 +02:00
Flam3rboy
c4426920a1 🐛 fix unit tests 2021-08-26 02:07:16 +02:00
Flam3rboy
6f16392aa4 unit test 2021-08-26 00:22:26 +02:00
Flam3rboy
88305c0c0e 🐛 patch modules 2021-08-26 00:22:11 +02:00
Flam3rboy
62b6ba4002 util 2021-08-24 16:35:59 +02:00
Flam3rboy
271e439b1a util unit tests 2021-08-24 16:35:39 +02:00
Flam3rboy
b86032a001 typeorm entities 2021-08-24 16:34:46 +02:00
Flam3rboy
af36266ea8 generate schema 2021-08-23 03:52:14 +02:00
Flam3rboy
4a34892d46 🚧 typeorm 2021-08-22 12:41:21 +02:00
Flam3rboy
9fda915b37 🚧 typeorm 2021-08-21 16:47:22 +02:00
Flam3rboy
a47de8585c 🎨 update bundle build 2021-08-19 21:29:12 +02:00