summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* shoot, screwed up the merge conflict github/tmp-master tmp-masterMathMan052026-02-051-5/+0
* fix merge conflicMathMan052026-02-0517-174/+460
|\
| * fix slight errorMathMan052026-02-061-2/+2
| * maybe fix bot threads?MathMan052026-02-061-8/+10
| * More nix stuffRory&2026-02-0416-170/+449
* | grab author relationMathMan052026-02-051-0/+1
* | no need to init, the sent message will incrementMathMan052026-02-051-2/+2
* | oopsMathMan052026-02-051-1/+1
* | implement tag_settingMathMan052026-02-051-4/+3
* | better searchMathMan052026-02-051-2/+6
* | edit tagsMathMan052026-02-052-0/+23
* | post with tagsMathMan052026-02-053-1/+63
* | fix responce typesMathMan052026-02-051-2/+6
* | deleting tagsMathMan052026-02-052-0/+48
* | another type screw upMathMan052026-02-051-1/+1
* | so many type screw upsMathMan052026-02-057-9/+36
* | create tagsMathMan052026-02-057-2/+112
* | array initMathMan052026-02-054-0/+90
* | incorrect message countMathMan052026-02-041-2/+2
* | no more name checks for threads!MathMan052026-02-042-2/+2
* | more forum fixesMathMan052026-02-045-17/+228
* | some search fixes while I'm hereMathMan052026-02-041-24/+24
* | fix search while I'm at itMathMan052026-02-041-3/+1
* | fix another forum bugMathMan052026-02-041-1/+1
* | merge masterMathMan052026-02-0425-83/+588
|\|
| * Merge remote-tracking branch 'mathium05/threadMore'Rory&2026-02-041-1/+1
| |\
| | * allow deep threadsMathMan052026-02-031-1/+1
| * | Fix disabling migrations on nix not wirkingRory&2026-02-045-18/+30
| * | Make builds for C# atomic, fix depsRory&2026-02-0416-61/+551
| |/
| * spread that message!MathMan052026-02-031-1/+1
| * more thread improvementsMathMan052026-02-033-2/+5
* | forum fixesMathMan052026-02-041-0/+2
* | fix forum channelMathMan052026-02-041-0/+1
* | thread improvementsMathMan052026-02-043-3/+31
|/
* stupid migrationMathMan052026-02-031-17/+0
* more purgingMathMan052026-02-031-2/+0
* prune migrationMathMan052026-02-031-4/+0
* fix threads :3MathMan052026-02-042-8/+21
* some fixesMathMan052026-02-048-21/+35
* unscrew upMathMan052026-02-042-4/+4
* Add deps.json for cs db modelsRory&2026-02-041-0/+247
* Merge remote-tracking branch 'mathium05/threadFixes'Rory&2026-02-040-0/+0
|\
| * fix stupid express thingMathMan052026-02-031-1/+1
* | Fix req.params for thread creationRory&2026-02-041-1/+1
* | Merge remote-tracking branch 'mathium05/threadFixes'Rory&2026-02-0414-56/+382
|\|
| * more changesMathMan052026-02-0310-33/+294
| * send message to join threadMathMan052026-02-031-0/+42
| * add permision checkMathMan052026-02-031-0/+1
| * correct thread typeMathMan052026-02-031-1/+1
| * fix interfaceMathMan052026-02-031-4/+0
| * correct message sending permsMathMan052026-02-031-1/+5
| * don't delete a public threadMathMan052026-02-031-11/+11
| * some thread fixesMathMan052026-02-034-6/+28
* | Merge remote-tracking branch 'mathium05/errorFix'Rory&2026-02-031-7/+6
|\ \
| * \ Merge branch 'spacebarchat:master' into errorFixMathium052025-12-236-10/+33
| |\ \
| * | | feild error fixesMathMan052025-12-231-8/+8
* | | | Merge remote-tracking branch 's074/add-rabbitmq-error-handling'Rory&2026-02-034-92/+271
|\ \ \ \
| * | | | don't rethrow error, just keep retryingdank0742026-02-031-1/+0
| * | | | don't need thisdank0742026-02-011-3/+1
| * | | | remove jitter from delay calculation altogetherdank0742026-01-301-9/+3
| * | | | simplify reconnect delay and shorten timedank0742026-01-301-7/+6
| * | | | convert event listener iterations to Promise.all + mapdank0742026-01-301-16/+24
| * | | | add rabbitmq reconnection logic with state recoverydank0742026-01-224-91/+272
* | | | | Merge remote-tracking branch 'oh64/master'Rory&2026-02-031-19/+136
|\ \ \ \ \
| * | | | | Add emit listener check and ghost file handlingOh642026-02-031-6/+28
| * | | | | try to enhance Unix socket handlingOh642026-02-031-13/+108
* | | | | | Guild discovery: option to hide already joined guildsRory&2026-02-032-3/+12
* | | | | | Env var to disable db migrations, nix: drop pre-start serviceRory&2026-02-032-30/+6
* | | | | | Update schemas for profile customisationRory&2026-02-035-4/+216
* | | | | | Actually save webhook apps - fixes #1474Rory&2026-02-031-1/+2
* | | | | | Well, dont then igRory&2026-02-031-5/+0
* | | | | | try catch a migration lineRory&2026-02-031-4/+5
* | | | | | cdn: avatar decorationsRory&2026-02-032-2/+42
* | | | | | Update schemasRory&2026-02-032-250/+292
* | | | | | Basic gateway offload server and op12Rory&2026-02-0310-0/+432
* | | | | | Update cs admin api to use abstracted authRory&2026-02-0311-143/+51
* | | | | | Abstract out C# authRory&2026-02-036-0/+261
* | | | | | Update C# db modelsRory&2026-02-0349-138/+161
* | | | | | Clean up some scriptsRory&2026-02-034-30/+40
* | | | | | Add member profile customisation fields to dbRory&2026-02-032-3/+48
* | | | | | Add user profile costomisation fields to dbRory&2026-02-032-1/+42
* | | | | | update npm scripts to add a migration apply oneRory&2026-02-031-1/+2
|/ / / / /
* | | | | Merge pull request #1478 from CyberL1/fix/recent-mentions-mobile-fuckeryCyber2026-02-021-1/+1
|\ \ \ \ \
| * | | | | fix: treat `guild_id=0` as no `guild_id` for discord mobile client (a.k.a. th...CyberL12026-02-021-1/+1
|/ / / / /
* | | | | Assert req.params type as solely string (express update)Rory&2026-02-0192-266/+275
* | | | | Bump dependencies (node)Rory&2026-02-012-1642/+252
* | | | | temp unfinished json stuff in tsRory&2026-02-017-1/+377
* | | | | Use describe for test grouping, more functions, less const arrowsRory&2026-02-015-332/+340
* | | | | Merge pull request #1476 from CyberL1/fix/reply-mention-userCyber2026-01-311-3/+2
|\ \ \ \ \
| * | | | | fix: find the user instead of creating it when replying to a messageCyberL12026-01-311-3/+2
|/ / / / /
* | | | | Enforce numeric-only discriminators in PATCH /users/@meRory&2026-01-301-0/+10
* | | | | LazyRequest: minor cleanupRory&2026-01-301-3/+3
* | | | | Identify: hold onto access tokenRory&2026-01-302-1/+4
* | | | | Basic offload configurationRory&2026-01-303-0/+28
* | | | | Merge pull request #1475 from CyberL1/fix/no-default-role-in-profilesCyber2026-01-301-0/+2
|\ \ \ \ \
| * | | | | fix: don't return default role for user profilesCyberL12026-01-301-0/+2
|/ / / / /
* | | | | Schema updatesRory&2026-01-302-22/+268
* | | | | cdn-cs updatesRory&2026-01-3012-3/+706
* | | | | cs cdn interop stuffRory&2026-01-299-286/+163
| |_|_|/ |/| | |
* | | | schemasRory&2026-01-292-22/+268
* | | | Thread membership routesRory&2026-01-295-0/+228
* | | | READY changes for threads ported from #876Rory&2026-01-295-6/+11
* | | | Channel/thread util methods ported from #876Rory&2026-01-292-5/+136
* | | | Gateway event types ported from #876Rory&2026-01-291-1/+60
* | | | Thread members ported from #876Rory&2026-01-294-0/+234
* | | | Update message type enumRory&2026-01-291-6/+45
* | | | Regenerate migrations for threadsRory&2026-01-284-67/+6
* | | | Merge remote-tracking branch 'origin/dev/threads'Rory&2026-01-2818-17/+517
|\ \ \ \
| * | | | thread stuff ig github/tmp-rebase-threads tmp-rebase-threadsMathMan052026-01-281-0/+12
| * | | | initial recipients workMathMan052026-01-286-6/+29
| * | | | thread API startMathMan052026-01-2814-7/+294
| * | | | sechema changes+migrationsMathMan052026-01-287-7/+185
* | | | | Add basic thread helper functionsRory&2026-01-281-0/+12
* | | | | Update channel type enum to un-erkinalp-ize it, and match discordRory&2026-01-282-12/+9
|/ / / /
* | | | Rename use_thread permissions to create_threadRory&2026-01-282-5/+5
* | | | Raise timeout of migrations pre-start script to allow initial ddl to finishRory&2026-01-261-2/+2
* | | | Drop cdn-cs moduleRory&2026-01-262-337/+3
* | | | Update dotent dep locksRory&2026-01-268-491/+456
* | | | C# dependency updates, CDN-CS workRory&2026-01-2646-1073/+861
* | | | Make bot invites configurableRory&2026-01-243-4/+5
* | | | Forbid dashes in emoji namesRory&2026-01-231-0/+3
* | | | cdn: actually execute controllersRory&2026-01-231-0/+1
* | | | Identify: add self as recipient for DMs with nonexistnt usersRory&2026-01-231-19/+27
* | | | Dummy warp endpointRory&2026-01-232-0/+59
* | | | Port User.tag getter from pomelo as utilityRory&2026-01-235-3/+18
|/ / /
* | | Make openapi.js work offline - still needs conditionals fixed thoughRory&2026-01-2225-218/+72
* | | Bump undici in the npm_and_yarn group across 1 directorydependabot[bot]2026-01-221-14/+3
* | | CDN: use central cache middleware. Closes #1455Rory&2026-01-227-20/+40
* | | Move health endpoints to /, deprecate /api/-. Fixes #1089Rory&2026-01-225-3/+15
* | | Apply-migrations: retryRory&2026-01-221-5/+19
* | | Nix: dont set after/requires at allRory&2026-01-221-2/+2
* | | Nix: dont depend on network.targetRory&2026-01-221-1/+1
* | | WIP: StopForumSpam supportRory&2026-01-222-0/+132
* | | Merge pull request #1471 from MathMan05/botFixCyber2026-01-211-1/+1
|\ \ \
| * | | bot fixMathMan052026-01-211-1/+1
* | | | reenable wantedbyRory&2026-01-211-1/+1
* | | | disable services as a testRory&2026-01-211-1/+1
* | | | Set 15s timeout for migrationsRory&2026-01-211-0/+3
* | | | network-online.target -> network.target?Rory&2026-01-211-1/+1
* | | | Nix: remove dependency on postgres service if host isnt running itRory&2026-01-211-1/+2
* | | | Quick and dirty util scripts, trim node modulesRory&2026-01-214-106/+362
* | | | Fix tsconfig for tsgoRory&2026-01-211-1/+1
* | | | oops, left some .orig files in ajv patchRory&2026-01-211-643/+0
|/ / /
* | | fix validationsMathMan052026-01-201-3/+5
* | | tsconfig: set srcDir, tsBuildInfoFileRory&2026-01-202-2/+3
* | | Fix NixOS tests, allow building via tsgoRory&2026-01-2010-13/+235
* | | Nix test VM, migrations helper scriptRory&2026-01-199-0/+276
* | | Update nix depsRory&2026-01-176-404/+103
* | | Add explicit dep on EFCore to resolve compiler errorRory&2026-01-172-528/+2
* | | Update nix nuget depsRory&2026-01-174-0/+1113
* | | Setting myself up for failureRory&2026-01-1731-759/+813
* | | Add stub POSt report endpointRory&2026-01-179-85/+895
* | | Restructure extrasRory&2026-01-17107-244/+382
* | | Merge commit from forkCyber2026-01-161-1/+2
|\ \ \
| * | | Make this not use the whole session objectohayo2026-01-151-1/+2
|/ / /
* | | Add temp reporting menu responsesRory&2026-01-1513-81/+11129
* | | Enum for report menu typesRory&2026-01-143-14/+345
* | | Actually map all endpoints for getting report menusRory&2026-01-141-14/+27
* | | Merge pull request #1465 from CyberL1/fix/name-must-not-be-emptyCyber2026-01-146-9/+35
|\ \ \
| * | | fest: throw an error if bot name is emptyCyberL12026-01-144-1/+17
| * | | fest: throw an error if application name is emptyCyberL12026-01-141-1/+10
| * | | fix: `FieldErrors` function returned array instead of an objectCyberL12026-01-141-7/+8
|/ / /
* | | Gateway close logging for 4002Rory&2026-01-132-3/+16
* | | Support API v10Rory&2026-01-131-0/+2
* | | Include request info in errorsRory&2026-01-134-5/+11
* | | Forgot to include assetsRory&2026-01-112-366/+0
* | | Exclude captcha response schemas, KeySchemaRory&2026-01-111-1/+5
* | | Sync CS db modelRory&2026-01-115-16/+43
* | | Whoami endpoint in apiRory&2026-01-112-0/+81
* | | CDN-CS stuffRory&2026-01-1122-5/+1058
* | | Merge pull request #1464 from CyberL1/fix/build-workflowCyber2026-01-102-0/+2
|\ \ \
| * | | fix: add missing config value for testsCyberL12026-01-101-0/+1
| * | | Merge branch 'spacebarchat:master' into fix/build-workflowCyber2026-01-100-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1463 from CyberL1/fix/mutual-friendsCyber2026-01-101-1/+1
|\ \ \ \
| | * | | fix: install sqlite3 for build workflowCyberL12026-01-101-0/+1
| |/ / /
| * / / fix: relationshipsSelf are now actually selfCyberL12026-01-101-1/+1
|/ / /
* | | Update nixRory&2026-01-011-3/+3
* | | Update deps minorRory&2026-01-012-713/+669
* | | Fix profile APIMathMan052025-12-291-6/+7
* | | Add sticker manager in non admin section of admin api test clientRory&2025-12-293-3/+252
* | | Fix deps hashes for extrasRory&2025-12-299-109/+69
* | | Clean up nix a littleRory&2025-12-295-101/+114
* | | Persist uploader user id for new stickersRory&2025-12-281-0/+1
* | | Reduce service permissionsRory&2025-12-281-0/+31
* | | No trailing slashes in endpointsRory&2025-12-271-4/+4
* | | Nix: include patches in filesetRory&2025-12-271-1/+2
* | | Fix schemas...Rory&2025-12-274-272/+134
* | | Allow writing to cdn pathRory&2025-12-272-6/+24
* | | blehRory&2025-12-271-4/+4
* | | blehRory&2025-12-271-1/+1
* | | Fix copy paste failureRory&2025-12-271-4/+4
* | | Allow passing config secrets as pathsRory&2025-12-273-32/+119
* | | cdn no leading slash for private endpoint hackRory&2025-12-271-1/+1
* | | cdn dont use https for localhostRory&2025-12-271-1/+1
* | | Set working directoryRory&2025-12-271-0/+1
* | | print cwd in jwtRory&2025-12-271-1/+1
* | | Log some pathsRory&2025-12-272-2/+3
* | | Fix runtime pathRory&2025-12-271-1/+1
* | | Dont set working directory explicitlyRory&2025-12-271-1/+0
* | | consistent pathsRory&2025-12-271-7/+7
* | | create groupRory&2025-12-271-0/+2
* | | maye?Rory&2025-12-271-2/+0
* | | lets tyr not dynamcic userRory&2025-12-271-1/+9
* | | sadfkoljwaesioafawejRory&2025-12-271-2/+2
* | | fix endpoint crapRory&2025-12-272-3/+3
* | | Override port always based on endpointsRory&2025-12-271-5/+3
* | | No default portRory&2025-12-271-2/+2
* | | Use systemd runtimedirectoryRory&2025-12-271-1/+3
* | | Give storage location to all servicesRory&2025-12-271-0/+16
* | | AF_UNIXRory&2025-12-271-0/+1
* | | Server name settingRory&2025-12-271-2/+9
* | | nix: fix env nameRory&2025-12-261-1/+1
* | | nix: allow ints in envRory&2025-12-261-0/+1
* | | Nix: expose CDN path optionRory&2025-12-261-5/+17
* | | Ignore empty ASN type/ID in registerRory&2025-12-261-2/+6
* | | Fix endpoint public splittingRory&2025-12-252-2/+2
* | | C#: db config modelRory&2025-12-255-88/+587
* | | Drop unused metrics configurationRory&2025-12-253-24/+0
* | | Drop unused Kafka configurationRory&2025-12-253-26/+0
* | | WIP nix stuffRory&2025-12-257-163/+377
* | | WIP C# stuffRory&2025-12-2510-51/+358
* | | Consistent imports and instructions for emailRory&2025-12-254-10/+15
* | | No s3 support by defaultRory&2025-12-254-390/+104
* | | Drop sqlite3 by defaultRory&2025-12-253-876/+30
| |/ |/|
* | Add server name config option for use in client redirectsRory&2025-12-232-4/+10
* | Set low cache-control headers for static pagesRory&2025-12-231-3/+14
* | Fix dockerRory&2025-12-231-2/+2
* | Merge pull request #1449 from MathMan05/inviteFixCyber2025-12-222-1/+7
|\ \ | |/ |/|
| * fix invite API slightlyMathMan052025-12-222-1/+7
* | Update readmeRory&2025-12-211-3/+2
* | Update readmeRory&2025-12-211-2/+10
* | Add forgotten assetRory&2025-12-211-0/+0
* | ShieldsRory&2025-12-214-0/+165
* | Widget: sort users by idRory&2025-12-211-16/+16
* | Fix widgetRory&2025-12-211-3/+0
* | Fix importRory&2025-12-211-1/+1
* | Filter widget channels by type, implement rudimentary cache, mark cache as im...Rory&2025-12-211-77/+98
* | Bump widget idle time to 5 minutesRory&2025-12-201-1/+1
* | Forgot about bundleRory&2025-12-201-0/+5
* | Commit evil (set process names)Rory&2025-12-205-1/+21
|/
* Merge remote-tracking branch 'mathium05/dmFix'Rory&2025-12-204-669/+277
|\
| * apparently it didn't get moved lolMathMan052025-12-192-7945/+8236
| * DM bot FixMathMan052025-12-194-8736/+8053
* | Fix online member countRory&2025-12-201-1/+2
* | No alt text for avatarsRory&2025-12-201-2/+9
|/
* Fix widgetRory&2025-12-202-16/+25
* Widget improvementsRory&2025-12-192-3/+19
* Implement widgetRory&2025-12-193-5/+167
* Deprecation: Use object-based relations for typeormRory&2025-12-1955-137/+151
* prettier: ignore schemaExclusions.jsonRory&2025-12-192-5/+12