|
Merge pull request #1009 from Puyodead1/refactor/dev/connections
Connections Part 1 |
|---|
| assets/schemas.json |
|---|
|
Too large (Show diff)
|
| package-lock.json |
|---|
| package.json |
|---|
| src/api/Server.ts |
|---|
| src/api/middlewares/Authentication.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/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/Identify.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/index.ts |
|---|
| src/util/entities/ConnectedAccount.ts |
|---|
| src/util/entities/ConnectionConfigEntity.ts 0 → 100644 |
|---|
| 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/Constants.ts |
|---|