summary refs log tree commit diff
path: root/src/connections/Discord/index.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-19Add nix flake to repo (#1111)Rory&21-295/+433
2024-02-11Fix application icons (#1110)BoryaGames4-141/+154
2023-12-23Revert "fix merged_members roles having everyone id"Puyodead11-4/+1
2023-12-23fix merged_members roles having everyone idPuyodead11-1/+4
2023-12-21update schemas.json and openapi.jsonMadeline2-98/+139
2023-12-17add missing license headersPuyodead135-3/+630
2023-12-15Update INVALID_LOGIN locale keyPuyodead11-1/+1
2023-12-15what the hell erkinsky1-55/+0
2023-12-14add new right for creating registration tokensPuyodead12-1/+2
2023-12-14GuildMemberPatch: remove a useless queryPuyodead11-6/+2
2023-12-09member projection: select avatarPuyodead12-520/+400
2023-12-09ensure client_id is specified in authorize postPuyodead11-0/+10
2023-12-09ensure client_id is provided in authorizePuyodead11-0/+14
2023-12-08WORKAROUND: Ignore client-requested file extension for role iconsRory&1-2/+19
2023-12-08Fix reacting with custom emojis from same guild requiring USE_EXTERNAL_EMOJISRory&1-1/+2
2023-12-06add components to message create schemaPuyodead12-0/+10
2023-12-05handle possibly null activities in session sortPuyodead11-1/+1
2023-12-05messageupdate: fix member not being correct formatPuyodead11-1/+6
2023-12-05fix some message update fields being sent when nullPuyodead11-5/+2
2023-12-05typingstart timestamp needs to be secondsPuyodead11-1</