-
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
merge auth into main #39
Commits on Nov 18, 2023
-
Kristen Yee authored and Kristen Yee committed
Nov 18, 2023 Configuration menu - View commit details
-
Copy full SHA for d560285 - Browse repository at this point
Copy the full SHA d560285View commit details
Commits on Nov 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b92d59 - Browse repository at this point
Copy the full SHA 8b92d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for a499026 - Browse repository at this point
Copy the full SHA a499026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1155340 - Browse repository at this point
Copy the full SHA 1155340View commit details -
added create table users statement
Cheryl Chen authored and Cheryl Chen committedNov 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 0e83312 - Browse repository at this point
Copy the full SHA 0e83312View commit details -
Cheryl Chen authored and Cheryl Chen committed
Nov 19, 2023 Configuration menu - View commit details
-
Copy full SHA for e2e0b73 - Browse repository at this point
Copy the full SHA e2e0b73View commit details -
Kristen Yee authored and Kristen Yee committed
Nov 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 19035e2 - Browse repository at this point
Copy the full SHA 19035e2View commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d68a4d2 - Browse repository at this point
Copy the full SHA d68a4d2View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 847c958 - Browse repository at this point
Copy the full SHA 847c958View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 589e537 - Browse repository at this point
Copy the full SHA 589e537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f350b0 - Browse repository at this point
Copy the full SHA 9f350b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 559dab7 - Browse repository at this point
Copy the full SHA 559dab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f810b9d - Browse repository at this point
Copy the full SHA f810b9dView commit details -
Merge pull request #14 from ctc-uci/8-create-catalog-table
created catalog table
Configuration menu - View commit details
-
Copy full SHA for 34eff36 - Browse repository at this point
Copy the full SHA 34eff36View commit details -
Merge pull request #15 from ctc-uci/7-create-published-schedule-table
7 - created the published schedule table
Configuration menu - View commit details
-
Copy full SHA for 80ac134 - Browse repository at this point
Copy the full SHA 80ac134View commit details -
Merge pull request #16 from ctc-uci/9-create-user-table
9 - created user table
Configuration menu - View commit details
-
Copy full SHA for fe99a58 - Browse repository at this point
Copy the full SHA fe99a58View commit details -
Merge pull request #17 from ctc-uci/10-make-crud-sql-queries-for-publ…
…ished-schedule-table Make CRUD SQL queries for Published Schedule Table
Configuration menu - View commit details
-
Copy full SHA for 5ad36f1 - Browse repository at this point
Copy the full SHA 5ad36f1View commit details
Commits on Nov 23, 2023
-
Merge pull request #18 from ctc-uci/11-make-crud-sql-queries-for-cata…
…log-table Added catalog CRUD queries
Configuration menu - View commit details
-
Copy full SHA for 32a94b0 - Browse repository at this point
Copy the full SHA 32a94b0View commit details
Commits on Nov 25, 2023
-
Make CRUD SQL queries for Users Table (#25)
* Added UPDATE and DELETE queries for user table * added Get, Get pending accounts, and Post * implemented changes from pr feedback --------- Co-authored-by: Sean Fong <[email protected]> Co-authored-by: Philip Jian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c042554 - Browse repository at this point
Copy the full SHA c042554View commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 57cc996 - Browse repository at this point
Copy the full SHA 57cc996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c703e9 - Browse repository at this point
Copy the full SHA 8c703e9View commit details
Commits on Dec 18, 2023
-
23-make-backend-routes-for-users (#26)
* Create a pull trequest for branch 23-make-backend-routes-for-users * Co-authored-by: cherhchen <[email protected]> * Finished backend routes Co-authored-by: cherhchen <[email protected]> * Refactor users.js for minor updates and delete users.sql Co-authored-by: cherhchen <[email protected]> --------- Co-authored-by: Ethan Ho <[email protected]> Co-authored-by: cherhchen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15d3d25 - Browse repository at this point
Copy the full SHA 15d3d25View commit details -
Make backend routes for Catelog (#27)
* created catalog.js, made progress * added :id to the router functions, changed delete query * Completed code for routes. Running into db.query is not a function error * Completed Routes for Catelog * removed comments, fixed yarn lock * removed console logs * fixed ? Co-authored-by: liannejl <[email protected]> --------- Co-authored-by: Alyssia Tan <[email protected]> Co-authored-by: liannejl <[email protected]> Co-authored-by: liannejl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2965f7 - Browse repository at this point
Copy the full SHA a2965f7View commit details
Commits on Dec 30, 2023
-
Set up the nodeMailer route and the transporter (#28)
* nodeMailer.js setup * Added nodeMailer.js code and transporter.js that is called within nodeMailer * Updated package.json to include nodeMailer dependency, added endpoint for emailRouter in app.js, set cors credentials to true so it doesn't block req --------- Co-authored-by: subinqkim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6e02f1 - Browse repository at this point
Copy the full SHA e6e02f1View commit details
Commits on Jan 3, 2024
-
Make Backend Routes for Published Schedule (#29)
* Modified GET queries with joins on catalog table * created publishSchedule.js file * Mounted published schedule route on app.js * Added GET and POST route controller functions for published schedule * put and delete, not yet complete * updated publishedSchedule.js * updated to use numeric syntax for sql queries * small fixes in ppublishedSchedule.js * pull request feedback * pull request feedback cont. * fixed misc bugs --------- Co-authored-by: Sean Fong <[email protected]> Co-authored-by: Philip Jian <[email protected]> Co-authored-by: michellelin1 <[email protected]> Co-authored-by: ThatMegamind <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 699f437 - Browse repository at this point
Copy the full SHA 699f437View commit details
Commits on Jan 8, 2024
-
* Create a pull trequest for branch 31-minor-db-updates * updated db model and queries --------- Co-authored-by: michellelin1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39cccb0 - Browse repository at this point
Copy the full SHA 39cccb0View commit details
Commits on Jan 23, 2024
-
Protected routes have token refresh method, all CRUD methods work wit…
…h the user database and firebase console (#37) * protected routes have method to refresh token, all CRUD Methods work with the database and firebase console. * took out console logs * removed test code --------- Co-authored-by: subinqkim <[email protected]> Co-authored-by: michellelin1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e5863b - Browse repository at this point
Copy the full SHA 1e5863bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50abe67 - Browse repository at this point
Copy the full SHA 50abe67View commit details