Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work on fixing bugs and medium-term improvements to codebase #273

Merged

Conversation

carolinaisslaying
Copy link
Member

The goal of this pull request is to provide a medium-term solution in combination with @TheAlienKnight's fixes. Aiming to fix a number of bugs reported in the issues tab on this repo and fix things I come across.

His fixes very much fixed a lot of key integral things, but it's important to also build off of that and update more things where possible.

An example as of writing is switching to express-session and using Redis as a store instead of cookie-session and storing session information in cookies which, certainly isn't ideal and when updating passport to resolve its security vulnerabilities, rendered cookie-session unable to work with it due to newer breaking changes in passport.

The idea of this is not to be a silver bullet and fix everything that needs fixing, but fix a lot of the more high priority issues in functionality (or well, at least an attempt, lol), as well as address some of the more easier to fix bugs that have been reported, and high priority ones.

@carolinaisslaying carolinaisslaying added bug Issue/PR related to an error, fault, or flaw. moderate priority Issue/PR is moderate priority. labels Feb 26, 2024
@carolinaisslaying carolinaisslaying added this to the 5.6.0 milestone Feb 26, 2024
@carolinaisslaying carolinaisslaying added high priority Issue/PR is a high priority. and removed moderate priority Issue/PR is moderate priority. labels Mar 23, 2024
@carolinaisslaying carolinaisslaying marked this pull request as draft March 23, 2024 09:56
@carolinaisslaying

This comment has been minimized.

@carolinaisslaying
Copy link
Member Author

fix for css wasn't pretty but it works, working on the css splitting up and sorting out stuff can wait for a future release

@carolinaisslaying carolinaisslaying merged commit 034f4b0 into discordextremelist:main Apr 15, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue/PR related to an error, fault, or flaw. dependencies Pull requests that update a dependency file. feature enhancement Issue/PR related to a feature implementation, etc. high priority Issue/PR is a high priority.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant