-
Notifications
You must be signed in to change notification settings - Fork 0
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
Milestone 5, 6 and 7 #43
Merged
Merged
Conversation
This file contains 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
Additions: - session interface for mongoose to store session information - session routes to make use of http requests and responses - code for creation of session, joining, and session deletion - implemented jwt validation into joining and deletion requests
small notes on future changes
##Changes - Created test script for session service room creation - Minor change to session model to enable UUID API to create unique session IDs for all sessions
updated controller to prevent users from joining active rooms
Now correctly checks if individuals are in an active session or not. Also added cron job that checks every hour if rooms are 4 hours old, and sets those rooms to inactive.
include cron job in server.ts
Minor changes made to test termination and status checks
Added authentication to frontend
Some changes and cleanup of the UI
…S1/cs3219-ay2425s1-project-g38 into development_branch
Change the response structure to display the response code and explanation more clearly
…9-ay2425s1-project-g38 into development_branch
* Poor contrast for (i) icon in light mode * Password validity is not checked if user does not input anything.
…S1/cs3219-ay2425s1-project-g38 into development_branch
Enhance security by repacking JWT with extra fields and signed by frontend
Fix UI bug - wrong error message, does not redirect if token has expired. Include password requirements. Fix session bug - destroys session so link is no longer valid after succesful password reset Email format tells user to use the same browser (else it would not work)
update error message of details endpoint
…S1/cs3219-ay2425s1-project-g38 into development_branch
…S1/cs3219-ay2425s1-project-g38 into development_branch
Now terminates room if only one user is in the session
…S1/cs3219-ay2425s1-project-g38 into development_branch
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.
Merging Collaboration service implementation, along with substantial updates to frontend, user and matching service.
#23
#24
#25
#26
#27
#28
#29
#30
#31
#32
#33
#34
#35
#36
#37
#38
#39
#40
#41
#42