Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server into fix/guild-create-response-schema
commit 048aae65a56e6bcc24b49f786e05e3a2904f2230
2 parents ff48d07 + 9bcc178
@TomatoCake TomatoCake authored on 22 Aug 2024
Showing 74 changed files
View
.gitattributes 0 → 100644
View
.gitignore
View
.prettierignore
View
assets/openapi.json
View
assets/schemas.json
Too large (Show diff)
View
flake.lock
View
flake.nix
View
hashes.json
View
nix-update.sh
View
package-lock.json
Too large (Show diff)
View
package.json
View
scripts/openapi.js
View
scripts/schema.js
View
src/api/Server.ts
View
src/api/middlewares/BodyParser.ts
View
src/api/middlewares/ImageProxy.ts 0 → 100644
View
src/api/middlewares/index.ts
View
src/api/routes/auth/forgot.ts
View
src/api/routes/auth/register.ts
View
src/api/routes/channels/#channel_id/index.ts
View
src/api/routes/channels/#channel_id/pins.ts
View
src/api/routes/guilds/#guild_id/widget.json.ts
View
src/api/routes/guilds/#guild_id/widget.png.ts
View
src/api/routes/users/@me/index.ts
View
src/gateway/opcodes/Identify.ts
View
src/gateway/opcodes/RequestGuildMembers.ts
View
src/gateway/util/WebSocket.ts
View
src/util/config/types/CdnConfiguration.ts
View
src/util/entities/Application.ts
View
src/util/entities/Attachment.ts
View
src/util/entities/AuditLog.ts
View
src/util/entities/BackupCodes.ts
View
src/util/entities/Badge.ts
View
src/util/entities/Ban.ts
View
src/util/entities/Categories.ts
View
src/util/entities/Channel.ts
View
src/util/entities/ClientRelease.ts
View
src/util/entities/Config.ts
View
src/util/entities/ConnectedAccount.ts
View
src/util/entities/ConnectionConfigEntity.ts
View
src/util/entities/EmbedCache.ts
View
src/util/entities/Emoji.ts
View
src/util/entities/Encryption.ts
View
src/util/entities/Guild.ts
View
src/util/entities/Invite.ts
View
src/util/entities/Member.ts
View
src/util/entities/Message.ts
View
src/util/entities/Migration.ts
View
src/util/entities/Note.ts
View
src/util/entities/RateLimit.ts
View
src/util/entities/ReadState.ts
View
src/util/entities/Recipient.ts
View
src/util/entities/Relationship.ts
View
src/util/entities/Role.ts
View
src/util/entities/SecurityKey.ts
View
src/util/entities/Session.ts
View
src/util/entities/Sticker.ts
View
src/util/entities/StickerPack.ts
View
src/util/entities/Team.ts
View
src/util/entities/TeamMember.ts
View
src/util/entities/Template.ts
View
src/util/entities/User.ts
View
src/util/entities/UserSettings.ts
View
src/util/entities/ValidRegistrationTokens.ts
View
src/util/entities/VoiceState.ts
View
src/util/entities/Webhook.ts
View
src/util/imports/Jimp.ts 0 → 100644
View
src/util/imports/index.ts
View
src/util/schemas/RegisterSchema.ts
View
src/util/schemas/RequestGuildMembersSchema.ts
View
src/util/schemas/UserModifySchema.ts
View
src/util/util/Constants.ts
View
src/util/util/Database.ts
View
src/webrtc/.DS_Store 100644 → 0
Not supported