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.AdminAPI
/
Controllers
/
UserController.cs
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2025-11-22
add extraFields optional param on toPrivateUser, expose rights on READY
Rory&
2
-3
/
+3
2025-11-22
gateway: expose self rights on ready, maybe?
Rory&
1
-1
/
+1
2025-11-22
Add well-known routes
Rory&
1
-0
/
+36
2025-11-21
fix: docker tags cannot include `+` (why? idk)
CyberL1
1
-1
/
+1
2025-11-21
OA: regenerate after cherry-picking script changes from dev/emma-wip
Rory&
3
-28152
/
+52
2025-11-21
Exclude some more schemas
Rory&
2
-2
/
+74
2025-11-21
Improve openapi schema generation script
Rory&
2
-72
/
+449
2025-11-21
GHA: run nix flake check to run server tests and more checks
Rory&
1
-0
/
+1
2025-11-21
Nix: emit revision file, bundle: use revision file, fix git dir resolution ↵
Rory&
2
-27
/
+47
on logo
2025-11-21
Nix: move patch-package to devDependencies, drop usage of npx, drop patchPhase
Rory&
4
-15
/
+259
2025-11-21
Nix: Strip down a good chunk of node_modules
Rory&
2
-10
/
+150
2025-11-21
Move typescript-json-schema to devDependencies (no runtime usage)
Rory&
3
-5
/
+37
2025-11-21
Nix: rename test to check if bundle starts with the module
Rory&
1
-1
/
+1
2025-11-21
Nix: use own revision as package version
Rory&
1
-2
/
+11
2025-11-21
Nix: drop ts-node from devenv
Rory&
1
-1
/
+0
2025-11-20
only for gorups
MathMan05
1
-1
/
+1
2025-11-20
default undefined
MathMan05
1
-1
/
+1
2025-11-20
fix groups more
MathMan05
4
-350
/
+240
2025-11-20
Nix/docker: use specified system
Rory&
1
-1
/
+1
2025-11-20
Nix: add missing lib specifier in module
Rory&
1
-1
/
+1
2025-11-20
Update nix and packages
Rory&
6
-1063
/
+1127
2025-11-20
fix: default `activities` to empty array
CyberL1
2
-8
/
+17
2025-11-19
fix groups
MathMan05
1
-8
/
+8
2025-11-19
fixes
MathMan05
1
-1
/
+6
2025-11-19
add missing awaits
MathMan05
1
-2
/
+2
2025-11-19
fix mentions issues
MathMan05
1
-6
/
+33
2025-11-19
correctly check query
MathMan05
1
-1
/
+1
2025-11-19
rearange errors
MathMan05
1
-8
/
+9
2025-11-19
fixes
MathMan05
1
-44
/
+17
2025-11-19
get rid of log
MathMan05
1
-1
/
+0
2025-11-19
some fixes
MathMan05
1
-10
/
+32
2025-11-18
implement mention_count
MathMan05
5
-26
/
+43
2025-11-18
make not wait work correctly
MathMan05
1
-46
/
+20
2025-11-18
more fix
MathMan05
1
-1
/
+7
2025-11-18
I am an idiot, it wasn't backwards
MathMan05
1
-1
/
+1
2025-11-18
fix
MathMan05
1
-5
/
+2
2025-11-18
member count fixes
MathMan05
6
-24
/
+10
2025-11-18
no bots for you
MathMan05
1
-0
/
+1
2025-11-17
role type fix
MathMan05
1
-5
/
+7
2025-11-17
rename varriable
MathMan05
1
-1
/
+1
2025-11-17
add spacing
MathMan05
1
-0
/
+1
2025-11-17
fix ping error bug
MathMan05
1
-2
/
+17
2025-11-17
set default notification value
MathMan05
1
-1
/
+1
This should make it so that people who just joined have the default notification value as set by the guild instead of always defaulting to all messages.
2025-11-17
update last message id in more places
MathMan05
2
-1
/
+11
This update should update the last message id in the greet message endpoint and the Member creation message.
2025-11-17
ignore bun lock file
MathMan05
1
-1
/
+2
2025-11-17
prevent bots from joining guild with config
MathMan05
3
-1
/
+12
2025-11-17
fixes slight bug with joining guilds via ID
MathMan05
3
-280
/
+240
2025-11-08
fix: gif stickers should have `format_type` 4 instead of 0
CyberL1
2
-1
/
+12
2025-11-08
fixup
lazos
1
-2
/
+1
2025-11-08
default port
lazos
1
-1
/
+1
2025-11-07
fixup
lazos
1
-9
/
+8
2025-11-07
update dockerignore
lazos
1
-0
/
+4
2025-11-07
github action publish image
lazos
1
-2
/
+2
2025-11-07
[FEAT] Docker image
lazos
3
-0
/
+131
2025-10-30
fix full user object being exposed
MathMan05
7
-185
/
+62
2025-10-30
fix
MathMan05
1
-1
/
+1
2025-10-30
fix SQLite
MathMan05
3
-181
/
+201
2025-10-28
fix: check for duplicated component IDs
CyberL1
1
-1
/
+22
2025-10-28
chore: remove solved TODO comment
CyberL1
1
-1
/
+0
2025-10-28
fix: check if components are beetwen 1 to 5 in each row
CyberL1
1
-1
/
+21
2025-10-23
fix: send `options` only for type 1
CyberL1
1
-2
/
+2
2025-10-23
fix: defualt `options` to `[]`
CyberL1
2
-2
/
+18
2025-10-23
Revert "Default to `[]` for `options`, `integration_types`, `contexts`"
Cyber
2
-29
/
+3
2025-10-23
fix: default `options`, `integration_types` and `contexts` to empty array
CyberL1
2
-3
/
+29
2025-10-23
fix: complete `applicationCommandSendable`
CyberL1
1
-5
/
+17
2025-10-22
fix dming blocked users
Puyodead1
1
-0
/
+22
2025-10-22
reduce a little
MathMan05
1
-5
/
+4
2025-10-22
I think this fixes bugs
MathMan05
1
-6
/
+7
2025-10-22
Revert "fix: no sense it doing it twice when it could be done in one query"
Cyber
1
-3
/
+9
2025-10-22
fix: no sense it doing it twice when it could be done in one query
CyberL1
1
-9
/
+3
2025-10-22
fix: trim more
CyberL1
4
-9
/
+12
2025-10-22
fix: add `author` to interaction message
CyberL1
1
-1
/
+1
2025-10-22
fix: add `BulkApplicationCommandCreateSchema`
CyberL1
1
-0
/
+2
2025-10-22
fix: add `BulkApplicationCommandCreateSchema`
CyberL1
4
-28
/
+220
2025-10-22