| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-03-08 | feat(domains): add new TLD creation page and update sidebar | Bobby | 1 | -1/+1 | |
| - Introduced a new HTMX template for creating TLDs. - Created a new Django template for the new TLD page. - Updated the sidebar to include a link to the domains section. refactor(types): remove unused types and consolidate request handling - Deleted unused type definitions related to authentication, errors, mailboxes, overview, requests, responses, and users. - Introduced a new collections package for generic data structures. - Refactored request handling to use a more streamlined approach with RequestInfo and Param types. fix(meta): improve pagination and sorting functionality - Updated pagination logic to handle default values and edge cases. - Introduced a new Sorting type for better sorting management in queries. chore(urls): refactor URL handling and registry - Replaced enums with string constants for HTTP methods. - Consolidated route registration logic and improved type safety with RegisteredRoute. style(shortcuts): clean up error handling and rendering functions - Enhanced error handling functions for better readability and maintainability. - Removed deprecated functions and improved the structure of rendering logic. | |||||
| 2026-03-07 | feat: implement SMTP server with authentication, port validation, and email ↵ | Bobby | 3 | -75/+0 | |
| storage | |||||
| 2026-03-07 | feat: implement request handling and dashboard features with new tags and ↵ | Bobby | 2 | -0/+13 | |
| utilities | |||||
| 2026-03-07 | refactor: remove authentication middleware and related imports | Bobby | 2 | -27/+1 | |
| 2026-03-07 | refactor: simplify httpLogger function structure | Bobby | 1 | -20/+18 | |
| 2026-03-07 | feat: add configuration management and server setup | Bobby | 4 | -0/+91 | |
| - 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 | 2 | -0/+31 | |
| management | |||||
