Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Releases: cuhacking/2025

v3.13.1

11 Mar 13:34

Choose a tag to compare

3.13.1 (2025-03-11)

Bug Fixes

  • web: incorrect fetch url (8ef5648)

v3.13.0

11 Mar 13:32

Choose a tag to compare

3.13.0 (2025-03-11)

Bug Fixes

  • portal: auth not working due to env vars not loading in values (63a8680)

Features

  • api/axiom: allow querying media without auth (2e150f7)
  • api/web/sponsors: render data from CMS (c06ac21)
  • website: add all sponsors from cms (4ebf879)
  • website: add current sponsor svgs (7e5cc3c)
  • website: add current sponsorship constants (3b30cd5)
  • website: add fetch for sponsors (3aafce7)

v3.12.1

11 Mar 12:54

Choose a tag to compare

3.12.1 (2025-03-11)

Bug Fixes

  • portal: auth not working due to env vars not loading in values (b48a493)

v3.12.0

11 Mar 12:33

Choose a tag to compare

3.12.0 (2025-03-11)

Bug Fixes

  • axiom: seed script failing due to emails not matching data model (3f57991)
  • email: add portal link (3547e18)

Features

  • api/portal: implement logout (860a50a)
  • emails: create register for hackathon email (4d4a89d)
  • portal/profile: replace placeholder discord auth link (4783585)
  • ui/portal/profile: disable discord auth (a352f8b)
  • ui/portal/profile: disable middle name (0a75627)
  • ui/portal/profile: disable social media accordion (6a1f8ae)
  • ui/portal/profile: make emergency contact email required (8def3bd)
  • ui/portal/profile: make resume required (6ef39f9)
  • ui/portal/profile: move website to contact (04ddd23)
  • ui/portal: temporarily disable registration form (12c582d)

v3.11.0

11 Mar 04:42

Choose a tag to compare

3.11.0 (2025-03-11)

Features

  • axiom: add email seed data (fdfac90)
  • axiom: update payload types (fd63e29)
  • emails: add new content (87e955e)
  • emails: create register for hackathon email (233fb75)
  • emails: edit email content (84adc5f)
  • emails: edit email footer (f3cdd49)

v3.10.1

11 Mar 04:40

Choose a tag to compare

3.10.1 (2025-03-11)

Bug Fixes

  • portal/profile: unable to create or update when the website field was not filled (b06cb49)

v3.10.0

10 Mar 13:40

Choose a tag to compare

3.10.0 (2025-03-10)

Bug Fixes

  • axiom: s3 storage not working due to misspelled access key env var (3d44266)
  • docs: header routes broken due to missing https:// prefix (06154e3)
  • portal/dashboard: preferred display name not appearing (fba80e6)
  • portal: dietary restrictions, allergies, and graduation date not updating (116de16)

Features

  • api: update database on successful hackathon submission (8f04068)
  • api: update database upon successfully updating or creating profile (623878a)
  • api: update user profile on successfully agreing to terms and conditions (768d52f)
  • axiom: add hardware model (fb93072)
  • axiom: add helper function to allow users to edit their own profile (bf6f7a8)
  • axiom: add university details to user model (2ec27c2)
  • axiom: disable local auth strategy (96bc975)
  • axiom: implement basic role-based access control (c9b5a7d)
  • axiom: implement discord auth (b8759a4)
  • axiom: implement form builder (2000e1c)
  • axiom: implement outgoing emails (559b2dc)
  • axiom: re-forge data model (7740b2c)
  • axiom: redirect home route to portal login (d981334)
  • db: migrate over old data models and relationships (0f8abc7)
  • portal/dashbaord: center welcome message (8d58be1)
  • portal/routes: redirect /admin to axiom (75c320e)
  • portal: add utility to manage session data (5c2f16c)
  • portal: implement auth and data fetching (7af652a)
  • portal: implement login button auth redirect (d7b691d)
  • portal: save userId in session after successful login (193943d)
  • seed/brands: add seed data to brands (13345a4)
  • seed/users: add seed data to users (ed2e624)
  • ui/axiom: add favicon & logo (eb209b3)
  • ui/axiom: add symbol to brands default columns (4ea5e6a)

v3.9.0

02 Mar 10:55

Choose a tag to compare

3.9.0 (2025-03-02)

Features

  • api/axiom: scaffold discord auth (c0ae6f3)
  • axiom: create custom login page (c730731)
  • axiom: implement github auth (ad7bbaf)
  • axiom: implement google auth (c8b77aa)
  • axiom: implement linkedin auth (5514a7a)
  • axiom: implement outgoing emails (09d394f)
  • db/brands: add sidebar, flatten social media links, and add validation (bab148d)
  • db/globals/social-links: create file (0eeeea1)
  • db/globals: create header block (aba7eb3)
  • db/users: remove brands relationship (8f6235b)
  • db: export hooks dir (1744086)
  • portal: scaffold auth (458c839)
  • ui/axiom: only render seed button in development environments (14e4a0c)
  • ui/axiom: render collections (ad6becd)

v3.8.0

01 Mar 02:42

Choose a tag to compare

3.8.0 (2025-03-01)

Features

  • ui/website/welcome: add registration link (8335830)

v3.7.0

28 Feb 03:19

Choose a tag to compare

3.7.0 (2025-02-28)

Bug Fixes

  • portal/dashboard: client side errors occuring due to invalid stop-colour DOM prop (2778762)
  • portal/profile: number input fields changes from uncontrolled to controlled (2a4fc38)

Features

  • ui/portal: create temp index route (177c66c)