Merge dev into main - #167
Merged
Merged
Conversation
ff authentication
functions for creating a user & finding a user from ssn
put both the project folder config and the app backend inside of backend folder
Navbar and new pages
changed folder structure
fixed minor merge errors
Fixed small refactoring errors
fb authentication
Fb create new position
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
chores: Add hot reloading in docker
refactor: replace MandateHistory with Appointment model
Improve account page error handling
When signing up, the error
Password must be set
was shown due to a bug introduced through a bad merge.
Fix/signup password missing
Fix db port to use env
- Fix migrate.sql so section is retained even if program is missing - Added a manage.py migrate call in setup_legacy_schema.py
- Update MemberManager to bypass Unicore validation for superusers, enabling admin account creation without external membership data. Adjust create_superuser signature to prioritize email and include default phone number. - Enhance setup_legacy_schema command to automatically apply migrations after creating the target database and document required environment variables. - Also handle migrating section when missing study program. - Allow ALLOWED_HOSTS to be configured via the ALLOWED_HOST environment variable.
Loading images through Next <Image> wasn't working on the server. This should fix it.
Fix migration bugs
Introduced during merge
Color and sort deadlines for positions
Migrate team logos
Move team logo migration to separate command
Fix Next images
When checking for duplicate signups, we looked at SSN, which can have varying formats, making it possible to bypass the dedup check. Now, we look at the unicore id, which is guaranteed to be unique and has a consistent format. - Store unicore_id on signup - Dedup on unicore_id instead of ssn - Add tests for signup
Prohibit duplicate signup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.