269 Commits

Author SHA1 Message Date
TomatoCake
475aee372b Send 204 status 2024-08-15 10:14:44 +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
TomatoCake
df794695ff Icon for discovery categories & fix "primary_only" 2024-08-13 21:43:19 +02:00
TomatoCake
20b2843680 Make profile bio max length configurable 2024-08-10 22:10:20 +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
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
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
a8acb554ad
Merge branch 'master' into master 2024-07-28 20:51:16 +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
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
128b81bc6a Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server into feat/webhooks-3 2024-07-18 14:41:14 +02:00
TomatoCake
6be3714593 Fix ESLint & prettier 2024-07-18 12:52:00 +02:00
TomatoCake
e7a98b6c46 webhook fixes & username/avatar property for msg 2024-07-18 12:42:07 +02:00
TomatoCake
d3ece937e6 Make channel ID optional when replying 2024-07-17 20:34:09 +10:00
Cyber
01ca7b7736 feat: badges 2024-07-17 19:55:29 +10:00
TomatoCake
2f679fda5d Support apng & webm 2024-07-17 19:55:03 +10:00
TomatoCake
0096938d36 Support proper "animated" property for emojis 2024-07-17 19:55:03 +10:00
TomatoCake
c4469a53e7 Move route to api/connections 2024-07-17 19:53:31 +10:00
TomatoCake
d56ba86851 Update schema & add response type 2024-07-17 19:53:31 +10:00
TomatoCake
216b7ff31b Add /policies/instance/connections 2024-07-17 19:53:31 +10:00
Madeline
4fb7ad9b37
Merge pull request #1137 from DEVTomatoCake/fix/cdn-proxy-path 2024-07-09 15:31:26 +10:00
Madeline
4774bae7c6
Merge branch 'master' into feat/new-msg-props 2024-07-09 15:29:16 +10:00
TomatoCake
4a042d0188
Merge branch 'master' into fix/cdn-proxy-path 2024-07-09 05:04:29 +02:00
Puyodead1
629451bbfd
fix incorrect error field 2024-07-08 22:10:50 -04:00
TomatoCake
8358755eeb Increase minimum char count 2024-07-06 16:02:21 +02:00
TomatoCake
ba1ec9cab4 Fix msg attachment proxy_url when using paths 2024-07-06 15:57:56 +02:00
TomatoCake
c52d6c49a3 Add new message flags once again 2024-07-05 07:43:50 +02:00
TomatoCake
6ca12cb7fb Sort /channels for gateway consistency 2024-07-04 09:41:23 +10:00
TomatoCake
e116e93693 Add <Channel>.position to public endpoints 2024-07-04 09:41:23 +10:00
TomatoCake
aa412e0e60 Remove parent for childs on category deletion 2024-06-05 21:59:29 +02:00
Madeline
a3a28f522f
prettier 2024-06-05 15:17:20 +10:00
TomatoCake
ea523d06b7 Fix lint: let -> const 2024-06-05 07:05:30 +02:00
TomatoCake
92dea0e89c Add Bulk Ban endpoint
- /:guild_id/bulk-ban endpoint
- Support multiple required permissions for endpoints (untested as I don't know where those are set)
- New API error BULK_BAN_FAILED
2024-06-05 06:27:39 +02:00
TomatoCake
631788537c API /:guild_id/bans compat
- Fix GET Ban using "ban"/"user" instead of "user_id" in params, making it unusable
- Return a processed user object instead of the raw DB one
- Silently ignore already banned users to prevent duplicate bans in the DB
- Return HTTP 204 on successful bans instead of the raw DB ban object
2024-06-05 06:01:44 +02:00
BoryaGames
3eb5a3f420
Fix application icons (#1110)
Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
2024-02-11 10:39:09 +11:00
sky
864bf75ef2
what the hell erkin 2023-12-15 08:31:00 +02:00
Puyodead1
6a4fd5fbdb
add new right for creating registration tokens 2023-12-14 22:09:25 -05:00
Puyodead1
a574284e9f
GuildMemberPatch: remove a useless query 2023-12-14 09:36:40 -05:00
Puyodead1
99d9bf563f
Start implementing webhooks 2023-12-10 17:02:27 -05:00
Puyodead1
9d266f1dba
ensure client_id is specified in authorize post 2023-12-09 13:39:40 -05:00