Jeremy
54f15853bd
docs: update beta-release draft PR summary with eleventh update (retry)
2025-11-22 12:17:52 -05:00
Jeremy
e116e081f7
docs: update beta-release draft PR summary with tenth update
2025-11-22 12:17:39 -05:00
Jeremy
7483dd0f2c
docs: update beta-release draft PR summary with ninth update
2025-11-22 12:17:32 -05:00
Jeremy
3a410b8b18
docs: update beta-release draft PR summary with eighth update
2025-11-22 12:17:25 -05:00
Jeremy
a0c84c7ef4
docs: update beta-release draft PR summary with seventh update
2025-11-22 12:17:19 -05:00
Jeremy
dddfebb9de
docs: update beta-release draft PR summary with sixth update
2025-11-22 12:17:13 -05:00
Jeremy
6b3b9e3704
docs: update beta-release draft PR summary with fifth update
2025-11-22 12:17:07 -05:00
Jeremy
4843ecad78
docs: update beta-release draft PR summary with fourth update
2025-11-22 12:17:02 -05:00
Jeremy
178e7ed096
docs: update beta-release draft PR summary with third update
2025-11-22 12:16:56 -05:00
Jeremy
18c3621a89
docs: update beta-release draft PR summary with second update
2025-11-22 12:16:50 -05:00
Jeremy
fc0851472b
docs: update beta-release draft PR summary with new commit
2025-11-22 12:16:43 -05:00
Jeremy
0449681541
docs: add beta-release draft PR summary
2025-11-22 12:16:38 -05:00
Wikid82
6c8ba7b42d
fix: replace GITHUB_TOKEN with PROJECT_TOKEN in workflows
2025-11-22 12:15:13 -05:00
Wikid82
de1160a320
fix: revert to PROJECT_TOKEN
2025-11-22 12:13:55 -05:00
Wikid82
7aee12b911
fix: use GITHUB_TOKEN in release workflow
2025-11-22 12:11:50 -05:00
Jeremy
bf30a4aef2
Merge pull request #188 from Wikid82/feature/beta-release
...
chore: Prepare Beta Release (v0.2.0-beta.1)
2025-11-22 09:40:46 -05:00
Wikid82
fa4c189731
ci: fix action versions in release workflow
2025-11-22 09:23:40 -05:00
Wikid82
1475e2ada8
ci: fix action versions and use tags for stability
2025-11-22 09:21:39 -05:00
Wikid82
166bca30bf
ci: guard upload-sarif step when Trivy SARIF missing
2025-11-22 09:17:47 -05:00
Wikid82
a0b2d3ffef
fix: use find to locate and move dlv binary reliably
2025-11-22 00:43:23 -05:00
Wikid82
4d8c6fbb13
fix: handle dlv binary location dynamically without GOBIN
2025-11-22 00:33:10 -05:00
Wikid82
61b13a4b2b
fix: use GOBIN to force dlv installation path in Dockerfile
2025-11-22 00:31:08 -05:00
Wikid82
902a09d686
fix: ensure dlv binary is verifiable and copied correctly in multi-arch build
2025-11-22 00:23:59 -05:00
Wikid82
bc252ebebe
feat: update docker-publish workflow for beta release and add version bump script
2025-11-22 00:15:54 -05:00
Wikid82
5fe1791f50
chore: bump version to 0.2.0-beta.1
2025-11-22 00:15:05 -05:00
Wikid82
902603d5ad
feat: add frontend test hook and update test cases for ProxyHostForm and SystemStatus components
2025-11-21 23:39:06 -05:00
Jeremy
7859337319
Merge pull request #187 from Wikid82/development
...
Propagate changes from development into feature/alpha-completion
2025-11-21 22:45:54 -05:00
Wikid82
807481ee4e
feat: enhance sidebar navigation with collapsible menus and icons for better usability
2025-11-21 21:55:42 -05:00
Wikid82
7aa6747ecc
feat: add Settings and Tasks pages with routing; enhance navigation links for better user experience
2025-11-21 21:47:43 -05:00
Wikid82
3256cc845b
feat: add log level filtering and enhance logging configuration; update UI for improved navigation and settings structure
2025-11-21 21:32:43 -05:00
Wikid82
cdc6630a79
feat: add Content-Disposition header for file downloads in backup and logs handlers
2025-11-21 20:57:41 -05:00
renovate[bot]
be4fe1a19b
chore(deps): update npm minor/patch to ^4.0.13 ( #186 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-22 01:55:56 +00:00
Wikid82
94592c8515
feat: integrate Caddy manager into proxy host handler and enhance authorization middleware; update frontend components for improved UI and functionality
2025-11-21 20:42:52 -05:00
Wikid82
870af044f8
feat: add test connection functionality for proxy hosts and enhance UI for testing connections
2025-11-21 18:06:48 -05:00
Wikid82
b3c56529a6
feat: add suffix lookup functionality with trie structure
...
- Implemented a new suffix-trie.ts file for efficient domain suffix lookups.
- Introduced a lookupInTrie function to search for public suffixes in a trie.
- Added suffixLookup function to check if a hostname has a valid public suffix.
- Created package.json and package-lock.json to manage dependencies, including tldts and tldts-core.
2025-11-21 17:43:43 -05:00
Wikid82
1ba719366b
fix: update default values for SSL and HTTP2 settings; reorganize domain names section
2025-11-21 17:22:05 -05:00
Wikid82
f26c804f3f
Refactor code structure for improved readability and maintainability
2025-11-21 16:51:26 -05:00
Wikid82
4f93b8b6c5
fix: add specific SARIF files to .gitignore for better exclusion management
2025-11-21 16:39:09 -05:00
Wikid82
eb0628ee63
fix: add exclusion for all SARIF files in .gitignore
2025-11-21 16:35:34 -05:00
Wikid82
c52c96df69
fix: update connection handling in ProxyHostForm and improve tooltip descriptions in useDocker
2025-11-21 16:29:42 -05:00
Wikid82
a5fd7b02f3
fix: reorder import statements in domain_handler.go for consistency
2025-11-21 16:16:18 -05:00
Wikid82
cf23ddb666
feat: add domain management functionality with CRUD operations and integrate into UI
2025-11-21 16:15:39 -05:00
Wikid82
f6bd3ecb59
feat: enhance NotificationCenter with system update notifications and improve ProxyHostForm connection source handling
2025-11-21 15:09:18 -05:00
Wikid82
1a29b7ae76
feat: center header title and improve email update confirmation message
2025-11-21 14:26:42 -05:00
Wikid82
aefead1805
feat: improve error handling in ImportCaddy and Dashboard components
2025-11-21 14:07:30 -05:00
Wikid82
50e4932148
feat: add current password verification for email updates and implement tasks layout with navigation
2025-11-21 13:37:19 -05:00
Wikid82
a00dea5419
feat: normalize email addresses to lowercase in user registration and profile updates
...
- Updated user registration and profile update handlers to convert email addresses to lowercase before saving to the database.
- Added integration tests to verify login functionality after email changes, ensuring case insensitivity.
- Introduced a new Account page to replace the Security page, consolidating user account management features.
- Removed the old Security page and updated routing in the Settings layout.
- Enhanced the SystemStatus component to provide user feedback on update availability.
- Added password change functionality in the Account page, allowing users to update their passwords securely.
2025-11-21 13:04:49 -05:00
Wikid82
4d1f92d909
feat: update docker-compose configuration for development environment and add debugging capabilities
2025-11-21 12:17:54 -05:00
Wikid82
c8822f61ef
feat: enhance sidebar collapse functionality and improve layout header structure
2025-11-21 12:15:18 -05:00
Wikid82
5db59291f4
feat: improve setup page navigation logic to handle loading state and redirect based on authentication
2025-11-21 11:58:25 -05:00