437 Commits

Author SHA1 Message Date
TomatoCake
2aa7f5bfe0 opcode 8 2024-08-09 08:08:55 +02:00
TomatoCake
4ca79adcae Merge branch 'master' into feat/webhooks-3 2024-08-08 18:03:13 +02: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
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
d79669f771
Merge branch 'master' into feat/local-image-proxy 2024-07-18 16:08:06 +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
59c42c950b try manual conflict resolving 2024-07-18 13:31:04 +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
bbaef373f9 Run prettier .-. 2024-07-17 19:53:31 +10:00
TomatoCake
d56ba86851 Update schema & add response type 2024-07-17 19:53:31 +10:00
TomatoCake
9b02e82614 Make poll a single object instead of an array 2024-07-09 22:58:10 +10:00
Madeline
44c73637c7
Merge pull request #1138 from DEVTomatoCake/fix/connection-redirect-uri 2024-07-09 15:31:57 +10:00
Madeline
4774bae7c6
Merge branch 'master' into feat/new-msg-props 2024-07-09 15:29:16 +10:00
Madeline
35c9a09ea5
fix poll in msg create schema 2024-07-09 15:27:24 +10:00
Puyodead1
bc432a4325
add email verification page 2024-07-08 22:30:41 -04:00
TomatoCake
bd66ee0349 Use front end URI instead of API 2024-07-06 17:51:52 +02:00
TomatoCake
c52d6c49a3 Add new message flags once again 2024-07-05 07:43:50 +02:00
TomatoCake
5f9c6b01a7 Send position property on guild join 2024-07-04 09:41:23 +10:00
TomatoCake
ef13c8c814 Add "email.senderAddress" config 2024-07-04 09:40:49 +10:00
TomatoCake
b7bf2a11ea Fix Postgres column type (hopefully) 2024-07-04 09:40:15 +10:00
TomatoCake
9d27a5138f Prettier -.- 2024-07-04 09:40:15 +10:00
TomatoCake
12cca1b546 Add migration for new user setting props 2024-07-04 09:40:15 +10:00
TomatoCake
a987671e4a "Fix" jimp import typings 2024-06-28 12:43:53 +02:00
TomatoCake
628b094865 running prettier for others 2024-06-28 10:21:32 +02:00
TomatoCake
951ed00805
Merge branch 'master' into feat/local-image-proxy 2024-06-28 10:17:31 +02:00
TomatoCake
16f8a1c7ac Add config value for cache duration 2024-06-28 10:17:24 +02:00
Diana Nilsson
2d8238f286 Add missing entries to UserSettings 2024-06-27 19:00:18 +10:00
TomatoCake
aa412e0e60 Remove parent for childs on category deletion 2024-06-05 21:59:29 +02:00
TomatoCake
9e1ec8a673
Ban API compat & Bulk Ban endpoint (#1120)
Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
2024-06-05 15:19:30 +10:00
Madeline
a3a28f522f
prettier 2024-06-05 15:17:20 +10: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
Puyodead1
939d1bd8d5
add notification_settings object to ready 2024-05-26 16:01:35 -04:00
Puyodead1
ee59ee7e1c
Fix message flags being null 2024-04-14 14:02:22 -04:00
Rory&
29df169c81
Add nix flake to repo (#1111) 2024-02-19 21:09:50 +11:00
Puyodead1
9a286e1f74
add missing license headers 2023-12-17 12:31:02 -05:00
Puyodead1
6a4fd5fbdb
add new right for creating registration tokens 2023-12-14 22:09:25 -05:00
Puyodead1
99d9bf563f
Start implementing webhooks 2023-12-10 17:02:27 -05:00
Puyodead1
0a6f6a095d
member projection: select avatar 2023-12-09 14:07:54 -05:00
Puyodead1
c4701a3299
add components to message create schema 2023-12-06 10:34:53 -05:00
Puyodead1
7b34c70fb8
fix some issues with discord bot libs 2023-11-29 11:08:35 -05:00
Madeline
f202ffec31
Proper error messages for invalid config 2023-11-29 20:55:10 +11:00
Madeline
6bf4637a03
fucking postgres 2023-10-04 23:48:00 +11:00