summary refs log tree commit diff
path: root/src/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up some schemasRory&10 days1-1/+5
* ToGuildSource -> ToDiscoverableGuildRory&10 days2-7/+8
* Move categories route to discovery subfolderRory&10 days1-12/+19
* Assert that requesting user is a member of (group/) DM before allowing them t...Rory&14 days1-0/+4
* Assert membership, ignore everyone role and limit results of role member-ids ...Rory&14 days1-0/+6
* Message bulk delete: filter input IDs by channel rather than emitting the ful...Rory&14 days1-2/+4
* Some API docs...Rory&2026-08-022-4/+27
* Add attachment list APIRory&2026-08-021-0/+97
* schemas for gif/versionRory&2026-07-312-2/+14
* schemas for wellknownsRory&2026-07-312-6/+18
* Dedicated toplevel routes dir on APIRory&2026-07-3113-85/+480
* Dont do entire app/api dance in api server.tsRory&2026-07-311-7/+2
* Clean up some typesRory&2026-07-313-7/+5
* disable auth on shields github/gwtemp gwtempRory&2026-07-291-0/+1
* fix bot add in guildOh642026-07-291-5/+5
* Remove authentication import from ratelimitRory&2026-07-2136-89/+113
* NO-REVIEW: Fix up route import middleware pathRory&2026-07-21198-198/+212
* Move authentication enforcement to route middleware, move route middleware fileRory&2026-07-214-33/+24
* Join bot on appRory&2026-07-201-5/+5
* Fix bot token resetRory&2026-07-202-2/+4
* Clean up outdated todoRory&2026-07-172-2/+2
* Attachment limitsRory&2026-07-171-1/+1
* Token scope for password resetsRory&2026-07-161-5/+21
* Clean up various other schemasRory&2026-07-152-19/+21
* Remove APIWebhookArrayRory&2026-07-154-18/+36
* Remove APIBackupCodesArrayRory&2026-07-152-2/+2
* Remove APIMemberArrayRory&2026-07-151-2/+2
* Remove APIPublicMember, APIMessageRory&2026-07-159-36/+15
* Drop a bunch of random overridesRory&2026-07-151-21/+1
* Fallback to empty arrayRory&2026-07-151-2/+2
* Fix schema for patch webhook messageRory&2026-07-151-15/+15
* Fix webhook editRory&2026-07-151-18/+7
* Add webhook message get/update/deleteRory&2026-07-151-0/+212
* Unify webhook token parameter nameRory&2026-07-153-21/+14
* Systemd notify hooks, move nixos integration tests to a systemd serviceRory&2026-07-111-2/+3
* API: expose assets/logo.pngRory&2026-07-111-0/+5
* Add JWT keypair init hooks to various servicesRory&2026-07-101-1/+14
* Add endpoint to get enabled/known gif providersRory&2026-07-081-0/+4
* Switch default GIF provider to klipy since tenor is no longer supportedRory&2026-07-083-3/+3
* Fix type for trending gifs queryRory&2026-07-081-1/+1
* Some cleanup with gifsRory&2026-07-084-28/+21
* Rename some more schemasRory&2026-07-081-3/+3
* Migrate trending gifs to providersRory&2026-07-081-25/+14
* Clean upRory&2026-07-081-2/+2
* Basic gif integration manager, port tenor search to thatRory&2026-07-083-18/+17
* Throw proper error when emoji isnt foundRory&2026-07-011-2/+7
* Restrict reading of application emojisRory&2026-07-011-1/+7
* Handle non-existant applications more gracefullyRory&2026-07-011-0/+3
* Enforce that a given applications emoji set can only be modified by the appli...Rory&2026-07-011-1/+10
* Add application emojis implementation based on the guilds one, modelsRory&2026-07-011-0/+185
* Assert that emoji being updated belongs to the requested guildRory&2026-07-011-0/+4
* Adjust emoji source to support app emojisRory&2026-07-011-31/+47
* fix user settings patch routeOh642026-07-011-1/+1
* Dont (re-/)add embeds if message has embed suppressedRory&2026-06-291-1/+4
* More oauth2 role thingiesRory&2026-06-281-0/+3
* Fix oauth2 not setting role colorsRory&2026-06-281-0/+2
* Guard embedless messages when checking for poll results, add reply testsRory&2026-06-281-1/+1
* refactor: add poll utilityCyberL12026-06-265-276/+145
* feat: mention poll authorCyberL12026-06-261-0/+7
* chore: remove test console.logCyberL12026-06-261-1/+0
* refactor: change `#` imports into `@spacebar/` importsCyberL12026-06-264-10/+10
* feat: get non-expired polls on startCyberL12026-06-261-3/+108
* fix: ddon't turn poll end messages to reply typeCyberL12026-06-261-1/+2
* feat: add poll ended messagesCyberL12026-06-262-2/+185
* fix: check if message is a pollCyberL12026-06-261-5/+7
* check opts not messageCyberL12026-06-251-1/+1
* fix: check for poll answer limitCyberL12026-06-251-0/+9
* fix: don't send loop over not voted answersCyberL12026-06-251-1/+1
* feat: send vote poll eventsCyberL12026-06-251-1/+28
* feat: send a `MESSAGE_UPDATE` event on manual poll expireCyberL12026-06-251-2/+8
* feat: add route to expire a pollCyberL12026-06-251-0/+49
* feat: add route to get voters for an answerCyberL12026-06-251-0/+43
* fix: forbid poll editing/creating in non-text channelsCyberL12026-06-252-0/+9
* feat: set `me_voted` for poll messagesCyberL12026-06-251-0/+8
* feat: add voting routeCyberL12026-06-251-0/+72
* fix: poll answer id should never be 0CyberL12026-06-251-1/+1
* refactor: group message poll checks under one ifCyberL12026-06-251-6/+10
* fix: assign id to poll answersCyberL12026-06-251-0/+6
* fix: add `expiry` field to polls in message handlingCyberL12026-06-251-0/+4
* Delete messages when deleting webhookRory&2026-06-172-1/+5
* Routes: reduce scope of api imports to api/utilRory&2026-06-1714-16/+16
* Clean up some imports to make API work againRory&2026-06-172-2/+21
* extensions/String: use custom exception typeRory&2026-06-171-1/+13
* Authentication: allow - in webhook tokenRory&2026-06-163-67/+1
* Fix importRory&2026-06-161-2/+6
* Signify some imports more explicitlyRory&2026-06-16181-181/+181
* Move random string to Random class in extensionsRory&2026-06-167-80/+15
* Dont fetch roles if role id set is emptyRory&2026-06-161-1/+1
* Dont fetch roles for non-guild mesagesRory&2026-06-161-1/+1
* Account for channel id when deleting messagesRory&2026-06-161-2/+2
* Replace APIRole with schemaRory&2026-06-131-1/+1
* Split config/response voice regions, remove APIVoiceRegion aliasRory&2026-06-132-2/+2
* HACKHACK: Migrate to typeorm v1.0.0, still work to do in actually updating al...Rory&2026-06-1316-28/+31
* api/widget: dont import the entirety of the CDN serverRory&2026-06-121-1/+1
* Move more extensions to extensionsRory&2026-06-1211-53/+19
* Move entities to databaseRory&2026-06-12129-357/+430
* Move database to toplevelRory&2026-06-124-9/+10
* Use subpath imports for lambert-server, fix openapi.jsRory&2026-06-1251-51/+51
* Allow subpath imports, move extensions to separate moduleRory&2026-06-124-6/+6
* Dont send guild_add for autojoin guilds on register, disable bcrypt workers a...Rory&2026-06-112-60/+62
* Bcrypt worker threadsRory&2026-06-112-1/+5
* Trace registrationRory&2026-06-111-2/+19
* Use better permissions when handling webhook mentionsRory&2026-06-051-2/+9
* Log silent attachment failures for webhooksRory&2026-06-051-0/+1
* Return url on webhook createRory&2026-06-051-0/+1
* Clean up import in Monitoring, close webrtc connection on IPC failure, add LO...Rory&2026-06-051-0/+2
* Merge branch 'dev/monitoring'Rory&2026-05-281-0/+3
|\
| * */Server.ts: Handle metrics requestsRory&2026-05-281-0/+1
| * */Server.ts: Add monitoring init hookRory&2026-05-281-1/+0
| * Process lifecycle scriptsRory&2026-05-282-5/+13
* | Process lifecycle scriptsRory&2026-05-282-6/+11
|/
* Break up bulk inserts for read states to avoid postgres parameter exhaustionRory&2026-05-261-10/+26
* Trace fillInMissingIDsRory&2026-05-261-28/+48
* Bulk insert missing ReadStatesRory&2026-05-261-14/+24
* No longer handle mention_count == null since its no longer nullableRory&2026-05-261-22/+20
* Use forEach rather than .map.forEachRory&2026-05-261-1/+1
* Add full traceRory&2026-05-261-5/+25
* Use sets for mention roles/usersRory&2026-05-261-20/+41
* Simplify some queries for handling mentionsRory&2026-05-261-11/+14
* User mentions: use `user_id IN (...)` rather than `user_id = ... OR user_id =...Rory&2026-05-261-1/+1
* Move message mention handling to separate functionRory&2026-05-261-132/+144
* */start.ts: unify import order for module-alias and dotenvRory&2026-05-241-3/+5
* Clean up erlpack typesRory&2026-05-241-9/+1
* Compliance: add user_id and user_settings to login responseRory&2026-05-051-1/+1
* handle constraints on webhook deleteRory&2026-05-031-1/+32
* Register: cache blocked IPsRory&2026-04-282-12/+45
* Document why ImageProxy.ts existsRory&2026-04-261-0/+1
* Constrain role name lengthsRory&2026-04-242-0/+6
* Move email domain lists to assetsRory&2026-04-242-124132/+0
* Clean up imports in schemas/api/botsRory&2026-04-201-2/+2
* Clean some unused importsRory&2026-04-192-3/+2
* Fix guild discoveryRory&2026-04-192-4/+4
* eslint: reapply after rebasing on #1631Rory&2026-04-191-1/+1
* eslint: yodaRory&2026-04-191-2/+2
* eslint: arrow-body-style=as-neededRory&2026-04-199-95/+49
* eslint: more rules, no-duplicate-importsRory&2026-04-192-4/+2
* eslint: array callback return, no restricted importsRory&2026-04-1916-41/+39
* fix comment typoCyberL12026-04-191-1/+1
* remove oversightCyberL12026-04-191-4/+0
* fix: expose metadata if should be visibleCyberL12026-04-191-1/+2
* fix: expose only public propertiesCyberL12026-04-191-2/+27
* fix: select `visibility` on `connected_accounts`CyberL12026-04-191-0/+11
* NPM updates 2Rory&2026-04-181-1/+0
* Run prettier, remove accidental importsRory&2026-04-181-9/+9
* Fix TOTPRory&2026-04-182-2/+2
* Fix error logging, dont use simple-arrayRory&2026-04-181-1/+1
* Split out attachment handling from message handlerRory&2026-04-181-83/+76
* Attempt to set channel/message id for attachments in more placesRory&2026-04-182-1/+3
* handleMessage: set message id for cloud attachmentsRory&2026-04-181-0/+4
* Fix attachmentsRory&2026-04-187-55/+48
* Add media1.tenor.com explicitly as image handlerRory&2026-04-141-0/+1
* Make presence clear async, clean up temp session codeRory&2026-04-131-5/+1
* Fix Typing event so that it returns undefined rather than nullwhinis2026-04-132-2/+2
* fix: make github webhooks embeds have `rich` typeCyberL12026-03-311-1/+20
* EmbedHandlers: more configuration for embeds, switch to storing all returned ...Rory&2026-03-261-35/+60
* EmbedHandlers: use youtube handler for youtube music, use OrmUtils.mergeDeep ...Rory&2026-03-261-5/+3
* Embeds: factor out from postMessageRory&2026-03-262-134/+168
* Fix voice state query trying to include memberRory&2026-03-211-8/+14
* lambert-server: Remove unused errorHandler optionRory&2026-03-211-1/+1
* lambert-server: Remove unused jsonBody optionRory&2026-03-211-1/+1
* make spacebar compile again github/dev/emma/as-to-satisfies-gw dev/emma/as-to-satisfies-gwOh642026-03-2110-46/+76
* More schema stuffRory&2026-03-211-1/+1
* Message*Event: as->satisfies (WIP)Rory&2026-03-219-17/+20
* Migrate MessageReaction*Event to satisfies, part of #1577Rory&2026-03-201-7/+9
* Migrate TypingStartEvent to satisfies, part of #1577Rory&2026-03-201-1/+1
* Migrate Thread*Event to satisfies, part of #1577Rory&2026-03-204-13/+13
* Migrate MessageDelete*Event to satisfies, part of #1577Rory&2026-03-203-3/+3
* Migrate UserDeleteEvent to satisfies, part of #1577Rory&2026-03-201-1/+1
* Migrate MessageAckEvent to satisfies, part of #1577Rory&2026-03-201-2/+2
* Migrate PresenceUpdateEvent to satisfies, part of #1577Rory&2026-03-201-1/+1
* Migrate UserUpdateEvent to satisfies, part of #1577Rory&2026-03-202-2/+2
* Migrate VoiceS*Event to satisfies, part of #1577Rory&2026-03-201-2/+6
* Migrate Invite*Event to satisfies, part of #1577Rory&2026-03-202-2/+2
* Migrate Channel*Event to satisfies, part of #1577Rory&2026-03-204-9/+9
* Migrate WebhooksUpdateEvent to satisfies, part of #1577Rory&2026-03-202-8/+8
* Migrate Relationship*Event to satisfies, part of #1577Rory&2026-03-201-8/+8
* Migrate GuildStickersUpdateEvent to satisfies, part of #1577Rory&2026-03-201-1/+1
* Migrate GuildRole*Event to satisfies, part of #1577Rory&2026-03-202-4/+4
* Migrate GuildEmoji*Event to satisfies, part of #1577Rory&2026-03-201-3/+3
* Migrate GuildDeleteEvent to satisfies, part of #1577Rory&2026-03-201-1/+1
* Migrate GuildBan*Event to satisfies, part of #1577Rory&2026-03-202-3/+3
* Migrate ChannelRecipient*Event to satisfies, part of #1577Rory&2026-03-202-6/+8
* Migrate ChannelPinsUpdateEvent to satisfies, part of #1577Rory&2026-03-202-4/+4
* Migrate Interaction*Event to satisfies, part of #1577Rory&2026-03-202-3/+3
* Migrate InteractionCreateEvent to satisfies, part of #1577Rory&2026-03-201-2/+6
* Migrate SettingsProto* to satisfies, part of #1577Rory&2026-03-202-4/+4
* Migrate ChannelDeleteEvent to satisfies, part of #1577Rory&2026-03-202-4/+4
* Migrate GuildUpdate to satisfies, part of #1577Rory&2026-03-201-4/+24
* Migrate GuildMemberUpdate to satisfies, part of #1577Rory&2026-03-202-2/+2
* just one more checkMathMan052026-03-201-0/+2
* remove the stupid functionMathMan052026-03-201-6/+1
* final pk fixesMathMan052026-03-202-140/+165
* merge the functionsMathMan052026-03-202-10/+17
* make some correctionsMathMan052026-03-201-16/+23
* make better errorMathMan052026-03-201-1/+1
* invert ifMathMan052026-03-201-7/+7
* fixesMathMan052026-03-202-2/+3
* remove logMathMan052026-03-201-1/+0
* inline constantMathMan052026-03-201-2/+1
* fix typoMathMan052026-03-201-1/+1
* enum for failureMathMan052026-03-201-1/+1
* remove logMathMan052026-03-201-1/+0
* correct commentMathMan052026-03-201-1/+1
* returnMathMan052026-03-201-1/+1
* keep it safeMathMan052026-03-201-1/+14
* remove logsMathMan052026-03-201-3/+0
* don't do thatMathMan052026-03-201-0/+3
* call to jsonMathMan052026-03-204-7/+7
* more pk fixesMathMan052026-03-203-4/+6
* fix moreMathMan052026-03-201-0/+1
* fixes for pluralkitMathMan052026-03-205-24/+121
* a lot of small fixesMathMan052026-03-202-1/+4
* remove some extrasMathMan052026-03-201-8/+0
* fix many bugsMathMan052026-03-202-25/+31
* sign hereMathMan052026-03-201-9/+5
* it ain't asyncMathMan052026-03-201-1/+1
* sign 'emMathMan052026-03-202-10/+18
* maybe processing media?MathMan052026-03-201-13/+89
* v2 init workMathMan052026-03-201-29/+117
* move the check to the right spotMathMan052026-03-202-41/+53
* Fix schemas for guild bansRory&2026-03-171-7/+7
* Schemas for emojisRory&2026-03-171-1/+1
* Schemas for stickersRory&2026-03-172-2/+2
* Fix errorneous logRory&2026-03-171-2/+1
* Fix some broken importsRory&2026-03-172-2/+2
* CORS: change max age from 5s to 60sRory&2026-03-151-1/+1
* added missing author to repliesLisa Marie Maginnis2026-03-151-1/+4
* Added user and roles to PublicMember response to fix reactionsLisa Marie Maginnis2026-03-151-1/+9
* give remove the same treatmentMathMan052026-03-151-2/+4
* Fix adding reactionsMathMan052026-03-151-9/+9
* Some minor workRory&2026-03-143-32/+8
* remove duplicate / in url regexRory&2026-03-141-1/+1
* Shorten importsRory&2026-03-143-3/+3
* Remove unused imports for non-entitiesRory&2026-03-1423-54/+23
* Remove unnessecary continue statementsRory&2026-03-142-3/+1
* Clean up some type guardsRory&2026-03-141-1/+1
* minor cleanupRory&2026-03-142-3/+1
* properly mark unused paramsRory&2026-03-147-8/+15
* Use plain assignment for permissions in message handlerRory&2026-03-141-2/+2
* Qodana: fix async warningsRory&2026-03-1414-25/+26
* fix: `around` parameter returning invalid sortCyberL12026-03-131-1/+1
* API: fire SB_SESSION_REMOVE upon logging out a sessionRory&2026-03-132-2/+14
* fix: fall back to undefined in message createRory&2026-03-071-0/+1
* sticker implMathMan052026-03-071-1/+16
* Fix guild settings not using .save, nor beign awaitedRory&2026-03-071-1/+1
* Fix indents in interactions copyright noticeRory&2026-03-071-3/+3
* [rel/1518] Interaction failure reason enum, add missing copyright headersRory&2026-03-071-2/+2
* [cherry/1518] Webhooks: respect thread_id parameterRory&2026-03-061-7/+18
* Option to disable logging route registrationsRory&2026-02-271-2/+2
* added clean_data to places after a member is created but not constructed to a...whinis2026-02-262-0/+2