Skip to content
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
5c39b9b
test(auth): add signup validation tests (missing fields, invalid emai…
exploitenomah Oct 15, 2025
b8eb180
refactor: update folder structure to use modules
exploitenomah Oct 17, 2025
a27df96
feat: Create signup API for organization owner
exploitenomah Oct 17, 2025
e80a44f
refactor: Update user model to accept firstName & lastName
exploitenomah Oct 19, 2025
7952ce3
refactor: Update organization to be uniquely identified by slug
exploitenomah Oct 19, 2025
3dba265
feat: Add catch all not found route handler
exploitenomah Oct 19, 2025
d4e4747
refactor: Update error handler to provide stack in development
exploitenomah Oct 19, 2025
90b213c
feat: Improve error handling by providing details
exploitenomah Oct 19, 2025
0f601e8
Update .gitignore
exploitenomah Oct 19, 2025
844a65b
docs: Update README, Create documentation process
exploitenomah Oct 19, 2025
d8d3f0f
docs: Update signup documentation
exploitenomah Oct 19, 2025
9bb13d1
chore: setup env validation with zod
exploitenomah Oct 19, 2025
9bf46df
chore: setup env validation with zod
exploitenomah Oct 19, 2025
0b4e9f9
chore: setup env validation with zod
exploitenomah Oct 19, 2025
fb75d49
chore: restructure test directory
exploitenomah Oct 25, 2025
44c3e9c
test: Write unit tests for email verification
exploitenomah Oct 25, 2025
52da2cb
chore: install zeptomail library
exploitenomah Oct 25, 2025
3dddc93
chore: add script for unit testing
exploitenomah Oct 25, 2025
f100f1b
chore: add new paths to config
exploitenomah Oct 25, 2025
43f2c17
chore: add new env variables
exploitenomah Oct 25, 2025
9f6f82c
chore: create type declaration for zeptomail
exploitenomah Oct 25, 2025
cabab91
chore: increase timeout for test hooks
exploitenomah Oct 25, 2025
272fc13
feat: add feature to send emailverification code
exploitenomah Oct 25, 2025
9c77eef
feat: add verify-email endpoint
exploitenomah Oct 25, 2025
4ac50ce
test: integration tests for email verification
exploitenomah Nov 14, 2025
2d11bfd
refactor: updates to email verification to ensure tests pass
exploitenomah Nov 14, 2025
367d8ca
test: resend verification email tests
exploitenomah Nov 14, 2025
23af767
feat: add resend email verification endpoint
exploitenomah Nov 14, 2025
7da2cba
fix: call toBeFalsy method to ensure check runs
exploitenomah Nov 14, 2025
c52aa79
refactor: replace try/catch with routeTryCatcher helper
exploitenomah Nov 14, 2025
debbc40
refactor: replace try/catch with routeTryCatcher helper
exploitenomah Nov 14, 2025
94dafb1
refactor: create clearVerificationEmailData method on user
exploitenomah Nov 14, 2025
1e5e633
chore: remove redundant comment
exploitenomah Nov 14, 2025
43c718c
Create node.js.yml
exploitenomah Nov 15, 2025
0abb0da
Merge pull request #1 from Timesheets-By-Exploit/chore/ci-setup
exploitenomah Nov 15, 2025
83311dd
Merge branch 'develop' into feature/auth-signup
exploitenomah Nov 15, 2025
9153842
chore: update ci script
exploitenomah Nov 15, 2025
d205367
Create PULL_REQUEST_TEMPLATE.md
exploitenomah Nov 15, 2025
f05ba5c
Merge pull request #2 from Timesheets-By-Exploit/chore/pr-template
exploitenomah Nov 15, 2025
2dcee7f
chore: update folder structure
exploitenomah Nov 15, 2025
a2d996e
Merge branch 'develop' into feature/auth-signup
exploitenomah Nov 15, 2025
e56259e
Merge pull request #4 from Timesheets-By-Exploit/feature/auth-signup
exploitenomah Nov 15, 2025
56c040b
Husky Setup (#5)
exploitenomah Nov 15, 2025
6550472
Merge branch 'main' into develop
exploitenomah Nov 15, 2025
9837e1c
Login and Refresh token feature (#7)
exploitenomah Dec 27, 2025
27effb7
feat: create tests and logout route
exploitenomah Dec 27, 2025
aacc673
Merge branch 'main' into develop
exploitenomah Dec 27, 2025
01dcce3
Feature/Change-Password (#9)
exploitenomah Dec 28, 2025
1f95623
feat: implement forgot password and reset password features (#11)
exploitenomah Dec 28, 2025
1f3cba9
update from origin
exploitenomah Dec 28, 2025
25134d6
Merge branch 'main' into develop
exploitenomah Dec 29, 2025
dc4b4da
Simplify signup to remove organization creation (#13)
exploitenomah Dec 29, 2025
2ce3f72
Merge branch 'main' into develop
exploitenomah Dec 29, 2025
ccb9ecc
Feature/organization endpoints (#15)
exploitenomah Mar 5, 2026
0e96b63
Feature/organization endpoints (#17)
exploitenomah Mar 5, 2026
f13bd1c
Feature/organization endpoints (#19)
exploitenomah Mar 9, 2026
0af02ad
Update to main
exploitenomah Mar 9, 2026
2916a1f
Merge branch 'main' into develop
exploitenomah Mar 9, 2026
ffdc765
Remove pino pretty from dev deps
exploitenomah Mar 9, 2026
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
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"husky": "^8.0.0",
"jest": "^30.2.0",
"mongodb-memory-server": "^10.2.3",
"pino-pretty": "^13.1.3",
"prettier": "^3.7.4",
"supertest": "^7.1.4",
"ts-jest": "^29.4.5",
Expand Down