• Joined on 2020-09-23
jean pushed to main at jean/time-tracker 2025-04-01 15:48:54 +00:00
4b47da3673 refactor: improve handling of optional CustomerID in project models and DTOs
a9c7598862 refactor: restructure database initialization and migration logic, moving to models package
bcc3aadb85 refactor: move JWTConfig to config package and update database initialization methods
Compare 4 commits »
jean pushed to main at jean/time-tracker 2025-03-13 11:27:05 +00:00
21c9233058 test
jean created branch main in jean/time-tracker 2025-03-13 11:16:52 +00:00
jean pushed to main at jean/time-tracker 2025-03-13 11:16:52 +00:00
jean pushed to ja/feat/init at jean/time-tracker 2025-03-12 13:52:40 +00:00
b9c900578d refactor: remove repeating code etc
294047a2b0 feat: Refactor activity and project handlers to use utility functions for ID parsing and response handling
Compare 2 commits »
jean pushed to ja/feat/init at jean/time-tracker 2025-03-12 11:09:06 +00:00
1198b326c1 refactor: moved and removed unused code
jean pushed to ja/feat/init at jean/time-tracker 2025-03-12 11:03:52 +00:00
b47c29cf5a feat: Introduce Undefined function for Nullable type and refactor DTOs to use Nullable directly
jean pushed to ja/feat/init at jean/time-tracker 2025-03-12 09:32:36 +00:00
4170eb5fbd feat: Refactor DTOs to use types.ULID and update companyId fields to be optional
jean pushed to ja/feat/init at jean/time-tracker 2025-03-12 08:56:52 +00:00
233f3cdb5c feat: Introduce Nullable type for optional fields and update user DTOs accordingly
da115dc3f6 feat: Enhance user update handling and introduce NullString type for optional fields
Compare 2 commits »
jean pushed to ja/feat/init at jean/time-tracker 2025-03-12 06:38:46 +00:00
0379ea4ae4 feat: Add TypeScript type generation and update DTOs to use string for IDs
016078c1c3 feat: Add example values to DTOs for improved API documentation
Compare 2 commits »
jean pushed to ja/feat/init at jean/time-tracker 2025-03-11 23:56:39 +00:00
c3162756ad feat: Update .env file to comment out JWT configuration and add .gitignore for keys directory
2e13d775fa feat: Implement RSA key generation and initialization for JWT authentication
b545392f27 feat: Add JWT configuration to environment and refactor JWT middleware to use new config structure
Compare 3 commits »
jean pushed to ja/feat/init at jean/time-tracker 2025-03-11 23:11:55 +00:00
9057adebdd feat: Update database models and DTOs to use bytea for ULIDWrapper and add JWT configuration to environment
c08da6fc92 feat: Add API key middleware and update configuration to support API key validation
165432208c feat: Update JWT token generation to set cookie and modify authentication middleware to use cookie
728258caa7 feat: Update project rules to enhance clarity and efficiency in development practices
Compare 4 commits »
jean pushed to ja/feat/init at jean/time-tracker 2025-03-11 16:37:11 +00:00
e336ff3ba2 feat: Update models to use ULIDWrapper for ID handling and adjust related database operations
2555143c0e feat: Load database configuration from a centralized config package and add pgAdmin service to Docker Compose
ec250570a6 feat: Refactor database configuration loading and seeding logic for improved clarity and maintainability
a0b0b98624 feat: Remove outdated Swagger documentation files and update database configuration handling
09584efa39 feat: Add project rules and guidelines for architecture, coding practices, security, documentation, testing, frontend, devops, and development workflow
Compare 5 commits »
jean pushed to ja/feat/init at jean/time-tracker 2025-03-11 09:10:41 +00:00
78be762430 feat: Add database migration, seeding, and testing commands with Makefile integration
baf656c093 feat: Refactor API routes to separate public and protected endpoints for better organization
460235b832 feat: Add user registration endpoint with JWT token generation and update API documentation
9f8eab0fac feat: Update API routes and enhance Swagger documentation for activity handler
4b98c1a9e5 feat: Add Swagger documentation for Time Tracker API with hello endpoint
Compare 6 commits »
jean pushed to main at jean/powerdns-docker 2025-03-11 08:35:55 +00:00
42f6c46ff0 fix: typo
jean pushed to main at jean/powerdns-docker 2025-03-11 08:34:56 +00:00
7c38733ab7 docu: updated readme
jean created branch main in jean/powerdns-docker 2025-03-11 08:31:41 +00:00
jean pushed to main at jean/powerdns-docker 2025-03-11 08:31:41 +00:00
935e213f27 first commit
jean created repository jean/powerdns-docker 2025-03-11 08:30:29 +00:00
jean pushed to ja/feat/init at jean/time-tracker 2025-03-10 22:03:36 +00:00
8785b86bfc feat: Implement company management API endpoints and handler
58173b436c refactor: Update DTOs to use string type for IDs and enhance API documentation for activity and user handlers
558ee70c21 feat: Add authentication DTOs and setup API routes for user and activity management
Compare 3 commits »