Commit Graph

49 Commits

Author SHA1 Message Date
Nico
c1259f0bf5 fix: recover when sessions table is missing 2026-02-18 14:52:35 -08:00
Nico
c3c0c33339 fix: harden auth inputs, throttling, and debug exposure 2026-02-18 12:24:15 -08:00
Nico
aa9488755f feat: enable cookie auth flow and database url runtime config 2026-02-16 01:49:03 -08:00
Nico
119994b602 feat: add db-backed session cookie auth compatibility 2026-02-16 01:43:27 -08:00
Nico
9cb0ac19e5 refactor: use safe request-scoped backend error logging 2026-02-16 01:36:39 -08:00
Nico
e2e9ec9eb4 fix: redact invite codes in logs using last4 policy 2026-02-16 01:34:09 -08:00
Nico
05ad576206 refactor: return json from health endpoints for request ids 2026-02-16 01:28:11 -08:00
Nico
16e60dcf63 refactor: align legacy list controller with sendError 2026-02-16 01:27:35 -08:00
Nico
2a9389532f fix: assign default user role on registration 2026-02-16 01:26:52 -08:00
Nico
9a73cea27d refactor: adopt sendError helper across core controllers 2026-02-16 01:26:18 -08:00
Nico
fec9f1ab25 feat: include request id in all json responses 2026-02-16 01:23:42 -08:00
Nico
a5f99ba475 fix: normalize frontend api errors and remove sensitive debug logs 2026-02-16 01:20:45 -08:00
Nico
ac92bed8a1 feat: standardize error envelope and request id propagation 2026-02-16 01:18:51 -08:00
Nico
b3f607d8f8 feat: add request id middleware for api responses 2026-02-16 01:10:26 -08:00
Nico
7fb28e659f chore: establish governance baseline and migration workflow 2026-02-16 01:09:13 -08:00
Nico
11f23eb643 styling fix and readme files reorg 2026-01-27 00:03:58 -08:00
Nico
31eda793ab polished implementation of new artchitecture 2026-01-26 22:52:16 -08:00
Nico
213134c4a5 Included household/stores management features 2026-01-26 00:37:43 -08:00
Nico
9fc25f2274 phase 3 - create minimal hooks to tie the new architecture between backend and frontend 2026-01-25 23:23:00 -08:00
Nico
4d5d2f0f6d phase2 - get backend api modified for new implmentations and create api test 2026-01-25 01:40:18 -08:00
Nico
ccf0c39294 phase1 - implement database foundation 2026-01-25 00:18:04 -08:00
Nico
1281c91c28 add password and display name manipulation
All checks were successful
Build & Deploy Costco Grocery List / build (push) Successful in 13s
Build & Deploy Costco Grocery List / deploy (push) Successful in 6s
Build & Deploy Costco Grocery List / notify (push) Successful in 1s
2026-01-24 21:38:33 -08:00
Nico
68976a7683 frontend refresh and update backend for frontend's new behavior 2026-01-23 00:25:11 -08:00
Nico
4139a07cd2 potential fix to user duplicates when user adds mopre than 1 of same item 2026-01-22 23:54:53 -08:00
Nico
8d5b2d3ea3 change backend to fix added_by data
All checks were successful
Build & Deploy Costco Grocery List / build (push) Successful in 45s
Build & Deploy Costco Grocery List / deploy (push) Successful in 14s
Build & Deploy Costco Grocery List / notify (push) Successful in 1s
2026-01-04 20:14:54 -08:00
Nico
2838cb5806 add api/config for current newly-implemented filesize restriction settings applied on the front end and possibly futrure configs 2026-01-04 19:54:22 -08:00
Nico
a38c29b5b5 increase allowable image filesize from 10mb to 20mb 2026-01-04 19:44:18 -08:00
Nico
cd06dbd9fc fix issue with lowercase
All checks were successful
Build & Deploy Costco Grocery List / build (push) Successful in 12s
Build & Deploy Costco Grocery List / deploy (push) Successful in 6s
Build & Deploy Costco Grocery List / notify (push) Successful in 1s
2026-01-04 16:15:18 -08:00
Nico
7c58ab57f7 fix string similarity check
All checks were successful
Build & Deploy Costco Grocery List / build (push) Successful in 12s
Build & Deploy Costco Grocery List / deploy (push) Successful in 5s
Build & Deploy Costco Grocery List / notify (push) Successful in 1s
2026-01-02 18:51:44 -08:00
Nico
aee9cd3244 further apply zoning and add ordering by zone feature 2026-01-02 15:33:53 -08:00
Nico
d2824f8aeb Apply item classification feature 2026-01-02 14:27:39 -08:00
Nico
29f64a13d5 have backend automatically reload with the addition of nodemon.json and within it are watch settings
add bought items within grocery list page
2026-01-02 13:55:54 -08:00
Nico
3073403f58 wip 2026-01-01 22:55:39 -08:00
Nico
54fd64b9e3 UpdateUpdate expiration
All checks were successful
Build & Deploy Costco Grocery List / build (push) Successful in 1m51s
Build & Deploy Costco Grocery List / deploy (push) Successful in 17s
Build & Deploy Costco Grocery List / notify (push) Successful in 1s
2025-12-11 08:47:41 -08:00
Nico
3ad4b62991 binary change?
Some checks failed
Build & Deploy Costco Grocery List / build (push) Failing after 11s
Build & Deploy Costco Grocery List / deploy (push) Has been skipped
2025-11-26 14:12:46 -08:00
Nico
57b52b6b50 Update frontend's ability to deal with expired JWT 2025-11-24 16:39:28 -08:00
Nico
e2f2edbf59 Increase security - move host locations to .env 2025-11-23 14:52:24 -08:00
Nico
f30474cb5d Fix updating of user roles
Fix adding of items
2025-11-23 01:41:15 -08:00
Nico
d9c4a2caf9 Made everything pretty
Fix registration
2025-11-23 00:12:17 -08:00
Nico
963240ceb1 Fix suggestion feature 2025-11-22 22:21:36 -08:00
Nico
4501c47849 Add navbar
Fix username not being passed from the api
2025-11-22 17:05:21 -08:00
Nico
ffbaa2a8e0 wip 2025-11-22 00:42:15 -08:00
Nico
4d8c3cb2e4 Add roles enum within backend
Add more admin functions
2025-11-21 18:51:40 -08:00
Nico
2a7457c614 Update backend for RBAC 2025-11-21 18:09:33 -08:00
nico
27ed2f70c6 refactor 2025-11-19 23:44:29 -10:00
root
03f9e31548 Let backend update automatically 2025-11-15 21:59:43 -10:00
Nico
e3b83786c5 Working react with docker deployment 2025-11-15 23:06:46 -08:00
Nico
1908b2aa70 Converted to react 2025-11-15 00:45:19 -08:00
Nico
52551d1f28 Refactor for react 2025-11-14 22:13:03 -08:00