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

1855 Commits

Author SHA1 Message Date
Flam3rboy
181afe7e09 🐛 fix guild create icon 2021-09-18 00:19:53 +02:00
Flam3rboy
859fdd679b 🐛 fix body parse treating null not as undefined (except for icons/avatars) 2021-09-17 23:42:40 +02:00
Flam3rboy
4003fef534 🐛 fix vanity url 2021-09-16 22:03:30 +02:00
Flam3rboy
b446a3110b ⬆️ update package 2021-09-16 20:55:50 +02:00
Flam3rboy
60ee234891 Revert "fix #128"
This reverts commit 8893fd16d9.
2021-09-16 20:49:17 +02:00
Flam3rboy
173f03c596 Revert "fix #129"
This reverts commit 8f862f0e5d.
2021-09-16 20:49:12 +02:00
Flam3rboy
d2d7dd0561 Revert "🚧 webhook"
This reverts commit df2b83ac15.
2021-09-16 20:49:07 +02:00
Flam3rboy
94ee8fc386 Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-09-16 20:46:24 +02:00
Flam3rboy
bd9cc4c537 ⬆️ fix + update dependencies 2021-09-16 20:46:22 +02:00
Flam3rboy
706bc40602 Merge pull request #366 from erkinalp/patch-2 2021-09-14 22:52:08 +02:00
Erkin Alp Güney
ffa98126ed Add licence file into fosscord-server repository
Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com>
2021-09-14 23:50:45 +03:00
Flam3rboy
df2b83ac15 🚧 webhook 2021-09-14 22:15:55 +02:00
Flam3rboy
8f862f0e5d fix #129 2021-09-14 21:16:15 +02:00
Flam3rboy
8893fd16d9 fix #128 2021-09-14 21:16:04 +02:00
Flam3rboy
37533e28fd Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-09-14 13:18:32 +02:00
Flam3rboy
8418498a97 Merge pull request #360 from AlTech98/invite
Invite fixes
2021-09-14 13:13:50 +02:00
Flam3rboy
f6f56d0dbe Merge pull request #359 from Thesourtimes/master
add store endpoints
2021-09-14 13:08:02 +02:00
AlTech98
b17f3c053d Emit INVITE_DELETE 2021-09-14 09:38:52 +02:00
AlTech98
8f68c4abcf Fix invites creation 2021-09-14 09:38:21 +02:00
uurgothat
9b10ab2d0b add store endpoints 2021-09-13 21:22:14 +03:00
Flam3rboy
12fbba82ba Merge pull request #358 from AlTech98/fix-356
Fix #356
2021-09-13 19:28:17 +02:00
AlTech98
7cdcb82ecd Fix #356 2021-09-13 19:25:44 +02:00
Flam3rboy
a93c102044 Merge pull request #357 from AlTech98/user-update
Emit USER_UPDATE
2021-09-13 19:12:39 +02:00
Flam3rboy
68eae50a63 Update index.ts 2021-09-13 19:12:19 +02:00
AlTech98
b15a93d120 Emit USER_UPDATE, fix #214 2021-09-13 19:09:01 +02:00
Flam3rboy
a00c87d8ba Merge pull request #355 from AlTech98/attachments
Attachments fixes
2021-09-13 17:59:21 +02:00
Flam3rboy
8568b3cdce 🐛 fix fosscord.js 2021-09-13 17:51:37 +02:00
Flam3rboy
dcc3ae6a14 🎨 remove unused imports 2021-09-13 17:51:16 +02:00
AlTech98
aa1f1a22a4 Delete attachments of deleted messages, fix #273 2021-09-13 17:32:31 +02:00
AlTech98
12c92a2950 Fix attachments not being saved to db 2021-09-13 17:31:07 +02:00
Flam3rboy
9b4457424d 🐛 fix In() query 2021-09-13 12:22:59 +02:00
Flam3rboy
9e3bc94e9d 🐛 fix relationship 2021-09-13 12:22:41 +02:00
Flam3rboy
4f1b926d09 🐛 fix dm #321 2021-09-13 01:11:03 +02:00
Flam3rboy
6b21e107dd 🐛 fix channel events + message send 2021-09-13 00:17:56 +02:00
Flam3rboy
e32bb24fa8 🐛 fix invites: ajv doesn't treat null as undefined 2021-09-13 00:00:11 +02:00
Flam3rboy
33533fc183 Merge branch 'typescript-interface-body-parser+autogenerate-unit-tests+documentation' 2021-09-12 23:32:55 +02:00
Flam3rboy
6ba9c834bd #307 done 2021-09-12 23:28:56 +02:00
Flam3rboy
e2c66a1fe5 🚧 new body parser (bans route) 2021-09-12 21:21:08 +02:00
Flam3rboy
0a0a61565e 🐛 fix gateway 2021-09-12 21:20:47 +02:00
Flam3rboy
60535f5159 🎨 remove long relatives paths -> short module paths 2021-09-12 21:09:29 +02:00
Flam3rboy
aeb3ef5543 Merge pull request #353 from AlTech98/dummy-routes
Add dummy missing routes
2021-09-12 19:40:15 +02:00
AlTech98
c073adf3ba Add dummy missing routes 2021-09-12 19:27:29 +02:00
Flam3rboy
7eea37d184 Merge pull request #348 from AlTech98/fix-cdn-upload
Increased CDN max upload to 10mb, fix #318
2021-09-12 15:32:58 +02:00
Flam3rboy
6f55e88ab7 Merge pull request #347 from AlTech98/fixrelationships
Fix relationships get query
2021-09-12 15:32:43 +02:00
AlTech98
3cd404eb42 Fix relationships get query 2021-09-09 18:32:36 +02:00
AlTech98
e4e10b18d9 Increased CDN max upload to 10mb 2021-09-09 16:55:02 +02:00
conner
a5f3f99a3f Merge pull request #345 from fosscord/revert-344-master
Revert "Increased CDN max upload to 10mb, fix #318"
2021-09-09 16:41:38 +02:00
conner
c505e3dda4 Revert "Increased CDN max upload to 10mb, fix #318" 2021-09-09 16:40:47 +02:00
conner
ea7f7c18ad Merge pull request #344 from AlTech98/master
Increased CDN max upload to 10mb, fix #318
2021-09-09 16:40:05 +02:00
AlTech98
ae59f4bafb Removed urlencoded bodyparser 2021-09-09 07:50:00 +02:00