1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 10:22:39 +01:00
Commit Graph

3809 Commits

Author SHA1 Message Date
Puyodead1
f098c52e62
Merge pull request #1169 from spacebarchat/dependabot/npm_and_yarn/ws-8.17.1
Bump ws from 8.13.0 to 8.17.1
2024-08-14 11:32:16 -04:00
Puyodead1
04f95f3061
Merge pull request #1168 from spacebarchat/dependabot/npm_and_yarn/tar-6.2.1
Bump tar from 6.1.15 to 6.2.1
2024-08-14 11:31:58 -04:00
Puyodead1
dcffccb687
Update 1723644478176-webhookSourceChannel.ts 2024-08-14 11:07:18 -04:00
dependabot[bot]
3ceb6af398
Bump ws from 8.13.0 to 8.17.1
Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.13.0...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 14:59:19 +00:00
dependabot[bot]
d8fc8ce9ee
Bump tar from 6.1.15 to 6.2.1
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 14:59:15 +00:00
Puyodead1
52d28216f2
Merge pull request #1166 from spacebarchat/dependabot/npm_and_yarn/follow-redirects-1.15.6
Bump follow-redirects from 1.15.2 to 1.15.6
2024-08-14 10:58:30 -04:00
Puyodead1
634aaf7d05
Merge pull request #1167 from spacebarchat/dependabot/npm_and_yarn/axios-1.7.4
Bump axios from 1.4.0 to 1.7.4
2024-08-14 10:58:18 -04:00
dependabot[bot]
43703be657
Bump axios from 1.4.0 to 1.7.4
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.7.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 14:55:24 +00:00
dependabot[bot]
66bf5232b6
Bump follow-redirects from 1.15.2 to 1.15.6
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 14:55:20 +00:00
Puyodead1
3265f9a3c8
Merge pull request #1157 from CyberL1/fix/reaction-removing
fix: reaction removing
2024-08-14 10:53:04 -04:00
Puyodead1
1f29de1c7f
Merge pull request #1163 from CyberL1/fix/webhooks
fix: add webhook_id to webhook's messages
2024-08-14 10:52:34 -04:00
Puyodead1
7e55b14a25
Merge pull request #1165 from DEVTomatoCake/fix/request-guild-members-relation-typo
Fix typo in Request Guild Members relation
2024-08-14 10:52:16 -04:00
Puyodead1
bb25665051
Merge pull request #1164 from DEVTomatoCake/fix/webhook-source-channel-migration
Add migrations for webhook source_channel_id
2024-08-14 10:51:56 -04:00
TomatoCake
6196227ed8 Fix typo in Request Guild Members relation 2024-08-14 16:46:43 +02:00
TomatoCake
7a726e786c Add migrations for webhook source_channel_id 2024-08-14 16:22:14 +02:00
Cyber
e721e7c4ca fix: add webhook_id to webhook's messages 2024-08-14 10:19:41 +02:00
Cyber
f26f25197c
Merge branch 'master' into fix/reaction-removing 2024-08-14 08:10:53 +02:00
Madeline
2f1449e65f
Merge pull request #1161 from DEVTomatoCake/feat/bio-max-length-config 2024-08-14 14:04:30 +10:00
Madeline
4b02fa6ade
Merge pull request #1159 from DEVTomatoCake/feat/request-guild-members 2024-08-14 14:03:56 +10:00
Madeline
507d12fbe9
Merge pull request #1162 from DEVTomatoCake/feat/guild-discovery-category-icons 2024-08-14 14:03:01 +10:00
TomatoCake
df794695ff Icon for discovery categories & fix "primary_only" 2024-08-13 21:43:19 +02:00
TomatoCake
ea3047890b Fix issues with requesting presences 2024-08-11 06:40:42 +02:00
TomatoCake
5900d4fdac Update schema for bio max length config 2024-08-10 22:23:02 +02:00
TomatoCake
20b2843680 Make profile bio max length configurable 2024-08-10 22:10:20 +02:00
TomatoCake
f8a21eff0c Fix chunk_count & not_found 2024-08-10 20:59:05 +02:00
Cyber
cc63571d89 fix: make this a new route 2024-08-10 20:25:52 +02:00
Cyber
d9b4b569bd
Merge branch 'master' into fix/reaction-removing 2024-08-10 20:22:59 +02:00
TomatoCake
2aa7f5bfe0 opcode 8 2024-08-09 08:08:55 +02:00
Puyodead1
9d2f97a92a
Merge pull request #1149 from DEVTomatoCake/feat/webhooks-3
Support webhooks
2024-08-08 14:18:29 -04:00
TomatoCake
4ca79adcae Merge branch 'master' into feat/webhooks-3 2024-08-08 18:03:13 +02:00
Cyber
9ed53e228a fix: reaction removing 2024-07-30 18:56:57 +02:00
Puyodead1
289a02fe10
Merge pull request #1156 from DEVTomatoCake/fix/messages-before-param
Fix ?after messages fetch param
2024-07-28 17:02:51 -04:00
TomatoCake
bc3a3add2d
Merge branch 'master' into fix/messages-before-param 2024-07-28 21:45:20 +02:00
TomatoCake
81c44a0c77 Fix ?before messages fetch param 2024-07-28 21:40:06 +02:00
Madeline
b5755646ff
Merge pull request #1153 from aintDatCap/master 2024-07-28 20:52:07 +10:00
Madeline
a8acb554ad
Merge branch 'master' into master 2024-07-28 20:51:16 +10:00
TomatoCake
c41b4f6364 prettier .-. 2024-07-28 20:50:11 +10:00
TomatoCake
a887608d30 Fix msg component typings 2024-07-28 20:50:11 +10:00
Cyber
f047f93b77 fix: check for password only if username is present in body 2024-07-28 20:48:06 +10:00
Cyber
b682f170b9 fix: return an error on username change with no password 2024-07-28 20:48:06 +10:00
TomatoCake
481cf38373 Fix sort order when using ?around 2024-07-28 15:22:44 +10:00
aintDatCap
4e0ac5274c Updated the openapi schema 2024-07-24 20:07:08 +02:00
aintDatCap
e4a14d659a Refactored max limit for bulk-bans from AbsoluteRateLimits to GuildLimits as suggested by @devtomatocake 2024-07-24 19:22:40 +02:00
aintDatCap
5a20924477 Implemented proposal described in the issue #1122 2024-07-24 19:06:12 +02:00
TomatoCake
4b1e9ba851 Prettier 2024-07-18 15:36:00 +02:00
TomatoCake
adc3474216 Consistent relations, url property, src channel 2024-07-18 15:35:10 +02:00
TomatoCake
873107f90d Perms for GET webhook, url property 2024-07-18 15:16:50 +02:00
TomatoCake
15a2e57b05 Prettier & fix merge util/handlers/Message 2024-07-18 14:42:22 +02:00
TomatoCake
128b81bc6a Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server into feat/webhooks-3 2024-07-18 14:41:14 +02:00
TomatoCake
59c42c950b try manual conflict resolving 2024-07-18 13:31:04 +02:00