index
:
spacebarchat/server-ts.git
this commit
compv2
dev/admin-api
dev/appemojis
dev/async-mentions
dev/backport/from-monitoring/ProcessLifecycle
dev/bigint-pk
dev/cherry
dev/docker
dev/dsharpplus-minimum-endpoints
dev/emma-fuck-this
dev/emma-refactors
dev/emma-wip
dev/emma/as-to-satisfies-gw
dev/emma/gateway-batch-presence-lookup
dev/emma/gw-batch-presence-lookup
dev/fix-emoji-uploads
dev/gw-encoding-refactor
dev/gwsep
dev/indexable-channel-poc
dev/ipc-refactor
dev/lazyrequest
dev/monitoring
dev/openapi-improvements
dev/plurality
dev/pomelo
dev/reconciledbbigint
dev/reorder-src
dev/request-guild-members
dev/rewrite-gif-support
dev/rory/client_patching
dev/rory/legacy/plugins
dev/rory/move-defaults-out-of-models
dev/rory/old_staging_webrtc
dev/rory/paths_test
dev/rory/utils
dev/rory/versioned-api
dev/threads
dev/updater
dev/webhook-messages
emma/schema-updates
emma/schema-updates_wip
emma/webrtc-fuckery
entity-fix-attempt
feat/admin-api
feat/federation
feat/federation2
feat/quests
feat/webrtc
fix/channel_ordering
gwtemp
interactionWork
legacy
master
pomelo
rebased/dev/pomelo
rebased/dev/rory/legacy/plugins
reg-ipchecks
sec/various
server-compv2
temp
tmp
tmp-master
tmp-musl-fun
tmp-rebase-threads
translation
update/mfa
Spacebar Server, written with love in TypeScript and C#
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extra
/
admin-api
/
Spacebar.Offload
/
Controllers
/
IdentifyController.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2026-07-03
Update C# db models
Rory&
15
-177
/
+182
2026-07-03
Fix migration for app commands version
Rory&
3
-3
/
+14
2026-07-03
Let typeorm have its fun the rest of the way
Rory&
2
-2
/
+147
2026-07-03
Fix constraint names
Rory&
37
-111
/
+391
2026-07-03
Fix column names for join tables
Rory&
2
-4
/
+85
2026-07-03
Fix some missed column types
Rory&
3
-5
/
+25
2026-07-03
Fix instance ban index names
Rory&
2
-4
/
+21
2026-07-03
Set index names and fix type for instance bans
Rory&
1
-4
/
+4
2026-07-01
Throw proper error when emoji isnt found
Rory&
1
-2
/
+7
2026-07-01
Restrict reading of application emojis
Rory&
1
-1
/
+7
2026-07-01
Handle non-existant applications more gracefully
Rory&
1
-0
/
+3
2026-07-01
Enforce that a given applications emoji set can only be modified by the appli...
Rory&
4
-1
/
+22
2026-07-01
Update C# db models
Rory&
5
-4
/
+25
2026-07-01
Add tests for guild/app emojis
Rory&
3
-2
/
+268
2026-07-01
Add application emojis implementation based on the guilds one, models
Rory&
8
-1
/
+573
2026-07-01
Assert that emoji being updated belongs to the requested guild
Rory&
1
-0
/
+4
2026-07-01
Fix import in application entity
Rory&
3
-125
/
+191
2026-07-01
Emoji application migration, set explicit foreign key constraint names
Rory&
2
-2
/
+27
2026-07-01
Update package.json to point to the right database.js
Rory&
1
-1
/
+1
2026-07-01
Adjust emoji source to support app emojis
Rory&
1
-31
/
+47
2026-07-01
Update emoji/application entities to support application emojis
Rory&
2
-5
/
+25
2026-07-01
fix user settings patch route
Oh64
1
-1
/
+1
2026-06-30
Update C# dep lockfiles
Rory&
1
-0
/
+25
2026-06-30
Various C# continuations
Rory&
9
-19
/
+237
2026-06-30
Various tests stuff
Rory&
4
-9
/
+95
2026-06-29
Dont (re-/)add embeds if message has embed suppressed
Rory&
1
-1
/
+4
2026-06-28
More oauth2 role thingies
Rory&
1
-0
/
+3
2026-06-28
Fix oauth2 not setting role colors
Rory&
1
-0
/
+2
2026-06-28
Guard embedless messages when checking for poll results, add reply tests
Rory&
4
-1
/
+40
2026-06-26
refactor: add poll utility
CyberL1
5
-276
/
+145
2026-06-26
feat: mention poll author
CyberL1
1
-0
/
+7
2026-06-26
chore: remove test console.log
CyberL1
1
-1
/
+0
2026-06-26
refactor: change `#` imports into `@spacebar/` imports
CyberL1
4
-10
/
+10
2026-06-26
feat: get non-expired polls on start
CyberL1
1
-3
/
+108
2026-06-26
fix: ddon't turn poll end messages to reply type
CyberL1
1
-1
/
+2
2026-06-26
feat: add poll ended messages
CyberL1
7
-2
/
+214
2026-06-26
fix: check if message is a poll
CyberL1
1
-5
/
+7
2026-06-26
fix: ignore null/undefined in where queries
CyberL1
1
-0
/
+4
2026-06-25
check opts not message
CyberL1
1
-1
/
+1
2026-06-25
fix: check for poll answer limit