| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | thread improvements | MathMan05 | 2026-02-04 | 3 | -3/+31 |
| |/ / |
|
| * | | stupid migration | MathMan05 | 2026-02-03 | 1 | -17/+0 |
| * | | more purging | MathMan05 | 2026-02-03 | 1 | -2/+0 |
| * | | prune migration | MathMan05 | 2026-02-03 | 1 | -4/+0 |
| * | | fix threads :3 | MathMan05 | 2026-02-04 | 2 | -8/+21 |
| * | | some fixes | MathMan05 | 2026-02-04 | 8 | -21/+35 |
| * | | unscrew up | MathMan05 | 2026-02-04 | 2 | -4/+4 |
| * | | Fix req.params for thread creation | Rory& | 2026-02-04 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'mathium05/threadFixes' | Rory& | 2026-02-04 | 14 | -56/+382 |
| |\ \ |
|
| | * | | more changes | MathMan05 | 2026-02-03 | 10 | -33/+294 |
| | * | | send message to join thread | MathMan05 | 2026-02-03 | 1 | -0/+42 |
| | * | | add permision check | MathMan05 | 2026-02-03 | 1 | -0/+1 |
| | * | | correct thread type | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| | * | | fix interface | MathMan05 | 2026-02-03 | 1 | -4/+0 |
| | * | | correct message sending perms | MathMan05 | 2026-02-03 | 1 | -1/+5 |
| | * | | don't delete a public thread | MathMan05 | 2026-02-03 | 1 | -11/+11 |
| | * | | some thread fixes | MathMan05 | 2026-02-03 | 4 | -6/+28 |
| * | | | Merge remote-tracking branch 'mathium05/errorFix' | Rory& | 2026-02-03 | 1 | -7/+6 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'spacebarchat:master' into errorFix | Mathium05 | 2025-12-23 | 5 | -8/+31 |
| | |\ \ \ |
|
| | * | | | | feild error fixes | MathMan05 | 2025-12-23 | 1 | -8/+8 |
| * | | | | | Merge remote-tracking branch 's074/add-rabbitmq-error-handling' | Rory& | 2026-02-03 | 4 | -92/+271 |
| |\ \ \ \ \ |
|
| | * | | | | | don't rethrow error, just keep retrying | dank074 | 2026-02-03 | 1 | -1/+0 |
| | * | | | | | don't need this | dank074 | 2026-02-01 | 1 | -3/+1 |
| | * | | | | | remove jitter from delay calculation altogether | dank074 | 2026-01-30 | 1 | -9/+3 |
| | * | | | | | simplify reconnect delay and shorten time | dank074 | 2026-01-30 | 1 | -7/+6 |
| | * | | | | | convert event listener iterations to Promise.all + map | dank074 | 2026-01-30 | 1 | -16/+24 |
| | * | | | | | add rabbitmq reconnection logic with state recovery | dank074 | 2026-01-22 | 4 | -91/+272 |
| * | | | | | | Merge remote-tracking branch 'oh64/master' | Rory& | 2026-02-03 | 1 | -19/+136 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Add emit listener check and ghost file handling | Oh64 | 2026-02-03 | 1 | -6/+28 |
| | * | | | | | | try to enhance Unix socket handling | Oh64 | 2026-02-03 | 1 | -13/+108 |
| * | | | | | | | Guild discovery: option to hide already joined guilds | Rory& | 2026-02-03 | 2 | -3/+12 |
| * | | | | | | | Env var to disable db migrations, nix: drop pre-start service | Rory& | 2026-02-03 | 1 | -2/+4 |
| * | | | | | | | Update schemas for profile customisation | Rory& | 2026-02-03 | 3 | -2/+40 |
| * | | | | | | | Actually save webhook apps - fixes #1474 | Rory& | 2026-02-03 | 1 | -1/+2 |
| * | | | | | | | Well, dont then ig | Rory& | 2026-02-03 | 1 | -5/+0 |
| * | | | | | | | try catch a migration line | Rory& | 2026-02-03 | 1 | -4/+5 |
| * | | | | | | | cdn: avatar decorations | Rory& | 2026-02-03 | 2 | -2/+42 |
| * | | | | | | | Add member profile customisation fields to db | Rory& | 2026-02-03 | 2 | -3/+48 |
| * | | | | | | | Add user profile costomisation fields to db | Rory& | 2026-02-03 | 2 | -1/+42 |
| |/ / / / / / |
|
| * | | | | | | fix: treat `guild_id=0` as no `guild_id` for discord mobile client (a.k.a. th... | CyberL1 | 2026-02-02 | 1 | -1/+1 |
| * | | | | | | Assert req.params type as solely string (express update) | Rory& | 2026-02-01 | 92 | -266/+275 |
| * | | | | | | temp unfinished json stuff in ts | Rory& | 2026-02-01 | 6 | -0/+376 |
| * | | | | | | Use describe for test grouping, more functions, less const arrows | Rory& | 2026-02-01 | 5 | -332/+340 |
| * | | | | | | fix: find the user instead of creating it when replying to a message | CyberL1 | 2026-01-31 | 1 | -3/+2 |
| * | | | | | | Enforce numeric-only discriminators in PATCH /users/@me | Rory& | 2026-01-30 | 1 | -0/+10 |
| * | | | | | | LazyRequest: minor cleanup | Rory& | 2026-01-30 | 1 | -3/+3 |
| * | | | | | | Identify: hold onto access token | Rory& | 2026-01-30 | 2 | -1/+4 |
| * | | | | | | Basic offload configuration | Rory& | 2026-01-30 | 3 | -0/+28 |
| * | | | | | | fix: don't return default role for user profiles | CyberL1 | 2026-01-30 | 1 | -0/+2 |
| | |_|_|/ /
|/| | | | |
|
| * | | | | | Thread membership routes | Rory& | 2026-01-29 | 5 | -0/+228 |
| * | | | | | READY changes for threads ported from #876 | Rory& | 2026-01-29 | 5 | -6/+11 |
| * | | | | | Channel/thread util methods ported from #876 | Rory& | 2026-01-29 | 2 | -5/+136 |
| * | | | | | Gateway event types ported from #876 | Rory& | 2026-01-29 | 1 | -1/+60 |
| * | | | | | Thread members ported from #876 | Rory& | 2026-01-29 | 4 | -0/+234 |
| * | | | | | Update message type enum | Rory& | 2026-01-29 | 1 | -6/+45 |
| * | | | | | Regenerate migrations for threads | Rory& | 2026-01-28 | 4 | -67/+6 |
| * | | | | | Merge remote-tracking branch 'origin/dev/threads' | Rory& | 2026-01-28 | 16 | -11/+313 |
| |\ \ \ \ \ |
|
| | * | | | | | thread stuff ig github/tmp-rebase-threads tmp-rebase-threads | MathMan05 | 2026-01-28 | 1 | -0/+12 |
| | * | | | | | initial recipients work | MathMan05 | 2026-01-28 | 6 | -6/+29 |
| | * | | | | | thread API start | MathMan05 | 2026-01-28 | 12 | -7/+194 |
| | * | | | | | sechema changes+migrations | MathMan05 | 2026-01-28 | 5 | -1/+81 |
| * | | | | | | Add basic thread helper functions | Rory& | 2026-01-28 | 1 | -0/+12 |
| * | | | | | | Update channel type enum to un-erkinalp-ize it, and match discord | Rory& | 2026-01-28 | 2 | -12/+9 |
| |/ / / / / |
|
| * | | | | | Rename use_thread permissions to create_thread | Rory& | 2026-01-28 | 1 | -2/+2 |
| * | | | | | Make bot invites configurable | Rory& | 2026-01-24 | 3 | -4/+5 |
| * | | | | | Forbid dashes in emoji names | Rory& | 2026-01-23 | 1 | -0/+3 |
| * | | | | | cdn: actually execute controllers | Rory& | 2026-01-23 | 1 | -0/+1 |
| * | | | | | Identify: add self as recipient for DMs with nonexistnt users | Rory& | 2026-01-23 | 1 | -19/+27 |
| * | | | | | Dummy warp endpoint | Rory& | 2026-01-23 | 1 | -0/+39 |
| * | | | | | Port User.tag getter from pomelo as utility | Rory& | 2026-01-23 | 3 | -3/+10 |
| |/ / / / |
|
| * | | | | Make openapi.js work offline - still needs conditionals fixed though | Rory& | 2026-01-22 | 22 | -18/+61 |
| * | | | | CDN: use central cache middleware. Closes #1455 | Rory& | 2026-01-22 | 7 | -20/+40 |
| * | | | | Move health endpoints to /, deprecate /api/-. Fixes #1089 | Rory& | 2026-01-22 | 3 | -3/+12 |
| * | | | | Apply-migrations: retry | Rory& | 2026-01-22 | 1 | -5/+19 |
| * | | | | WIP: StopForumSpam support | Rory& | 2026-01-22 | 2 | -0/+132 |
| * | | | | bot fix | MathMan05 | 2026-01-21 | 1 | -1/+1 |
| * | | | | fix validations | MathMan05 | 2026-01-20 | 1 | -3/+5 |
| * | | | | Fix NixOS tests, allow building via tsgo | Rory& | 2026-01-20 | 1 | -1/+3 |
| * | | | | Nix test VM, migrations helper script | Rory& | 2026-01-19 | 1 | -0/+15 |
| * | | | | Add stub POSt report endpoint | Rory& | 2026-01-17 | 7 | -67/+287 |
| * | | | | Make this not use the whole session object | ohayo | 2026-01-15 | 1 | -1/+2 |
| * | | | | Add temp reporting menu responses | Rory& | 2026-01-15 | 2 | -1/+10 |
| * | | | | Enum for report menu types | Rory& | 2026-01-14 | 2 | -13/+66 |
| * | | | | Actually map all endpoints for getting report menus | Rory& | 2026-01-14 | 1 | -14/+27 |
| * | | | | fest: throw an error if bot name is empty | CyberL1 | 2026-01-14 | 2 | -1/+11 |
| * | | | | fest: throw an error if application name is empty | CyberL1 | 2026-01-14 | 1 | -1/+10 |
| * | | | | fix: `FieldErrors` function returned array instead of an object | CyberL1 | 2026-01-14 | 1 | -7/+8 |
| * | | | | Gateway close logging for 4002 | Rory& | 2026-01-13 | 2 | -3/+16 |
| * | | | | Support API v10 | Rory& | 2026-01-13 | 1 | -0/+2 |
| * | | | | Include request info in errors | Rory& | 2026-01-13 | 2 | -4/+5 |
| * | | | | Whoami endpoint in api | Rory& | 2026-01-11 | 1 | -0/+57 |
| * | | | | fix: relationshipsSelf are now actually self | CyberL1 | 2026-01-10 | 1 | -1/+1 |
| * | | | | Fix profile API | MathMan05 | 2025-12-29 | 1 | -6/+7 |
| * | | | | Persist uploader user id for new stickers | Rory& | 2025-12-28 | 1 | -0/+1 |
| * | | | | Fix schemas... | Rory& | 2025-12-27 | 1 | -24/+32 |
| * | | | | Allow passing config secrets as paths | Rory& | 2025-12-27 | 1 | -0/+15 |
| * | | | | print cwd in jwt | Rory& | 2025-12-27 | 1 | -1/+1 |
| * | | | | Log some paths | Rory& | 2025-12-27 | 2 | -2/+3 |
| * | | | | fix endpoint crap | Rory& | 2025-12-27 | 2 | -3/+3 |
| * | | | | Ignore empty ASN type/ID in register | Rory& | 2025-12-26 | 1 | -2/+6 |
| * | | | | Fix endpoint public splitting | Rory& | 2025-12-25 | 2 | -2/+2 |
| * | | | | Drop unused metrics configuration | Rory& | 2025-12-25 | 3 | -24/+0 |
| * | | | | Drop unused Kafka configuration | Rory& | 2025-12-25 | 3 | -26/+0 |
| * | | | | Consistent imports and instructions for email | Rory& | 2025-12-25 | 4 | -10/+15 |
| * | | | | No s3 support by default | Rory& | 2025-12-25 | 2 | -8/+24 |
| * | | | | Drop sqlite3 by default | Rory& | 2025-12-25 | 1 | -5/+13 |
| | |/ /
|/| | |
|
| * | | | Add server name config option for use in client redirects | Rory& | 2025-12-23 | 2 | -4/+10 |
| * | | | Set low cache-control headers for static pages | Rory& | 2025-12-23 | 1 | -3/+14 |
| * | | | Merge pull request #1449 from MathMan05/inviteFix | Cyber | 2025-12-22 | 2 | -1/+7 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | fix invite API slightly | MathMan05 | 2025-12-22 | 2 | -1/+7 |
| * | | | Shields | Rory& | 2025-12-21 | 2 | -0/+101 |
| * | | | Widget: sort users by id | Rory& | 2025-12-21 | 1 | -16/+16 |
| * | | | Fix import | Rory& | 2025-12-21 | 1 | -1/+1 |
| * | | | Filter widget channels by type, implement rudimentary cache, mark cache as im... | Rory& | 2025-12-21 | 1 | -77/+98 |
| * | | | Bump widget idle time to 5 minutes | Rory& | 2025-12-20 | 1 | -1/+1 |
| * | | | Forgot about bundle | Rory& | 2025-12-20 | 1 | -0/+5 |
| * | | | Commit evil (set process names) | Rory& | 2025-12-20 | 5 | -1/+21 |
| |/ / |
|
| * | | Merge remote-tracking branch 'mathium05/dmFix' | Rory& | 2025-12-20 | 2 | -2/+4 |
| |\ \ |
|
| | * | | DM bot Fix | MathMan05 | 2025-12-19 | 2 | -2/+4 |
| * | | | Fix online member count | Rory& | 2025-12-20 | 1 | -1/+2 |
| |/ / |
|
| * | | Fix widget | Rory& | 2025-12-20 | 1 | -4/+6 |
| * | | Widget improvements | Rory& | 2025-12-19 | 1 | -1/+5 |
| * | | Implement widget | Rory& | 2025-12-19 | 2 | -5/+15 |
| * | | Deprecation: Use object-based relations for typeorm | Rory& | 2025-12-19 | 55 | -137/+151 |
| * | | more async io | Rory& | 2025-12-19 | 2 | -3/+3 |
| * | | use async io for CDN file storage | Rory& | 2025-12-19 | 1 | -2/+3 |
| * | | Dont use promises for dummy endpoints | Rory& | 2025-12-19 | 38 | -47/+47 |
| * | | ESLint: warn for deprecated constructs | Rory& | 2025-12-19 | 2 | -3/+7 |
| * | | DEPRECATION: Move most select queries to object instead of string[] | Rory& | 2025-12-19 | 36 | -44/+67 |
| * | | refactor: adjust numbers for length limits | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| * | | refactor: adjust numbers for length limits | CyberL1 | 2025-12-19 | 1 | -2/+2 |
| * | | refactor: adjust commit lenghts for `push` event | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| * | | fix: description length for `issue_comment` event | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| * | | fix: description length for `issue` event | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| * | | Send HTTP 401 on token errors | Rory& | 2025-12-19 | 2 | -14/+16 |
| * | | Fix initial database setup | Rory& | 2025-12-19 | 1 | -1/+6 |
| * | | Use inserts instead of save for new entities | Rory& | 2025-12-19 | 1 | -1/+6 |
| * | | WIP CDN stuff | Rory& | 2025-12-19 | 2 | -0/+143 |
| * | | Drop blockProxies from config - fixup for #1444 / b54e86d | Rory& | 2025-12-18 | 1 | -1/+0 |
| * | | Drop isProxy alltogether, because wtf is this language (!![] === true apparen... | Rory& | 2025-12-18 | 2 | -14/+0 |
| * | | Merge branch 'master' into feat/forwards | Cyber | 2025-12-18 | 2 | -61/+104 |
| |\ \ |
|
| | * | | More gateway trace | Rory& | 2025-12-18 | 2 | -61/+104 |
| * | | | add TODO | CyberL1 | 2025-12-18 | 1 | -0/+2 |
| * | | | chore: run prettier | CyberL1 | 2025-12-18 | 4 | -25/+25 |
| * | | | feat: add message forwards (normal messages only) | CyberL1 | 2025-12-18 | 5 | -4/+76 |
| |/ / |
|
| * | | Fix identify trace | Rory& | 2025-12-18 | 1 | -3/+4 |
| * | | Clean up some pointless gateway log noise | Rory& | 2025-12-18 | 1 | -2/+1 |
| * | | Avoid re-fetching user if not requesting extra fields | Rory& | 2025-12-18 | 12 | -24/+21 |
| * | | Try traces again | Rory& | 2025-12-18 | 1 | -10/+0 |
| * | | Fill these back in? | Rory& | 2025-12-17 | 1 | -0/+3 |
| * | | Reorganise traces? | Rory& | 2025-12-17 | 1 | -9/+44 |
| * | | trace checkToken | Rory& | 2025-12-17 | 1 | -4/+10 |
| * | | Avoid roundtrip when updating session | Rory& | 2025-12-17 | 1 | -8/+14 |
| * | | Reorganise identify queries | Rory& | 2025-12-17 | 1 | -11/+11 |
| * | | Remove more dead code | Rory& | 2025-12-17 | 1 | -10/+0 |
| * | | Remove dead code from identify | Rory& | 2025-12-17 | 1 | -22/+2 |
| * | | Dont log unix socket emissions that are below 5ms due to log noise | Rory& | 2025-12-17 | 1 | -1/+3 |
| * | | Add common scams from discord to blocked usernames by default | Rory& | 2025-12-17 | 1 | -1/+1 |
| * | | friend nicknames | MathMan05 | 2025-12-17 | 4 | -2/+71 |
| |/ |
|
| * | Drop extended_settings, account data soon. Closes #1160 | Rory& | 2025-12-17 | 3 | -6/+13 |
| * | Merge remote-tracking branch 'DEVTomatoCake/fix/getPublicUser-no-defaults' | Rory& | 2025-12-17 | 8 | -18/+21 |
| |\ |
|
| | * | Run ESLint | TomatoCake | 2024-09-01 | 1 | -8/+1 |
| | * | Stop returning defaults when using getPublicUser() | TomatoCake | 2024-09-01 | 5 | -13/+16 |
| * | | Merge remote-tracking branch 'mathium05/greetFix' | Rory& | 2025-12-17 | 1 | -2/+2 |
| |\ \ |
|
| | * \ | Merge branch 'master' into greetFix | Cyber | 2025-11-18 | 5 | -1/+22 |
| | |\ \ |
|
| | * | | | fix greet API | MathMan05 | 2025-11-17 | 1 | -3/+3 |
| * | | | | lintstagedrc: regenerate schemas/openapi if schemas changed | Rory& | 2025-12-17 | 647 | -27593/+27593 |
| * | | | | Remove automod code in favor of dev/emma-wip stuff | Rory& | 2025-12-17 | 1 | -55/+0 |
| * | | | | No more fallback URLs | Rory& | 2025-12-17 | 6 | -11/+7 |
| * | | | | Remove GATEWAY/CDN env variables in favor of single source of truth | Rory& | 2025-12-17 | 2 | -2/+2 |
| * | | | | Dont directly export all config subtypes | Rory& | 2025-12-17 | 3 | -3/+2 |
| * | | | | Move region to webrtc schemas | Rory& | 2025-12-17 | 6 | -23/+5 |
| * | | | | Prettier u14 | Rory& | 2025-12-17 | 2 | -2/+2 |
| * | | | | Prettier u10 | Rory& | 2025-12-17 | 5 | -149/+52 |
| * | | | | Prettier u9 | Rory& | 2025-12-17 | 9 | -330/+124 |
| * | | | | Prettier u8 | Rory& | 2025-12-17 | 13 | -287/+71 |
| * | | | | Prettier u7 | Rory& | 2025-12-17 | 10 | -732/+193 |
| * | | | | Prettier u6 | Rory& | 2025-12-17 | 15 | -196/+61 |
| * | | | | Prettier u5 | Rory& | 2025-12-17 | 13 | -278/+69 |
| * | | | | Prettier u4 | Rory& | 2025-12-17 | 18 | -486/+130 |
| * | | | | Prettier u3 | Rory& | 2025-12-17 | 18 | -388/+134 |
| * | | | | Prettier -1 | Rory& | 2025-12-17 | 1 | -1/+0 |
| * | | | | Prettier 8 | Rory& | 2025-12-17 | 8 | -51/+13 |
| * | | | | Prettier 7 | Rory& | 2025-12-17 | 1 | -6/+1 |
| * | | | | Prettier 6 | Rory& | 2025-12-17 | 7 | -79/+20 |
| * | | | | Prettier 5 | Rory& | 2025-12-17 | 10 | -37/+13 |
| * | | | | Prettier 4 | Rory& | 2025-12-17 | 7 | -17/+11 |
| * | | | | Prettier 3 | Rory& | 2025-12-17 | 7 | -14/+7 |
| * | | | | Prettier 2 | Rory& | 2025-12-17 | 11 | -11/+11 |
| * | | | | Prettier 2 | Rory& | 2025-12-17 | 44 | -190/+85 |
| * | | | | Prettier 1 | Rory& | 2025-12-17 | 22 | -322/+102 |
| * | | | | Prettier connections | Rory& | 2025-12-17 | 11 | -359/+96 |
| * | | | | Prettier migration scripts | Rory& | 2025-12-17 | 25 | -330/+265 |
| * | | | | Prettier a few files | Rory& | 2025-12-17 | 1 | -1/+0 |
| * | | | | finally make eslint happy | Rory& | 2025-12-17 | 11 | -117/+64 |
| * | | | | Fix typo | Rory& | 2025-12-17 | 1 | -1/+1 |
| * | | | | Fix session id shenanigs | Rory& | 2025-12-17 | 2 | -2/+2 |
| * | | | | forgot to clean up | Rory& | 2025-12-17 | 1 | -2/+0 |
| * | | | | Centralise ip info logic | Rory& | 2025-12-17 | 4 | -28/+36 |
| * | | | | Remove ugly hack | Rory& | 2025-12-17 | 1 | -2/+2 |
| * | | | | Cast ephemeral flag to number because lmao | Rory& | 2025-12-17 | 1 | -1/+1 |
| * | | | | Rename PRIVATE_ROUTE -> EPHEMERAL, fix typo | Rory& | 2025-12-17 | 3 | -7/+5 |
| * | | | | unixsock: use length-prefixed message framing + buffer | Rory& | 2025-12-17 | 1 | -10/+32 |
| * | | | | Remove device on logout | Rory& | 2025-12-17 | 2 | -8/+10 |
| * | | | | Fix sessions logout | Rory& | 2025-12-17 | 1 | -0/+1 |
| * | | | | Update session info | Rory& | 2025-12-17 | 8 | -75/+145 |
| * | | | | Use query for sessions endpoint | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Fix session | Rory& | 2025-12-16 | 1 | -3/+3 |
| * | | | | Lower interval for cleaning up sessions | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Device management | Rory& | 2025-12-16 | 3 | -1/+149 |
| * | | | | Experimental unix socket mode | Rory& | 2025-12-16 | 2 | -3/+151 |
| * | | | | Forgot to make rabbitmq static | Rory& | 2025-12-16 | 1 | -4/+4 |
| * | | | | Listen for connection errors? | Rory& | 2025-12-16 | 1 | -15/+25 |
| * | | | | Dirty rabbitmq hack | Rory& | 2025-12-16 | 2 | -2/+7 |
| * | | | | Gateway token frefresh | Rory& | 2025-12-16 | 3 | -3/+10 |
| * | | | | Fix gateway | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Fix bad imports | Rory& | 2025-12-16 | 6 | -6/+6 |
| * | | | | Expire old sessions, update last seen on gateway heartbeat | Rory& | 2025-12-16 | 2 | -5/+21 |
| * | | | | Gateway: update session last seen on heartbeat | Rory& | 2025-12-16 | 1 | -1/+16 |
| * | | | | Less debug logging, more useful? | Rory& | 2025-12-16 | 3 | -5/+4 |
| * | | | | What does this even return | Rory& | 2025-12-16 | 1 | -0/+4 |
| * | | | | Session fixes | Rory& | 2025-12-16 | 5 | -25/+44 |
| * | | | | Upate session info | Rory& | 2025-12-16 | 1 | -7/+29 |
| * | | | | More maybe un-blowing-up | Rory& | 2025-12-16 | 2 | -5/+14 |
| * | | | | 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 | 1 | -0/+1 |
| * | | | | 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 branch 'spacebarchat:master' into fix/gh-webhook-events-more | Cyber | 2025-12-15 | 50 | -438/+1399 |
| |\ \ \ \ |
|
| | * | | | | 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 |
| | * | | | | 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 |
| | * | | | | 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 |