Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix connection class imports | Puyodead1 | 2023-08-06 | 1 | -1/+1 |
| | |||||
* | fixing lots of openapi crap | Puyodead1 | 2023-04-13 | 1 | -1/+1 |
| | |||||
* | License information | Madeline | 2023-04-02 | 2 | -0/+36 |
| | |||||
* | Update connection metadata visibility | Madeline | 2023-04-02 | 1 | -1/+4 |
| | |||||
* | Merge branch 'master' into refactor/dev/connections | Madeline | 2023-04-02 | 2 | -4/+4 |
| | |||||
* | Move redirect uri generation to getRedirectUri function of Connection class. | Madeline | 2023-03-18 | 1 | -5/+7 |
| | | | | Use api_endpointPublic instead of cdn_endpointPublic | ||||
* | use connection revoked error | Puyodead1 | 2023-03-18 | 1 | -2/+1 |
| | |||||
* | Add Twitch, error handling, revokation changes, etc | Puyodead1 | 2023-03-18 | 2 | -12/+17 |
| | |||||
* | Fix connection update visibilty dying when given boolean | Madeline | 2023-03-18 | 1 | -1/+7 |
| | |||||
* | Update todo in access-token route | Puyodead1 | 2023-03-18 | 1 | -1/+1 |
| | |||||
* | Refreshable connections, refactoring, access-token endpoint | Puyodead1 | 2023-03-18 | 1 | -0/+84 |
| | | | | | | | | - 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) | ||||
* | Delete connections | Madeline | 2023-03-18 | 1 | -1/+24 |
| | |||||
* | Don't use mergeDeep | Madeline | 2023-03-18 | 1 | -6/+2 |
| | |||||
* | implement PATCH connection | Puyodead1 | 2023-03-18 | 1 | -0/+51 |