|
Merge branch 'master' into translation
|
|---|
| .dockerignore |
|---|
| .github/FUNDING.yml |
|---|
| .github/workflows/docker-publish-api.yml |
|---|
| .github/workflows/docker-publish-cdn.yml |
|---|
| .github/workflows/docker-publish-gateway.yml |
|---|
| .github/workflows/release.yml |
|---|
| .gitignore |
|---|
| .prettierrc 0 → 100644 |
|---|
| Dockerfile |
|---|
| README.md |
|---|
| api/.vscode/api-snippets.code-snippets |
|---|
| api/assets/schemas.json |
|---|
|
Too large (Show diff)
|
| api/client_test/index.html |
|---|
| api/crowdin.yml |
|---|
| api/locales/de/common.json |
|---|
| api/locales/tr/common.json |
|---|
| api/package-lock.json |
|---|
|
Too large (Show diff)
|
| api/package.json |
|---|
| api/src/global.d.ts |
|---|
| api/src/routes/-/healthz.ts |
|---|
| api/src/routes/-/readyz.ts |
|---|
| api/src/routes/applications/#id/entitlements.ts |
|---|
| api/src/routes/channels/#channel_id/messages/#message_id/crosspost.ts |
|---|
| api/src/routes/channels/#channel_id/recipients.ts |
|---|
| api/src/routes/discoverable-guilds.ts |
|---|
| api/src/routes/discovery.ts |
|---|
| api/src/routes/gateway/bot.ts |
|---|
| api/src/routes/gifs/search.ts |
|---|
| api/src/routes/gifs/trending-gifs.ts |
|---|
| api/src/routes/gifs/trending.ts |
|---|
| api/src/routes/guilds/#guild_id/prune.ts |
|---|
| api/src/routes/oauth2/tokens.ts |
|---|
| api/src/routes/store/published-listings/applications/#id/subscription-plans.ts |
|---|
| api/src/routes/store/published-listings/skus/#sku_id/subscription-plans.ts |
|---|
| api/src/routes/users/@me/activities/statistics/applications.ts |
|---|
| api/src/routes/users/@me/billing/payment-sources.ts |
|---|
| api/src/routes/users/@me/channels.ts |
|---|
| api/src/routes/users/@me/email-settings.ts |
|---|
| api/src/util/Message.ts |
|---|
| api/src/util/ipAddress.ts |
|---|
| bundle/.prettierrc 0 → 100644 |
|---|
| bundle/package-lock.json |
|---|
|
Too large (Show diff)
|
| bundle/package.json |
|---|
| bundle/scripts/build.js |
|---|
| bundle/scripts/install.js |
|---|
| bundle/src/start.ts |
|---|
| bundle/tsconfig.json |
|---|
| cdn/README.md |
|---|
| cdn/package-lock.json |
|---|
|
Too large (Show diff)
|
| cdn/package.json |
|---|
| cdn/src/util/S3Storage.ts |
|---|
| cdn/src/util/Storage.ts |
|---|
| cdn/tests/cdn_endpoints.test.js |
|---|
| cdn/tsconfig.json |
|---|
| crowdin.yml |
|---|
| docker-compose.yml |
|---|
| fosscord-server.code-workspace |
|---|
| gateway/.github/FUNDING.yml |
|---|
| gateway/package-lock.json |
|---|
|
Too large (Show diff)
|
| gateway/package.json |
|---|
| gateway/src/listener/listener.ts |
|---|
| gateway/src/util/SessionUtils.ts |
|---|
| gateway/tsconfig.json |
|---|
| rtc/config.json |
|---|
| rtc/package-lock.json 100644 → 0 |
|---|
| rtc/package.json 100644 → 0 |
|---|
| util/package-lock.json |
|---|
|
Too large (Show diff)
|
| util/package.json |
|---|
| util/src/dtos/DmChannelDTO.ts |
|---|
| util/src/dtos/UserDTO.ts |
|---|
| util/src/dtos/index.ts |
|---|
| util/src/entities/Invite.ts |
|---|
| util/src/entities/Message.ts |
|---|
| util/src/entities/Migration.ts |
|---|
| util/src/util/ApiError.ts |
|---|
| util/src/util/Array.ts |
|---|
| util/src/util/AutoUpdate.ts |
|---|
| util/src/util/Config.ts |
|---|
| util/src/util/FieldError.ts |
|---|
| util/src/util/Rights.ts |
|---|
| webrtc/README.md |
|---|
| webrtc/src/Server.ts |
|---|
| webrtc/tsconfig.json |
|---|