Commit Graph

364 Commits

Author SHA1 Message Date
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
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
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 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
Madeline 7795f1b36b refactor channel positions in guild 2023-10-04 23:40:05 +11:00
CyberL1 7ff1ae21f1 Add mobile_network_type to message create schema 2023-09-30 23:46:25 +02:00
Madeline eebd61b19d update sentry 2023-09-02 14:10:32 +10:00
Madeline 2f48212e6e typeorm inverse relations of guild relations 2023-09-02 02:21:42 +10:00
Madeline 27bcef502c Merge branch 'master' of github.com:spacebarchat/server 2023-09-02 01:03:00 +10:00
Madeline ed7fd34f46 DB_LOGGING env var 2023-09-02 01:01:58 +10:00
Puyodead1 c311edc99c make guild voice a text based channel 2023-08-27 20:16:49 -04:00
Madeline fd829fc669 Fix OOM on large guild join 2023-08-12 18:18:47 +10:00
Madeline d18584f8e9 Refactor email sending + remove email verification if mail sending is not set up 2023-08-12 15:36:29 +10:00
Madeline ecb227105a remove default welcome screen text 2023-08-12 00:43:38 +10:00
Madeline 23e234a87b update invites endpoints to support latest api 2023-08-12 00:43:00 +10:00
Madeline 326bf08df0 Implement community "create one for me" 2023-08-10 20:37:07 +10:00
Madeline efd2318959 set default role flags to 0 2023-08-07 19:41:00 +10:00
Madeline 12799f3d12 allow bot/bearer tokens through Authorization header 2023-08-07 19:36:43 +10:00
Madeline c6cd8f6581 goof 2023-08-07 19:33:52 +10:00
Puyodead1 fe4acbfee5 Fix linter warnings in connections 2023-08-06 23:15:35 -04:00
Puyodead1 5c8359ec45 Fix connection class imports 2023-08-06 22:56:13 -04:00
Puyodead1 033e2108e7 Fix some linting warnings 2023-08-06 22:51:34 -04:00
Madeline 6a5dc1c361 add back guild id to message tojson 2023-08-07 12:38:20 +10:00
Madeline 32c8211984 update proxy-agent 2023-08-07 12:20:02 +10:00
Madeline 496cfc8ea1 some abaddon compat 2023-07-31 21:00:03 +10:00
Madeline 4c0b1391b1 send empty READY_SUPPLEMENTAL for client compatibility 2023-07-31 19:42:27 +10:00
Madeline a0d93fb252 * call toJSON of keys in gateway when using erlpack
* dont send bitrate/etc as null when should be undefined
* set user flags to number instead of string
* send empty 'threads' in identify when not using new state v2
2023-07-29 16:59:21 +10:00