summary refs log tree commit diff
path: root/src/api/routes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prettier u15 github/dev/emma-wip dev/emma-wipRory&2025-12-173-11/+12
* Use getter for EnvConfigRory&2025-12-172-2/+2
* Use EnvConfig for proto settings logging, unify settingRory&2025-12-172-252/+252
* Automod work (WIP)Rory&2025-12-171-404/+415
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-17184-10655/+10655
* Remove automod code in favor of dev/emma-wip stuffRory&2025-12-171-55/+0
* No more fallback URLsRory&2025-12-173-6/+3
* Remove GATEWAY/CDN env variables in favor of single source of truthRory&2025-12-172-2/+2
* Prettier u14Rory&2025-12-172-2/+2
* Prettier u9Rory&2025-12-172-76/+39
* Prettier u5Rory&2025-12-176-210/+48
* Prettier u4Rory&2025-12-1717-470/+127
* Prettier u3Rory&2025-12-1717-380/+132
* Prettier 8Rory&2025-12-172-12/+4
* Prettier 6Rory&2025-12-172-9/+3
* Prettier 5Rory&2025-12-175-20/+5
* Prettier 4Rory&2025-12-174-10/+6
* Prettier 3Rory&2025-12-172-4/+2
* Prettier 2Rory&2025-12-175-5/+5
* Prettier 2Rory&2025-12-175-72/+15
* Prettier 1Rory&2025-12-1718-236/+82
* Remove device on logoutRory&2025-12-171-6/+8
* Fix sessions logoutRory&2025-12-171-0/+1
* Use query for sessions endpointRory&2025-12-161-1/+1
* Device managementRory&2025-12-161-0/+75
* Fix bad importsRory&2025-12-162-2/+2
* Less debug logging, more useful?Rory&2025-12-161-1/+0
* Allow opting out of persisting instance bans on user delete endpointRory&2025-12-161-1/+1
* Merge branch 'spacebarchat:master' into fix/gh-webhook-events-moreCyber2025-12-1514-122/+204
|\
| * remove testMathMan052025-12-141-1/+1
| * fix minor bug breaking bot invitesMathMan052025-12-141-40/+9
| * Prevent duplicate instance ban entriesRory&2025-12-131-1/+2
| * Delete user settings protos on account deletionRory&2025-12-131-1/+4
| * not milliseconds lolRory&2025-12-131-1/+1
| * Log elapsed time for user deleteRory&2025-12-131-1/+17
| * Instance ban stuffRory&2025-12-132-1/+6
| * Instance ban: clean up DMs and guild ownerships, track instance bansRory&2025-12-121-3/+121
| * Fix IP tracking for bansRory&2025-12-121-1/+12
| * Refactor: Replace getIpAddress with req.ipBrajamohanDas-afk2025-12-1210-75/+34
| * Merge branch 'spacebarchat:master' into fix/gh-embeds-new-commits-title-linkCyber2025-12-121-1/+1
| |\
| | * fix read del bugMathMan052025-12-121-1/+1
* | | fix: check if event is "opened" or "closed"CyberL12025-12-151-0/+4
|/ /
* / fix: show compare url on multiple commitsCyberL12025-12-121-1/+1
|/
* Perhaps, dont IP ban moderatorsRory&2025-12-071-1/+0
* fix: check if `body` is not `null`CyberL12025-12-051-1/+3
* fix: include `user` object in `guild_member`CyberL12025-12-041-12/+2
* Remove fallback URIs, remove endpointClient, expose admin apiRory&2025-12-041-14/+8
* fix: show only the first line of commit messageCyberL12025-12-031-1/+1
* wtf is wrong with ipdataRory&2025-12-031-0/+3
* fix: github webhok username and avatar are now more in-line with discordCyberL12025-12-021-2/+2
* Fix registerRory&2025-12-021-1/+1
* Support deleting ACKs for type==channelRory&2025-12-021-2/+27
* Fix schema importRory&2025-12-021-1/+1
* Extended IP address scrutiny on registerRory&2025-12-021-63/+55
* Enforce bans on invites, enforce quarantine, enforce IP banRory&2025-12-021-33/+29
* Use IpDataClient in placesRory&2025-12-022-5/+6
* Always trim username updatesRory&2025-12-021-1/+1
* Template billing routesRory&2025-12-022-2/+84
* fix: send 204 even if event is invalid (discord does this, idk why)CyberL12025-12-021-3/+1
* chore: remove debug logCyberL12025-12-021-1/+0
* refactor: refactor github webhooks embeds to match discord'sCyberL12025-12-021-469/+321
* Drop node-fetch-commonjs, proxy-agent as deprecatedRory&2025-12-015-20/+0
* Merge branch 'master' into channelSearchCyber2025-12-014-32/+16
|\
| * Merge branch 'master' into dupedEventsCyber2025-12-013-11/+15
| |\
| | * Tell browsers to cache applications/games detectable response in accordance o...Rory&2025-11-302-10/+14
| | * fix exposeMathMan052025-11-301-1/+1
| * | stop with the duped eventsMathMan052025-11-301-21/+1
| |/
* | fix other bugMathMan052025-11-302-38/+14
* | Implement channel searchMathMan052025-11-301-0/+140
|/
* don't show invisMathMan052025-11-291-1/+1
* Fix merge issuesMathMan052025-11-298-160/+83
|\
| * remove string proto fake polyfillMathMan052025-11-261-2/+3
| * make mentions not use the pollyfillsMathMan052025-11-261-74/+26
| * Merge branch 'removeStupidPolies' of https://github.com/MathMan05/server into...MathMan052025-11-261-8/+12
| |\
| | * Merge branch 'spacebarchat:master' into removeStupidPoliesMathium052025-11-261-8/+12
| | |\
| * | | Merge branch 'removeStupidPolies' of https://github.com/MathMan05/server into...MathMan052025-11-261-0/+206
| |\| |
| | * | Merge branch 'spacebarchat:master' into removeStupidPoliesMathium052025-11-261-0/+206
| | |\ \
| * | | | remove removeMathMan052025-11-261-3/+4
| |/ / /
| * | | change partitionMathMan052025-11-261-31/+16
| * | | remove distinctMathMan052025-11-261-27/+5
| * | | rid of forEachAsyncMathMan052025-11-262-20/+26
| * | | rid of Math.clampMathMan052025-11-251-2/+2
| * | | Delete Object.mapMathMan052025-11-251-8/+5
* | | | status stuffMathMan052025-11-281-9/+28
| |_|/ |/| |
* | | Pagnation and guild scoping for mention inboxRory&2025-11-261-8/+12
| |/ |/|
* | Maybe?Rory&2025-11-261-9/+15
* | Swap around toJSON and withSignedAttachments (oops)Rory&2025-11-261-2/+2
* | Actually include messages in mentions resultRory&2025-11-261-10/+48
* | Mentions inbox: use the right roles prop...Rory&2025-11-261-1/+2
* | Mentions inbox: include channel guild idRory&2025-11-261-1/+1
* | Mention inbox, hopefullyRory&2025-11-261-0/+161
|/
* implement timeouts and quarantinesRory&2025-11-251-14/+15
* allow setting communication_disabled_untilRory&2025-11-251-0/+5
* fix bot deletingMathMan052025-11-241-3/+1
* is it a hack if it works?MathMan052025-11-231-1/+1
* fix for the comemntingMathMan052025-11-231-2/+2
* no, that doesn't workMathMan052025-11-231-0/+2
* maybe fix attachments?MathMan052025-11-231-3/+15
* use nonce?MathMan052025-11-231-0/+1
* make interactions more normalMathMan052025-11-231-49/+5
* implement mention_countMathMan052025-11-183-17/+12
* Merge branch 'master' into DecCyber2025-11-181-0/+1
|\
| * no bots for youMathMan052025-11-181-0/+1
* | member count fixesMathMan052025-11-183-19/+7
|/
* update last message id in more placesMathMan052025-11-171-1/+4
* fixes slight bug with joining guilds via IDMathMan052025-11-171-30/+10
* fix full user object being exposedMathMan052025-10-305-133/+43
* fix: check for duplicated component IDsCyberL12025-10-281-1/+22
* chore: remove solved TODO commentCyberL12025-10-281-1/+0
* fix: check if components are beetwen 1 to 5 in each rowCyberL12025-10-281-1/+21
* fix: send `options` only for type 1CyberL12025-10-231-2/+2
* fix: complete `applicationCommandSendable`CyberL12025-10-231-5/+17
* fix dming blocked usersPuyodead12025-10-221-0/+22
* reduce a littleMathMan052025-10-221-5/+4
* I think this fixes bugsMathMan052025-10-221-6/+7
* Revert "fix: no sense it doing it twice when it could be done in one query"Cyber2025-10-221-3/+9
* fix: no sense it doing it twice when it could be done in one queryCyberL12025-10-221-9/+3
* fix: trim moreCyberL12025-10-224-9/+12
* fix: add `author` to interaction messageCyberL12025-10-221-1/+1
* fix: add `BulkApplicationCommandCreateSchema`CyberL12025-10-222-2/+2
* fix: components on messageCyberL12025-10-221-0/+1
* fix: delete bot user when application is deletedCyberL12025-10-221-38/+14
* fix: get all application commandsCyberL12025-10-211-3/+12
* add fingerprint endpointdoesnm2025-10-201-0/+29
* fix: remove commands not present in arrayCyberL12025-10-202-0/+21
* fix: trim command `name` and `description` fieldsCyberL12025-10-204-24/+24
* fix: don't emit ephemeral interaction replies to channel, but only to user in...CyberL12025-10-201-1/+1
* fix: interaction type checkCyberL12025-10-191-1/+1
* fix: interaction `attachment_size_limit` fieldCyberL12025-10-191-2/+2
* fix: interaction `app_permissions` fieldCyberL12025-10-191-2/+3
* fix: interaction contextCyberL12025-10-191-1/+7
* fix: interaction callbackCyberL12025-10-192-18/+58
* Synchronously save automod messageRory&2025-10-191-39/+25
* Use message.createRory&2025-10-191-0/+1
* Use save operator rather than raw insert maybe?Rory&2025-10-191-1/+1
* More env settings to tune down log noiseRory&2025-10-192-8/+10
* Helper to create valid messagesRory&2025-10-191-1/+3
* fixRory&2025-10-181-1/+1
* Automod mayhaps?Rory&2025-10-181-7/+84
* fix: typo, additional `m` lolCyberL12025-10-181-1/+1
* feat: interaction repliesCyberL12025-10-181-4/+83
* fix: pass the command type to pending interactions mapCyberL12025-10-181-1/+2
* Fix relationshipsRory&2025-10-181-16/+7
* fix: move types to schemaCyberL12025-10-181-4/+3
* fix: add `user` object on `interaction` and `interaction_metadata` for messagesCyberL12025-10-181-8/+16
* Partial usersetting update schemaRory&2025-10-181-4/+5
* feat: interactions (incomplete)CyberL12025-10-172-0/+172
* fix: do the same for applicaiton_commandsCyberL12025-10-171-1/+17
* fix: send only needed fieldsCyberL12025-10-171-3/+17
* feat: add application command index route for guildsCyberL12025-10-171-0/+39
* fix: check if an application is in a guildCyberL12025-10-172-8/+38
* feat: add endpoints for managing application commandsCyberL12025-10-174-0/+610
* games/detectableRory&2025-10-171-0/+52
* Local changesRory&2025-10-161-2/+14
* Implement applications/@meRory&2025-10-161-0/+115
* More schema work, moved most stuff from entities to schemas, though messyRory&2025-10-1519-42/+22
* Reorganise schemas a little bitRory&2025-10-1575-118/+98
* Schema fixes, api bug fixRory&2025-10-141-2/+2
* app_id -> application_idRory&2025-10-141-0/+0
* Return defaults for missing {proto-,}settingsRory&2025-10-113-13/+15
* More path fixesRory&2025-10-112-2/+2
* Update more path variablesRory&2025-10-113-11/+11
* Update path variablesRory&2025-10-1113-39/+39
* Fix missing return statementRory&2025-10-041-1/+2
* Fix importRory&2025-10-041-2/+2
* Templates, maybe?Rory&2025-10-041-99/+46
* Add sticker limitRory&2025-10-041-0/+12
* Unkown -> unkown (typo fix)Rory&2025-10-041-1/+1
* Clean up array extensionsRory&2025-10-043-5/+4
* Move reporting menu to todoRory&2025-10-041-1/+2
* Fix ignored request schemasRory&2025-10-041-0/+40
* fix: getting invites for a channelCyberL12025-10-021-16/+3
* Safety hub workRory&2025-10-012-3/+61
* Implement fetching mutual friendsRory&2025-09-301-117/+124
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-30170-170/+170
* Clean up unused importsRory&2025-09-309-19/+3
* No error when message not foundRory&2025-09-292-2/+2
* Also filter expired invites when returning invite listRory&2025-09-291-1/+1
* Delete expired invitesRory&2025-09-291-0/+6
* Add fetching guild profilesRory&2025-09-291-0/+65
* Maybe this tieRory&2025-09-291-0/+4
* Polyfill referenced messageRory&2025-09-291-0/+12
* More relationsRory&2025-09-291-66/+19
* Add author and mentions relation to fetching messagesRory&2025-09-291-0/+2
* Include referenced_message relation on GET /channel/.../messagesRory&2025-09-291-0/+1
* Null coalescing for file idRory&2025-09-291-3/+2
* Use default ID on file upload requestsRory&2025-09-291-0/+14
* Make cloud uploads workRory&2025-09-292-3/+11
* Logging of empty messagesRory&2025-09-291-1/+1
* meow???Rory&2025-09-291-1/+1
* Update message schema to handle cloud attachmentsRory&2025-09-291-0/+1
* Implment deleting cloud attachmentsRory&2025-09-291-0/+35
* Fix upload filenameRory&2025-09-291-1/+1
* Add first half of cloud attachment uploadsRory&2025-09-294-6/+106
* Fix schema for preload messagesRory&2025-09-291-3/+1
* Implement greetingRory&2025-09-293-1/+106
* Implement fetching DM messages by user IDRory&2025-09-291-0/+54
* Implement message preloadingRory&2025-09-291-0/+72
* Permissions: less magic numbersRory&2025-09-291-11/+3
* Add endpoint implementationsRory&2025-09-294-0/+178
* Screw off, telemetryRory&2025-09-291-0/+38
* Colorful rolesRory&2025-09-291-1/+6
* Do settings versioningRory&2025-09-292-0/+10
* Oops, actually send the events to a user...Rory&2025-09-292-0/+2
* Emit USER_SETTINGS_PROTO_UPDATERory&2025-09-292-0/+36
* Merge in json representation of settings protosRory&2025-09-292-8/+38
* Release -> ClientReleaseRory&2025-09-293-4/+12
* Setting protos supportRory&2025-09-292-0/+374
* Update copyright date in pin endpointsRory&2025-09-292-2/+2
* fix: don't set order for counting queriesCyberL12025-09-292-2/+0
* fix: set DESC orderCyberL12025-09-292-0/+4
* refactor: don't use query builderCyberL12025-09-291-7/+3
* refactor: don't use query builderCyberL12025-09-292-21/+14
* refactor: add `pinned` getter to `Message` entityCyberL12025-09-292-2/+2
* refactor: use `pinned_at` to check if message is pinnnedCyberL12025-09-294-24/+35
* fix: getting message pinssCyberL12025-09-291-2/+11
* fix stupid bugMathMan052025-09-291-0/+2
* prevent re-verifying emailPuyodead12025-09-051-1/+5
* Implement CRUD for automodEmma [it/its]@Rory&2025-07-271-0/+147
* add types to the ban api response objectsdank0742025-07-211-13/+24
* update guild bans apidank0742025-07-211-7/+74
* Merge pull request #1305 from ZaneH/feat/handle-github-webhookPuyodead12025-07-122-147/+560
|\
| * Proxy avatar URL + adjust event logicZane Helton2025-06-291-17/+132
| * Make tsc happy when using strings as Date in embedZane Helton2025-06-292-2/+22
| * Refactor `/github` endpoint into it's own fileZane Helton2025-06-292-561/+423
| * Capitalize `ref_type` when using in embedZane Helton2025-06-291-1/+2
| * Implement webhook handler for GitHubZane Helton2025-06-291-136/+551
* | Modern pins endpointsRory&2025-07-082-0/+195
* | Add emoji source endpointRory&2025-07-071-0/+93
* | Add endpoint to get account standingRory&2025-07-071-0/+58
* | PrettierRory&2025-07-063-27/+54
* | Fix forgotten function signature changesRory&2025-07-062-4/+10
* | Make IP/user-agent validation in CDN workRory&2025-07-063-7/+22
* | sign attachment on sending messageEmma [it/its]@Rory&2025-07-061-1/+1
* | Sign media per userEmma [it/its]@Rory&2025-07-061-2/+3
* | Add options to erquire IP or User Agent to access CDNEmma [it/its]@Rory&2025-07-062-3/+3
* | Update some dependencies, fix nixEmma [it/its]@Rory&2025-07-023-4/+7
* | Fix the fixMathMan052025-07-021-1/+1
* | Check for old password when setting newMathMan052025-07-021-1/+1
* | Fix the creation of guilds from templatesZane Helton2025-06-293-23/+15
* | Set `premium_tier` to 0 when creating guild from templateZane Helton2025-06-291-0/+1
* | Await guild creation to fix a race conditionZane Helton2025-06-291-19/+18
* | Fix PATCH Template route implementationZane Helton2025-06-291-6/+8
|/
* Add validation to date_of_birth registration fieldZane Helton2025-06-281-2/+16
* add webrtc support (#1284)dank0742025-06-221-1/+1
* send the real indexMathMan052025-05-281-1/+1
* code relies on things done in a certain orderMathMan052025-05-281-54/+50
* remove missed logMathMan052025-05-281-1/+0
* sort array to make algorithm happyMathMan052025-05-281-1/+20
* fix another stupid bugMathMan052025-05-281-1/+1