summary refs log tree commit diff
path: root/src/api/routes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-152-13/+11
|
* 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-083-27/+20
|
* 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-082-18/+15
|
* 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 ↵Rory&2026-07-011-1/+10
| | | | application itself, or its owner
* 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
|
* More oauth2 role thingiesRory&2026-06-281-0/+3
|
* Fix oauth2 not setting role colorsRory&2026-06-281-0/+2
|
* refactor: add poll utilityCyberL12026-06-261-87/+3
|
* refactor: change `#` imports into `@spacebar/` importsCyberL12026-06-263-9/+9
|
* feat: add poll ended messagesCyberL12026-06-261-2/+92
|
* fix: check if message is a pollCyberL12026-06-261-5/+7
|
* 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
|
* Delete messages when deleting webhookRory&2026-06-172-1/+5
|
* Routes: reduce scope of api imports to api/utilRory&2026-06-1714-16/+16
|
* Signify some imports more explicitlyRory&2026-06-16181-181/+181
|
* Move random string to Random class in extensionsRory&2026-06-164-8/+12
|
* 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 ↵Rory&2026-06-1316-28/+31
| | | | all the queries properly
* api/widget: dont import the entirety of the CDN serverRory&2026-06-121-1/+1
|
* Move more extensions to extensionsRory&2026-06-126-8/+14
|
* Move entities to databaseRory&2026-06-12124-336/+418
|
* Move database to toplevelRory&2026-06-122-2/+2
|
* Use subpath imports for lambert-server, fix openapi.jsRory&2026-06-1245-45/+45
|
* Allow subpath imports, move extensions to separate moduleRory&2026-06-122-2/+3
|
* Dont send guild_add for autojoin guilds on register, disable bcrypt workers ↵Rory&2026-06-111-59/+61
| | | | as doing it in thread is slightly faster
* Bcrypt worker threadsRory&2026-06-111-1/+3
|
* Trace registrationRory&2026-06-111-2/+19
|
* Return url on webhook createRory&2026-06-051-0/+1
|
* Process lifecycle scriptsRory&2026-05-281-2/+5
| | | | | | | | | | | | | #Conflicts: # src/api/Server.ts # src/bundle/Server.ts # src/cdn/Server.ts # src/gateway/Server.ts # src/gateway/events/Connection.ts # src/util/util/ipc/listener/RabbitMqSingleListener.ts # src/util/util/ipc/listener/UnixSocketListener.ts # src/util/util/ipc/writer/UnixSocketWriter.ts # src/webrtc/Server.ts
* 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
|
* Constrain role name lengthsRory&2026-04-242-0/+6
|
* 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: arrow-body-style=as-neededRory&2026-04-197-57/+42
|
* eslint: more rules, no-duplicate-importsRory&2026-04-192-4/+2
|
* eslint: array callback return, no restricted importsRory&2026-04-198-25/+28
|
* 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
|
* Run prettier, remove accidental importsRory&2026-04-181-9/+9
|
* Fix TOTPRory&2026-04-182-2/+2
|
* Attempt to set channel/message id for attachments in more placesRory&2026-04-181-1/+1
|
* Fix attachmentsRory&2026-04-185-42/+35
|
* Fix Typing event so that it returns undefined rather than nullwhinis2026-04-132-2/+2
| | | | Added clean data to message entity so it respects json tags.
* fix: make github webhooks embeds have `rich` typeCyberL12026-03-311-1/+20
|
* Fix voice state query trying to include memberRory&2026-03-211-8/+14
|
* make spacebar compile again dev/emma/as-to-satisfies-gwOh642026-03-218-41/+60
|
* More schema stuffRory&2026-03-211-1/+1
|
* Message*Event: as->satisfies (WIP)Rory&2026-03-217-12/+12
|
* 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-201-139/+148
|
* merge the functionsMathMan052026-03-202-10/+17
|
* fixesMathMan052026-03-201-2/+2
|
* fix typoMathMan052026-03-201-1/+1
|
* enum for failureMathMan052026-03-201-1/+1
|
* 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-201-0/+1
|
* fix moreMathMan052026-03-201-0/+1
|
* fixes for pluralkitMathMan052026-03-203-8/+72
|
* fix many bugsMathMan052026-03-201-2/+2
|
* sign hereMathMan052026-03-201-9/+5
|
* it ain't asyncMathMan052026-03-201-1/+1
|
* sign 'emMathMan052026-03-201-9/+5
|
* move the check to the right spotMathMan052026-03-201-40/+0
|
* 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
|
* 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-142-6/+8
|
* Shorten importsRory&2026-03-143-3/+3
|
* Remove unused imports for non-entitiesRory&2026-03-1422-53/+23
|
* Remove unnessecary continue statementsRory&2026-03-141-1/+0
|
* Clean up some type guardsRory&2026-03-141-1/+1
|
* minor cleanupRory&2026-03-141-2/+0
|
* properly mark unused paramsRory&2026-03-145-6/+12
|
* Qodana: fix async warningsRory&2026-03-1412-23/+24
|
* 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
|
* 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
|
* 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 ↵whinis2026-02-261-0/+1
| | | | allow proper json creation.
* Try to inherit permissions from everyoen role on creation (may be wrong)Rory&2026-02-251-1/+3
|
* Create role for bots - fixes #1556Rory&2026-02-251-1/+11
|
* Lower missing route to WARN, add empty route middlewaresRory&2026-02-253-3/+3
|
* Merge remote-tracking branch 'mathium05/memberEditScrewUp'Rory&2026-02-252-7/+26
|\
| * updatesMathMan052025-12-172-7/+26
| |
* | Merge remote-tracking branch 'mathium05/refineSearch'Rory&2026-02-251-37/+93
|\ \
| * | fix up searchingMathMan052026-02-231-37/+93
| | |
| * | fix post dataMathMan052026-02-171-1/+16
| | |
* | | Discovery fixes, nix updatesRory&2026-02-231-1/+6
| | |
* | | fix post dataMathMan052026-02-181-1/+16
| | |
* | | Fix user self delete not removing settings protosChrisChrome2026-02-161-1/+8
| | |
* | | Fix loading discord guild templatesChrisChrome2026-02-162-5/+26
| | |
* | | Separate IP check options during registration reg-ipchecksChrisChrome2026-02-161-1/+3
|/ /
* | Try to enforce channel limts?Rory&2026-02-141-1/+27
| |
* | fix: wrong query for self member in mutual guildsCyberL12026-02-141-1/+1
| |
* | more pins fixesMathMan052026-02-132-2/+4
| |
* | dieMathMan052026-02-131-2/+0
| |
* | update other pinsMathMan052026-02-131-1/+15
| |
* | speed up fetching messagesMathMan052026-02-131-0/+2
| |
* | WHY???MathMan052026-02-131-2/+0
| |
* | fix it the other way arroundMathMan052026-02-131-1/+15
| |
* | speed up fetching messagesMathMan052026-02-131-0/+2
| |
* | thanks gitMathMan052026-02-131-2/+0
| |
* | speed up fetching messagesMathMan052026-02-131-0/+2
| |
* | left some logs in there, oopsMathMan052026-02-131-2/+0
| |
* | speed up fetching messagesMathMan052026-02-131-28/+4
| |
* | feat: Add limit query parameter when fetching reactionsYodozoh2026-02-111-0/+2
| |
* | Add discovery filteringRory&2026-02-101-25/+15
| |
* | properly update last message idMathMan052026-02-081-0/+1
| |
* | fix bug with removing tagsMathMan052026-02-081-0/+1
| |
* | correct tag change checkMathMan052026-02-081-1/+2
| |
* | allow tag modificationMathMan052026-02-081-0/+42
| |
* | have to include tags in the eventsMathMan052026-02-081-1/+1
| |
* | 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-051-0/+22
| |
* | post with tagsMathMan052026-02-051-1/+32
| |
* | fix responce typesMathMan052026-02-051-2/+6
| |
* | deleting tagsMathMan052026-02-052-0/+48
| |
* | so many type screw upsMathMan052026-02-052-3/+7
| |
* | create tagsMathMan052026-02-051-0/+66
| |
* | incorrect message countMathMan052026-02-041-2/+2
| |
* | no more name checks for threads!MathMan052026-02-042-2/+2
| |
* | more forum fixesMathMan052026-02-042-1/+184
| |
* | 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-041-2/+2
|\ \
| * | spread that message!MathMan052026-02-031-1/+1
| | |
| * | more thread improvementsMathMan052026-02-031-1/+1
| | |
* | | fix forum channelMathMan052026-02-041-0/+1
| | |
* | | thread improvementsMathMan052026-02-042-3/+30
|/ /
* | some fixesMathMan052026-02-043-18/+2
| |
* | unscrew upMathMan052026-02-042-4/+4
| |
* | Fix req.params for thread creationRory&2026-02-041-1/+1
| |
* | Merge remote-tracking branch 'mathium05/threadFixes'Rory&2026-02-044-17/+248
|\ \
| * | more changesMathMan052026-02-033-3/+186
| | |
| * | send message to join threadMathMan052026-02-031-0/+42
| | |
| * | add permision checkMathMan052026-02-031-0/+1
| | |
| * | correct thread typeMathMan052026-02-031-1/+1
| | |
| * | correct message sending permsMathMan052026-02-031-1/+5
| | |
| * | don't delete a public threadMathMan052026-02-031-11/+11
| | |
| * | some thread fixesMathMan052026-02-031-1/+2
| | |
* | | Guild discovery: option to hide already joined guildsRory&2026-02-031-3/+11
| | |
* | | Update schemas for profile customisationRory&2026-02-031-1/+25
| | |
* | | Actually save webhook apps - fixes #1474Rory&2026-02-031-1/+2
| | |
* | | fix: treat `guild_id=0` as no `guild_id` for discord mobile client (a.k.a. ↵CyberL12026-02-021-1/+1
| | | | | | | | | | | | the mobile fuckery)
* | | Assert req.params type as solely string (express update)Rory&2026-02-0183-235/+243
| | |
* | | Enforce numeric-only discriminators in PATCH /users/@meRory&2026-01-301-0/+10
| | |
* | | fix: don't return default role for user profilesCyberL12026-01-301-0/+2
|/ /
* | Thread membership routesRory&2026-01-294-0/+227
| |
* | thread stuff ig tmp-rebase-threads dev/threadsMathMan052026-01-281-0/+12
| |
* | initial recipients workMathMan052026-01-283-6/+18
| |
* | thread API startMathMan052026-01-282-0/+109
| |
* | Make bot invites configurableRory&2026-01-242-4/+4
| |
* | Forbid dashes in emoji namesRory&2026-01-231-0/+3
| |
* | Dummy warp endpointRory&2026-01-231-0/+39
| |
* | Port User.tag getter from pomelo as utilityRory&2026-01-232-2/+2
| |
* | Make openapi.js work offline - still needs conditionals fixed thoughRory&2026-01-2221-18/+60
| |
* | Move health endpoints to /, deprecate /api/-. Fixes #1089Rory&2026-01-222-2/+2
| |
* | fix validationsMathMan052026-01-201-3/+5
| |
* | Add stub POSt report endpointRory&2026-01-173-65/+203
| |
* | Add temp reporting menu responsesRory&2026-01-151-1/+3
| |
* | Enum for report menu typesRory&2026-01-141-13/+23
| |
* | Actually map all endpoints for getting report menusRory&2026-01-141-14/+27
| |
* | fest: throw an error if bot name is emptyCyberL12026-01-141-1/+10
| |
* | fest: throw an error if application name is emptyCyberL12026-01-141-1/+10
| |
* | Whoami endpoint in apiRory&2026-01-111-0/+57
| |
* | fix: relationshipsSelf are now actually selfCyberL12026-01-101-1/+1
| |
* | Fix profile APIMathMan052025-12-291-6/+7
| | | | | | | | It should no longer send a random user(Emma/Rory) and should now just send the correct user.
* | Persist uploader user id for new stickersRory&2025-12-281-0/+1
| |
* | fix endpoint crapRory&2025-12-271-1/+1
| |
* | Ignore empty ASN type/ID in registerRory&2025-12-261-2/+6
| |
* | Fix endpoint public splittingRory&2025-12-251-1/+1
| |
* | Merge pull request #1449 from MathMan05/inviteFixCyber2025-12-221-1/+1
|\ \