Skip to content

Conversation

@emmebravo
Copy link
Collaborator

Description

  • updated mongodb, mongoose, and connect-mongo
  • moved supertest back to dev dependencies as I had moved it to normal dependencies by accident
  • ESM modules update
  • cypress config update to fit ESM modules

Type of change

Please select everything applicable. Please, do not delete any lines.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • This change requires an update to testing

Issue

Checklist:

  • This PR is up to date with the main branch, and merge conflicts have been resolved
  • I have executed npm run test and npm run test:e2e and all tests have passed successfully or I have included details within my PR on the failure.
  • I have executed npm run lint and resolved any outstanding errors. Most issues can be solved by executing npm run format
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

updated mongodb, mongoose, and connect-mongo; moved supertest back to dev dependencies as I had moved it to normal dependencies by accident

closes Together-100Devs#476 and Together-100Devs#493
@alcpereira alcpereira force-pushed the enhancement/issue-476 branch from d7c13ee to 92a5ea4 Compare July 15, 2025 20:03
AngelCodes95 and others added 18 commits July 30, 2025 20:26
Add trust proxy setting to enable HTTPS detection behidn Fly.io proxy.

Fixes issue Together-100Devs#466
This reverts commit d40983b which had reverted the original cookie max age feature.
The cookie max age functionality is needed for proper session management.

Addresses issue Together-100Devs#599
add intelagense to codeowners
move the help text from the wiki to the docs
Delete client/src/setupProxy.js

Added title and aria-label attributes to CalendarHeader.jsx

Revert "Added title and aria-label attributes to CalendarHeader.jsx"

This reverts commit 39c52a6.

client/src/features/calendarHeader/CalendarHeader.jsx reverted adding
title/aria-label attributes to calendarHeader.jsx

Remove http-proxy-middleware from client and update codebase

Undo title and aria-label changes for CalendarHeader.jsx
Complete requested changes

Edit Discord 0Auth2 Docs

Edit Discord 0Auth2 Docs

Fixed button screenshot

Trying to get image to load correctly

Finish Discord 0Auth2 Setup instructions

Note to check login

Fix redirect button image

Fix localhost link
updated mongodb, mongoose, and connect-mongo; moved supertest back to dev dependencies as I had moved it to normal dependencies by accident

closes Together-100Devs#476 and Together-100Devs#493
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate server to ESM modules