Merge branch 'master' into feat/refactorIdentify
commit 5a6cb33f5ead561cd2ac82afc7be6a00fc0707f7
2 parents c3f5047 + 174d34c
@Madeline Madeline authored on 13 Apr 2023
Showing 77 changed files
View
.eslintrc
View
.github/workflows/build.yml
View
.github/workflows/style.yml 0 → 100644
View
README.md
View
assets/openapi.json
View
assets/schemas.json
Too large (Show diff)
View
package-lock.json
View
package.json
View
scripts/changelog.js
View
scripts/license.js
View
scripts/openapi.js
View
scripts/rights.js
View
scripts/schema.js
View
scripts/syncronise.js
View
src/api/Server.ts
View
src/api/middlewares/Authentication.ts
View
src/api/routes/channels/#channel_id/messages/#message_id/reactions.ts
View
src/api/routes/channels/#channel_id/messages/index.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/guilds/#guild_id/roles/#role_id/member-ids.ts 0 → 100644
View
src/api/routes/guilds/#guild_id/roles/#role_id/members.ts 0 → 100644
View
src/api/routes/guilds/#guild_id/roles/member-counts.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/LazyRequest.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/ReadyGuildDTO.ts
View
src/util/dtos/index.ts
View
src/util/entities/ConnectedAccount.ts
View
src/util/entities/ConnectionConfigEntity.ts 0 → 100644
View
src/util/entities/Member.ts
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/Array.ts
View
src/util/util/Constants.ts