summary refs log tree commit diff
path: root/src/util/entities/ConnectedAccount.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Twitch, error handling, revokation changes, etcPuyodead12023-03-181-2/+8
|
* Refreshable connections, refactoring, access-token endpointPuyodead12023-03-181-3/+4
| | | | | | | | - Aded /users/@me/connections/:connection_name/:connection_id/access-token - Replaced `access_token` property on ConnectedAccount with `token_data` object for refreshing tokens - Made a common interface for connection things like ComonOAuthTokenResponse - Added `RefreshableConnection` class - Added token refresh to Spotify connection (disabled)
* Follow Discord docs for `visibility` and `metadata_visibility` fields in ↵Madeline2023-03-181-2/+2
| | | | ConnectedAccount
* implement PATCH connectionPuyodead12023-03-181-2/+2
|
* adding connection now worksPuyodead12023-03-181-12/+12
|
* add connectionsPuyodead12023-03-181-4/+19
|
* Add ESLint (#941)Madeline2023-01-201-2/+4
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* PrettierMadeline2022-09-261-1/+2
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+42