Merge pull request #1009 from Puyodead1/refactor/dev/connections
Connections Part 1
commit 86ac90b1e4e83cb1f55c45055d9ab3a488fe67bd
2 parents 095cbf7 + 2e27281
@Madeline Madeline authored on 2 Apr 2023
GitHub committed on 2 Apr 2023
Showing 58 changed files
View
assets/schemas.json
Too large (Show diff)
View
package-lock.json
View
package.json
View
src/api/Server.ts
View
src/api/middlewares/Authentication.ts
View
src/api/routes/connections/#connection_name/#connection_id/refresh.ts 0 → 100644
View
src/api/routes/connections/#connection_name/authorize.ts 0 → 100644
View
src/api/routes/connections/#connection_name/callback.ts 0 → 100644
View
src/api/routes/policies/instance/domains.ts
View
src/api/routes/users/#id/profile.ts
View
src/api/routes/users/@me/connections.ts 100644 → 0
View
src/api/routes/users/@me/connections/#connection_name/#connection_id/access-token.ts 0 → 100644
View
src/api/routes/users/@me/connections/#connection_name/#connection_id/index.ts 0 → 100644
View
src/api/routes/users/@me/connections/index.ts 0 → 100644
View
src/connections/BattleNet/BattleNetSettings.ts 0 → 100644
View
src/connections/BattleNet/index.ts 0 → 100644
View
src/connections/Discord/DiscordSettings.ts 0 → 100644
View
src/connections/Discord/index.ts 0 → 100644
View
src/connections/EpicGames/EpicGamesSettings.ts 0 → 100644
View
src/connections/EpicGames/index.ts 0 → 100644
View
src/connections/Facebook/FacebookSettings.ts 0 → 100644
View
src/connections/Facebook/index.ts 0 → 100644
View
src/connections/GitHub/GitHubSettings.ts 0 → 100644
View
src/connections/GitHub/index.ts 0 → 100644
View
src/connections/Reddit/RedditSettings.ts 0 → 100644
View
src/connections/Reddit/index.ts 0 → 100644
View
src/connections/Spotify/SpotifySettings.ts 0 → 100644
View
src/connections/Spotify/index.ts 0 → 100644
View
src/connections/Twitch/TwitchSettings.ts 0 → 100644
View
src/connections/Twitch/index.ts 0 → 100644
View
src/connections/Twitter/TwitterSettings.ts 0 → 100644
View
src/connections/Twitter/index.ts 0 → 100644
View
src/connections/Xbox/XboxSettings.ts 0 → 100644
View
src/connections/Xbox/index.ts 0 → 100644
View
src/connections/Youtube/YoutubeSettings.ts 0 → 100644
View
src/connections/Youtube/index.ts 0 → 100644
View
src/gateway/opcodes/Identify.ts
View
src/util/config/types/ApiConfiguration.ts
View
src/util/connections/Connection.ts 0 → 100644
View
src/util/connections/ConnectionConfig.ts 0 → 100644
View
src/util/connections/ConnectionLoader.ts 0 → 100644
View
src/util/connections/ConnectionStore.ts 0 → 100644
View
src/util/connections/RefreshableConnection.ts 0 → 100644
View
src/util/connections/index.ts 0 → 100644
View
src/util/dtos/ConnectedAccountDTO.ts 0 → 100644
View
src/util/dtos/index.ts
View
src/util/entities/ConnectedAccount.ts
View
src/util/entities/ConnectionConfigEntity.ts 0 → 100644
View
src/util/entities/index.ts
View
src/util/index.ts
View
src/util/interfaces/ConnectedAccount.ts 0 → 100644
View
src/util/interfaces/Event.ts
View
src/util/interfaces/index.ts
View
src/util/schemas/ConnectedAccountSchema.ts 0 → 100644
View
src/util/schemas/ConnectionCallbackSchema.ts 0 → 100644
View
src/util/schemas/ConnectionUpdateSchema.ts 0 → 100644
View
src/util/schemas/index.ts
View
src/util/util/Constants.ts