Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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> | ||||
* | 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 |
| | |||||
* | Move to migrations. Use `npm run generate:db` for first database generation. | Madeline | 2022-12-18 | 3 | -8/+2 |
| | |||||
* | fix: not being able to enable community | Puyodead1 | 2022-12-18 | 1 | -1/+2 |
| | |||||
* | Add comment for 123 magic number | Madeline | 2022-12-17 | 1 | -1/+1 |
| | |||||
* | Remove discord login config | Madeline | 2022-12-17 | 1 | -10/+0 |
| | |||||
* | Remove /policies/instance/stats | Madeline | 2022-12-17 | 1 | -21/+0 |
| | |||||
* | Remove Discord oauth login support | Madeline | 2022-12-17 | 3 | -123/+1 |
| | |||||
* | Remove fluent-ffmpeg dep. TODO: Merge puyo's PR | Madeline | 2022-12-17 | 2 | -42/+2 |
| | |||||
* | Remove unneeded comments | Madeline | 2022-12-17 | 1 | -2/+2 |
| | |||||
* | Remove IP logging from gateway | Madeline | 2022-12-17 | 2 | -4/+4 |
| | |||||
* | comments and such | Madeline | 2022-12-17 | 2 | -47/+9 |
| | |||||
* | user validation stuff | Madeline | 2022-12-17 | 2 | -12/+5 |
| | |||||
* | Remove `sharp` dep | Madeline | 2022-12-17 | 2 | -106/+4 |
| | |||||
* | Remove bad banned words implementation | Madeline | 2022-12-17 | 9 | -60/+5 |
| | |||||
* | Remove /api/-/monitorz | Madeline | 2022-12-17 | 1 | -22/+0 |
| | |||||
* | Premium tier 0 SKU from staging | Madeline | 2022-12-17 | 4 | -80/+207 |
| | |||||
* | Remove Slowcord demo user restrictions | Madeline | 2022-12-17 | 2 | -6/+0 |
| | |||||
* | Remove use of `PRODUCTION` env var | Madeline | 2022-12-17 | 1 | -4/+1 |
| | |||||
* | murder migrations | Madeline | 2022-12-17 | 9 | -317/+0 |
| | |||||
* | Only allow specific server features to be edited | Madeline | 2022-12-05 | 2 | -0/+27 |
| | |||||
* | 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 |
| | |||||
* | Await some rabbitmq methods, don't reset some config values on start | Madeline | 2022-11-06 | 2 | -37/+37 |
| | |||||
* | Fix 404 handler | Madeline | 2022-11-05 | 1 | -3/+4 |
| | |||||
* | Rewrite gateway message decoding | Madeline | 2022-10-31 | 1 | -11/+15 |
| | |||||
* | Fix message patching sending old message rather than updated one | Madeline | 2022-10-31 | 1 | -3/+3 |
| | |||||
* | Allow running api, cdn, gateway separately | Madeline | 2022-10-31 | 4 | -14/+16 |
| | |||||
* | Add `private_channels_version` to `client_state` in identity. also set ↵ | Madeline | 2022-10-31 | 3 | -2/+13 |
| | | | | sentry user in gateway | ||||
* | Sentry stuff? | Madeline | 2022-10-30 | 2 | -5/+12 |
| | |||||
* | various typos | Madeline | 2022-10-28 | 1 | -1/+1 |
| | |||||
* | Fix user settings not saving properly and guild folders | Madeline | 2022-10-28 | 4 | -9/+11 |
| | |||||
* | lol | Madeline | 2022-10-28 | 1 | -1/+1 |
| | |||||
* | Move src-slowcord to own repo ↵ | Madeline | 2022-10-28 | 7 | -23/+185 |
| | | | | https://github.com/MaddyUnderStars/slowcord-services | ||||
* | fix bad user validation | Madeline | 2022-10-27 | 2 | -8/+10 |
| | |||||
* | Make /stop route not ugly as hell | Madeline | 2022-10-26 | 2 | -27/+8 |
| | |||||
* | Fix typo in user validation | Madeline | 2022-10-26 | 1 | -3/+3 |
| | |||||
* | handle a specific case with rtl character | Madeline | 2022-10-25 | 1 | -1/+4 |
| | |||||
* | Remove whitespace characters in banned words detection | Madeline | 2022-10-25 | 1 | -0/+2 |
| | |||||
* | Fix BannedWords breaking because windows line endings | Madeline | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | Fix fix for twitter embeds from yesterday | Madeline | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | Move message auto mod to the api route instead of a @beforeinsert/update method | Madeline | 2022-10-25 | 4 | -17/+17 |
| | |||||
* | Fix tweets with only video breaking embeds | Madeline | 2022-10-24 | 1 | -8/+8 |
| | |||||
* | Forgot some schemas + only generate schemas in util/schemas + add setup script | Madeline | 2022-10-24 | 5 | -13/+15 |
| | |||||
* | Handle fetch errors in cdn external endpoint | Madeline | 2022-10-24 | 1 | -0/+3 |
| | |||||
* | Change android and ios client downloads to use /download endpoint, update ↵ | Madeline | 2022-10-24 | 5 | -32/+51 |
| | | | | Release entity to suck less | ||||
* | remove self_edit_guilds, was dumb | Madeline | 2022-10-07 | 3 | -4/+3 |
| | |||||
* | fix self_edit_guilds right | Madeline | 2022-10-07 | 1 | -2/+2 |
| | |||||
* | embed fail | Madeline | 2022-10-05 | 1 | -2/+2 |
| | |||||
* | Check nonce in Message send | Madeline | 2022-10-05 | 1 | -0/+13 |
| | |||||
* | Video attachment support! | Madeline | 2022-10-04 | 2 | -4/+42 |
| | |||||
* | capture exception in sentry for embed processing | Madeline | 2022-10-04 | 2 | -1/+7 |
| | |||||
* | Embed cache | Madeline | 2022-10-03 | 3 | -7/+37 |
| | |||||
* | Twitter embeds | Madeline | 2022-10-03 | 3 | -11/+102 |
| | |||||
* | Make imagor optional | Madeline | 2022-10-02 | 2 | -12/+17 |
| | |||||
* | Use imagor for image resizing | Madeline | 2022-10-02 | 2 | -3/+17 |
| | |||||
* | More embed improvements | Madeline | 2022-10-02 | 1 | -50/+74 |
| | |||||
* | Slightly better embeds | Madeline | 2022-10-01 | 2 | -27/+159 |
| | |||||
* | Better embed handling | Madeline | 2022-10-01 | 3 | -128/+156 |
| | |||||
* | Make `afk` optional in ActivitySchema | Madeline | 2022-10-01 | 1 | -2/+2 |
| | |||||
* | Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and ↵ | Madeline | 2022-09-30 | 2 | -2/+3 |
| | | | | 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 | 2 | -16/+21 |
| | |||||
* | Prevent URL embedding and mentions when in codeblock | Madeline | 2022-09-29 | 1 | -3/+3 |
| | |||||
* | Update read state on message create | Madeline | 2022-09-29 | 1 | -8/+16 |
| | |||||
* | Fix client crash on GUILD_CREATE | Madeline | 2022-09-28 | 2 | -0/+2 |
| | |||||
* | Remove user settings from GUILD_MEMBER_LIST_UPDATE response | Madeline | 2022-09-28 | 1 | -1/+1 |
| | |||||
* | whoops | Madeline | 2022-09-28 | 1 | -1/+1 |
| | |||||
* | Discovery splashes + fix guild icons disappearing on settings change | Madeline | 2022-09-28 | 3 | -7/+20 |
| | |||||
* | Fix user guild settings | Madeline | 2022-09-28 | 1 | -13/+7 |
| | |||||
* | Missed some schemas | Madeline | 2022-09-28 | 10 | -38/+54 |
| | |||||
* | Use PrimaryIdColumn instead of PrimaryColumn in Invite and Category | Madeline | 2022-09-28 | 2 | -6/+5 |
| | |||||
* | Generate IDs for entities by default | Madeline | 2022-09-28 | 1 | -1/+2 |
| | |||||
* | Fix user validator preventing update | Madeline | 2022-09-27 | 1 | -40/+51 |
| |