| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | IDE blew up again | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Create sessions for new users | Rory& | 2025-12-16 | 3 | -13/+95 |
| * | | | | Try/catch in GetSafeChannel to maybe catch createchannel errors???? | Rory& | 2025-12-16 | 1 | -11/+16 |
| * | | | | Update instance ban schema | Rory& | 2025-12-16 | 3 | -0/+7 |
| * | | | | Token versioning start | Rory& | 2025-12-16 | 1 | -15/+16 |
| * | | | | Allow opting out of persisting instance bans on user delete endpoint | Rory& | 2025-12-16 | 2 | -7/+29 |
| * | | | | EndpointPrivate for api | Rory& | 2025-12-16 | 1 | -2/+3 |
| * | | | | Merge pull request #1440 from CyberL1/fix/gh-webhook-events-more | Cyber | 2025-12-15 | 1 | -0/+4 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'spacebarchat:master' into fix/gh-webhook-events-more | Cyber | 2025-12-15 | 195 | -788/+3952 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | fix cors | Rory& | 2025-12-15 | 1 | -1/+1 |
| * | | | | | remove test | MathMan05 | 2025-12-14 | 1 | -1/+1 |
| * | | | | | fix minor bug breaking bot invites | MathMan05 | 2025-12-14 | 1 | -40/+9 |
| * | | | | | fix flake | Rory& | 2025-12-14 | 1 | -2/+2 |
| * | | | | | admin api packaging | Rory& | 2025-12-14 | 124 | -264/+2246 |
| * | | | | | No longer generate security_jwtSecret, switch webauthn to modern tokens, dont | Rory& | 2025-12-14 | 3 | -21/+26 |
| * | | | | | force sync for sqlite | Rory& | 2025-12-14 | 1 | -0/+7 |
| * | | | | | Fix missing config usage for backup codes | Rory& | 2025-12-13 | 1 | -1/+2 |
| * | | | | | Drop nonfunctional default ipdata key | Rory& | 2025-12-13 | 2 | -1/+15 |
| * | | | | | Update admin api db model to match TS | Rory& | 2025-12-13 | 8 | -27/+57 |
| * | | | | | Regenerate spacebar db for admin api | Rory& | 2025-12-13 | 11 | -52/+184 |
| * | | | | | Fix sqlite | Rory& | 2025-12-13 | 1 | -1/+4 |
| * | | | | | No more sync:db on initial setup >:C >:C >:C | Rory& | 2025-12-13 | 10 | -51/+779 |
| * | | | | | comment | dank074 | 2025-12-13 | 1 | -0/+1 |
| * | | | | | try to handle race condition again | dank074 | 2025-12-13 | 2 | -7/+28 |
| * | | | | | Try adjusting CORS rules to make cookies work? | Rory& | 2025-12-13 | 3 | -11/+7 |
| * | | | | | Prevent duplicate instance ban entries | Rory& | 2025-12-13 | 1 | -1/+2 |
| * | | | | | Delete user settings protos on account deletion | Rory& | 2025-12-13 | 1 | -1/+4 |
| * | | | | | not milliseconds lol | Rory& | 2025-12-13 | 1 | -1/+1 |
| * | | | | | Fix formatting oopsie | Rory& | 2025-12-13 | 1 | -7/+7 |
| * | | | | | Log elapsed time for user delete | Rory& | 2025-12-13 | 2 | -1/+30 |
| * | | | | | Maybe?> | Rory& | 2025-12-13 | 1 | -7/+6 |
| * | | | | | Fix missing group by? | Rory& | 2025-12-13 | 1 | -0/+2 |
| * | | | | | Fix typo in getDmChannels helper | Rory& | 2025-12-13 | 1 | -1/+1 |
| * | | | | | Add missing migration | Rory& | 2025-12-13 | 1 | -0/+14 |
| * | | | | | Instance ban stuff | Rory& | 2025-12-13 | 8 | -57/+109 |
| * | | | | | Fix CI tests | Rory& | 2025-12-12 | 3 | -30/+51 |
| * | | | | | More instance ban stuff | Rory& | 2025-12-12 | 9 | -59/+133 |
| * | | | | | Instance ban: clean up DMs and guild ownerships, track instance bans | Rory& | 2025-12-12 | 1 | -3/+121 |
| * | | | | | Fix IP tracking for bans | Rory& | 2025-12-12 | 8 | -3/+96 |
| * | | | | | Merge remote-tracking branch 'BrajamohanDas-afk/refactor/remove-getIpAddress'... | Rory& | 2025-12-12 | 0 | -0/+0 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'master' into refactor/remove-getIpAddress | Rory& | 2025-12-12 | 14 | -147/+121 |
| | |\ \ \ \ \ |
|
| | * | | | | | | Refactor: Replace getIpAddress with req.ip | BrajamohanDas-afk | 2025-12-05 | 14 | -186/+92 |
| * | | | | | | | Refactor: Replace getIpAddress with req.ip | BrajamohanDas-afk | 2025-12-12 | 14 | -186/+92 |
| | |/ / / / /
|/| | | | | |
|
| * | | | | | | Merge pull request #1436 from CyberL1/fix/config-stuff | Cyber | 2025-12-12 | 1 | -3/+3 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge branch 'spacebarchat:master' into fix/config-stuff | Cyber | 2025-12-12 | 5 | -108/+71 |
| | |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | | Merge pull request #1434 from CyberL1/fix/gh-embeds-new-commits-title-link | Cyber | 2025-12-12 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge branch 'spacebarchat:master' into fix/gh-embeds-new-commits-title-link | Cyber | 2025-12-12 | 5 | -108/+71 |
| | |\ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | | fix: prevent race condition in rabbitmq | dank074 | 2025-12-12 | 4 | -107/+70 |
| * | | | | | | | | fix read del bug | MathMan05 | 2025-12-12 | 1 | -1/+1 |
| | | | | * | | | | fix: check if event is "opened" or "closed" | CyberL1 | 2025-12-15 | 1 | -0/+4 |
| | | | |/ / / /
| | |/| | | | |
|
| | | * | | | | | fix: some config stuff | CyberL1 | 2025-12-12 | 1 | -3/+3 |
| | |/ / / / / |
|
| | * / / / / | fix: show compare url on multiple commits | CyberL1 | 2025-12-12 | 1 | -1/+1 |
| |/ / / / / |
|
| * | | | | | Perhaps, dont IP ban moderators | Rory& | 2025-12-07 | 5 | -5/+18 |
| * | | | | | Merge pull request #1429 from CyberL1/fix/github-webhook-pr-body-empty | Cyber | 2025-12-05 | 1 | -1/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | fix: check if `body` is not `null` | CyberL1 | 2025-12-05 | 1 | -1/+3 |
| |/ / / / / |
|
| * | | | | | Merge pull request #1428 from CyberL1/fix/guild-folder-types-nullable | Cyber | 2025-12-05 | 3 | -9/+21 |
| |\ \ \ \ \ |
|
| | * | | | | | fix: add `| null` to guild folder types | CyberL1 | 2025-12-05 | 3 | -9/+21 |
| |/ / / / / |
|
| * | | | | | Merge pull request #1427 from CyberL1/fix/guild-folder-schema | Cyber | 2025-12-05 | 3 | -11/+5 |
| |\ \ \ \ \ |
|
| | * | | | | | fix: only `guild_ids` is required in guild folder | CyberL1 | 2025-12-05 | 3 | -11/+5 |
| |/ / / / / |
|
| * | | | | | Merge pull request #1425 from CyberL1/fix/include-user-object-in-guild_member | Cyber | 2025-12-04 | 1 | -12/+2 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | fix: include `user` object in `guild_member` | CyberL1 | 2025-12-04 | 1 | -12/+2 |
| |/ / / / |
|
| * | | | | Merge pull request #1423 from CyberL1/fix/mobile-app | Cyber | 2025-12-04 | 5 | -21/+11 |
| |\ \ \ \ |
|
| | * | | | | chore: re-generate openapi.json and schemas.json | CyberL1 | 2025-12-04 | 2 | -16/+4 |
| | * | | | | fix: `highest_last_message_id` is apparently a number and never a string | CyberL1 | 2025-12-04 | 1 | -5/+5 |
| | * | | | | fix: send presences array (empty for now) in READY event data | CyberL1 | 2025-12-04 | 2 | -0/+2 |
| |/ / / / |
|
| * | | | | Clean up cloud attachment debug logs | Rory& | 2025-12-04 | 1 | -3/+2 |
| * | | | | validate that endpoitns are configured | Rory& | 2025-12-04 | 3 | -69/+718 |
| * | | | | Remove fallback URIs, remove endpointClient, expose admin api | Rory& | 2025-12-04 | 11 | -27/+22 |
| * | | | | Merge pull request #1422 from CyberL1/fix/github-embed-push-show-only-the-fir... | Cyber | 2025-12-03 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | fix: show only the first line of commit message | CyberL1 | 2025-12-03 | 1 | -1/+1 |
| |/ / / / |
|
| * | | | | Always use req.ip when calling getIpAddress | Rory& | 2025-12-03 | 1 | -6/+1 |
| * | | | | wtf is wrong with ipdata | Rory& | 2025-12-03 | 1 | -0/+3 |
| * | | | | Bump deps | Rory& | 2025-12-03 | 5 | -538/+441 |
| * | | | | Fix message ack schema | Rory& | 2025-12-02 | 3 | -1/+3 |
| * | | | | Merge pull request #1420 from CyberL1/fix/gh-embeds-username-and-avatar | Cyber | 2025-12-02 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | fix: github webhok username and avatar are now more in-line with discord | CyberL1 | 2025-12-02 | 1 | -2/+2 |
| |/ / / / |
|
| * | | | | createMessageWithDefaults: unset member | Rory& | 2025-12-02 | 1 | -0/+2 |
| * | | | | Log origin for missing roles | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Trace origin for addToGuild call, warn if sending null roles | Rory& | 2025-12-02 | 3 | -1/+12 |
| * | | | | More gateway stuff | Rory& | 2025-12-02 | 3 | -1/+38 |
| * | | | | Various gateway stuff | Rory& | 2025-12-02 | 4 | -3/+151 |
| * | | | | Fix register | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Support deleting ACKs for type==channel | Rory& | 2025-12-02 | 4 | -5/+298 |
| * | | | | Fix schema import | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Exclude networking related schemas | Rory& | 2025-12-02 | 3 | -161/+147 |
| * | | | | Extended IP address scrutiny on register | Rory& | 2025-12-02 | 2 | -64/+57 |
| * | | | | Enforce bans on invites, enforce quarantine, enforce IP ban | Rory& | 2025-12-02 | 1 | -33/+29 |
| * | | | | Use IpDataClient in places | Rory& | 2025-12-02 | 5 | -86/+15 |
| * | | | | Dont export classes as default | Rory& | 2025-12-02 | 2 | -2/+2 |
| * | | | | Export util/networking | Rory& | 2025-12-02 | 1 | -0/+1 |
| * | | | | Always trim username updates | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Template billing routes | Rory& | 2025-12-02 | 3 | -2/+196 |
| * | | | | Forgot the configuration, lol | Rory& | 2025-12-02 | 1 | -2/+5 |
| * | | | | Classes for abuseipdb/ipdata | Rory& | 2025-12-02 | 7 | -0/+307 |
| * | | | | Merge pull request #1419 from CyberL1/fix/send-204 | Cyber | 2025-12-02 | 1 | -3/+1 |
| |\ \ \ \ |
|
| | * | | | | fix: send 204 even if event is invalid (discord does this, idk why) | CyberL1 | 2025-12-02 | 1 | -3/+1 |
| |/ / / / |
|
| * | | | | Merge pull request #1418 from CyberL1/refactor/github-webhook-embeds | Cyber | 2025-12-02 | 1 | -469/+320 |
| |\ \ \ \ |
|
| | * | | | | chore: remove debug log | CyberL1 | 2025-12-02 | 1 | -1/+0 |
| | * | | | | refactor: refactor github webhooks embeds to match discord's | CyberL1 | 2025-12-02 | 1 | -469/+321 |
| |/ / / / |
|
| * | | | | update schema for voiceIdentify | dank074 | 2025-12-02 | 1 | -0/+3 |
| * | | | | Update nix hashes | Rory& | 2025-12-01 | 1 | -1/+1 |
| * | | | | Split time classes, include tests | Rory& | 2025-12-01 | 10 | -52/+692 |
| * | | | | Fix base64 avatar stuff for webhooks | Rory& | 2025-12-01 | 1 | -1/+1 |
| * | | | | File uploads: try form.getBuffer() | Rory& | 2025-12-01 | 1 | -1/+1 |
| * | | | | Drop node-fetch-commonjs, proxy-agent as deprecated | Rory& | 2025-12-01 | 17 | -373/+220 |
| * | | | | Merge pull request #1416 from MathMan05/channelSearch | Cyber | 2025-12-01 | 2 | -37/+153 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into channelSearch | Cyber | 2025-12-01 | 5 | -33/+17 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #1415 from MathMan05/dupedEvents | Cyber | 2025-12-01 | 1 | -21/+1 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'master' into dupedEvents | Cyber | 2025-12-01 | 4 | -12/+16 |
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | | Tell browsers to cache applications/games detectable response in accordance o... | Rory& | 2025-11-30 | 3 | -11/+15 |
| * | | | | | | fix expose | MathMan05 | 2025-11-30 | 1 | -1/+1 |
| | * | | | | | stop with the duped events | MathMan05 | 2025-11-30 | 1 | -21/+1 |
| |/ / / / / |
|
| | * | | | | fix other bug | MathMan05 | 2025-11-30 | 2 | -38/+14 |
| | * | | | | Implement channel search | MathMan05 | 2025-11-30 | 1 | -0/+140 |
| |/ / / / |
|
| * | | | | stopwatch fixes | MathMan05 | 2025-11-30 | 1 | -16/+13 |
| * | | | | Maybe catch functions in the future in schemas? | Rory& | 2025-11-29 | 2 | -6/+11 |
| * | | | | Handle case where session is an object, merges #1412 | Rory& | 2025-11-29 | 2 | -2/+2 |
| * | | | | Cut down schemas by 90% | Rory& | 2025-11-29 | 16 | -101086/+12419 |
| * | | | | Merge pull request #1411 from MathMan05/status | Cyber | 2025-11-29 | 6 | -19/+12 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'spacebarchat:master' into status | Mathium05 | 2025-11-29 | 0 | -0/+0 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #1410 from MathMan05/status | Cyber | 2025-11-29 | 3 | -150/+188 |
| |\ \ \ \ \ |
|
| | | * | | | | don't show invis | MathMan05 | 2025-11-29 | 6 | -19/+12 |
| | |/ / / / |
|
| | * | | | | Fix merge issues | MathMan05 | 2025-11-29 | 34 | -957/+339 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #1408 from MathMan05/removeStupidPolies | Madeline | 2025-11-29 | 32 | -816/+179 |
| |\ \ \ \ \ |
|
| | * | | | | | remove string proto fake polyfill | MathMan05 | 2025-11-26 | 5 | -56/+10 |
| | * | | | | | make mentions not use the pollyfills | MathMan05 | 2025-11-26 | 1 | -74/+26 |
| | * | | | | | Merge branch 'removeStupidPolies' of https://github.com/MathMan05/server into... | MathMan05 | 2025-11-26 | 1 | -8/+12 |
| | |\ \ \ \ \ |
|
| | | * \ \ \ \ | Merge branch 'spacebarchat:master' into removeStupidPolies | Mathium05 | 2025-11-26 | 1 | -8/+12 |
| | | |\ \ \ \ \ |
|
| | * | | | | | | | Merge branch 'removeStupidPolies' of https://github.com/MathMan05/server into... | MathMan05 | 2025-11-26 | 10 | -278/+686 |
| | |\| | | | | | |
|
| | | * | | | | | | Merge branch 'spacebarchat:master' into removeStupidPolies | Mathium05 | 2025-11-26 | 10 | -278/+686 |
| | | |\ \ \ \ \ \ |
|
| | * | | | | | | | | remove remove | MathMan05 | 2025-11-26 | 4 | -22/+14 |
| | * | | | | | | | | get distinct working better | MathMan05 | 2025-11-26 | 1 | -38/+15 |
| | |/ / / / / / / |
|
| | * | | | | | | | fix distinct | MathMan05 | 2025-11-26 | 1 | -1/+1 |
| | * | | | | | | | re-add partion function | MathMan05 | 2025-11-26 | 1 | -0/+6 |
| | * | | | | | | | remove test, oops | MathMan05 | 2025-11-26 | 1 | -7/+0 |
| | * | | | | | | | change partition | MathMan05 | 2025-11-26 | 3 | -44/+18 |
| | * | | | | | | | remove distinct | MathMan05 | 2025-11-26 | 5 | -48/+7 |
| | * | | | | | | | Fix backwards condition | MathMan05 | 2025-11-26 | 1 | -1/+1 |
| | * | | | | | | | save file | MathMan05 | 2025-11-26 | 1 | -9/+0 |
| | * | | | | | | | rid of forEachAsync | MathMan05 | 2025-11-26 | 3 | -30/+26 |
| | * | | | | | | | make normalize URL normal | MathMan05 | 2025-11-26 | 4 | -58/+2 |
| | * | | | | | | | get rid of sleep() | MathMan05 | 2025-11-26 | 3 | -41/+6 |
| | * | | | | | | | remove the empty files | MathMan05 | 2025-11-25 | 2 | -0/+0 |
| | * | | | | | | | rid of Math.clamp | MathMan05 | 2025-11-25 | 4 | -53/+2 |
| | * | | | | | | | remove unused filter async | MathMan05 | 2025-11-25 | 2 | -16/+1 |
| | * | | | | | | | actually include fix | MathMan05 | 2025-11-25 | 1 | -4/+8 |
| | * | | | | | | | remove distinct by | MathMan05 | 2025-11-25 | 2 | -34/+0 |
| | * | | | | | | | actually delete the functions | MathMan05 | 2025-11-25 | 1 | -8/+0 |
| | * | | | | | | | Delete Object.map | MathMan05 | 2025-11-25 | 5 | -51/+9 |
| | * | | | | | | | remove unused forEach | MathMan05 | 2025-11-25 | 2 | -31/+0 |
| | * | | | | | | | rid of contains all | MathMan05 | 2025-11-25 | 3 | -24/+3 |
| | * | | | | | | | remove unused intersect | MathMan05 | 2025-11-25 | 2 | -15/+0 |
| | * | | | | | | | remove except (it's probally faster this way too) | MathMan05 | 2025-11-25 | 3 | -30/+7 |
| | * | | | | | | | get rid of single | MathMan05 | 2025-11-25 | 3 | -27/+3 |
| | * | | | | | | | remove first/last | MathMan05 | 2025-11-25 | 4 | -126/+46 |
| | | | | * | | | | status stuff | MathMan05 | 2025-11-28 | 1 | -9/+28 |
| | |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | | Merge pull request #1409 from MathMan05/removeLog | Cyber | 2025-11-28 | 1 | -1/+0 |
| |\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| | * | | | | | | remove unneeded log | MathMan05 | 2025-11-27 | 1 | -1/+0 |
| |/ / / / / / |
|
| * | / / / / | Pagnation and guild scoping for mention inbox | Rory& | 2025-11-26 | 1 | -8/+12 |
| | |/ / / /
|/| | | | |
|
| * | | | | | Maybe? | Rory& | 2025-11-26 | 1 | -9/+15 |
| * | | | | | Swap around toJSON and withSignedAttachments (oops) | Rory& | 2025-11-26 | 1 | -2/+2 |
| * | | | | | Actually include messages in mentions result | Rory& | 2025-11-26 | 1 | -10/+48 |
| * | | | | | Mentions inbox: use the right roles prop... | Rory& | 2025-11-26 | 1 | -1/+2 |
| * | | | | | Mentions inbox: include channel guild id | Rory& | 2025-11-26 | 1 | -1/+1 |
| * | | | | | Cache access token key in memory and write it back to disk if deleted | Rory& | 2025-11-26 | 1 | -1/+25 |
| * | | | | | Mention inbox, hopefully | Rory& | 2025-11-26 | 6 | -45/+257 |
| * | | | | | Expose mor emember keys | Rory& | 2025-11-25 | 4 | -266/+393 |
| |/ / / / |
|
| * | | | | Channel: revert part of permission unification PR | Rory& | 2025-11-25 | 2 | -2/+70 |
| * | | | | Message handler: fix imports | Rory& | 2025-11-25 | 1 | -7/+5 |
| * | | | | Fix type on communication_disabled_until | Rory& | 2025-11-25 | 1 | -1/+1 |
| * | | | | implement timeouts and quarantines | Rory& | 2025-11-25 | 3 | -20/+46 |
| * | | | | admin api: clean up imports | Rory& | 2025-11-25 | 2 | -2/+0 |
| * | | | | allow setting communication_disabled_until | Rory& | 2025-11-25 | 4 | -50/+287 |
| * | | | | async filter extensions | Rory& | 2025-11-25 | 2 | -0/+16 |
| * | | | | add missing user flags | Rory& | 2025-11-25 | 1 | -22/+43 |
| * | | | | slight fix | MathMan05 | 2025-11-25 | 1 | -1/+2 |
| * | | | | Implement Slowmode | MathMan05 | 2025-11-25 | 1 | -2/+17 |
| * | | | | centerlize permision checking more | MathMan05 | 2025-11-25 | 2 | -108/+29 |
| * | | | | Permissions: fill in new flags | Rory& | 2025-11-25 | 1 | -1/+16 |
| * | | | | Admin API: Check rights, require OPERATOR | Rory& | 2025-11-24 | 6 | -16/+129 |
| * | | | | Admin API: .NET 10 | Rory& | 2025-11-24 | 9 | -22/+25 |
| * | | | | fix bot deleting | MathMan05 | 2025-11-24 | 1 | -3/+1 |
| * | | | | fix :3 | MathMan05 | 2025-11-23 | 1 | -2/+1 |
| * | | | | update to use flags | MathMan05 | 2025-11-23 | 1 | -1/+2 |
| * | | | | is it a hack if it works? | MathMan05 | 2025-11-23 | 3 | -3/+32 |
| * | | | | fix for the comemnting | MathMan05 | 2025-11-23 | 1 | -2/+2 |
| * | | | | no, that doesn't work | MathMan05 | 2025-11-23 | 1 | -0/+2 |
| * | | | | maybe fix attachments? | MathMan05 | 2025-11-23 | 1 | -3/+15 |
| * | | | | work | MathMan05 | 2025-11-23 | 1 | -1/+12 |
| * | | | | use nonce? | MathMan05 | 2025-11-23 | 1 | -0/+1 |
| * | | | | make interactions more normal | MathMan05 | 2025-11-23 | 5 | -52/+23 |
| * | | | | Message#createWithDefaults: Set mesasge type if message_reference is set and ... github/temp temp | Rory& | 2025-11-22 | 1 | -0/+3 |
| * | | | | add extraFields optional param on toPrivateUser, expose rights on READY | Rory& | 2025-11-22 | 2 | -3/+3 |
| * | | | | gateway: expose self rights on ready, maybe? | Rory& | 2025-11-22 | 1 | -1/+1 |
| * | | | | Add well-known routes | Rory& | 2025-11-22 | 1 | -0/+36 |
| * | | | | fix: docker tags cannot include `+` (why? idk) | CyberL1 | 2025-11-21 | 1 | -1/+1 |
| * | | | | OA: regenerate after cherry-picking script changes from dev/emma-wip | Rory& | 2025-11-21 | 3 | -28152/+52 |
| * | | | | Exclude some more schemas | Rory& | 2025-11-21 | 2 | -2/+74 |
| * | | | | Improve openapi schema generation script | Rory& | 2025-11-21 | 2 | -72/+449 |
| * | | | | GHA: run nix flake check to run server tests and more checks | Rory& | 2025-11-21 | 1 | -0/+1 |
| * | | | | Nix: emit revision file, bundle: use revision file, fix git dir resolution on... | Rory& | 2025-11-21 | 2 | -27/+47 |
| * | | | | Nix: move patch-package to devDependencies, drop usage of npx, drop patchPhase | Rory& | 2025-11-21 | 4 | -15/+259 |
| * | | | | Nix: Strip down a good chunk of node_modules | Rory& | 2025-11-21 | 2 | -10/+150 |
| * | | | | Move typescript-json-schema to devDependencies (no runtime usage) | Rory& | 2025-11-21 | 3 | -5/+37 |
| * | | | | Nix: rename test to check if bundle starts with the module | Rory& | 2025-11-21 | 1 | -1/+1 |
| * | | | | Nix: use own revision as package version | Rory& | 2025-11-21 | 1 | -2/+11 |
| * | | | | Nix: drop ts-node from devenv | Rory& | 2025-11-21 | 1 | -1/+0 |
| * | | | | Merge pull request #1402 from MathMan05/fixGroups | Cyber | 2025-11-21 | 4 | -350/+240 |
| |\ \ \ \ |
|
| | * | | | | only for gorups | MathMan05 | 2025-11-20 | 1 | -1/+1 |
| | * | | | | default undefined | MathMan05 | 2025-11-20 | 1 | -1/+1 |
| | * | | | | fix groups more | MathMan05 | 2025-11-20 | 4 | -350/+240 |
| |/ / / / |
|
| * | | | | Nix/docker: use specified system | Rory& | 2025-11-20 | 1 | -1/+1 |
| * | | | | Nix: add missing lib specifier in module | Rory& | 2025-11-20 | 1 | -1/+1 |
| * | | | | Update nix and packages | Rory& | 2025-11-20 | 6 | -1063/+1127 |
| * | | | | Merge pull request #1399 from CyberL1/fix/activities | Cyber | 2025-11-20 | 2 | -8/+17 |
| |\ \ \ \ |
|
| | * | | | | fix: default `activities` to empty array | CyberL1 | 2025-11-20 | 2 | -8/+17 |
| |/ / / / |
|
| * | | | | Merge pull request #1397 from MathMan05/groupFix | Cyber | 2025-11-20 | 1 | -8/+8 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into groupFix | Cyber | 2025-11-20 | 1 | -8/+40 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #1395 from MathMan05/readStateFix | Cyber | 2025-11-19 | 1 | -8/+40 |
| |\ \ \ \ \ |
|
| | * | | | | | fixes | MathMan05 | 2025-11-19 | 1 | -1/+6 |
| | * | | | | | add missing awaits | MathMan05 | 2025-11-19 | 1 | -2/+2 |
| | * | | | | | fix mentions issues | MathMan05 | 2025-11-19 | 1 | -6/+33 |
| |/ / / / / |
|
| | * / / / | fix groups | MathMan05 | 2025-11-19 | 1 | -8/+8 |
| |/ / / / |
|
| * | | | | Merge pull request #1393 from MathMan05/webhookFix | Cyber | 2025-11-19 | 1 | -77/+46 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into webhookFix | Cyber | 2025-11-19 | 5 | -26/+43 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #1394 from MathMan05/readStates | Cyber | 2025-11-19 | 5 | -26/+43 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'master' into readStates | Cyber | 2025-11-19 | 1 | -4/+7 |
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | * | | | | | implement mention_count | MathMan05 | 2025-11-18 | 5 | -26/+43 |
| | | * | | | | correctly check query | MathMan05 | 2025-11-19 | 1 | -1/+1 |
| | | * | | | | rearange errors | MathMan05 | 2025-11-19 | 1 | -8/+9 |
| | | * | | | | fixes | MathMan05 | 2025-11-19 | 1 | -44/+17 |
| | | * | | | | Merge branch 'webhookFix' of https://github.com/MathMan05/server into webhookFix | MathMan05 | 2025-11-19 | 1 | -4/+7 |
| | | |\ \ \ \ |
|
| | | | * \ \ \ | Merge branch 'master' into webhookFix | Cyber | 2025-11-19 | 1 | -4/+7 |
| | | | |\ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | | Merge pull request #1392 from MathMan05/EmbedFix | Cyber | 2025-11-19 | 1 | -4/+7 |
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | * | | | | | | more fix | MathMan05 | 2025-11-18 | 1 | -1/+7 |
| | * | | | | | | I am an idiot, it wasn't backwards | MathMan05 | 2025-11-18 | 1 | -1/+1 |
| | * | | | | | | fix | MathMan05 | 2025-11-18 | 1 | -5/+2 |
| |/ / / / / / |
|
| | * | | | | | get rid of log | MathMan05 | 2025-11-19 | 1 | -1/+0 |
| | * | | | | | some fixes | MathMan05 | 2025-11-19 | 1 | -10/+32 |
| | |/ / / / |
|
| | * / / / | make not wait work correctly | MathMan05 | 2025-11-18 | 1 | -46/+20 |
| |/ / / / |
|
| * | | | | Merge pull request #1391 from MathMan05/Dec | Cyber | 2025-11-18 | 6 | -24/+10 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into Dec | Cyber | 2025-11-18 | 1 | -0/+1 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #1390 from MathMan05/BotJoin | Cyber | 2025-11-18 | 1 | -0/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | no bots for you | MathMan05 | 2025-11-18 | 1 | -0/+1 |
| |/ / / / / |
|
| | * / / / | member count fixes | MathMan05 | 2025-11-18 | 6 | -24/+10 |
| |/ / / / |
|
| * | | | | Merge pull request #1387 from MathMan05/pingFix | Cyber | 2025-11-18 | 1 | -2/+18 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into pingFix | Cyber | 2025-11-18 | 7 | -9/+33 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #1388 from MathMan05/RoleTypeFix2 | Cyber | 2025-11-18 | 1 | -5/+7 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'master' into RoleTypeFix2 | Cyber | 2025-11-18 | 6 | -4/+26 |
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | | Merge pull request #1386 from MathMan05/notiFix | Cyber | 2025-11-18 | 1 | -1/+1 |
| |\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|