Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typos | Madeline | 2023-04-14 | 1 | -1/+3 |
| | |||||
* | clusterfuck | Puyodead1 | 2023-04-13 | 25 | -93/+87 |
| | |||||
* | oapi: add missing 2fa types to login | Puyodead1 | 2023-04-13 | 1 | -0/+14 |
| | |||||
* | oapi: bug fixes | Puyodead1 | 2023-04-13 | 5 | -17/+24 |
| | |||||
* | oapi: root level routes | Puyodead1 | 2023-04-13 | 6 | -0/+41 |
| | |||||
* | oapi: finish users | Puyodead1 | 2023-04-13 | 4 | -10/+17 |
| | |||||
* | oapi: users progress | Puyodead1 | 2023-04-13 | 8 | -4/+46 |
| | |||||
* | oapi: sticker packs | Puyodead1 | 2023-04-13 | 2 | -0/+4 |
| | |||||
* | oapi: policies | Puyodead1 | 2023-04-13 | 5 | -0/+24 |
| | |||||
* | oapi: oauth2 | Puyodead1 | 2023-04-13 | 2 | -0/+4 |
| | |||||
* | oapi: fix guild discovery requirements | Puyodead1 | 2023-04-13 | 1 | -1/+1 |
| | |||||
* | guilds | Puyodead1 | 2023-04-13 | 19 | -0/+178 |
| | |||||
* | gifs and query params | Puyodead1 | 2023-04-13 | 2 | -0/+73 |
| | |||||
* | fixing lots of openapi crap | Puyodead1 | 2023-04-13 | 4 | -11/+9 |
| | |||||
* | AAA | Puyodead1 | 2023-04-13 | 5 | -0/+34 |
| | |||||
* | channels | Puyodead1 | 2023-04-13 | 6 | -0/+22 |
| | |||||
* | applications | Puyodead1 | 2023-04-13 | 5 | -0/+10 |
| | |||||
* | auth routes | Puyodead1 | 2023-04-13 | 9 | -0/+49 |
| | |||||
* | License information | Madeline | 2023-04-02 | 3 | -0/+54 |
| | |||||
* | Update connection metadata visibility | Madeline | 2023-04-02 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into refactor/dev/connections | Madeline | 2023-04-02 | 69 | -139/+245 |
|\ | |||||
| * | Remove ALL fosscord mentions | Madeline | 2023-03-31 | 9 | -9/+9 |
| | | |||||
| * | Revert "Merge pull request #1008 from spacebarchat/dev/samuel" | Madeline | 2023-03-31 | 1 | -1/+1 |
| | | | | | | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88. | ||||
| * | Merge pull request #1008 from spacebarchat/dev/samuel | Samuel (Flam3rboy) | 2023-03-30 | 1 | -1/+1 |
| |\ | |||||
| | * | fix: types when using yarn | Samuel | 2023-03-17 | 1 | -1/+1 |
| | | | |||||
| * | | SPACEBAR | Madeline | 2023-03-31 | 69 | -69/+69 |
| | | | |||||
| * | | SPACEBAR | Madeline | 2023-03-31 | 69 | -65/+137 |
| | | | |||||
| * | | Work towards fixing openapi spec | Madeline | 2023-03-24 | 5 | -0/+34 |
| |/ | |||||
* | | Add Twitch, error handling, revokation changes, etc | Puyodead1 | 2023-03-18 | 2 | -1/+2 |
| | | |||||
* | | Refreshable connections, refactoring, access-token endpoint | Puyodead1 | 2023-03-18 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | - 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) | ||||
* | | entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchema | Madeline | 2023-03-18 | 2 | -0/+4 |
| | | |||||
* | | adding connection now works | Puyodead1 | 2023-03-18 | 2 | -0/+17 |
| | | |||||
* | | add connections | Puyodead1 | 2023-03-18 | 2 | -0/+8 |
|/ | |||||
* | implement password reset | Puyodead1 | 2023-02-24 | 3 | -16/+48 |
| | |||||
* | Email verification works | Puyodead1 | 2023-02-23 | 1 | -1/+1 |
| | | | | | | | | - Added /auth/verify to authenticated route whitelist - Updated /auth/verify to properly mark a user as verified, return a response, and fix expiration time check - Implemented /auth/verify/resend - Moved verification email sending to a helper method - Fixed VerifyEmailSchema requiring captcha_key | ||||
* | add missing copyright headers | Puyodead1 | 2023-02-23 | 1 | -0/+18 |
| | |||||
* | send email verification | Puyodead1 | 2023-02-23 | 1 | -0/+4 |
| | |||||
* | run add:license | Madeline | 2023-02-03 | 1 | -0/+18 |
| | |||||
* | Don't allow message types to be edited | Madeline | 2023-02-03 | 2 | -0/+22 |
| | |||||
* | Merge pull request from GHSA-hqqp-gpqw-9w5c | Madeline | 2023-02-02 | 2 | -1/+5 |
| | |||||
* | Impl member lazy request (#970) | Madeline | 2023-01-30 | 1 | -2/+2 |
| | |||||
* | read-states/ack-bulk (#969) | Madeline | 2023-01-30 | 2 | -0/+24 |
| | |||||
* | Implement WebAuthn (#967) | Puyodead1 | 2023-01-30 | 2 | -38/+69 |
| | | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | ||||
* | Add ESLint (#941) | Madeline | 2023-01-20 | 6 | -18/+26 |
| | | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint | ||||
* | Apparently its still accepted, just depricated | ChrisChrome | 2023-01-18 | 1 | -0/+1 |
| | |||||
* | It's seconds, not days | ChrisChrome | 2023-01-18 | 1 | -1/+1 |
| | |||||
* | Script to add license preamble to each file. Also, does that. (#935) | Madeline | 2023-01-18 | 59 | -0/+1062 |
| | | | | | | | | | * 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 | ||||
* | Add /users/:id/delete (#926) | Erkin Alp Güney | 2023-01-14 | 2 | -0/+4 |
| | |||||
* | Prettier | Madeline | 2023-01-05 | 14 | -18/+19 |
| | |||||
* | Profile themes and pronouns | Madeline | 2022-12-31 | 2 | -0/+12 |
| | |||||
* | OAuth2 authorize bot flow | Madeline | 2022-12-24 | 2 | -1/+9 |
| | |||||
* | Client: update to canary 165341 | Puyodead1 | 2022-12-20 | 1 | -0/+8 |
| | |||||
* | comments | Madeline | 2022-12-19 | 1 | -0/+1 |
| | |||||
* | implement guild profiles and fix user profiles | Puyodead1 | 2022-12-19 | 4 | -0/+22 |
| | |||||
* | Create webhooks | Madeline | 2022-12-19 | 1 | -1/+1 |
| | |||||
* | Refactor applications | Madeline | 2022-12-18 | 5 | -1/+27 |
| | |||||
* | fix: not being able to enable community | Puyodead1 | 2022-12-18 | 1 | -1/+2 |
| | |||||
* | Add `private_channels_version` to `client_state` in identity. also set ↵ | Madeline | 2022-10-31 | 1 | -0/+2 |
| | | | | sentry user in gateway | ||||
* | Fix user settings not saving properly and guild folders | Madeline | 2022-10-28 | 2 | -2/+3 |
| | |||||
* | Forgot some schemas + only generate schemas in util/schemas + add setup script | Madeline | 2022-10-24 | 3 | -1/+13 |
| | |||||
* | Make `afk` optional in ActivitySchema | Madeline | 2022-10-01 | 1 | -2/+2 |
| | |||||
* | Discovery splashes + fix guild icons disappearing on settings change | Madeline | 2022-09-28 | 1 | -0/+1 |
| | |||||
* | Missed some schemas | Madeline | 2022-09-28 | 6 | -0/+45 |
| | |||||
* | Prettier | Madeline | 2022-09-26 | 43 | -59/+74 |
| | |||||
* | Move schemas to /src/util/schemas | Madeline | 2022-09-26 | 45 | -70/+595 |
| | |||||
* | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 3 | -0/+125 |