| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-03-07 | feat: implement SMTP server with authentication, port validation, and email ↵ | Bobby | 1 | -1/+0 | |
| storage | |||||
| 2026-03-07 | feat: implement request handling and dashboard features with new tags and ↵ | Bobby | 1 | -0/+1 | |
| utilities | |||||
| 2026-03-07 | refactor: remove authentication middleware and related imports | Bobby | 1 | -10/+1 | |
| 2026-03-07 | feat: add configuration management and server setup | Bobby | 1 | -0/+3 | |
| - Implemented configuration file creation and loading in config.go. - Added default configuration content embedded in embed.go. - Introduced logging middleware for HTTP requests. - Created Makefile for build and setup automation. - Integrated Tailwind CSS and HTMX for frontend styling and interactivity. - Developed basic authentication flow with login and dashboard pages. - Enhanced error handling and user feedback in templates. - Updated dependencies in go.mod and go.sum. | |||||
| 2026-03-07 | Implement authentication system with login/logout functionality and session ↵ | Bobby | 1 | -0/+14 | |
| management | |||||
