summary refs log tree commit diff
path: root/extra/admin-api/Models/Spacebar.Models.Generic/Sticker.cs (unfollow)
<
Commit message (Expand)AuthorFilesLines
2026-06-12Bundle: drop unused index.ts, avoid re-exporting all other componentsRory&1-22/+0
2026-06-12api/widget: dont import the entirety of the CDN serverRory&1-1/+1
2026-06-12CDN: unify imports layoutRory&22-82/+50
2026-06-12Move more extensions to extensionsRory&42-90/+137
2026-06-11Move migrations to databaseRory&77-731/+842
2026-06-11Fix recursive import in databaseRory&3-218/+216
2026-06-11Move entities to databaseRory&250-537/+694
2026-06-11Move database to toplevelRory&18-36/+65
2026-06-11Remove extraneous exportRory&1-1/+0
2026-06-11Use subpath imports for lambert-server, fix openapi.jsRory&85-95/+95
2026-06-11Allow subpath imports, move extensions to separate moduleRory&18-22/+53
2026-06-11Allow subpath imports from module aliasesRory&1-7/+7
2026-06-11Dont send guild_add for autojoin guilds on register, disable bcrypt workers a...Rory&5-119/+132
2026-06-11Deduplicate channel positions queryRory&1-8/+7
2026-06-11Assertions first, use exists rather than count/findRory&1-14/+9
2026-06-11Dont fetch entire channel for welcome message, dont fail if channel doesnt existRory&1-7/+4
2026-06-11Handle welcome message as insert + updateRory&1-4/+3
2026-06-11Bcrypt worker threadsRory&5-3/+121
2026-06-11Trace registrationRory&3-13/+59
2026-06-09Clean up tests a littleRory&10-132/+96
2026-06-05Use better permissions when handling webhook mentionsRory&3-6/+14