-
Notifications
You must be signed in to change notification settings - Fork 3
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
224 confirmation email when companies register #306
base: develop
Are you sure you want to change the base?
224 confirmation email when companies register #306
Commits on Jun 21, 2023
-
Added time interval to add second application with the same email add…
…ress Co-authored-by: Francisco Cardoso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e700271 - Browse repository at this point
Copy the full SHA e700271View commit details
Commits on Oct 11, 2023
-
Moved time interval logic to validator
Co-authored-by: Francisco Cardoso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3ba9c7 - Browse repository at this point
Copy the full SHA e3ba9c7View commit details -
Sends an email to company to confirm application (not tested)
Co-authored-by: Francisco Cardoso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba84863 - Browse repository at this point
Copy the full SHA ba84863View commit details -
Changing validators to middleware and creating routes to validate app…
…lications Co-authored-by: Daniel Ferreira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fd941b - Browse repository at this point
Copy the full SHA 3fd941bView commit details -
Making the program send a confirmation email when registing
Co-authored-by: Daniel Ferreira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fe08b5 - Browse repository at this point
Copy the full SHA 7fe08b5View commit details -
Fixing order in wich emails are sent to company when creating an appl…
…ication Co-authored-by: Daniel Ferreira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca019bb - Browse repository at this point
Copy the full SHA ca019bbView commit details -
Co-authored-by: Francisco Cardoso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74c964a - Browse repository at this point
Copy the full SHA 74c964aView commit details -
Adding custom errors for token validation
Co-authored-by: Daniel Ferreira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a57135 - Browse repository at this point
Copy the full SHA 2a57135View commit details -
Changed emails templates and link from application validation expirat…
…ion time Co-authored-by: Daniel Ferreira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 431aacc - Browse repository at this point
Copy the full SHA 431aaccView commit details -
Changing the order when the account is created so that it is created …
…after validating the application
Configuration menu - View commit details
-
Copy full SHA for a135fdf - Browse repository at this point
Copy the full SHA a135fdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba32103 - Browse repository at this point
Copy the full SHA ba32103View commit details -
Created new isPending attribute in Offer model and implemented creati…
…ng of pending offers depending on application status Co-authored-by: Francisco Cardoso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5625a90 - Browse repository at this point
Copy the full SHA 5625a90View commit details -
Set isPending of all company's offers to false when its application i…
…s approved Co-authored-by: Francisco Cardoso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc95f0b - Browse repository at this point
Copy the full SHA bc95f0bView commit details -
Get all currently active offers endpoint only returns non-pending off…
…ers. Co-authored-by: Francisco Cardoso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 994509a - Browse repository at this point
Copy the full SHA 994509aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f4581 - Browse repository at this point
Copy the full SHA 46f4581View commit details -
Route to get an application from a company
Co-authored-by: Daniel Ferreira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89b75e8 - Browse repository at this point
Copy the full SHA 89b75e8View commit details -
Rewriting the emails to match the current flow.
Co-authored-by: Daniel Ferreira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96dfd74 - Browse repository at this point
Copy the full SHA 96dfd74View commit details -
Adding and correcting tests for the endpoint apply/company
Co-authored-by: Daniel Ferreira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b12205c - Browse repository at this point
Copy the full SHA b12205cView commit details -
Adding tests for the endpoint apply/company/:token/validate and chang…
…ing the type of errors some functions throw Co-authored-by: Daniel Ferreira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6dada6d - Browse repository at this point
Copy the full SHA 6dada6dView commit details -
Adding tests for the endpoint /company/:companyId/state
Co-authored-by: Daniel Ferreira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f60be8 - Browse repository at this point
Copy the full SHA 3f60be8View commit details -
Created and fixed tests for the offers/ endpoint and fixed tests for …
…the auth/recover/:token/confirm endpoint Co-authored-by: Daniel Ferreira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 482b015 - Browse repository at this point
Copy the full SHA 482b015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d95f3b - Browse repository at this point
Copy the full SHA 5d95f3bView commit details -
Added tests for the endpoints applications/company/:id/approve and ap…
…plications/company/:id/reject
Configuration menu - View commit details
-
Copy full SHA for e113bc8 - Browse repository at this point
Copy the full SHA e113bc8View commit details -
Changed endpoint that returned company's state to return company's ap…
…plication Co-authored-by: Daniel Ferreira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64b8c31 - Browse repository at this point
Copy the full SHA 64b8c31View commit details -
Clear unused functions and unneeded verifications and made more tests…
… to previously uncover parts
Configuration menu - View commit details
-
Copy full SHA for 96719ac - Browse repository at this point
Copy the full SHA 96719acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a1e44 - Browse repository at this point
Copy the full SHA 43a1e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for b193933 - Browse repository at this point
Copy the full SHA b193933View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 711626e - Browse repository at this point
Copy the full SHA 711626eView commit details
Commits on Feb 5, 2024
-
When creating a new application if an old application exists the old …
…one is updated instead of being deleted and replaced
Configuration menu - View commit details
-
Copy full SHA for f7fd7e3 - Browse repository at this point
Copy the full SHA f7fd7e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46d86fd - Browse repository at this point
Copy the full SHA 46d86fdView commit details
Commits on Mar 13, 2024
-
Merge branch 'develop' of github.com:NIAEFEUP/nijobs-be into 224-conf…
…irmation-email-when-companies-register
Configuration menu - View commit details
-
Copy full SHA for 4f35451 - Browse repository at this point
Copy the full SHA 4f35451View commit details