summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* applicationsPuyodead12023-04-1312-98/+227
* auth routesPuyodead12023-04-1322-46/+201
* Fix DC client throwing on GUILD_CREATEMadeline2023-04-122-13/+28
* Add missing route middleware to messages routeMadeline2023-04-121-2/+4
* don't allow editing @everyone roleMadeline2023-04-111-1/+4
* Merge pull request #1023 from Rainb0wCodes/masterMadeline2023-04-112-1/+22
|\
| * send public member in message_reaction_add eventtMadeline2023-04-112-2/+20
| * Update reactions.tsRainb0w :32023-04-101-1/+2
| * properly track reactionsRainb0w :32023-04-081-0/+2
* | Merge pull request #1026 from ochen1/patch-3Madeline2023-04-115-8/+149
|\ \
| * | Add erkins noteMadeline2023-04-111-0/+1
| * | Don't fetch the entire role relation when counting member idsMadeline2023-04-111-8/+10
| * | member-counts routeMadeline2023-04-111-0/+39
| * | Use partition func instead + use Promise.allMadeline2023-04-113-28/+24
| * | Remove Member.isInGuildOrFail, as it will always pass ( route permission check )Madeline2023-04-111-3/+7
| * | prettierMadeline2023-04-112-35/+43
| * | Add PATCH /guilds/#guild_id/roles/#role_id/member-ids APIochen12023-04-091-0/+38
| * | Fix indentationochen12023-04-091-1/+1
| * | Add PATCH /guilds/#guild_id/roles/#role_id/members APIochen12023-04-091-0/+53
| |/
* | Merge pull request #1025 from ochen1/patch-2Madeline2023-04-101-0/+2
|\ \
| * | Send guild name and icon of guild through Identify gateway opcodeochen12023-04-091-0/+2
| |/
* / Fix obvious bugs in Member removeRole functionochen12023-04-091-2/+2
|/
* License informationMadeline2023-04-0239-0/+702
* Less spammy user connection logsMadeline2023-04-022-11/+13
* Update connection metadata visibilityMadeline2023-04-022-1/+5
* Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-02443-1261/+1489
|\
| * Remove ALL fosscord mentionsMadeline2023-03-31213-379/+378
| * Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-3148-542/+135
| * fix: disable cache if multi threadedSamuel2023-03-301-2/+4
| * Merge pull request #1008 from spacebarchat/dev/samuelSamuel (Flam3rboy)2023-03-3048-135/+540
| |\
| | * feat: add DB_LOGGING env dev/samuelSamuel2023-03-181-1/+1
| | * fix: local cacheSamuel2023-03-181-1/+4
| | * build: remove sqlite3 in favor of better-sqlite3Samuel2023-03-181-1/+1
| | * build: remove sqlite3 in favor of better-sqlite3Samuel2023-03-181-10/+3
| | * fix: remove proxySamuel2023-03-181-4/+0
| | * fix: use entity.save() instead of insert (needed for caching)Samuel2023-03-183-6/+6
| | * fix: missing id in select querySamuel2023-03-182-1/+2
| | * feat: Database Query CacheSamuel2023-03-1838-124/+442
| | * wip: cacheSamuel2023-03-172-1/+42
| | * fix: request language propertySamuel2023-03-171-5/+6
| | * perf: optimize getPermission()Samuel2023-03-171-15/+18
| | * feat: better-sqlite3 supportSamuel2023-03-171-2/+17
| | * perf: custom i18next middleware that only initializes when neededSamuel2023-03-171-18/+38
| | * perf: cache jwt secret as keySamuel2023-03-173-7/+21
| | * fix: types when using yarnSamuel2023-03-172-2/+2
| | * build: update dependenciesSamuel2023-03-171-1/+1
| * | SPACEBARMadeline2023-03-31425-425/+425
| * | SPACEBARMadeline2023-03-31425-413/+629
| * | Merge branch 'master' of github.com:fosscord/fosscord-serverMadeline2023-03-241-1/+1
| |\ \
| | * \ Merge pull request #1012 from Puyodead1/patch/totp-user-settingsMadeline2023-03-221-1/+1
| | |\ \
| | | * | fix totp using wrong settings keyPuyodead12023-03-211-1/+1
| | | |/
| * | / Work towards fixing openapi specMadeline2023-03-2410-35/+35
| |/ /
| * | Merge branch 'master' of github.com:fosscord/fosscord-serverMadeline2023-03-192-7/+37
| |\|
| * | Add basic information page to /Madeline2023-03-191-0/+11
* | | prettierPuyodead12023-03-185-51/+58
* | | fix a few linting errorsPuyodead12023-03-182-4/+7
* | | Move redirect uri generation to getRedirectUri function of Connection class.Madeline2023-03-1814-138/+40
* | | Check visibility for connected accounts in /users/:id/profileMadeline2023-03-181-1/+3
* | | Add Youtube connectionPuyodead12023-03-182-0/+148
* | | replace node-fetch with wretchPuyodead12023-03-1810-549/+277
* | | add Xbox connectionPuyodead12023-03-182-0/+229
* | | add Twitter connectionPuyodead12023-03-182-0/+227
* | | don't send token_data on connection updatePuyodead12023-03-181-1/+1
* | | use connection revoked errorPuyodead12023-03-181-2/+1
* | | Add Twitch, error handling, revokation changes, etcPuyodead12023-03-1818-46/+416
* | | Fix connection update visibilty dying when given booleanMadeline2023-03-181-1/+7
* | | Update todo in access-token routePuyodead12023-03-181-1/+1
* | | Refreshable connections, refactoring, access-token endpointPuyodead12023-03-1818-111/+292
* | | Don't try to upload entire config for each connection loadedMadeline2023-03-181-1/+2
* | | Switch from Github real name to username for GH connectionMadeline2023-03-181-1/+1
* | | Add discriminator usernames for Discord connectionMadeline2023-03-181-1/+2
* | | Delete connectionsMadeline2023-03-181-1/+24
* | | fix discord connectionPuyodead12023-03-181-16/+24
* | | Add spotify connectionPuyodead12023-03-182-0/+153
* | | Add reddit connectionPuyodead12023-03-182-0/+145
* | | Add facebook connectionPuyodead12023-03-182-0/+147
* | | add epic games connectionPuyodead12023-03-184-10/+166
* | | WIP Discord connectionMadeline2023-03-183-1/+124
* | | Fix ConnectionLoader from throwing when uploading default config keysMadeline2023-03-181-10/+8
* | | Follow Discord docs for `visibility` and `metadata_visibility` fields in Conn...Madeline2023-03-181-2/+2
* | | entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchemaMadeline2023-03-184-4/+3
* | | Don't use mergeDeepMadeline2023-03-181-6/+2
* | | `handleCallback` returns connection if created for `USER_CONNECTIONS_UPDATE`Madeline2023-03-184-25/+25
* | | implement PATCH connectionPuyodead12023-03-187-4/+62
* | | adding connection now worksPuyodead12023-03-1813-41/+54
* | | add connectionsPuyodead12023-03-1823-9/+695
| |/ |/|
* | Merge pull request #997 from Puyodead1/dev/default-group-dm-avatarsMadeline2023-03-161-0/+28
|\ \
| * | add default group dm avatarsPuyodead12023-03-071-0/+28
* | | Merge pull request #996 from Puyodead1/patch/rename-default-avatarsMadeline2023-03-161-6/+6
|\ \ \ | |_|/ |/| |
| * | use real md5 hashPuyodead12023-03-071-6/+6
| |/
* / Fix UserSettings relation being in `select` rather than `relations`Madeline2023-03-164-6/+7
|/
* Remove test client and client patcherMadeline2023-03-014-29/+0
* Rename password_reset config to passwordReset as it messes with config key ge...Madeline2023-02-252-2/+2
* Merge branch 'master' of github.com:fosscord/fosscord-serverMadeline2023-02-242-3/+10
|\
| * fix a few issues with emailsPuyodead12023-02-242-3/+10
* | send required_action in gateway for when email verification is requiredMadeline2023-02-242-11/+6
|/
* move transporters to their own filesPuyodead12023-02-247-147/+165
* simplify replacer functionPuyodead12023-02-241-34/+20
* first batch of requested changesPuyodead12023-02-243-49/+73
* don't return token on register if verification requiredPuyodead12023-02-241-0/+11
* implement password resetPuyodead12023-02-2413-33/+326
* add SendGrid transportPuyodead12023-02-243-1/+56
* don't print anything if email send is successfulPuyodead12023-02-242-21/+16
* error if correspondence email is not setPuyodead12023-02-231-0/+5
* fix for when secure is set to falsePuyodead12023-02-231-1/+1
* add right to resend verification emailsPuyodead12023-02-233-22/+27
* fix: email verificationPuyodead12023-02-233-15/+42
* fix: verification required for login not working correctlyPuyodead12023-02-231-0/+1
* config: require account verificationPuyodead12023-02-233-6/+14
* fix linting errorsPuyodead12023-02-234-64/+19
* Add mailjet transportPuyodead12023-02-234-55/+133
* Add Mailgun transportPuyodead12023-02-235-10/+121
* rename SMTPConfigurations to EmailConfigurationPuyodead12023-02-235-7/+8
* Fix template rendering and use verify email templatePuyodead12023-02-233-12/+113
* Email verification worksPuyodead12023-02-237-24/+130
* add missing copyright headersPuyodead12023-02-233-0/+54
* send email verificationPuyodead12023-02-234-3/+97
* Start implementing smtpPuyodead12023-02-235-10/+53
* Fix gateway encoding Date objects as {} when using erlpack. Fixes NaN/NaN/NaN...Madeline2023-02-214-21/+41
* Close #954Madeline2023-02-211-0/+19
* Remove channel mentions from messages, in order to fix them in test client.TheArcaneBrony2023-02-201-6/+10
* Implement default avatars #979Madeline2023-02-181-0/+67
|\
| * Update default avatar colour scheme and fix orderingMadeline2023-02-181-5/+6
| * add support for desktop/webPuyodead12023-02-171-1/+11
| * asyncPuyodead12023-02-171-6/+6
| * Implement default avatarsPuyodead12023-02-171-0/+56
* | Fix a bug prevent connections using erlpack (#977)Madeline2023-02-161-1/+1
|/
* Fix being unable to unset nicknamesMadeline2023-02-052-29/+11
* Don't use relative path for db entities. Closes #937Madeline2023-02-031-1/+1
* On db sync/first run, add all the current migrations to migrations table to p...Madeline2023-02-032-2/+14
* Merge branch 'master' of github.com:fosscord/fosscord-serverMadeline2023-02-033-9/+21
|\
| * various fixes for webauthn (#973)Puyodead12023-02-033-9/+21
* | remove MANAGE_GUILDS, EDIT_FLAGS, SELF_EDIT_FLAGS, MANAGE_GROUPS from default...Madeline2023-02-031-1/+1
|/
* run add:licenseMadeline2023-02-035-0/+90
* Don't allow message types to be editedMadeline2023-02-033-6/+25
* Merge pull request from GHSA-9qvc-84ch-5p2xMadeline2023-02-021-1/+26
* Merge pull request from GHSA-hqqp-gpqw-9w5cMadeline2023-02-024-18/+15
* Merge pull request from GHSA-9q7f-pv47-cxp9Madeline2023-02-021-1/+13
* Merge pull request from GHSA-r7h4-76f7-6264Madeline2023-02-022-1/+11
* Use erlpack instead of @yukikaze-bot/erlpack (#968)Madeline2023-02-016-31/+38
* Rename postgresql to postgres -> fix silently failing migrationsTheArcaneBrony2023-01-313-2/+4
* Hotfix postgres connection string to not silently fail migrationsTheArcaneBrony2023-01-311-1/+1
* Fix missing capitalisation in database connected logTheArcaneBrony2023-01-311-1/+1
* Add a tiny bit of extra logging to database connectionTheArcaneBrony2023-01-311-4/+3
* Fix missing props in welcome message creation, which causes every client who ...Madeline2023-02-011-1/+5
* check pw and other auth before letting users undisableMadeline2023-01-311-19/+19
* subscribe clients to member events when they lazy request membersMadeline2023-01-301-8/+23
* question mark.Madeline2023-01-301-1/+1
* Impl member lazy request (#970)Madeline2023-01-302-21/+63
* read-states/ack-bulk (#969)Madeline2023-01-303-0/+65
* Implement WebAuthn (#967)Puyodead12023-01-3016-47/+675
* Merge branch 'master' of github.com:fosscord/fosscord-serverMadeline2023-01-268-9/+9
|\
| * also don't use 3002 as default when gateway endpoints are nullMadeline2023-01-263-3/+3
| * Use localhost:3001 as fallback when cdn endpoints are null rather than 3003Madeline2023-01-265-6/+6
* | Fix SIGTERM handler not disconnecting gateway clients and leaving timeouts ac...Madeline2023-01-262-2/+9
|/
* Don't set default cdn endpoints. Null endpoints means to not update them in G...Madeline2023-01-261-2/+2
* Refactor config utils (#963)Madeline2023-01-241-43/+38
* Add ESLint (#941)Madeline2023-01-20149-661/+706
* fix: route file regex (#956)Puyodead12023-01-201-1/+1
* Apparently its still accepted, just depricatedChrisChrome2023-01-181-0/+1
* It's seconds, not daysChrisChrome2023-01-181-1/+1
* Fix a funny security vulnChrisChrome2023-01-181-1/+1
* Merge pull request #952 from fosscord/dev/endpoints-in-pingChris Chrome2023-01-182-1/+4
|\
| * Merge pull request #934 from fosscord/masterMadeline2023-01-162-5/+15
| |\
| * | Move endpoints from ping -> policies/instance/domains (#933)Chris Chrome2023-01-162-9/+4
| * | Fix some default valueTheArcaneBrony2023-01-141-1/+2
| * | Add basic info in pingTheArcaneBrony2023-01-142-1/+8
* | | Merge branch 'master' of github.com:fosscord/fosscord-serverMadeline2023-01-181-1/+3
|\ \ \
| * | | Add youtu.be embed handler (#945)Chris Chrome2023-01-181-1/+3
* | | | Don't fetch the emoji owner in identify, as this causes mass-disconnects with...Madeline2023-01-181-1/+0
|/ / /
* | | Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-18395-3/+7044
* | | send GUILD_CREATE after READY event (#938)V3L0C1T13S2023-01-171-9/+13
* | | Fix deleting an application if it has a botMadeline2023-01-172-4/+2
| |/ |/|
* | Return embed proxy url even if imagor not set up. Also make warning nicerMadeline2023-01-161-5/+14
* | Update dead linesMadeline2023-01-161-1/+1
* | Add an error log if embed handler fails, in addition to the existing sentry logMadeline2023-01-151-0/+1
|/
* Add /users/:id/delete (#926)Erkin Alp Güney2023-01-144-0/+53
* Fix guild delete failing when template existsMadeline2023-01-134-1/+70
* Fix dumping incoming messagesMadeline2023-01-131-2/+2
* Fix setting user premium_type/etc (non-nullable) to null in db when null in c...Madeline2023-01-131-3/+3
* Dont send sessions replace or presence update for unidentified usersMadeline2023-01-131-0/+3
* Dev/post refactor fixes (#927)TheArcaneBrony2023-01-127-9/+54
* Temp fix for DMsMadeline2023-01-121-4/+5
* fix rights lolMadeline2023-01-111-1/+2
* If defaults_user_premium is false, don't give a user `premium_since: new Date`Madeline2023-01-111-9/+8
* https://discord.com/channels/806142446094385153/898197424340860928/1062404340...Madeline2023-01-111-1/+1
* Add sentry close to sigterm handlerMadeline2023-01-102-0/+5
* Add back include_url param to reg tokensMadeline2023-01-101-3/+11
* Move sentry init to util. use sentry in each module, not just bundleMadeline2023-01-107-80/+125
* Add error handler for individual gateway socketsMadeline2023-01-101-0/+3
* Don't send private user data in ready eventMadeline2023-01-051-3/+4
* PrettierMadeline2023-01-05115-901/+1255
* Add migrations (#923)Madeline2023-01-055-59/+71
* Merge pull request #922 from MaddyUnderStars/maddy/bodyParserPatchMadeline2023-01-027-5/+39
|\
| * Profile themes and pronounsMadeline2022-12-317-5/+39
* | Use adjusted email in /auth/loginMadeline2023-01-021-1/+1
* | Only send public user details in GUILD_MEMBER_LIST_UPDATEMadeline2023-01-021-1/+1
* | Revert "Don't let users undisable their accounts"Madeline2023-01-011-6/+8
* | Don't let users undisable their accountsMadeline2023-01-011-8/+6
|/
* Allow Bearer tokens through, like BotMadeline2022-12-311-0/+1
* Add WS_LOGEVENTS and WS_VERBOSE env varsMadeline2022-12-312-1/+17
* Fix new roles having duplicate positionsMadeline2022-12-302-6/+13
* Move datasource to own file for typeorm cliMadeline2022-12-272-32/+46
* OAuth2 authorize bot flowMadeline2022-12-243-1/+155
* Fix creating bot accountsMadeline2022-12-242-5/+16
* Use config for some default guild propertiesMadeline2022-12-242-30/+27
* Rename limits_rate_disabled -> limits_rate_enabled and remove limits_guilds_h...Madeline2022-12-223-4/+3
* Allow BitField's to be passed as number strings. Pretty sure it fixes #722Madeline2022-12-221-2/+11
* Fix redirect when test client disabledMadeline2022-12-221-1/+0
* Disable test client by defaultMadeline2022-12-211-1/+1
* Merge branch 'maddy/refactor' of github.com:fosscord/fosscord-server into mad...Madeline2022-12-216-11/+176
|\
| * Client: update to canary 165341Puyodead12022-12-206-11/+176
* | Set default cdn endpoints so that local testing worksMadeline2022-12-212-1/+4
|/
* Fix the roles bugMadeline2022-12-211-5/+8
* Fix guild features being undefined if not using defaultFeaturesMadeline2022-12-211-1/+1
* Set default threads to 1. Multiple threads is broken without RabbitmqMadeline2022-12-201-7/+1
* Reg tokens bypass other restrictionsMadeline2022-12-191-21/+22
* Message rate limitingTheArcaneBrony2022-12-192-2/+23
* Registration tokensMadeline2022-12-196-12/+77
* Add register ratelimitTheArcaneBrony2022-12-194-3/+29
* commentsMadeline2022-12-192-0/+2
* flags related rights and stats apiErkin Alp Güney2022-12-193-0/+27
* fix user profile not displaying correctlyPuyodead12022-12-191-2/+9
* Fix config loadingMadeline2022-12-191-1/+5
* implement guild profiles and fix user profilesPuyodead12022-12-1910-80/+258
* Configurable MFA backup token lengthTheArcaneBrony2022-12-191-0/+1
* case insensitive header for rate limits, fix rate limit default settingsTheArcaneBrony2022-12-192-30/+30
* Replace deprecated propertyTheArcaneBrony2022-12-192-2/+2
* Create webhooksMadeline2022-12-195-5/+34
* Don't override existing config valuesMadeline2022-12-191-1/+3
* Move UserSettings to own entityTheArcaneBrony2022-12-1910-145/+192
* Add additional configMadeline2022-12-1915-24/+53
* Make ConfigValue a directory, move defaults to those classes instead of a sep...TheArcaneBrony2022-12-1952-424/+356
* removed char joiners as they are actually useful, added page breakErkin Alp Güney2022-12-191-3/+4
* make it configurable by guild feature flagErkin Alp Güney2022-12-191-5/+5
* Make fosscord read config from json if CONFIG_PATH is setTheArcaneBrony2022-12-191-8/+14
* Do the funny thing (make user->invite cascade delet)TheArcaneBrony2022-12-181-1/+3
* Made nitro stuff make some senseChrisChrome2022-12-181-1/+0
* Invalidate tokens on password changeChrisChrome2022-12-181-2/+10
* Make teams nullableTheArcaneBrony2022-12-182-1/+1
* Refactor applicationsMadeline2022-12-189-85/+132
* WhoopsChrisChrome2022-12-181-1/+1
* Whoops, missed oneChrisChrome2022-12-181-1/+0
* I'm probably forgetting a lot of things, but hey, it worksChrisChrome2022-12-181-1/+6
* It works now... I guessChrisChrome2022-12-182-2/+1
* Add basic developer panel functionality - doesn't work yetChrisChrome2022-12-188-41/+230
* Remove some old test logs that expose info to consoleTheArcaneBrony2022-12-182-3/+0
* Remove todo line that has been implemented.TheArcaneBrony2022-12-182-7/+1
* Move to migrations. Use `npm run generate:db` for first database generation.Madeline2022-12-183-8/+2
* fix: not being able to enable communityPuyodead12022-12-181-1/+2