|
Merge branch 'master' into feat/refactorIdentify
|
|---|
| .eslintrc |
|---|
| .github/workflows/build.yml |
|---|
| .github/workflows/style.yml 0 → 100644 |
|---|
| README.md |
|---|
| assets/openapi.json |
|---|
| assets/schemas.json |
|---|
|
Too large (Show diff)
|
| package-lock.json |
|---|
| package.json |
|---|
| scripts/changelog.js |
|---|
| scripts/license.js |
|---|
| scripts/openapi.js |
|---|
| scripts/rights.js |
|---|
| scripts/schema.js |
|---|
| scripts/syncronise.js |
|---|
| src/api/Server.ts |
|---|
| src/api/middlewares/Authentication.ts |
|---|
| src/api/routes/channels/#channel_id/messages/#message_id/reactions.ts |
|---|
| src/api/routes/channels/#channel_id/messages/index.ts |
|---|
| src/api/routes/connections/#connection_name/#connection_id/refresh.ts 0 → 100644 |
|---|
| src/api/routes/connections/#connection_name/authorize.ts 0 → 100644 |
|---|
| src/api/routes/connections/#connection_name/callback.ts 0 → 100644 |
|---|
| src/api/routes/guilds/#guild_id/roles/#role_id/member-ids.ts 0 → 100644 |
|---|
| src/api/routes/guilds/#guild_id/roles/#role_id/members.ts 0 → 100644 |
|---|
| src/api/routes/guilds/#guild_id/roles/member-counts.ts 0 → 100644 |
|---|
| src/api/routes/policies/instance/domains.ts |
|---|
| src/api/routes/users/#id/profile.ts |
|---|
| src/api/routes/users/@me/connections.ts 100644 → 0 |
|---|
| src/api/routes/users/@me/connections/#connection_name/#connection_id/access-token.ts 0 → 100644 |
|---|
| src/api/routes/users/@me/connections/#connection_name/#connection_id/index.ts 0 → 100644 |
|---|
| src/api/routes/users/@me/connections/index.ts 0 → 100644 |
|---|
| src/connections/BattleNet/BattleNetSettings.ts 0 → 100644 |
|---|
| src/connections/BattleNet/index.ts 0 → 100644 |
|---|
| src/connections/Discord/DiscordSettings.ts 0 → 100644 |
|---|
| src/connections/Discord/index.ts 0 → 100644 |
|---|
| src/connections/EpicGames/EpicGamesSettings.ts 0 → 100644 |
|---|
| src/connections/EpicGames/index.ts 0 → 100644 |
|---|
| src/connections/Facebook/FacebookSettings.ts 0 → 100644 |
|---|
| src/connections/Facebook/index.ts 0 → 100644 |
|---|
| src/connections/GitHub/GitHubSettings.ts 0 → 100644 |
|---|
| src/connections/GitHub/index.ts 0 → 100644 |
|---|
| src/connections/Reddit/RedditSettings.ts 0 → 100644 |
|---|
| src/connections/Reddit/index.ts 0 → 100644 |
|---|
| src/connections/Spotify/SpotifySettings.ts 0 → 100644 |
|---|
| src/connections/Spotify/index.ts 0 → 100644 |
|---|
| src/connections/Twitch/TwitchSettings.ts 0 → 100644 |
|---|
| src/connections/Twitch/index.ts 0 → 100644 |
|---|
| src/connections/Twitter/TwitterSettings.ts 0 → 100644 |
|---|
| src/connections/Twitter/index.ts 0 → 100644 |
|---|
| src/connections/Xbox/XboxSettings.ts 0 → 100644 |
|---|
| src/connections/Xbox/index.ts 0 → 100644 |
|---|
| src/connections/Youtube/YoutubeSettings.ts 0 → 100644 |
|---|
| src/connections/Youtube/index.ts 0 → 100644 |
|---|
| src/gateway/opcodes/LazyRequest.ts |
|---|
| src/util/config/types/ApiConfiguration.ts |
|---|
| src/util/connections/Connection.ts 0 → 100644 |
|---|
| src/util/connections/ConnectionConfig.ts 0 → 100644 |
|---|
| src/util/connections/ConnectionLoader.ts 0 → 100644 |
|---|
| src/util/connections/ConnectionStore.ts 0 → 100644 |
|---|
| src/util/connections/RefreshableConnection.ts 0 → 100644 |
|---|
| src/util/connections/index.ts 0 → 100644 |
|---|
| src/util/dtos/ConnectedAccountDTO.ts 0 → 100644 |
|---|
| src/util/dtos/ReadyGuildDTO.ts |
|---|
| src/util/dtos/index.ts |
|---|
| src/util/entities/ConnectedAccount.ts |
|---|
| src/util/entities/ConnectionConfigEntity.ts 0 → 100644 |
|---|
| src/util/entities/Member.ts |
|---|
| src/util/entities/index.ts |
|---|
| src/util/index.ts |
|---|
| src/util/interfaces/ConnectedAccount.ts 0 → 100644 |
|---|
| src/util/interfaces/Event.ts |
|---|
| src/util/interfaces/index.ts |
|---|
| src/util/schemas/ConnectedAccountSchema.ts 0 → 100644 |
|---|
| src/util/schemas/ConnectionCallbackSchema.ts 0 → 100644 |
|---|
| src/util/schemas/ConnectionUpdateSchema.ts 0 → 100644 |
|---|
| src/util/schemas/index.ts |
|---|
| src/util/util/Array.ts |
|---|
| src/util/util/Constants.ts |
|---|