This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Releases: cuhacking/2025
Releases · cuhacking/2025
v3.13.1
v3.13.0
v3.12.1
v3.12.0
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
v3.10.1
v3.10.0
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
/adminto 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
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)