Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing lots of openapi crap | Puyodead1 | 2023-04-13 | 56 | -208/+215 |
| | |||||
* | AAA | Puyodead1 | 2023-04-13 | 9 | -25/+44 |
| | |||||
* | gateway | Puyodead1 | 2023-04-13 | 2 | -35/+54 |
| | |||||
* | channels | Puyodead1 | 2023-04-13 | 20 | -255/+559 |
| | |||||
* | applications | Puyodead1 | 2023-04-13 | 12 | -98/+227 |
| | |||||
* | auth routes | Puyodead1 | 2023-04-13 | 22 | -46/+201 |
| | |||||
* | Fix DC client throwing on GUILD_CREATE | Madeline | 2023-04-12 | 2 | -13/+28 |
| | |||||
* | 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 | 2 | -1/+22 |
|\ | | | | | properly track reactions | ||||
| * | send public member in message_reaction_add eventt | Madeline | 2023-04-11 | 2 | -2/+20 |
| | | |||||
| * | Update reactions.ts | Rainb0w :3 | 2023-04-10 | 1 | -1/+2 |
| | | |||||
| * | properly track reactions | Rainb0w :3 | 2023-04-08 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #1026 from ochen1/patch-3 | Madeline | 2023-04-11 | 5 | -8/+149 |
|\ \ | | | | | | | Add support for Discord's new endpoints to update roles | ||||
| * | | 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 | 3 | -28/+24 |
| | | | |||||
| * | | 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. | ||||
* | | Merge pull request #1025 from ochen1/patch-2 | Madeline | 2023-04-10 | 1 | -0/+2 |
|\ \ | | | | | | | Send guild name and icon of guild through Identify gateway opcode | ||||
| * | | Send guild name and icon of guild through Identify gateway opcode | ochen1 | 2023-04-09 | 1 | -0/+2 |
| |/ | | | | | | | These properties are mandatory as per the documentation: https://discord.com/developers/docs/resources/guild#guild-object | ||||
* / | Fix obvious bugs in Member removeRole function | ochen1 | 2023-04-09 | 1 | -2/+2 |
|/ | |||||
* | License information | Madeline | 2023-04-02 | 39 | -0/+702 |
| | |||||
* | Less spammy user connection logs | Madeline | 2023-04-02 | 2 | -11/+13 |
| | |||||
* | Update connection metadata visibility | Madeline | 2023-04-02 | 2 | -1/+5 |
| | |||||
* | Merge branch 'master' into refactor/dev/connections | Madeline | 2023-04-02 | 443 | -1261/+1489 |
|\ | |||||
| * | Remove ALL fosscord mentions | Madeline | 2023-03-31 | 213 | -379/+378 |
| | | |||||
| * | Revert "Merge pull request #1008 from spacebarchat/dev/samuel" | Madeline | 2023-03-31 | 48 | -542/+135 |
| | | | | | | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88. | ||||
| * | fix: disable cache if multi threaded | Samuel | 2023-03-30 | 1 | -2/+4 |
| | | |||||
| * | Merge pull request #1008 from spacebarchat/dev/samuel | Samuel (Flam3rboy) | 2023-03-30 | 48 | -135/+540 |
| |\ | |||||
| | * | feat: add DB_LOGGING env dev/samuel | Samuel | 2023-03-18 | 1 | -1/+1 |
| | | | |||||
| | * | fix: local cache | Samuel | 2023-03-18 | 1 | -1/+4 |
| | | | |||||
| | * | build: remove sqlite3 in favor of better-sqlite3 | Samuel | 2023-03-18 | 1 | -1/+1 |
| | | | |||||
| | * | build: remove sqlite3 in favor of better-sqlite3 | Samuel | 2023-03-18 | 1 | -10/+3 |
| | | | |||||
| | * | fix: remove proxy | Samuel | 2023-03-18 | 1 | -4/+0 |
| | | | |||||
| | * | fix: use entity.save() instead of insert (needed for caching) | Samuel | 2023-03-18 | 3 | -6/+6 |
| | | | |||||
| | * | fix: missing id in select query | Samuel | 2023-03-18 | 2 | -1/+2 |
| | | | |||||
| | * | feat: Database Query Cache | Samuel | 2023-03-18 | 38 | -124/+442 |
| | | | |||||
| | * | wip: cache | Samuel | 2023-03-17 | 2 | -1/+42 |
| | | | |||||
| | * | fix: request language property | Samuel | 2023-03-17 | 1 | -5/+6 |
| | | | |||||
| | * | perf: optimize getPermission() | Samuel | 2023-03-17 | 1 | -15/+18 |
| | | | |||||
| | * | feat: better-sqlite3 support | Samuel | 2023-03-17 | 1 | -2/+17 |
| | | | |||||
| | * | perf: custom i18next middleware that only initializes when needed | Samuel | 2023-03-17 | 1 | -18/+38 |
| | | | |||||
| | * | perf: cache jwt secret as key | Samuel | 2023-03-17 | 3 | -7/+21 |
| | | | |||||
| | * | fix: types when using yarn | Samuel | 2023-03-17 | 2 | -2/+2 |
| | | | |||||
| | * | build: update dependencies | Samuel | 2023-03-17 | 1 | -1/+1 |
| | | | |||||
| * | | SPACEBAR | Madeline | 2023-03-31 | 425 | -425/+425 |
| | | | |||||
| * | | SPACEBAR | Madeline | 2023-03-31 | 425 | -413/+629 |
| | | | |||||
| * | | Merge branch 'master' of github.com:fosscord/fosscord-server | Madeline | 2023-03-24 | 1 | -1/+1 |
| |\ \ | |||||
| | * \ | Merge pull request #1012 from Puyodead1/patch/totp-user-settings | Madeline | 2023-03-22 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | | | fix totp using wrong settings key | ||||
| | | * | | fix totp using wrong settings key | Puyodead1 | 2023-03-21 | 1 | -1/+1 |
| | | |/ | |||||
| * | / | Work towards fixing openapi spec | Madeline | 2023-03-24 | 10 | -35/+35 |
| |/ / | |||||
| * | | Merge branch 'master' of github.com:fosscord/fosscord-server | Madeline | 2023-03-19 | 2 | -7/+37 |
| |\| | |||||
| * | | Add basic information page to / | Madeline | 2023-03-19 | 1 | -0/+11 |
| | | | |||||
* | | | prettier | Puyodead1 | 2023-03-18 | 5 | -51/+58 |
| | | | |||||
* | | | fix a few linting errors | Puyodead1 | 2023-03-18 | 2 | -4/+7 |
| | | | |||||
* | | | Move redirect uri generation to getRedirectUri function of Connection class. | Madeline | 2023-03-18 | 14 | -138/+40 |
| | | | | | | | | | | | | Use api_endpointPublic instead of cdn_endpointPublic | ||||
* | | | Check visibility for connected accounts in /users/:id/profile | Madeline | 2023-03-18 | 1 | -1/+3 |
| | | | |||||
* | | | Add Youtube connection | Puyodead1 | 2023-03-18 | 2 | -0/+148 |
| | | | |||||
* | | | replace node-fetch with wretch | Puyodead1 | 2023-03-18 | 10 | -549/+277 |
| | | | |||||
* | | | add Xbox connection | Puyodead1 | 2023-03-18 | 2 | -0/+229 |
| | | | |||||
* | | | add Twitter connection | Puyodead1 | 2023-03-18 | 2 | -0/+227 |
| | | | |||||
* | | | 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 | 18 | -46/+416 |
| | | | |||||
* | | | 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 | 18 | -111/+292 |
| | | | | | | | | | | | | | | | | | | | | | | | | - 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) | ||||
* | | | Don't try to upload entire config for each connection loaded | Madeline | 2023-03-18 | 1 | -1/+2 |
| | | | |||||
* | | | Switch from Github real name to username for GH connection | Madeline | 2023-03-18 | 1 | -1/+1 |
| | | | |||||
* | | | Add discriminator usernames for Discord connection | Madeline | 2023-03-18 | 1 | -1/+2 |
| | | | |||||
* | | | Delete connections | Madeline | 2023-03-18 | 1 | -1/+24 |
| | | | |||||
* | | | fix discord connection | Puyodead1 | 2023-03-18 | 1 | -16/+24 |
| | | | |||||
* | | | Add spotify connection | Puyodead1 | 2023-03-18 | 2 | -0/+153 |
| | | | |||||
* | | | Add reddit connection | Puyodead1 | 2023-03-18 | 2 | -0/+145 |
| | | | |||||
* | | | Add facebook connection | Puyodead1 | 2023-03-18 | 2 | -0/+147 |
| | | | |||||
* | | | add epic games connection | Puyodead1 | 2023-03-18 | 4 | -10/+166 |
| | | | |||||
* | | | WIP Discord connection | Madeline | 2023-03-18 | 3 | -1/+124 |
| | | | |||||
* | | | Fix ConnectionLoader from throwing when uploading default config keys | Madeline | 2023-03-18 | 1 | -10/+8 |
| | | | |||||
* | | | Follow Discord docs for `visibility` and `metadata_visibility` fields in ↵ | Madeline | 2023-03-18 | 1 | -2/+2 |
| | | | | | | | | | | | | ConnectedAccount | ||||
* | | | entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchema | Madeline | 2023-03-18 | 4 | -4/+3 |
| | | | |||||
* | | | Don't use mergeDeep | Madeline | 2023-03-18 | 1 | -6/+2 |
| | | | |||||
* | | | `handleCallback` returns connection if created for `USER_CONNECTIONS_UPDATE` | Madeline | 2023-03-18 | 4 | -25/+25 |
| | | | |||||
* | | | implement PATCH connection | Puyodead1 | 2023-03-18 | 7 | -4/+62 |
| | | | |||||
* | | | adding connection now works | Puyodead1 | 2023-03-18 | 13 | -41/+54 |
| | | | |||||
* | | | add connections | Puyodead1 | 2023-03-18 | 23 | -9/+695 |
| |/ |/| | |||||
* | | Merge pull request #997 from Puyodead1/dev/default-group-dm-avatars | Madeline | 2023-03-16 | 1 | -0/+28 |
|\ \ | | | | | | | Add default group dm icons | ||||
| * | | add default group dm avatars | Puyodead1 | 2023-03-07 | 1 | -0/+28 |
| | | | |||||
* | | | Merge pull request #996 from Puyodead1/patch/rename-default-avatars | Madeline | 2023-03-16 | 1 | -6/+6 |
|\ \ \ | |_|/ |/| | | Rename default avatar files | ||||
| * | | use real md5 hash | Puyodead1 | 2023-03-07 | 1 | -6/+6 |
| |/ | |||||
* / | Fix UserSettings relation being in `select` rather than `relations` | Madeline | 2023-03-16 | 4 | -6/+7 |
|/ | |||||
* | Remove test client and client patcher | Madeline | 2023-03-01 | 4 | -29/+0 |
| | |||||
* | Rename password_reset config to passwordReset as it messes with config key ↵ | Madeline | 2023-02-25 | 2 | -2/+2 |
| | | | | generation | ||||
* | Merge branch 'master' of github.com:fosscord/fosscord-server | Madeline | 2023-02-24 | 2 | -3/+10 |
|\ | |||||
| * | fix a few issues with emails | Puyodead1 | 2023-02-24 | 2 | -3/+10 |
| | | |||||
* | | send required_action in gateway for when email verification is required | Madeline | 2023-02-24 | 2 | -11/+6 |
|/ | |||||
* | move transporters to their own files | Puyodead1 | 2023-02-24 | 7 | -147/+165 |
| | |||||
* | simplify replacer function | Puyodead1 | 2023-02-24 | 1 | -34/+20 |
| | |||||
* | first batch of requested changes | Puyodead1 | 2023-02-24 | 3 | -49/+73 |
| | |||||
* | don't return token on register if verification required | Puyodead1 | 2023-02-24 | 1 | -0/+11 |
| | |||||
* | implement password reset | Puyodead1 | 2023-02-24 | 13 | -33/+326 |
| | |||||
* | add SendGrid transport | Puyodead1 | 2023-02-24 | 3 | -1/+56 |
| | |||||
* | don't print anything if email send is successful | Puyodead1 | 2023-02-24 | 2 | -21/+16 |
| | |||||
* | error if correspondence email is not set | Puyodead1 | 2023-02-23 | 1 | -0/+5 |
| | |||||
* | fix for when secure is set to false | Puyodead1 | 2023-02-23 | 1 | -1/+1 |
| | |||||
* | add right to resend verification emails | Puyodead1 | 2023-02-23 | 3 | -22/+27 |
| | |||||
* | fix: email verification | Puyodead1 | 2023-02-23 | 3 | -15/+42 |
| | |||||
* | fix: verification required for login not working correctly | Puyodead1 | 2023-02-23 | 1 | -0/+1 |
| | |||||
* | config: require account verification | Puyodead1 | 2023-02-23 | 3 | -6/+14 |
| | |||||
* | fix linting errors | Puyodead1 | 2023-02-23 | 4 | -64/+19 |
| | |||||
* | Add mailjet transport | Puyodead1 | 2023-02-23 | 4 | -55/+133 |
| | |||||
* | Add Mailgun transport | Puyodead1 | 2023-02-23 | 5 | -10/+121 |
| | |||||
* | rename SMTPConfigurations to EmailConfiguration | Puyodead1 | 2023-02-23 | 5 | -7/+8 |
| | |||||
* | Fix template rendering and use verify email template | Puyodead1 | 2023-02-23 | 3 | -12/+113 |
| | | | | email html is weird, some stuff isn't supported. | ||||
* | Email verification works | Puyodead1 | 2023-02-23 | 7 | -24/+130 |
| | | | | | | | | - 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 | 3 | -0/+54 |
| | |||||
* | send email verification | Puyodead1 | 2023-02-23 | 4 | -3/+97 |
| | |||||
* | Start implementing smtp | Puyodead1 | 2023-02-23 | 5 | -10/+53 |
| | |||||
* | Fix gateway encoding Date objects as {} when using erlpack. Fixes ↵ | Madeline | 2023-02-21 | 4 | -21/+41 |
| | | | | NaN/NaN/NaN timestamps in desktop client | ||||
* | Close #954 | Madeline | 2023-02-21 | 1 | -0/+19 |
| | |||||
* | Remove channel mentions from messages, in order to fix them in test client. | TheArcaneBrony | 2023-02-20 | 1 | -6/+10 |
| | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | Implement default avatars #979 | Madeline | 2023-02-18 | 1 | -0/+67 |
|\ | |||||
| * | Update default avatar colour scheme and fix ordering | Madeline | 2023-02-18 | 1 | -5/+6 |
| | | |||||
| * | add support for desktop/web | Puyodead1 | 2023-02-17 | 1 | -1/+11 |
| | | |||||
| * | async | Puyodead1 | 2023-02-17 | 1 | -6/+6 |
| | | |||||
| * | Implement default avatars | Puyodead1 | 2023-02-17 | 1 | -0/+56 |
| | | |||||
* | | Fix a bug prevent connections using erlpack (#977) | Madeline | 2023-02-16 | 1 | -1/+1 |
|/ | |||||
* | Fix being unable to unset nicknames | Madeline | 2023-02-05 | 2 | -29/+11 |
| | | | | | Remove unwanted guild profile handler in cdn Fix rights check for bio/avatars of your own user | ||||
* | Don't use relative path for db entities. Closes #937 | Madeline | 2023-02-03 | 1 | -1/+1 |
| | |||||
* | On db sync/first run, add all the current migrations to migrations table to ↵ | Madeline | 2023-02-03 | 2 | -2/+14 |
| | | | | prevent running them on restarts | ||||
* | Merge branch 'master' of github.com:fosscord/fosscord-server | Madeline | 2023-02-03 | 3 | -9/+21 |
|\ | |||||
| * | various fixes for webauthn (#973) | Puyodead1 | 2023-02-03 | 3 | -9/+21 |
| | | |||||
* | | remove MANAGE_GUILDS, EDIT_FLAGS, SELF_EDIT_FLAGS, MANAGE_GROUPS from ↵ | Madeline | 2023-02-03 | 1 | -1/+1 |
|/ | | | | default rights | ||||
* | run add:license | Madeline | 2023-02-03 | 5 | -0/+90 |
| | |||||
* | Don't allow message types to be edited | Madeline | 2023-02-03 | 3 | -6/+25 |
| | |||||
* | 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 | 4 | -18/+15 |
| | |||||
* | 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 | 2 | -1/+11 |
| | | | | | * Actually use maxUsername config value. * Change maxUsername default to discord.com default | ||||
* | Use erlpack instead of @yukikaze-bot/erlpack (#968) | Madeline | 2023-02-01 | 6 | -31/+38 |
| | |||||
* | Rename postgresql to postgres -> fix silently failing migrations | TheArcaneBrony | 2023-01-31 | 3 | -2/+4 |
| | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | Hotfix postgres connection string to not silently fail migrations | TheArcaneBrony | 2023-01-31 | 1 | -1/+1 |
| | |||||
* | Fix missing capitalisation in database connected log | TheArcaneBrony | 2023-01-31 | 1 | -1/+1 |
| | |||||
* | Add a tiny bit of extra logging to database connection | TheArcaneBrony | 2023-01-31 | 1 | -4/+3 |
| | |||||
* | Fix missing props in welcome message creation, which causes every client who ↵ | Madeline | 2023-02-01 | 1 | -1/+5 |
| | | | | received the welcome message to disconnect. | ||||
* | check pw and other auth before letting users undisable | Madeline | 2023-01-31 | 1 | -19/+19 |
| | |||||
* | subscribe clients to member events when they lazy request members | Madeline | 2023-01-30 | 1 | -8/+23 |
| | |||||
* | question mark. | Madeline | 2023-01-30 | 1 | -1/+1 |
| | |||||
* | Impl member lazy request (#970) | Madeline | 2023-01-30 | 2 | -21/+63 |
| | |||||
* | read-states/ack-bulk (#969) | Madeline | 2023-01-30 | 3 | -0/+65 |
| | |||||
* | Implement WebAuthn (#967) | Puyodead1 | 2023-01-30 | 16 | -47/+675 |
| | | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | ||||
* | Merge branch 'master' of github.com:fosscord/fosscord-server | Madeline | 2023-01-26 | 8 | -9/+9 |
|\ | |||||
| * | also don't use 3002 as default when gateway endpoints are null | Madeline | 2023-01-26 | 3 | -3/+3 |
| | | |||||
| * | Use localhost:3001 as fallback when cdn endpoints are null rather than 3003 | Madeline | 2023-01-26 | 5 | -6/+6 |
| | | |||||
* | | Fix SIGTERM handler not disconnecting gateway clients and leaving timeouts ↵ | Madeline | 2023-01-26 | 2 | -2/+9 |
|/ | | | | active | ||||
* | Don't set default cdn endpoints. Null endpoints means to not update them in ↵ | Madeline | 2023-01-26 | 1 | -2/+2 |
| | | | | GLOBAL_ENV. TODO: Don't use private endpoint locations in global env if public is not set, as this limits infra config | ||||
* | Refactor config utils (#963) | Madeline | 2023-01-24 | 1 | -43/+38 |
| | |||||
* | Add ESLint (#941) | Madeline | 2023-01-20 | 149 | -661/+706 |
| | | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint | ||||
* | fix: route file regex (#956) | Puyodead1 | 2023-01-20 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 | 2 | -1/+4 |
|\ | | | | | Merge /dev/endpoints-in-ping to master | ||||
| * | Merge pull request #934 from fosscord/master | Madeline | 2023-01-16 | 2 | -5/+15 |
| |\ | | | | | | | Merge master into dev/endpoints-in-ping | ||||
| * | | 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 | 2 | -1/+8 |
| | | | | | | | | | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | | | Merge branch 'master' of github.com:fosscord/fosscord-server | Madeline | 2023-01-18 | 1 | -1/+3 |
|\ \ \ | |||||
| * | | | Add youtu.be embed handler (#945) | Chris Chrome | 2023-01-18 | 1 | -1/+3 |
| | | | | |||||
* | | | | Don't fetch the emoji owner in identify, as this causes mass-disconnects ↵ | Madeline | 2023-01-18 | 1 | -1/+0 |
|/ / / | | | | | | | | | | | | | | | | with large emoji counts. TODO: Remove some additional emoji props from being sent (user_id for example) | ||||
* | | | Script to add license preamble to each file. Also, does that. (#935) | Madeline | 2023-01-18 | 395 | -3/+7044 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | send GUILD_CREATE after READY event (#938) | V3L0C1T13S | 2023-01-17 | 1 | -9/+13 |
| | | | | | | | | | | | | | | | * Fix lazy guilds being sent before READY event * Make casing consistent | ||||
* | | | Fix deleting an application if it has a bot | Madeline | 2023-01-17 | 2 | -4/+2 |
| |/ |/| | |||||
* | | Return embed proxy url even if imagor not set up. Also make warning nicer | Madeline | 2023-01-16 | 1 | -5/+14 |
| | | |||||
* | | Update dead lines | Madeline | 2023-01-16 | 1 | -1/+1 |
| | | |||||
* | | Add an error log if embed handler fails, in addition to the existing sentry log | Madeline | 2023-01-15 | 1 | -0/+1 |
|/ | |||||
* | Add /users/:id/delete (#926) | Erkin Alp Güney | 2023-01-14 | 4 | -0/+53 |
| | |||||
* | Fix guild delete failing when template exists | Madeline | 2023-01-13 | 4 | -1/+70 |
| | |||||
* | Fix dumping incoming messages | Madeline | 2023-01-13 | 1 | -2/+2 |
| | |||||
* | Fix setting user premium_type/etc (non-nullable) to null in db when null in ↵ | Madeline | 2023-01-13 | 1 | -3/+3 |
| | | | | config | ||||
* | Dont send sessions replace or presence update for unidentified users | Madeline | 2023-01-13 | 1 | -0/+3 |
| | |||||
* | Dev/post refactor fixes (#927) | TheArcaneBrony | 2023-01-12 | 7 | -9/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Re-introduce outgoing message logging Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Websocket dumping * Sentry user count on API * Generate session ID upon opening websocket, fix gateway dumps * Async file io in src/gateway/events/Message.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Async file io in src/util/util/Config.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Make pre-commit hook executable Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Fixed sync file io in src/util/util/Config.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Fixed missing await call in src/util/util/AutoUpdate.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Add comment to src/gateway/events/Connection.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Clean up gateway dumping code Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | ||||
* | Temp fix for DMs | Madeline | 2023-01-12 | 1 | -4/+5 |
| | |||||
* | fix rights lol | Madeline | 2023-01-11 | 1 | -1/+2 |
| | |||||
* | If defaults_user_premium is false, don't give a user `premium_since: new Date` | Madeline | 2023-01-11 | 1 | -9/+8 |
| | |||||
* | https://discord.com/channels/806142446094385153/898197424340860928/106240434 ↵ | Madeline | 2023-01-11 | 1 | -1/+1 |
| | | | | 0427534446 | ||||
* | Add sentry close to sigterm handler | Madeline | 2023-01-10 | 2 | -0/+5 |
| | |||||
* | Add back include_url param to reg tokens | Madeline | 2023-01-10 | 1 | -3/+11 |
| | |||||
* | Move sentry init to util. use sentry in each module, not just bundle | Madeline | 2023-01-10 | 7 | -80/+125 |
| | |||||
* | Add error handler for individual gateway sockets | Madeline | 2023-01-10 | 1 | -0/+3 |
| | |||||
* | Don't send private user data in ready event | Madeline | 2023-01-05 | 1 | -3/+4 |
| | |||||
* | Prettier | Madeline | 2023-01-05 | 115 | -901/+1255 |
| | |||||
* | Add migrations (#923) | Madeline | 2023-01-05 | 5 | -59/+71 |
| | | | | * Fix typeorm migration cli and server migrations. * Add `migrate-from-staging` script | ||||
* | Merge pull request #922 from MaddyUnderStars/maddy/bodyParserPatch | Madeline | 2023-01-02 | 7 | -5/+39 |
|\ | | | | | Patch body-parser to use json-bigint, like gateway | ||||
| * | Profile themes and pronouns | Madeline | 2022-12-31 | 7 | -5/+39 |
| | | |||||
* | | Use adjusted email in /auth/login | Madeline | 2023-01-02 | 1 | -1/+1 |
| | | |||||
* | | Only send public user details in GUILD_MEMBER_LIST_UPDATE | 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 |
|/ | |||||
* | Allow Bearer tokens through, like Bot | Madeline | 2022-12-31 | 1 | -0/+1 |
| | |||||
* | Add WS_LOGEVENTS and WS_VERBOSE env vars | Madeline | 2022-12-31 | 2 | -1/+17 |
| | |||||
* | Fix new roles having duplicate positions | Madeline | 2022-12-30 | 2 | -6/+13 |
| | |||||
* | Move datasource to own file for typeorm cli | Madeline | 2022-12-27 | 2 | -32/+46 |
| | |||||
* | OAuth2 authorize bot flow | Madeline | 2022-12-24 | 3 | -1/+155 |
| | |||||
* | Fix creating bot accounts | Madeline | 2022-12-24 | 2 | -5/+16 |
| | |||||
* | Use config for some default guild properties | Madeline | 2022-12-24 | 2 | -30/+27 |
| | |||||
* | Rename limits_rate_disabled -> limits_rate_enabled and remove ↵ | Madeline | 2022-12-22 | 3 | -4/+3 |
| | | | | limits_guilds_hideOfflineMember | ||||
* | Allow BitField's to be passed as number strings. Pretty sure it fixes #722 | Madeline | 2022-12-22 | 1 | -2/+11 |
| | |||||
* | Fix redirect when test client disabled | Madeline | 2022-12-22 | 1 | -1/+0 |
| | |||||
* | Disable test client by default | Madeline | 2022-12-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'maddy/refactor' of github.com:fosscord/fosscord-server into ↵ | Madeline | 2022-12-21 | 6 | -11/+176 |
|\ | | | | | | | maddy/refactor | ||||
| * | Client: update to canary 165341 | Puyodead1 | 2022-12-20 | 6 | -11/+176 |
| | | |||||
* | | Set default cdn endpoints so that local testing works | Madeline | 2022-12-21 | 2 | -1/+4 |
|/ | |||||
* | Fix the roles bug | Madeline | 2022-12-21 | 1 | -5/+8 |
| | |||||
* | Fix guild features being undefined if not using defaultFeatures | Madeline | 2022-12-21 | 1 | -1/+1 |
| | |||||
* | Set default threads to 1. Multiple threads is broken without Rabbitmq | Madeline | 2022-12-20 | 1 | -7/+1 |
| | |||||
* | Reg tokens bypass other restrictions | Madeline | 2022-12-19 | 1 | -21/+22 |
| | |||||
* | Message rate limiting | TheArcaneBrony | 2022-12-19 | 2 | -2/+23 |
| | |||||
* | Registration tokens | Madeline | 2022-12-19 | 6 | -12/+77 |
| | |||||
* | Add register ratelimit | TheArcaneBrony | 2022-12-19 | 4 | -3/+29 |
| | |||||
* | comments | Madeline | 2022-12-19 | 2 | -0/+2 |
| | |||||
* | flags related rights and stats api | Erkin Alp Güney | 2022-12-19 | 3 | -0/+27 |
| | |||||
* | fix user profile not displaying correctly | Puyodead1 | 2022-12-19 | 1 | -2/+9 |
| | |||||
* | Fix config loading | Madeline | 2022-12-19 | 1 | -1/+5 |
| | |||||
* | implement guild profiles and fix user profiles | Puyodead1 | 2022-12-19 | 10 | -80/+258 |
| | |||||
* | Configurable MFA backup token length | TheArcaneBrony | 2022-12-19 | 1 | -0/+1 |
| | |||||
* | case insensitive header for rate limits, fix rate limit default settings | TheArcaneBrony | 2022-12-19 | 2 | -30/+30 |
| | | | | Also disabled rate limit bypass right as it doesn't work... | ||||
* | Replace deprecated property | TheArcaneBrony | 2022-12-19 | 2 | -2/+2 |
| | |||||
* | Create webhooks | Madeline | 2022-12-19 | 5 | -5/+34 |
| | |||||
* | Don't override existing config values | Madeline | 2022-12-19 | 1 | -1/+3 |
| | |||||
* | Move UserSettings to own entity | TheArcaneBrony | 2022-12-19 | 10 | -145/+192 |
| | |||||
* | Add additional config | Madeline | 2022-12-19 | 15 | -24/+53 |
| | |||||
* | Make ConfigValue a directory, move defaults to those classes instead of a ↵ | TheArcaneBrony | 2022-12-19 | 52 | -424/+356 |
| | | | | separate object | ||||
* | removed char joiners as they are actually useful, added page break | Erkin Alp Güney | 2022-12-19 | 1 | -3/+4 |
| | |||||
* | make it configurable by guild feature flag | Erkin Alp Güney | 2022-12-19 | 1 | -5/+5 |
| | |||||
* | Make fosscord read config from json if CONFIG_PATH is set | TheArcaneBrony | 2022-12-19 | 1 | -8/+14 |
| | |||||
* | Do the funny thing (make user->invite cascade delet) | TheArcaneBrony | 2022-12-18 | 1 | -1/+3 |
| | |||||
* | Made nitro stuff make some sense | ChrisChrome | 2022-12-18 | 1 | -1/+0 |
| | |||||
* | Invalidate tokens on password change | ChrisChrome | 2022-12-18 | 1 | -2/+10 |
| | |||||
* | Make teams nullable | TheArcaneBrony | 2022-12-18 | 2 | -1/+1 |
| | |||||
* | Refactor applications | Madeline | 2022-12-18 | 9 | -85/+132 |
| | |||||
* | 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 | 8 | -41/+230 |
| | | | | | | > > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com> |