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

1762 Commits

Author SHA1 Message Date
Flam3rboy
ebd0537c5c improve invite generation 2021-09-03 15:48:24 +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
Flam3rboy
4484c75ee2 🐛 fix member roles + list 2021-09-03 13:23:20 +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
5b39b11e5f guild position update 2021-09-03 05:03:11 +02:00
Flam3rboy
939601e418 🙈 add database.db to .gitignore 2021-09-03 04:05:28 +02:00
Flam3rboy
da964c6d82 📝 drop tables script 2021-09-03 04:04:48 +02:00
Flam3rboy
e662c983b3 🐛 fix message sending 2021-09-03 04:04:34 +02:00
Flam3rboy
4fe30d32c0 🐛 fix #289 2021-09-03 04:02:21 +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
36fe0ec0c8 🐛 fix member + member list 2021-09-03 03:37:55 +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
fe3cb4eca0
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
b90592f58c add editor config 2021-09-02 20:18:57 +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
6685047d20 🎨 update openapi title 2021-09-02 10:27:33 +02:00
Flam3rboy
7972f698c5 Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-09-02 00:14:34 +02:00
Flam3rboy
8e29e40ef4 ⬆️ update dependencies 2021-09-01 23:35:20 +02:00
Flam3rboy
295159fc4a 🐛 fix entity types and projection 2021-09-01 23:34:55 +02:00
Flam3rboy
0fbe9131ad generate open api schema based on body and db entities 2021-09-01 23:33:14 +02:00
xnacly
66d3d5a6c6 added /login unittest 2021-09-01 22:14:06 +02:00
xnacly
3905c51b35 see parent 2021-09-01 22:13:27 +02:00
xnacly
5175557809 fixed globalSetup for jest 2021-09-01 22:10:44 +02:00
xnacly
759df843c2 removed logging of database queries 2021-09-01 22:10:14 +02:00
Flam3rboy
3c8cb59cb0
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
8a9385159c Added property maxWebhooks to ConfigValue and defined a default value in DefaultConfigOptions. 2021-09-01 15:43:37 +02:00
Flam3rboy
07b49d4324
Merge pull request #301 from fosscord/feat--DiscordApiErrors
Use discord api errors and check limits
2021-09-01 11:31:59 +02:00
Flam3rboy
398e8c29ca use DiscordApiErrors and check limits 2021-09-01 11:27:52 +02:00
Flam3rboy
e5bac0af0d fix #295 2021-09-01 11:07:56 +02:00
Flam3rboy
ee35e42153
Merge pull request #300 from fosscord/typeorm 2021-09-01 10:47:00 +02:00
Flam3rboy
98f39f4710
Merge pull request #299 from AlTech98/typeorm
Created list of all possible api errors and made them throwable in routes code
2021-08-31 18:13:16 +02:00
Flam3rboy
ef5df63501
Merge branch 'typeorm' into typeorm 2021-08-31 18:10:36 +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
3f66c10178 🐛 db query fixes 2021-08-31 17:58:47 +02:00
Flam3rboy
adc75ca76b channel recipients 2021-08-31 17:58:28 +02:00
Flam3rboy
e8c9bae897 Channel utility methods in entity 2021-08-31 17:57:44 +02:00
Flam3rboy
a58cc00f83 fix member roles 2021-08-31 17:57:19 +02:00
AlTech98
7fcb68f082 Created list of all possible api errors and made them throwable in routes code 2021-08-31 17:56:38 +02:00
Flam3rboy
f68b3027e3 use insert instead of save 2021-08-31 17:56:33 +02:00
Flam3rboy
5d820f3534 🐛 fix message sending 2021-08-31 17:55:23 +02:00