Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
cd95bf1
routes/user: re-organise into subdomains
clairep94 Sep 27, 2025
f8c0c02
server/controllers/user.controller/apiKey: update to ts, no-verify
clairep94 Sep 27, 2025
41a5fa6
add express types, no-verify
clairep94 Sep 27, 2025
d185596
migrate strictNullCheck: true to compileroptions, no-verify
clairep94 Sep 27, 2025
658aaf4
utils/isAuthenticated: migrate to ts, no-verify
clairep94 Sep 27, 2025
51116c1
update isAuthenticated with types, update to named export & wip user …
clairep94 Sep 27, 2025
97329d4
wip attaching user {id:string} to authenticated requests, not working…
clairep94 Sep 27, 2025
b47f8ec
finish workaround for unable to attach user to Express Request
clairep94 Sep 27, 2025
4cec0cf
server/controller/user: migrate to ts, no-verify
clairep94 Sep 27, 2025
b51df2e
controllers/user: wip update types using RequestHandler, no-verify
clairep94 Sep 27, 2025
5100162
controller/users: wip add types, no-verify
clairep94 Sep 27, 2025
85c5175
controller/user: add generic error and generic response types, no-verify
clairep94 Sep 27, 2025
3c83506
controller/user: wip add types, define specific interfaces for reques…
clairep94 Sep 27, 2025
2a2a31e
controllers/user: resolve type errors with workaround
clairep94 Sep 27, 2025
8455d74
add user controller.helpers tests
clairep94 Sep 28, 2025
6995754
fix failing test
Oct 2, 2025
750f83f
merge with develop
Oct 2, 2025
cc36aba
fix test
Oct 2, 2025
afd404e
fix failing test
clairep94 Oct 4, 2025
a8e6c5b
add unit test draft for user controller, big wip, to be re-written on…
clairep94 Oct 4, 2025
e84256b
server/controllers/user.controller/apiKey: add types to apikey relate…
clairep94 Oct 8, 2025
751328b
wip test for user controller, no-verify
clairep94 Oct 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
138 changes: 121 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@types/bcryptjs": "^2.4.6",
"@types/express": "^5.0.3",
"@types/classnames": "^2.3.0",
"@types/friendly-words": "^1.2.2",
"@types/jest": "^29.5.14",
Expand Down
Loading
Loading