Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1008 from spacebarchat/dev/samuel | Samuel (Flam3rboy) | 2023-03-30 | 51 | -2607/+3588 |
|\ | |||||
| * | 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 | 3 | -40/+121 |
| | | |||||
| * | 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 |
| | | |||||
| * | fix: package-lock.json | Samuel | 2023-03-17 | 1 | -35/+617 |
| | | |||||
| * | 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 | 2 | -2/+18 |
| | | |||||
| * | perf: custom i18next middleware that only initializes when needed | Samuel | 2023-03-17 | 2 | -19/+38 |
| | | |||||
| * | perf: cache jwt secret as key | Samuel | 2023-03-17 | 3 | -7/+21 |
| | | |||||
| * | fix: types when using yarn | Samuel | 2023-03-17 | 3 | -2/+6 |
| | | |||||
| * | build: update dependencies | Samuel | 2023-03-17 | 3 | -2428/+2330 |
| | | |||||
* | | SPACEBAR | Madeline | 2023-03-31 | 444 | -444/+444 |
| | | |||||
* | | SPACEBAR | Madeline | 2023-03-31 | 428 | -427/+643 |
| | | |||||
* | | SPACEBAR | Madeline | 2023-03-31 | 1 | -1/+1 |
| | | |||||
* | | SPACEBAR | Madeline | 2023-03-31 | 18 | -18/+18 |
| | | |||||
* | | Ajv and openapi spec use different versions of typescript json schema?????? | Madeline | 2023-03-25 | 4 | -38/+74 |
| | | |||||
* | | 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 | 14 | -261/+8029 |
|/ / | |||||
* | | Merge branch 'master' of github.com:fosscord/fosscord-server | Madeline | 2023-03-19 | 19 | -30/+46 |
|\| | |||||
| * | Merge pull request #1005 from Xanderplayz18/patch-1 | Samuel (Flam3rboy) | 2023-03-17 | 1 | -15/+0 |
| |\ | | | | | | | Grammar fix in env-vars.md | ||||
| | * | Delete env-vars.md | Samuel (Flam3rboy) | 2023-03-17 | 1 | -15/+0 |
| | | | |||||
| | * | Fix grammar | Xanderplayz18 | 2023-03-16 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1002 from fosscord/dependabot/npm_and_yarn/sqlite3-5.1.5 | Samuel (Flam3rboy) | 2023-03-17 | 2 | -8/+9 |
| |\ \ | | |/ | |/| | Bump sqlite3 from 5.1.4 to 5.1.5 | ||||
| | * | Bump sqlite3 from 5.1.4 to 5.1.5 | dependabot[bot] | 2023-03-13 | 2 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.1.4 to 5.1.5. - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.1.4...v5.1.5) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | | Merge pull request #997 from Puyodead1/dev/default-group-dm-avatars | Madeline | 2023-03-16 | 9 | -0/+28 |
| |\ \ | | | | | | | | | Add default group dm icons | ||||
| | * | | add default group dm avatars | Puyodead1 | 2023-03-07 | 9 | -0/+28 |
| | |/ | |||||
| * | | Merge pull request #996 from Puyodead1/patch/rename-default-avatars | Madeline | 2023-03-16 | 7 | -6/+6 |
| |\ \ | | | | | | | | | Rename default avatar files | ||||
| | * | | use real md5 hash | Puyodead1 | 2023-03-07 | 7 | -6/+6 |
| | |/ | |||||
* | / | Add basic information page to / | Madeline | 2023-03-19 | 2 | -0/+75 |
|/ / | |||||
* / | Fix UserSettings relation being in `select` rather than `relations` | Madeline | 2023-03-16 | 4 | -6/+7 |
|/ | |||||
* | Remove client_test folder | Madeline | 2023-03-02 | 3 | -239/+0 |
| | |||||
* | Remove Discord widget banners | Madeline | 2023-03-02 | 5 | -0/+0 |
| | |||||
* | Remove test client and client patcher | Madeline | 2023-03-01 | 6 | -294/+1 |
| | |||||
* | Generate openapi | Madeline | 2023-02-26 | 1 | -5/+254 |
| | |||||
* | 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 |
|\ | |||||
| * | Merge pull request #985 from Puyodead1/fix/email | Madeline | 2023-02-24 | 2 | -3/+10 |
| |\ | | | | | | | fix a few issues with emails | ||||
| | * | 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 |
|/ | |||||
* | Merge pull request #984 from ↵ | Madeline | 2023-02-24 | 1 | -34/+85 |
|\ | | | | | | | | | fosscord/dependabot/npm_and_yarn/http-cache-semantics-4.1.1 Bump http-cache-semantics from 4.1.0 to 4.1.1 | ||||
| * | Bump http-cache-semantics from 4.1.0 to 4.1.1 | dependabot[bot] | 2023-02-24 | 1 | -34/+85 |
|/ | | | | | | | | | | | | | Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Merge pull request #965 from Puyodead1/dev/mail | Madeline | 2023-02-24 | 45 | -288/+10049 |
|\ | | | | | Email Support | ||||
| * | 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 | 18 | -714/+2198 |
| | | |||||
| * | add SendGrid transport | Puyodead1 | 2023-02-24 | 5 | -3/+180 |
| | | |||||
| * | don't print anything if email send is successful | Puyodead1 | 2023-02-24 | 2 | -21/+16 |
| | | |||||
| * | use a fixed mailjet transport | Puyodead1 | 2023-02-24 | 2 | -90/+37 |
| | | |||||
| * | 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 |
| | | |||||
| * | Update package-lock.json | Puyodead1 | 2023-02-23 | 1 | -61/+6085 |
| | | |||||
| * | Add mailjet transport | Puyodead1 | 2023-02-23 | 6 | -56/+402 |
| | | |||||
| * | Add Mailgun transport | Puyodead1 | 2023-02-23 | 7 | -11/+207 |
| | | |||||
| * | rename SMTPConfigurations to EmailConfiguration | Puyodead1 | 2023-02-23 | 5 | -7/+8 |
| | | |||||
| * | Fix template rendering and use verify email template | Puyodead1 | 2023-02-23 | 8 | -321/+419 |
| | | | | | | | | email html is weird, some stuff isn't supported. | ||||
| * | Add other email templates | Puyodead1 | 2023-02-23 | 5 | -1/+359 |
| | | |||||
| * | Update schemas.json | Puyodead1 | 2023-02-23 | 1 | -1/+28 |
| | | |||||
| * | update verify email template to add target | Puyodead1 | 2023-02-23 | 1 | -3/+9 |
| | | |||||
| * | Add an email template for email verification | Puyodead1 | 2023-02-23 | 1 | -0/+89 |
| | | |||||
| * | Update package-lock.json | Puyodead1 | 2023-02-23 | 1 | -0/+19 |
| | | |||||
| * | change verify.html title | Puyodead1 | 2023-02-23 | 1 | -1/+1 |
| | | |||||
| * | 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 different app for /verify | Madeline | 2023-02-23 | 1 | -0/+58 |
| | | |||||
| * | send email verification | Puyodead1 | 2023-02-23 | 5 | -3/+694 |
| | | |||||
| * | Start implementing smtp | Puyodead1 | 2023-02-23 | 6 | -10/+55 |
|/ | |||||
* | 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 |
| | |||||
* | Fix channel mentions #981 | Madeline | 2023-02-20 | 1 | -6/+10 |
|\ | |||||
| * | 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 | 8 | -1/+67 |
|\ | |||||
| * | Update default avatar colour scheme and fix ordering | Madeline | 2023-02-18 | 7 | -5/+6 |
| | | |||||
| * | add support for desktop/web | Puyodead1 | 2023-02-17 | 7 | -2/+11 |
| | | |||||
| * | async | Puyodead1 | 2023-02-17 | 1 | -6/+6 |
| | | |||||
| * | Implement default avatars | Puyodead1 | 2023-02-17 | 6 | -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 | 3 | -36/+18 |
| | | | | | 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 | 2 | -1/+5 |
|/ | | | | default rights | ||||
* | run add:license | Madeline | 2023-02-03 | 5 | -0/+90 |
| | |||||
* | Don't allow message types to be edited | Madeline | 2023-02-03 | 4 | -6/+723 |
| | |||||
* | 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 | 5 | -22/+20 |
| | |||||
* | 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 | 8 | -49/+80 |
| | |||||
* | use print instead of console.log in client cache so it doesn't output weirdness | Madeline | 2023-02-01 | 1 | -1/+1 |
| | |||||
* | 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 | 5 | -0/+209 |
| | |||||
* | Implement WebAuthn (#967) | Puyodead1 | 2023-01-30 | 20 | -7066/+10028 |
| | | | | | | | | | * 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 | ||||
* | Don't try to cache files like /assets/;var u,p={26700:0};l.f | Madeline | 2023-01-24 | 1 | -4/+9 |
| | |||||
* | Update client cacher to allow numbers in extensions ( for woff2 ) | Madeline | 2023-01-24 | 1 | -1/+3 |
| | |||||
* | Update lintstagedrc to run on js files as well | Madeline | 2023-01-24 | 1 | -1/+1 |
| | |||||
* | Refactor config utils (#963) | Madeline | 2023-01-24 | 1 | -43/+38 |
| | |||||
* | Rewrite client cacher (#962) | Madeline | 2023-01-22 | 2 | -136/+48 |
| | |||||
* | Add ESLint (#941) | Madeline | 2023-01-20 | 157 | -667/+1904 |
| | | | | | | | * 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 |
| | |||||
* | Merge pull request #955 from fosscord/dev/fix-bans | Chris Chrome | 2023-01-18 | 1 | -0/+1 |
|\ | | | | | Fix banning users from the client | ||||
| * | 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 | 4 | -20/+34 |
| |\ | | | | | | | 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> | ||||
* | | | `npm run generate:client` downloads more assets now (Thanks Rory!). Also ↵ | Madeline | 2023-01-18 | 2 | -15/+35 |
| | | | | | | | | | | | | `ONLY_CACHE_JS` env var (#948) | ||||
* | | | 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 | 418 | -33/+8090 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -5/+3 |
| | | |||||
* | | Merge branch 'master' of github.com:fosscord/fosscord-server | Madeline | 2023-01-15 | 1 | -0/+1 |
|\ \ | |||||
| * | | Add an error log if embed handler fails, in addition to the existing sentry log | Madeline | 2023-01-15 | 1 | -0/+1 |
| |/ | |||||
* / | Window name patch + fix overlapping text in client patcher | Madeline | 2023-01-15 | 1 | -11/+17 |
|/ | |||||
* | Update openapi | Madeline | 2023-01-14 | 1 | -0/+37 |
| | |||||
* | Add /users/:id/delete (#926) | Erkin Alp Güney | 2023-01-14 | 4 | -0/+53 |
| | |||||
* | Merge pull request #929 from fosscord/dev/fix-client-script | Madeline | 2023-01-13 | 1 | -14/+9 |
|\ | | | | | Fix console fuckery to allow running in a headless terminal, and to fix flickering of output. | ||||
| * | Fix missed moveCursor call | TheArcaneBrony | 2023-01-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
| * | Fix console fuckery to allow running in a headless terminal, and to fix ↵ | TheArcaneBrony | 2023-01-13 | 1 | -13/+8 |
|/ | | | | | | flickering of output. Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | Merge pull request #928 from fosscord/fix/guildtemplates | Madeline | 2023-01-13 | 4 | -1/+70 |
|\ | | | | | Fix guild delete failing when template exists | ||||
| * | 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 | 9 | -9/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 |
| | |||||
* | add back openapi generation. todo: find way to keep route text descriptions ↵ | Madeline | 2023-01-06 | 4 | -5999/+7050 |
| | | | | in code, and find way to get usages of right/permission .hasThrow | ||||
* | Don't allow BaseClass props through schema | Madeline | 2023-01-06 | 2 | -38/+18 |
| | |||||
* | Prettier precommit hook | Madeline | 2023-01-05 | 3 | -2/+372 |
| | |||||
* | Don't send private user data in ready event | Madeline | 2023-01-05 | 1 | -3/+4 |
| | |||||
* | migration stuff again | Madeline | 2023-01-05 | 1 | -1/+13 |
| | |||||
* | Prettier | Madeline | 2023-01-05 | 124 | -1729/+3671 |
| | |||||
* | channel flags whoops | Madeline | 2023-01-05 | 1 | -0/+2 |
| | |||||
* | Add migrations (#923) | Madeline | 2023-01-05 | 10 | -60/+893 |
| | | | | * Fix typeorm migration cli and server migrations. * Add `migrate-from-staging` script | ||||
* | Merge pull request #922 from MaddyUnderStars/maddy/bodyParserPatch | Madeline | 2023-01-02 | 11 | -50/+146 |
|\ | | | | | Patch body-parser to use json-bigint, like gateway | ||||
| * | Profile themes and pronouns | Madeline | 2022-12-31 | 8 | -5/+71 |
| | | |||||
| * | Merge branch 'maddy/refactor' into maddy/bodyParserPatch | Madeline | 2022-12-31 | 4 | -3/+20 |
| |\ | |||||
| * | | Patch body-parser to use json-bigint | Madeline | 2022-12-30 | 3 | -45/+75 |
| | | | |||||
* | | | 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 |
| | | |||||
* | | Update build workflow to use v3 checkout and setup-node | Madeline | 2022-12-30 | 1 | -2/+2 |
|/ | |||||
* | Fix new roles having duplicate positions | Madeline | 2022-12-30 | 2 | -6/+13 |
| | |||||
* | Fix `npm ci`!!! | Madeline | 2022-12-27 | 2 | -10/+112 |
| | |||||
* | Update build workflow to use node 18, update lock file to v3 | Madeline | 2022-12-27 | 3 | -4480/+2 |
| | |||||
* | Move datasource to own file for typeorm cli | Madeline | 2022-12-27 | 3 | -33/+48 |
| | |||||
* | Add GH workflow for build | Madeline | 2022-12-27 | 2 | -215/+253 |
| | |||||
* | OAuth2 authorize bot flow | Madeline | 2022-12-24 | 5 | -1/+744 |
| | |||||
* | Fix creating bot accounts | Madeline | 2022-12-24 | 2 | -5/+16 |
| | |||||
* | Merge branch 'maddy/refactor' of github.com:fosscord/fosscord-server into ↵ | Madeline | 2022-12-24 | 1 | -3/+3 |
|\ | | | | | | | maddy/refactor | ||||
| * | Merge pull request #921 from Puyodead1/refactor/patch/developer-portal | Madeline | 2022-12-23 | 1 | -3/+3 |
| |\ | | | | | | | [Refactor] Fix developer portal style | ||||
| | * | fix developer portal | Puyodead1 | 2022-12-22 | 1 | -3/+3 |
| |/ | | | | | | | | | - Fixes styling issues - Changes the name to use fosscord | ||||
* / | 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 |
| | |||||
* | Merge pull request #918 from Puyodead1/refactor/patch/disable-qr-login | Madeline | 2022-12-22 | 1 | -0/+3 |
|\ | | | | | [Refactor] Disable QR Login in Test client | ||||
| * | Update patcher to disable qr login | Puyodead1 | 2022-12-22 | 1 | -0/+3 |
|/ | |||||
* | Fix sync script not closing for some dbms | Madeline | 2022-12-22 | 2 | -1/+2 |
| | |||||
* | 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 | 12 | -45/+214 |
|\ | | | | | | | maddy/refactor | ||||
| * | Merge pull request #917 from Puyodead1/refactor/client/165341 | Madeline | 2022-12-21 | 12 | -45/+214 |
| |\ | | | | | | | [Refactor] Update Test Client | ||||
| | * | Fix logo patch and update changelog generator | Madeline | 2022-12-21 | 3 | -3889/+5 |
| | | | |||||
| | * | Update client script js hashes | Puyodead1 | 2022-12-20 | 1 | -4/+4 |
| | | | |||||
| | * | Client: update to canary 165341 | Puyodead1 | 2022-12-20 | 11 | -26/+4079 |
| |/ | |||||
* / | 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 |
| | |||||
* | Add back various docs/readme | Madeline | 2022-12-19 | 4 | -4/+71 |
| | |||||
* | Reg tokens bypass other restrictions | Madeline | 2022-12-19 | 1 | -21/+22 |
| | |||||
* | Message rate limiting | TheArcaneBrony | 2022-12-19 | 3 | -2/+54 |
| | |||||
* | Registration tokens | Madeline | 2022-12-19 | 6 | -12/+77 |
| | |||||
* | Add register ratelimit | TheArcaneBrony | 2022-12-19 | 6 | -5/+34 |
| | |||||
* | 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 | 11 | -2422/+3755 |
| | |||||
* | 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... | ||||
* | Added Env and Software Vars. | Catalan Lover | 2022-12-19 | 1 | -1/+9 |
| | |||||
* | Fix typo and add not applicable instructions for Version. | Catalan Lover | 2022-12-19 | 1 | -1/+1 |
| | |||||
* | Update issue templates | Catalan Lover | 2022-12-19 | 2 | -0/+53 |
| | |||||
* | Update .vscode/launch.json | Erkin Alp Güney | 2022-12-19 | 1 | -3/+0 |
| | |||||
* | 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 | 12 | -208/+2915 |
| | |||||
* | 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 | 11 | -86/+1702 |
| | |||||
* | 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 | 10 | -48/+242 |
| | | | | | | > > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com> |