Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up imports dev/rory/versioned-api | TheArcaneBrony | 2023-01-14 | 20 | -51/+37 |
| | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | var -> let | TheArcaneBrony | 2023-01-14 | 62 | -133/+133 |
| | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | Move isTextChannel to channel | TheArcaneBrony | 2023-01-14 | 6 | -47/+29 |
| | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | Move rest of endpoints that return nothing into v0 | TheArcaneBrony | 2023-01-14 | 1 | -0/+0 |
| | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | Move endpoints to respective versions, split out non implemented routes | TheArcaneBrony | 2023-01-14 | 129 | -14/+29 |
| | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | 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 | 125 | -1767/+3753 |
| | |||||
* | 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 52840f4f9806d1caa6fa21733e961275dd3d7547. | ||||
* | | | 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 | 2 | -10/+9 |
| | |||||
* | Disable test client by default | Madeline | 2022-12-21 | 2 | -1/+7 |
| | |||||
* | 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> | ||||
* | 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 | 5 | -8/+22 |
| | |||||
* | Refactored testclient | Madeline | 2022-12-18 | 4 | -133/+104 |
| | |||||
* | fix: not being able to enable community | Puyodead1 | 2022-12-18 | 2 | -5/+5 |
| | |||||
* | 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 | 5 | -135/+13 |
| | |||||
* | Use staging's GLOBAL_ENV | Madeline | 2022-12-17 | 1 | -12/+13 |
| | |||||
* | Remove fluent-ffmpeg dep. TODO: Merge puyo's PR | Madeline | 2022-12-17 | 5 | -3009/+2157 |
| | |||||
* | 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 | 3 | -107/+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 |
| | |||||
* | First pass of removing Slowcord mentions | Madeline | 2022-12-17 | 21 | -515/+168 |
| | |||||
* | Update readme | Madeline | 2022-12-17 | 1 | -100/+3 |
| | |||||
* | 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 |
| | |||||
* | Disable webrtc preload plugin | Madeline | 2022-10-31 | 1 | -0/+0 |
| | |||||
* | Fast connect but send identify | Madeline | 2022-10-31 | 2 | -1/+80 |
| | |||||
* | 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 | 5 | -14/+19 |
| | |||||
* | Add token check back to loginRedirect | Madeline | 2022-10-31 | 1 | -1/+1 |
| | |||||
* | Add `private_channels_version` to `client_state` in identity. also set ↵ | Madeline | 2022-10-31 | 4 | -933/+44 |
| | | | | sentry user in gateway | ||||
* | Sentry stuff? | Madeline | 2022-10-30 | 4 | -76/+125 |
| | |||||
* | Added fast connect to index | Madeline | 2022-10-30 | 1 | -18/+3 |
| | |||||
* | client patcher: discordstatus.com -> status.understars.dev | Madeline | 2022-10-30 | 1 | -1/+2 |
| | |||||
* | various typos | Madeline | 2022-10-28 | 3 | -16/+16 |
| | |||||
* | Fix user settings not saving properly and guild folders | Madeline | 2022-10-28 | 6 | -221/+1117 |
| | |||||
* | lol | Madeline | 2022-10-28 | 1 | -1/+1 |
| | |||||
* | Move src-slowcord to own repo ↵ | Madeline | 2022-10-28 | 35 | -6530/+185 |
| | | | | https://github.com/MaddyUnderStars/slowcord-services | ||||
* | fix bad user validation | Madeline | 2022-10-27 | 2 | -8/+10 |
| | |||||
* | Try to fix loginRedirect | Madeline | 2022-10-27 | 1 | -1/+1 |
| | |||||
* | Added scripts for changelogs and removed premium references | Madeline | 2022-10-27 | 4 | -1/+61 |
| | |||||
* | 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 |
| | |||||
* | Prevent client from deleting localStorage | Madeline | 2022-10-26 | 1 | -0/+5 |
| | |||||
* | 'localStorage is not defined'? | Madeline | 2022-10-26 | 5 | -61/+43 |
| | |||||
* | 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 | 10 | -9370/+33 |
| | |||||
* | rearrange test client's index a bit | Madeline | 2022-10-24 | 7 | -198/+136 |
| | |||||
* | Fix server -> guild patch and add status.discord.com -> ↵ | Madeline | 2022-10-24 | 2 | -29/+74 |
| | | | | status.understars.dev patch | ||||
* | Handle fetch errors in cdn external endpoint | Madeline | 2022-10-24 | 1 | -0/+3 |
| | |||||
* | TestClient middleware will now add cache misses to file for generate:client ↵ | Madeline | 2022-10-24 | 3 | -23/+250 |
| | | | | script to fetch. Also patch discord icon top left | ||||
* | Change android and ios client downloads to use /download endpoint, update ↵ | Madeline | 2022-10-24 | 6 | -32/+68 |
| | | | | Release entity to suck less | ||||
* | remove self_edit_guilds, was dumb | Madeline | 2022-10-07 | 4 | -5/+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 |
| | |||||
* | Add the automatic install script, thanks @Haydaralqassam | Madeline | 2022-10-04 | 1 | -1/+12 |
| | |||||
* | Video attachment support! | Madeline | 2022-10-04 | 4 | -8/+118 |
| | |||||
* | 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 |
| | |||||
* | Update readme. | Madeline | 2022-10-01 | 1 | -14/+88 |
| | |||||
* | Slightly better embeds | Madeline | 2022-10-01 | 2 | -27/+159 |
| | |||||
* | Better embed handling | Madeline | 2022-10-01 | 5 | -128/+298 |
| | |||||
* | Make `afk` optional in ActivitySchema | Madeline | 2022-10-01 | 2 | -56/+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 |
| | |||||
* | fix loginRedirect | Madeline | 2022-09-28 | 1 | -1/+1 |
| | |||||
* | Discovery splashes + fix guild icons disappearing on settings change | Madeline | 2022-09-28 | 4 | -7/+23 |
| | |||||
* | Fix user guild settings | Madeline | 2022-09-28 | 1 | -13/+7 |
| | |||||
* | Missed some schemas | Madeline | 2022-09-28 | 11 | -2495/+2580 |
| | |||||
* | 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 |
| | |||||
* | Fix message editing | Madeline | 2022-09-27 | 1 | -1/+1 |
| | |||||
* | Make client cacher suck less? | Madeline | 2022-09-27 | 1 | -10/+18 |
| | |||||
* | Bad check for if buffer is json string instead of gzip | Madeline | 2022-09-27 | 1 | -2/+2 |
| | |||||
* | Set tutorial to null | Madeline | 2022-09-27 | 1 | -0/+1 |
| | |||||
* | Don't fetch all members in guild in Member.addToGuild | Madeline | 2022-09-27 | 2 | -4/+18 |
| | |||||
* | client patcher stuff | Madeline | 2022-09-26 | 2 | -10/+15 |
| | |||||
* | Prettier | Madeline | 2022-09-26 | 281 | -4076/+7015 |
| | |||||
* | Remove the cdn storage location log | Madeline | 2022-09-26 | 2 | -2/+3 |
| | |||||
* | Move schemas to /src/util/schemas | Madeline | 2022-09-26 | 94 | -8368/+8252 |
| | |||||
* | Fix scripts/benchmark/connections.js | Madeline | 2022-09-26 | 1 | -2/+2 |
| | |||||
* | Add generate:client script | Madeline | 2022-09-26 | 6 | -4/+149 |
| | |||||
* | Fix slowcord additional services | Madeline | 2022-09-26 | 8 | -12204/+249 |
| | |||||
* | Remove import to class-validator, fix listening on port message in bundle | Madeline | 2022-09-26 | 5 | -2/+41 |
| | |||||
* | Fix and remove some scripts + use ajv/typescript-json-schema required by patches | Madeline | 2022-09-26 | 11 | -1406/+17802 |
| | |||||
* | Bring back loginRedirect but fix it. Also move some assets out of public | Madeline | 2022-09-26 | 3 | -0/+17 |
| | |||||
* | Rearrange assets a bit, fix anything that uses assets folder | Madeline | 2022-09-26 | 13 | -12/+16 |
| | |||||
* | Vscode launch config | Madeline | 2022-09-26 | 1 | -0/+4 |
| | |||||
* | Add logout endpoint | Madeline | 2022-09-26 | 1 | -0/+16 |
| | |||||
* | 'Fix' distinct alias typeorm issue | Madeline | 2022-09-26 | 4 | -10/+26 |
| | |||||
* | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 584 | -113703/+5103 |
| | |||||
* | Allow edited_timestamp to passthrough in handleMessage | Madeline | 2022-09-25 | 1 | -2/+1 |
| | |||||
* | Add discrim verify in PATCH /users/@me | Madeline | 2022-09-25 | 1 | -0/+8 |
| | |||||
* | Typeorm doesn't even use the cache for BaseEntity.* methods | Madeline | 2022-09-25 | 1 | -8/+8 |
| | |||||
* | Mostly working user guild settings | Madeline | 2022-09-25 | 4 | -217/+15204 |
| | |||||
* | Committed the wrong rights script | Madeline | 2022-09-25 | 2 | -40/+20 |
| | |||||
* | Literally don't be an idiot | Madeline | 2022-09-25 | 1 | -5/+3 |
| | |||||
* | Potential nick reset fix | Madeline | 2022-09-25 | 1 | -2/+2 |
| | |||||
* | Fix default rights sucking, fix patch /guilds/:id/members/:id not checking ↵ | Madeline | 2022-09-24 | 3 | -33/+45 |
| | | | | perm for nick | ||||
* | Typeorm redis cache | Madeline | 2022-09-23 | 1 | -1/+6 |
| | |||||
* | Add mysql sentry integration | Madeline | 2022-09-23 | 3 | -4/+5 |
| | |||||
* | Sentry gateway tracking | Madeline | 2022-09-22 | 1 | -1/+15 |
| | |||||
* | Flter close messages in sentry | Madeline | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Fixed? sentry stuff | Madeline | 2022-09-22 | 1 | -8/+25 |
| | |||||
* | fix my shit | Madeline | 2022-09-21 | 1 | -2/+2 |
| | |||||
* | More sentry shit | Madeline | 2022-09-21 | 1 | -1/+6 |
| | |||||
* | Remove webrtc from bundle | Madeline | 2022-09-21 | 6 | -17/+13 |
| | |||||
* | Random webrtc crap | Madeline | 2022-09-21 | 2 | -13/+13 |
| | |||||
* | Sentry route filtering | Madeline | 2022-09-21 | 1 | -2/+8 |
| | |||||
* | Member settings route | Madeline | 2022-09-21 | 2 | -0/+33 |
| | |||||
* | Merge pull request #2 from haydaralqassam/fraudcord | Madeline | 2022-09-20 | 2 | -2/+19 |
|\ | | | | | Small fix for tag digit and undefined email | ||||
| * | Add adjustEmail call to setEmail | Madeline | 2022-09-20 | 1 | -6/+10 |
| | | |||||
| * | Small fix for tag digit and undefined email | Debian | 2022-09-19 | 2 | -1/+14 |
| | | |||||
* | | Update and rename rules.txt to rules.md | Madeline | 2022-09-19 | 2 | -14/+20 |
|/ | |||||
* | Forgot the webrtc client plugin | Madeline | 2022-09-16 | 1 | -0/+74 |
| | |||||
* | hmm | Madeline | 2022-09-16 | 1 | -9/+9 |
| | |||||
* | Add webrtc to bundle | Madeline | 2022-09-16 | 8 | -10/+430 |
| | |||||
* | Probably broken merge from webrtc | Madeline | 2022-09-16 | 35 | -756/+871 |
| | |||||
* | Perhaps a message create perf test? | Madeline | 2022-09-15 | 3 | -28/+84 |
| | |||||
* | Allow empty content through block list | Madeline | 2022-09-12 | 2 | -2/+2 |
| | |||||
* | Primitive banned words blocking | Madeline | 2022-09-12 | 8 | -18/+56 |
| | |||||
* | Trash ip logging for rate limits | Madeline | 2022-09-11 | 1 | -2/+2 |
| | |||||
* | Trash ip logging | Madeline | 2022-09-11 | 3 | -2/+7 |
| |