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

80 Commits

Author SHA1 Message Date
Paul Munteanu
64220d51f9
[Channel] Implement type 4 channel and clean the code 2021-08-01 21:01:56 +03:00
Flam3rboy
aee1eb2949 🚧 message acknowledge 2021-07-30 17:37:16 +02:00
Flam3rboy
efc522a0c6 🚧 rate limit 2021-07-01 09:33:54 +02:00
Flam3rboy
e542df3377 🐛 fix ip address lookup 2021-06-27 23:51:30 +02:00
Flam3rboy
cc9c666c0f 🐛 fix import 2021-06-27 23:28:25 +02:00
Flam3rboy
ea676ddd03 🔒 register proxy ip check 2021-06-27 23:14:13 +02:00
Flam3rboy
624a4d5694 🐛 fix empty message bug for attachments 2021-06-26 22:45:01 +02:00
Flam3rboy
2be07d2f73 empty messages check + allowed mentions 2021-06-23 19:23:41 +02:00
Flam3rboy
536900d255 🚧 dm channels 2021-05-31 20:32:23 +02:00
Flam3rboy
711dc1c4d4 🐛 fix getPublicUser 2021-05-30 22:14:35 +02:00
Flam3rboy
3254c31e02 user avatar 2021-05-30 01:44:15 +02:00
Flam3rboy
d61bbe8293 message attachments 2021-05-30 01:44:09 +02:00
Flam3rboy
1383911771 automatically embed links in message 2021-05-28 22:40:34 +02:00
Flam3rboy
8f87546aeb use new config 2021-05-24 20:47:06 +02:00
Diego Magdaleno
28424ed950 Fix: No more type casting required, rather take the gernics 2021-05-23 13:43:38 -05:00
Diego Magdaleno
ff7985ad7d Config: Final config additons, now everything should work as desired 2021-05-22 18:51:46 -05:00
Diego Magdaleno
e4a4759e97 Fix merge issues, update to reflect config changes and package.json 2021-05-22 15:55:45 -05:00
Diego Magdaleno
0408065886 Config: Refactor config to be be in separate classes 2021-05-22 10:47:11 -05:00
Diego Magdaleno
d67b590397 Config: Dont suffix with nodejs 2021-05-21 18:20:59 -05:00
Diego Magdaleno
05057b922a Config: Refactor config method, so we have a new get all option, fix issues in configurations 2021-05-21 18:18:58 -05:00
Diego Magdaleno
8872f806f7 Meta: Clean up the format file 2021-05-19 20:44:52 -05:00
Diego Magdaleno
e3f6a29df7 Config: First rewrite of config and working implementation of getting values 2021-05-19 20:39:31 -05:00
Diego Magdaleno
bb2d3715ea Config: Start working on the config refactor 2021-05-17 19:00:50 -05:00
Diego Magdaleno
fc2ae1a41e Config: Redo config to be more straight to the point 2021-05-15 16:57:31 -05:00
Diego Magdaleno
67d85a9fc5 Config: Be able to configure the target_url 2021-05-15 16:15:52 -05:00
honeytequila
e817017425
Update Member.ts 2021-05-10 10:46:39 -03:00
notsapinho
f9eba44d10 🐛 Fix channels and joined_at not getting populated 2021-05-10 10:42:33 -03:00
Flam3rboy
0548c8784d 🐛 fix addMember guild not populating 2021-05-10 14:27:03 +02:00
Flam3rboy
ddde476319 🐛 fix Guild vanity_url 2021-05-09 17:41:34 +02:00
Flam3rboy
536d6e8018 add isMember check for get member routes 2021-05-08 14:14:35 +02:00
Flam3rboy
f309ecb325 Merge branch 'master' of https://github.com/discord-open-source/discord-api 2021-05-08 13:55:54 +02:00
Flam3rboy
1e7ae9415b 🐛 fix add/remove Member function 2021-05-08 13:55:51 +02:00
Intevel ツ
94c1f9f74b Update Member.ts 2021-05-08 13:49:22 +02:00
Intevel ツ
f15e339611 Update Member.ts 2021-05-08 13:10:30 +02:00
Intevel ツ
f5bcde72c6 Update Member.ts 2021-05-08 13:09:59 +02:00
Intevel ツ
ffb3adbacd Update Member.ts 2021-05-08 13:07:45 +02:00
Intevel ツ
08e38f005e Update Member.ts 2021-05-08 13:06:13 +02:00
Intevel ツ
9870db2841 Update Member.ts 2021-05-08 13:04:48 +02:00
Intevel ツ
5482146da4 Member Function
addRole
2021-05-08 13:04:23 +02:00
Flam3rboy
78fa2835ab 🎨 [Route] templates refactor 2021-05-07 20:03:24 +02:00
Flam3rboy
bbeab4da65 🎨 added optional captcha to login route 2021-05-01 13:54:12 +02:00
Flam3rboy
4a2c0ebe5f 🚧 Webhook 2021-04-23 00:48:18 +02:00
Flam3rboy
b40d6b825b npm i @fosscord/server-util 2021-04-22 23:37:07 +02:00
Flam3rboy
4528a96ded prepare npm publish 2021-04-22 23:29:06 +02:00
Flam3rboy
2a95275502 use mongoose autopopulate 2021-04-07 20:25:37 +02:00
Flam3rboy
b32beb0b9c 🐛 fix lean not working with virtuals 2021-04-07 03:03:27 +02:00
Flam3rboy
7089287016 🎨 Convert id bigint to string 2021-04-06 18:02:10 +02:00
Flam3rboy
79894e6f27 🐛 fix body parser empty error object 2021-04-06 17:12:05 +02:00
Flam3rboy
af6f9b57ad 🐛 fix user guilds 2021-04-06 04:30:04 +02:00
Flam3rboy
5f3cea845d test client 2021-04-06 04:06:07 +02:00