summary refs log tree commit diff
path: root/extra/admin-api/Models/Spacebar.Models.Api/CreateWebhookRequest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-01Restrict reading of application emojisRory&1-1/+7
2026-07-01Handle non-existant applications more gracefullyRory&1-0/+3
2026-07-01Enforce that a given applications emoji set can only be modified by the appli...Rory&4-1/+22
2026-07-01Update C# db modelsRory&5-4/+25
2026-07-01Add tests for guild/app emojisRory&3-2/+268
2026-07-01Add application emojis implementation based on the guilds one, modelsRory&8-1/+573
2026-07-01Assert that emoji being updated belongs to the requested guildRory&1-0/+4
2026-06-30Fix import in application entityRory&3-125/+191
2026-06-30Emoji application migration, set explicit foreign key constraint namesRory&2-2/+27
2026-06-30Update package.json to point to the right database.jsRory&1-1/+1
2026-06-30Adjust emoji source to support app emojisRory&1-31/+47
2026-06-30Update emoji/application entities to support application emojisRory&2-5/+25
2026-06-30Update C# dep lockfilesRory&1-0/+25
2026-06-30Various C# continuationsRory&9-19/+237
2026-06-30Various tests stuffRory&4-9/+95
2026-06-29Dont (re-/)add embeds if message has embed suppressedRory&1-1/+4
2026-06-28More oauth2 role thingiesRory&1-0/+3
2026-06-28Fix oauth2 not setting role colorsRory&1-0/+2
2026-06-28Guard embedless messages when checking for poll results, add reply testsRory&4-1/+40
2026-06-26refactor: add poll utilityCyberL15-276/+145
2026-06-26feat: mention poll authorCyberL11-0/+7
2026-06-26chore: remove test console.logCyberL11-1/+0
2026-06-26refactor: change `#` imports into `@spacebar/` importsCyberL14-10/+10
2026-06-26feat: get non-expired polls on startCyberL11-3/+108
2026-06-26fix: ddon't turn poll end messages to reply typeCyberL11-1/+2
2026-06-26feat: add poll ended messagesCyberL17-2/+214
2026-06-26fix: check if message is a pollCyberL11-5/+7
2026-06-26fix: ignore null/undefined in where queriesCyberL11-0/+4
2026-06-25check opts not messageCyberL11-1/+1
2026-06-25fix: check for poll answer limitCyberL11-0/+9
2026-06-25fix: don't send loop over not voted answersCyberL11-1/+1
2026-06-25feat: send vote poll eventsCyberL12-1/+57
2026-06-25