Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | applications | Puyodead1 | 2023-04-13 | 6 | -97/+215 |
| | |||||
* | auth routes | Puyodead1 | 2023-04-13 | 12 | -40/+141 |
| | |||||
* | Add missing route middleware to messages route | Madeline | 2023-04-12 | 1 | -2/+4 |
| | |||||
* | don't allow editing @everyone role | Madeline | 2023-04-11 | 1 | -1/+4 |
| | |||||
* | Merge pull request #1023 from Rainb0wCodes/master | Madeline | 2023-04-11 | 1 | -1/+13 |
|\ | | | | | properly track reactions | ||||
| * | send public member in message_reaction_add eventt | Madeline | 2023-04-11 | 1 | -2/+11 |
| | | |||||
| * | Update reactions.ts | Rainb0w :3 | 2023-04-10 | 1 | -1/+2 |
| | | |||||
| * | properly track reactions | Rainb0w :3 | 2023-04-08 | 1 | -0/+2 |
| | | |||||
* | | Add erkins note | Madeline | 2023-04-11 | 1 | -0/+1 |
| | | |||||
* | | Don't fetch the entire role relation when counting member ids | Madeline | 2023-04-11 | 1 | -8/+10 |
| | | |||||
* | | member-counts route | Madeline | 2023-04-11 | 1 | -0/+39 |
| | | |||||
* | | Use partition func instead + use Promise.all | Madeline | 2023-04-11 | 1 | -20/+15 |
| | | |||||
* | | Remove Member.isInGuildOrFail, as it will always pass ( route permission check ) | Madeline | 2023-04-11 | 1 | -3/+7 |
| | | |||||
* | | prettier | Madeline | 2023-04-11 | 2 | -35/+43 |
| | | |||||
* | | Add PATCH /guilds/#guild_id/roles/#role_id/member-ids API | ochen1 | 2023-04-09 | 1 | -0/+38 |
| | | |||||
* | | Fix indentation | ochen1 | 2023-04-09 | 1 | -1/+1 |
| | | |||||
* | | Add PATCH /guilds/#guild_id/roles/#role_id/members API | ochen1 | 2023-04-09 | 1 | -0/+53 |
|/ | | | Discord uses this in the Edit Role menu, Manage members tab to update the list of members with the role. | ||||
* | License information | Madeline | 2023-04-02 | 5 | -0/+90 |
| | |||||
* | Update connection metadata visibility | Madeline | 2023-04-02 | 1 | -1/+4 |
| | |||||
* | Merge branch 'master' into refactor/dev/connections | Madeline | 2023-04-02 | 140 | -551/+553 |
|\ | |||||
| * | Remove ALL fosscord mentions | Madeline | 2023-03-31 | 134 | -242/+242 |
| | | |||||
| * | Revert "Merge pull request #1008 from spacebarchat/dev/samuel" | Madeline | 2023-03-31 | 2 | -4/+3 |
| | | | | | | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88. | ||||
| * | Merge pull request #1008 from spacebarchat/dev/samuel | Samuel (Flam3rboy) | 2023-03-30 | 2 | -3/+4 |
| |\ | |||||
| | * | fix: use entity.save() instead of insert (needed for caching) | Samuel | 2023-03-18 | 1 | -3/+3 |
| | | | |||||
| | * | fix: missing id in select query | Samuel | 2023-03-18 | 1 | -0/+1 |
| | | | |||||
| * | | SPACEBAR | Madeline | 2023-03-31 | 134 | -134/+134 |
| | | | |||||
| * | | SPACEBAR | Madeline | 2023-03-31 | 134 | -132/+168 |
| | | | |||||
| * | | Merge branch 'master' of github.com:fosscord/fosscord-server | Madeline | 2023-03-24 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | fix totp using wrong settings key | Puyodead1 | 2023-03-21 | 1 | -1/+1 |
| | |/ | |||||
| * / | Work towards fixing openapi spec | Madeline | 2023-03-24 | 4 | -34/+0 |
| |/ | |||||
* | | Move redirect uri generation to getRedirectUri function of Connection class. | Madeline | 2023-03-18 | 1 | -5/+7 |
| | | | | | | | | Use api_endpointPublic instead of cdn_endpointPublic | ||||
* | | Check visibility for connected accounts in /users/:id/profile | Madeline | 2023-03-18 | 1 | -1/+3 |
| | | |||||
* | | don't send token_data on connection update | Puyodead1 | 2023-03-18 | 1 | -1/+1 |
| | | |||||
* | | 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 | 2 | -1/+85 |
| | | | | | | | | | | | | | | | | - 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 |
| | | |||||
* | | entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchema | Madeline | 2023-03-18 | 1 | -3/+2 |
| | | |||||
* | | Don't use mergeDeep | Madeline | 2023-03-18 | 1 | -6/+2 |
| | | |||||
* | | `handleCallback` returns connection if created for `USER_CONNECTIONS_UPDATE` | Madeline | 2023-03-18 | 1 | -7/+8 |
| | | |||||
* | | implement PATCH connection | Puyodead1 | 2023-03-18 | 2 | -0/+51 |
| | | |||||
* | | adding connection now works | Puyodead1 | 2023-03-18 | 2 | -2/+2 |
| | | |||||
* | | add connections | Puyodead1 | 2023-03-18 | 4 | -3/+119 |
|/ | |||||
* | Fix UserSettings relation being in `select` rather than `relations` | Madeline | 2023-03-16 | 4 | -6/+7 |
| | |||||
* | Rename password_reset config to passwordReset as it messes with config key ↵ | Madeline | 2023-02-25 | 1 | -1/+1 |
| | | | | generation | ||||
* | Merge branch 'master' of github.com:fosscord/fosscord-server | Madeline | 2023-02-24 | 1 | -1/+1 |
|\ | |||||
| * | fix a few issues with emails | Puyodead1 | 2023-02-24 | 1 | -1/+1 |
| | | |||||
* | | send required_action in gateway for when email verification is required | Madeline | 2023-02-24 | 1 | -11/+0 |
|/ | |||||
* | first batch of requested changes | Puyodead1 | 2023-02-24 | 2 | -44/+67 |
| | |||||
* | don't return token on register if verification required | Puyodead1 | 2023-02-24 | 1 | -0/+11 |
| | |||||
* | implement password reset | Puyodead1 | 2023-02-24 | 3 | -1/+150 |
| | |||||
* | don't print anything if email send is successful | Puyodead1 | 2023-02-24 | 1 | -2/+1 |
| | |||||
* | add right to resend verification emails | Puyodead1 | 2023-02-23 | 1 | -21/+25 |
| | |||||
* | fix: email verification | Puyodead1 | 2023-02-23 | 2 | -15/+15 |
| | |||||
* | fix: verification required for login not working correctly | Puyodead1 | 2023-02-23 | 1 | -0/+1 |
| | |||||
* | config: require account verification | Puyodead1 | 2023-02-23 | 2 | -6/+13 |
| | |||||
* | fix linting errors | Puyodead1 | 2023-02-23 | 1 | -11/+4 |
| | |||||
* | Fix template rendering and use verify email template | Puyodead1 | 2023-02-23 | 1 | -1/+1 |
| | | | | email html is weird, some stuff isn't supported. | ||||
* | Email verification works | Puyodead1 | 2023-02-23 | 2 | -3/+69 |
| | | | | | | | | - 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/+45 |
| | |||||
* | Fix being unable to unset nicknames | Madeline | 2023-02-05 | 1 | -1/+11 |
| | | | | | Remove unwanted guild profile handler in cdn Fix rights check for bio/avatars of your own user | ||||
* | various fixes for webauthn (#973) | Puyodead1 | 2023-02-03 | 3 | -9/+21 |
| | |||||
* | run add:license | Madeline | 2023-02-03 | 1 | -0/+18 |
| | |||||
* | Don't allow message types to be edited | Madeline | 2023-02-03 | 1 | -6/+3 |
| | |||||
* | Merge pull request from GHSA-9qvc-84ch-5p2x | Madeline | 2023-02-02 | 1 | -1/+26 |
| | | | | | * Check permissions and rights * Prevent editing message type unless MANAGE_MESSAGES right. Also don't send sensitive data in patch response. | ||||
* | Merge pull request from GHSA-hqqp-gpqw-9w5c | Madeline | 2023-02-02 | 1 | -2/+2 |
| | |||||
* | Merge pull request from GHSA-9q7f-pv47-cxp9 | Madeline | 2023-02-02 | 1 | -1/+13 |
| | |||||
* | Merge pull request from GHSA-r7h4-76f7-6264 | Madeline | 2023-02-02 | 1 | -0/+10 |
| | | | | | * Actually use maxUsername config value. * Change maxUsername default to discord.com default | ||||
* | check pw and other auth before letting users undisable | Madeline | 2023-01-31 | 1 | -19/+19 |
| | |||||
* | read-states/ack-bulk (#969) | Madeline | 2023-01-30 | 1 | -0/+41 |
| | |||||
* | Implement WebAuthn (#967) | Puyodead1 | 2023-01-30 | 4 | -7/+392 |
| | | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | ||||
* | also don't use 3002 as default when gateway endpoints are null | Madeline | 2023-01-26 | 3 | -3/+3 |
| | |||||
* | Add ESLint (#941) | Madeline | 2023-01-20 | 67 | -229/+262 |
| | | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint | ||||
* | Fix a funny security vuln | ChrisChrome | 2023-01-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #952 from fosscord/dev/endpoints-in-ping | Chris Chrome | 2023-01-18 | 1 | -1/+3 |
|\ | | | | | Merge /dev/endpoints-in-ping to master | ||||
| * | Move endpoints from ping -> policies/instance/domains (#933) | Chris Chrome | 2023-01-16 | 2 | -9/+4 |
| | | |||||
| * | Fix some default value | TheArcaneBrony | 2023-01-14 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
| * | Add basic info in ping | TheArcaneBrony | 2023-01-14 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | | Script to add license preamble to each file. Also, does that. (#935) | Madeline | 2023-01-18 | 126 | -1/+2268 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | Fix deleting an application if it has a bot | Madeline | 2023-01-17 | 1 | -2/+0 |
|/ | |||||
* | Add /users/:id/delete (#926) | Erkin Alp Güney | 2023-01-14 | 1 | -0/+39 |
| | |||||
* | Add back include_url param to reg tokens | Madeline | 2023-01-10 | 1 | -3/+11 |
| | |||||
* | Prettier | Madeline | 2023-01-05 | 27 | -417/+631 |
| | |||||
* | Merge pull request #922 from MaddyUnderStars/maddy/bodyParserPatch | Madeline | 2023-01-02 | 1 | -2/+8 |
|\ | | | | | Patch body-parser to use json-bigint, like gateway | ||||
| * | Profile themes and pronouns | Madeline | 2022-12-31 | 1 | -2/+8 |
| | | |||||
* | | Use adjusted email in /auth/login | Madeline | 2023-01-02 | 1 | -1/+1 |
| | | |||||
* | | Revert "Don't let users undisable their accounts" | Madeline | 2023-01-01 | 1 | -6/+8 |
| | | | | | | | | This reverts commit cd84412c92c447826ebb2668295d46956618d962. | ||||
* | | Don't let users undisable their accounts | Madeline | 2023-01-01 | 1 | -8/+6 |
|/ | |||||
* | Fix new roles having duplicate positions | Madeline | 2022-12-30 | 2 | -6/+13 |
| | |||||
* | OAuth2 authorize bot flow | Madeline | 2022-12-24 | 1 | -0/+146 |
| | |||||
* | Fix creating bot accounts | Madeline | 2022-12-24 | 1 | -1/+4 |
| | |||||
* | Set default cdn endpoints so that local testing works | Madeline | 2022-12-21 | 1 | -1/+1 |
| | |||||
* | Fix the roles bug | Madeline | 2022-12-21 | 1 | -5/+8 |
| | |||||
* | Reg tokens bypass other restrictions | Madeline | 2022-12-19 | 1 | -21/+22 |
| | |||||
* | Message rate limiting | TheArcaneBrony | 2022-12-19 | 1 | -1/+22 |
| | |||||
* | Registration tokens | Madeline | 2022-12-19 | 2 | -1/+47 |
| | |||||
* | Add register ratelimit | TheArcaneBrony | 2022-12-19 | 1 | -1/+15 |
| | |||||
* | flags related rights and stats api | Erkin Alp Güney | 2022-12-19 | 1 | -0/+22 |
| | |||||
* | fix user profile not displaying correctly | Puyodead1 | 2022-12-19 | 1 | -2/+9 |
| | |||||
* | implement guild profiles and fix user profiles | Puyodead1 | 2022-12-19 | 3 | -79/+130 |
| | |||||
* | Create webhooks | Madeline | 2022-12-19 | 2 | -4/+26 |
| | |||||
* | Move UserSettings to own entity | TheArcaneBrony | 2022-12-19 | 1 | -4/+6 |
| | |||||
* | Invalidate tokens on password change | ChrisChrome | 2022-12-18 | 1 | -2/+10 |
| | |||||
* | Make teams nullable | TheArcaneBrony | 2022-12-18 | 1 | -1/+0 |
| | |||||
* | Refactor applications | Madeline | 2022-12-18 | 3 | -84/+104 |
| | |||||
* | Whoops | ChrisChrome | 2022-12-18 | 1 | -1/+1 |
| | |||||
* | Whoops, missed one | ChrisChrome | 2022-12-18 | 1 | -1/+0 |
| | |||||
* | I'm probably forgetting a lot of things, but hey, it works | ChrisChrome | 2022-12-18 | 1 | -1/+6 |
| | |||||
* | It works now... I guess | ChrisChrome | 2022-12-18 | 2 | -2/+1 |
| | | | | Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | Add basic developer panel functionality - doesn't work yet | ChrisChrome | 2022-12-18 | 4 | -2/+147 |
| | | | | | | > > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | Remove some old test logs that expose info to console | TheArcaneBrony | 2022-12-18 | 2 | -3/+0 |
| | |||||
* | Remove todo line that has been implemented. | TheArcaneBrony | 2022-12-18 | 2 | -7/+1 |
| | |||||
* | Remove /policies/instance/stats | Madeline | 2022-12-17 | 1 | -21/+0 |
| | |||||
* | Remove Discord oauth login support | Madeline | 2022-12-17 | 1 | -38/+0 |
| | |||||
* | Remove bad banned words implementation | Madeline | 2022-12-17 | 2 | -10/+0 |
| | |||||
* | Remove /api/-/monitorz | Madeline | 2022-12-17 | 1 | -22/+0 |
| | |||||
* | Premium tier 0 SKU from staging | Madeline | 2022-12-17 | 1 | -50/+205 |
| | |||||
* | Remove Slowcord demo user restrictions | Madeline | 2022-12-17 | 2 | -6/+0 |
| | |||||
* | Only allow specific server features to be edited | Madeline | 2022-12-05 | 1 | -0/+22 |
| | |||||
* | Fix private messages being returned when no channel_id provided in search | Madeline | 2022-12-05 | 1 | -3/+17 |
| | |||||
* | Fix bug allowing any member from kicking any member instance-wide | Madeline | 2022-12-05 | 1 | -3/+3 |
| | |||||
* | Fix prune | Madeline | 2022-12-03 | 1 | -1/+1 |
| | |||||
* | Fix message patching sending old message rather than updated one | Madeline | 2022-10-31 | 1 | -3/+3 |
| | |||||
* | Fix user settings not saving properly and guild folders | Madeline | 2022-10-28 | 1 | -4/+5 |
| | |||||
* | lol | Madeline | 2022-10-28 | 1 | -1/+1 |
| | |||||
* | Move src-slowcord to own repo ↵ | Madeline | 2022-10-28 | 2 | -0/+59 |
| | | | | https://github.com/MaddyUnderStars/slowcord-services | ||||
* | fix bad user validation | Madeline | 2022-10-27 | 1 | -0/+1 |
| | |||||
* | Make /stop route not ugly as hell | Madeline | 2022-10-26 | 1 | -21/+5 |
| | |||||
* | Move message auto mod to the api route instead of a @beforeinsert/update method | Madeline | 2022-10-25 | 2 | -1/+13 |
| | |||||
* | Forgot some schemas + only generate schemas in util/schemas + add setup script | Madeline | 2022-10-24 | 2 | -12/+2 |
| | |||||
* | Change android and ios client downloads to use /download endpoint, update ↵ | Madeline | 2022-10-24 | 3 | -25/+47 |
| | | | | Release entity to suck less | ||||
* | remove self_edit_guilds, was dumb | Madeline | 2022-10-07 | 1 | -2/+2 |
| | |||||
* | fix self_edit_guilds right | Madeline | 2022-10-07 | 1 | -2/+2 |
| | |||||
* | Check nonce in Message send | Madeline | 2022-10-05 | 1 | -0/+13 |
| | |||||
* | Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and ↵ | Madeline | 2022-09-30 | 1 | -1/+1 |
| | | | | SELF_EDIT_GUILDS for control over guilds you own or have perms to edit | ||||
* | Fix fetching members for roles in POST message | Madeline | 2022-09-29 | 1 | -11/+16 |
| | |||||
* | Update read state on message create | Madeline | 2022-09-29 | 1 | -8/+16 |
| | |||||
* | whoops | Madeline | 2022-09-28 | 1 | -1/+1 |
| | |||||
* | Discovery splashes + fix guild icons disappearing on settings change | Madeline | 2022-09-28 | 1 | -7/+16 |
| | |||||
* | Fix user guild settings | Madeline | 2022-09-28 | 1 | -13/+7 |
| | |||||
* | Missed some schemas | Madeline | 2022-09-28 | 3 | -24/+2 |
| | |||||
* | Prettier | Madeline | 2022-09-26 | 87 | -2162/+3647 |
| | |||||
* | Move schemas to /src/util/schemas | Madeline | 2022-09-26 | 39 | -400/+34 |
| | |||||
* | Rearrange assets a bit, fix anything that uses assets folder | Madeline | 2022-09-26 | 1 | -1/+1 |
| | |||||
* | Add logout endpoint | Madeline | 2022-09-26 | 1 | -0/+16 |
| | |||||
* | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 119 | -0/+5752 |