Commit Graph

404 Commits

Author SHA1 Message Date
Wikid82 897959a621 feat: enhance import handling with detailed conflict resolution and UI updates 2025-11-24 23:48:25 +00:00
Wikid82 e4b737710c feat: implement ACME staging support for Let's Encrypt to avoid rate limits during development and testing 2025-11-24 23:10:07 +00:00
Wikid82 6feff3e8ce chore: remove cashed 2025-11-24 18:22:01 +00:00
Wikid82 9c842e7eab chore: remove cached 2025-11-24 18:21:11 +00:00
Wikid82 a5042cab55 fix: update workflows to replace PROJECT_TOKEN and GITHUB_TOKEN with CPMP_TOKEN 2025-11-22 14:53:25 -05:00
Wikid82 fea86a6c76 feat: enhance import functionality with Caddyfile content preview and optional mounting in Docker 2025-11-22 14:29:21 -05:00
Jeremy c8adbb79fd chore: lock PR body content before creation 2025-11-22 12:21:44 -05:00
Jeremy 308ae5dd9d chore: final PR body content prior to draft PR creation 2025-11-22 12:21:37 -05:00
Jeremy b81544564a chore: update PR body content file before opening draft PR 2025-11-22 12:21:30 -05:00
Jeremy 588c751102 chore: update PR body content file with newest commit reference 2025-11-22 12:21:23 -05:00
Jeremy b142c38ffd chore: update PR body content file with latest commit reference 2025-11-22 12:21:14 -05:00
Jeremy 18cf3cee52 chore: add PR body content file for draft creation 2025-11-22 12:21:03 -05:00
Jeremy e2fc0b80eb docs: refresh draft PR body snapshot with final commit reference before PR 2025-11-22 12:20:55 -05:00
Jeremy 5727c58652 docs: refresh draft PR body snapshot with latest commit SHA 2025-11-22 12:20:49 -05:00
Jeremy 75beff0910 docs: update concise draft PR body snapshot with latest commit reference 2025-11-22 12:20:43 -05:00
Jeremy 1cf0d267b0 chore: add concise draft PR body snapshot 2025-11-22 12:20:37 -05:00
Jeremy be131efd2e docs: update beta-release draft PR summary with thirtieth update 2025-11-22 12:20:26 -05:00
Jeremy c99723dfc5 docs: update beta-release draft PR summary with twenty-ninth update 2025-11-22 12:20:14 -05:00
Jeremy 3cd9875477 docs: update beta-release draft PR summary with twenty-eighth update 2025-11-22 12:20:06 -05:00
Jeremy 28a793d998 docs: update beta-release draft PR summary with twenty-seventh update 2025-11-22 12:19:57 -05:00
Jeremy 3adc86025b docs: update beta-release draft PR summary with twenty-sixth update 2025-11-22 12:19:49 -05:00
Jeremy 853f0f13d1 docs: update beta-release draft PR summary with twenty-fifth update 2025-11-22 12:19:42 -05:00
Jeremy ae918bf018 docs: update beta-release draft PR summary with twenty-fourth update 2025-11-22 12:19:33 -05:00
Jeremy 19aeb429da docs: update beta-release draft PR summary with twenty-third update 2025-11-22 12:19:25 -05:00
Jeremy 5addf23cd5 docs: update beta-release draft PR summary with twenty-second update 2025-11-22 12:19:17 -05:00
Jeremy c960f182a1 docs: update beta-release draft PR summary with twenty-first update 2025-11-22 12:19:09 -05:00
Jeremy 119364f144 docs: update beta-release draft PR summary with twentieth update 2025-11-22 12:19:00 -05:00
Jeremy 9169e6182b docs: update beta-release draft PR summary with nineteenth update 2025-11-22 12:18:50 -05:00
Jeremy 5a6aec15e6 docs: update beta-release draft PR summary with eighteenth update 2025-11-22 12:18:43 -05:00
Jeremy 7e32857473 docs: update beta-release draft PR summary with seventeenth update 2025-11-22 12:18:36 -05:00
Jeremy ed13d679c0 docs: update beta-release draft PR summary with sixteenth update 2025-11-22 12:18:29 -05:00
Jeremy 990161cd62 docs: update beta-release draft PR summary with fifteenth update 2025-11-22 12:18:22 -05:00
Jeremy 49b13cc829 docs: update beta-release draft PR summary with fourteenth update 2025-11-22 12:18:15 -05:00
Jeremy 41edb5aeb9 docs: update beta-release draft PR summary with thirteenth update 2025-11-22 12:18:09 -05:00
Jeremy 44c2fba162 docs: update beta-release draft PR summary with twelfth update 2025-11-22 12:18:01 -05:00
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 0e64e96ffb feat: add Delve debugger support and update entrypoint for debugging 2025-11-20 00:09:20 -05:00
Wikid82 c97c16a752 feat: add Settings and Setup pages for user management
- Implemented Settings page for changing user passwords with validation and feedback.
- Created Setup page for initial admin account setup with form handling and navigation.
- Added API service layer for handling requests related to proxy hosts, remote servers, and import functionality.
- Introduced mock data for testing purposes and set up testing framework with vitest.
- Configured Tailwind CSS for styling and Vite for development and build processes.
- Added scripts for Dockerfile validation, Python syntax checking, and Sourcery integration.
- Implemented release and coverage scripts for better CI/CD practices.
2025-11-19 22:54:35 -05:00
Wikid82 1e2d87755d Remove Settings and Setup pages along with their tests and related API services
- Deleted Settings.tsx and Setup.tsx pages, which included functionality for changing passwords and setting up an admin account.
- Removed associated test files for Setup page.
- Eliminated API service definitions related to proxy hosts, remote servers, import functionality, and health checks.
- Cleaned up mock data and test setup files.
- Removed configuration files for TypeScript, Vite, and Tailwind CSS.
- Deleted scripts for testing coverage, release management, Dockerfile validation, and Python compilation checks.
- Removed Sourcery pre-commit wrapper script.
2025-11-19 22:53:32 -05:00