summary refs log tree commit diff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix linter warnings in connectionsPuyodead12023-08-0613-95/+178
|
* Fix connection class importsPuyodead12023-08-0616-30/+30
|
* Fix some linting warningsPuyodead12023-08-067-6/+6
|
* add back guild id to message tojsonMadeline2023-08-071-1/+0
|
* update proxy-agentMadeline2023-08-074-4/+4
|
* switch from il8next-node-fs-backend to il8next-fs-backendMadeline2023-08-071-1/+1
|
* remove pomelo disclose, to be added in pomelo impl prMadeline2023-08-011-1/+1
|
* some abaddon compatMadeline2023-07-313-34/+62
|
* lazyrequest dont crash when no members can be found in lazyrequestMadeline2023-07-311-1/+1
|
* send empty READY_SUPPLEMENTAL for client compatibilityMadeline2023-07-312-1/+21
|
* * call toJSON of keys in gateway when using erlpackMadeline2023-07-297-4/+35
| | | | | | * dont send bitrate/etc as null when should be undefined * set user flags to number instead of string * send empty 'threads' in identify when not using new state v2
* Merge branch 'master' into feat/refactorIdentifyMadeline2023-07-281-17/+19
|\
| * goofMadeline2023-07-281-1/+2
| |
| * Fix regression of 5f22faa57b7104ba29a01889a1bafc35b3be4f02Madeline2023-07-281-17/+18
| |
* | refactor checkTokenMadeline2023-07-286-130/+80
| |
* | Merge branch 'master' into feat/refactorIdentifyMadeline2023-07-28172-2175/+4671
|\|
| * fix get channel messages around parameterVincent Junge2023-06-261-10/+11
| |
| * Merge pull request #1066 from Zert3x/masterMadeline2023-06-143-3/+3
| |\ | | | | | | Fix a typo
| | * Update Connection.tsZert3x2023-05-281-1/+1
| | |
| | * Update ipAddress.tsZert3x2023-05-281-1/+1
| | |
| | * forwaded -> forwardedZert3x2023-05-281-1/+1
| | |
| * | made it prettierngn2023-06-111-9/+14
| | |
| * | Make sure min password length is not nullngn2023-06-111-2/+3
| | |
| * | Merge branch 'spacebarchat:master' into pass_length_checkngn132023-06-111-1/+26
| |\ \
| | * \ Merge pull request #1068 from V3L0C1T13S/feat/gen_memberlist_idMadeline2023-06-111-1/+26
| | |\ \ | | | | | | | | | | Implement member list ids
| | | * | feat: implement member list id generationV3L0C1T13S2023-05-241-1/+26
| | | |/
| * | | Making the error message dynamicngn2023-06-101-1/+1
| | | |
| * | | making min password length configurablengn132023-06-101-1/+1
| | | | | | | | | | | | Co-authored-by: Puyodead1 <puyodead@proton.me>
| * | | Implemented password length checkngn2023-06-101-0/+8
| |/ /
| * | Fix docs for /users/:id/profileMadeline2023-06-114-68/+37
| | |
| * | Send user and roles id array in GET /guilds/:id/members/:idMadeline2023-06-112-2/+25
| | |
| * | Return entire guild object in POST /guildsMadeline2023-05-301-1/+1
| |/
| * fix: add return and run prettierCyberL12023-05-131-3/+8
| |
| * Merge branch 'spacebarchat:master' into masterCyber2023-05-131-0/+3
| |\
| | * Prevent /invites/:code for botsMadeline2023-05-121-0/+3
| | |
| * | fix: don't create new vanity url when there's no ALIASABLE_NAMES flagCyberL12023-05-101-0/+6
| |/
| * Merge pull request #1052 from spacebarchat/feat/auto-create-bot-usersPuyodead12023-05-075-18/+35
| |\ | | | | | | Feat: Auto add bot users to new apps
| | * fix build failurePuyodead12023-05-071-1/+1
| | |
| | * create util for app bot user creationPuyodead12023-05-074-35/+30
| | |
| | * add option to auto add bot users to new appsPuyodead12023-05-062-0/+22
| | |
| * | add initial_guild_id client state propertyPuyodead12023-05-071-0/+4
| |/
| * add flags property to voice state updatePuyodead12023-05-061-0/+2
| |
| * refactor SELECT_PROTOCOL_ACK (4) voice opcode to SESSION_DESCRIPTIONPete Pongpeauk2023-05-042-3/+3
| | | | | | | | Signed-off-by: Pete Pongpeauk <kurtsiberg@gmail.com>
| * start listening before starting components in bundleMadeline2023-04-241-1/+3
| |
| * Merge branch 'master' into openapiMadeline2023-04-191-1/+6
| |\
| * | Fix UserRelationsResponse schemaMadeline2023-04-193-38/+10
| | |
| * | Enforce theme_colors to be intsMadeline2023-04-182-6/+4
| | |
| * | Rewrite getRouteDescriptions, fix message route not appearing in openapi specMadeline2023-04-1612-60/+62
| | |
| * | move guild/user prop initialisations into create/register methodsMadeline2023-04-142-16/+30
| | |
| * | fix typosMadeline2023-04-143-3/+5
| | |
| * | fix some types not being generated correctlyPuyodead12023-04-131-2/+4
| | |
| * | spacebarPuyodead12023-04-131-4/+4
| | |
| * | clusterfuckPuyodead12023-04-1350-118/+112
| | |
| * | oapi: fix a few response types in authPuyodead12023-04-132-3/+7
| | |
| * | oapi: add missing 2fa types to loginPuyodead12023-04-132-1/+15
| | |
| * | oapi: bug fixesPuyodead12023-04-137-19/+28
| | |
| * | oapi: root level routesPuyodead12023-04-1314-134/+260
| | |
| * | oapi: voice regionsPuyodead12023-04-131-6/+15
| | |
| * | oapi: finish usersPuyodead12023-04-1312-37/+107
| | |
| * | oapi: users progressPuyodead12023-04-1324-265/+570
| | |
| * | oapi: stickersPuyodead12023-04-131-6/+16
| | |
| * | oapi: sticker packsPuyodead12023-04-133-5/+21
| | |
| * | oapi: readstatesPuyodead12023-04-131-1/+9
| | |
| * | oapi: policiesPuyodead12023-04-1310-40/+110
| | |
| * | oapi: oauth2Puyodead12023-04-133-94/+140
| | |
| * | oapi: invitesPuyodead12023-04-131-35/+87
| | |
| * | oapi: fix guild discovery requirementsPuyodead12023-04-132-2/+2
| | |
| * | guildsPuyodead12023-04-1350-640/+1575
| | |
| * | backfill missing query paramsPuyodead12023-04-132-0/+28
| | |
| * | gifs and query paramsPuyodead12023-04-136-129/+236
| | |
| * | fixing lots of openapi crapPuyodead12023-04-1356-208/+215
| | |
| * | AAAPuyodead12023-04-139-25/+44
| | |
| * | gatewayPuyodead12023-04-132-35/+54
| | |
| * | channelsPuyodead12023-04-1320-255/+559
| | |
| * | applicationsPuyodead12023-04-1312-98/+227
| | |
| * | auth routesPuyodead12023-04-1322-46/+201
| | |
* | | Merge branch 'master' into feat/refactorIdentifyMadeline2023-04-181-1/+6
|\ \ \ | | |/ | |/|
| * | Fix body-parser errors not being filtered in ErrorHandler middlewareMadeline2023-04-161-1/+6
| |/
* | Merge branch 'master' into feat/refactorIdentifyMadeline2023-04-1362-45/+3228
|\|
| * 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
| |\ | | | | | | properly track reactions
| | * 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 support for Discord's new endpoints to update roles
| | * | 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
| | |/ | | | | | | Discord uses this in the Edit Role menu, Manage members tab to update the list of members with the role.
| * | Merge pull request #1025 from ochen1/patch-2Madeline2023-04-101-0/+2
| |\ \ | | | | | | | | Send guild name and icon of guild through Identify gateway opcode
| | * | Send guild name and icon of guild through Identify gateway opcodeochen12023-04-091-0/+2
| | |/ | | | | | | | | | These properties are mandatory as per the documentation: https://discord.com/developers/docs/resources/guild#guild-object
| * / Fix obvious bugs in Member removeRole 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
| |\
| * | 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
| | | | | | | | | | | | Use api_endpointPublic instead of cdn_endpointPublic
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | - Aded /users/@me/connections/:connection_name/:connection_id/access-token - Replaced `access_token` property on ConnectedAccount with `token_data` object for refreshing tokens - Made a common interface for connection things like ComonOAuthTokenResponse - Added `RefreshableConnection` class - Added token refresh to Spotify connection (disabled)
| * | Don't try to upload entire config for each connection 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 ↵Madeline2023-03-181-2/+2
| | | | | | | | | | | | ConnectedAccount
| * | 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
| | |
* | | Close if already identifiedMadeline2023-04-051-2/+6
| | |
* | | prettier whoopsMadeline2023-04-051-9/+9
| | |
* | | Missing ready guild propertiesMadeline2023-04-041-0/+21
| | |
* | | Role flagsMadeline2023-04-042-0/+4
| | |
* | | Don't send random read state / guild settings version numbersMadeline2023-04-041-5/+2
| | |
* | | Send d: {} in heartbeat ackMadeline2023-04-041-1/+1
| | |
* | | Respect CLIENT_STATE_V2 capabilityMadeline2023-04-035-6/+46
| | |
* | | allow all role props through readyMadeline2023-04-012-11/+6
| | |
* | | Merge branch 'master' into feat/refactorIdentifyMadeline2023-04-01426-1249/+1488
|\ \ \ | | |/ | |/|
| * | Remove ALL fosscord mentionsMadeline2023-03-31213-379/+378
| | |
| * | Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-3148-542/+135
| | | | | | | | | | | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
| * | 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 key
| | | * | 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
| |\|
| | * Merge pull request #997 from Puyodead1/dev/default-group-dm-avatarsMadeline2023-03-161-0/+28
| | |\ | | | | | | | | Add default group dm icons
| | | * add default group dm avatarsPuyodead12023-03-071-0/+28
| | | |
| | * | Merge pull request #996 from Puyodead1/patch/rename-default-avatarsMadeline2023-03-161-6/+6
| | |\ \ | | | | | | | | | | Rename default avatar files
| | | * | use real md5 hashPuyodead12023-03-071-6/+6
| | | |/
| * | / Add basic information page to /Madeline2023-03-191-0/+11
| |/ /
| * / Fix UserSettings relation being in `select` rather than `relations`Madeline2023-03-164-6/+7
| |/
* | gatewayresponse??Madeline2023-04-012-4/+21
| |
* | Initial identify rewriteMadeline2023-03-135-211/+382
|/
* Remove test client and client patcherMadeline2023-03-014-29/+0
|
* Rename password_reset config to passwordReset as it messes with config key ↵Madeline2023-02-252-2/+2
| | | | generation
* 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 html is weird, some stuff isn't supported.
* Email verification worksPuyodead12023-02-237-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 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 ↵Madeline2023-02-214-21/+41
| | | | NaN/NaN/NaN timestamps in desktop client
* Close #954Madeline2023-02-211-0/+19
|
* Remove channel mentions from messages, in order to fix them in test client.TheArcaneBrony2023-02-201-6/+10
| | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* 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
| | | | | 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 #937Madeline2023-02-031-1/+1
|
* On db sync/first run, add all the current migrations to migrations table to ↵Madeline2023-02-032-2/+14
| | | | prevent running them on restarts
* 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 ↵Madeline2023-02-031-1/+1
|/ | | | default rights
* 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
| | | | | * 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-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
| | | | | * Actually use maxUsername config value. * Change maxUsername default to discord.com default
* 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
| | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* 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
| | | | received the welcome message to disconnect.
* 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
| | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* 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 ↵Madeline2023-01-262-2/+9
|/ | | | active
* Don't set default cdn endpoints. Null endpoints means to not update them in ↵Madeline2023-01-261-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)Madeline2023-01-241-43/+38
|
* Add ESLint (#941)Madeline2023-01-20149-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)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
|