Commit Graph

184 Commits

Author SHA1 Message Date
Jeremy
7fe225f680 Merge pull request #127 from Wikid82/renovate/vitejs-plugin-react-5.x
chore(deps): update dependency @vitejs/plugin-react to v5
2025-11-19 21:52:39 -05:00
Jeremy
09340b1e59 Merge pull request #126 from Wikid82/renovate/actions-upload-pages-artifact-4.x
chore(deps): update actions/upload-pages-artifact action to v4
2025-11-19 21:52:21 -05:00
Wikid82
4f17dad816 fix: downgrade Go version to 1.24.0 and update toolchain 2025-11-19 21:50:30 -05:00
renovate[bot]
9a0796109c chore(deps): update dependency @vitejs/plugin-react to v5 2025-11-20 02:48:22 +00:00
renovate[bot]
7cf2b1276f chore(deps): update actions/upload-pages-artifact action to v4 2025-11-20 02:48:09 +00:00
Wikid82
d6bfb0c3c9 chore: update gitignore and restore backend files
- Add backend/node_modules to .gitignore
- Untrack backend/node_modules from git
- Restore backend source files (go.mod, main.go, etc.) that were missing in HEAD
- Include frontend test updates
2025-11-19 21:45:21 -05:00
Wikid82
f7ce1df847 feat: add TypeScript definitions for Babel parser 2025-11-19 21:40:24 -05:00
Wikid82
9c7ef43851 feat: add LICENSE, README, and package.json for @babel/helper-validator-identifier 2025-11-19 21:39:18 -05:00
Wikid82
0af08ee627 feat: add babel-parser script for parsing files and generating AST 2025-11-19 21:38:58 -05:00
Wikid82
685a6c810a feat: add helper functions for identifier and keyword validation
- Introduced `index.js` and `index.js.map` to export functions for checking identifier characters and names.
- Added `keyword.js` and `keyword.js.map` to implement functions for validating keywords and reserved words in JavaScript.
- Implemented various checks for strict and non-strict reserved words, including binding-specific checks.
2025-11-19 21:38:33 -05:00
Wikid82
6d449f33c3 feat: Add LICENSE and README files for @babel/helper-string-parser package 2025-11-19 21:38:07 -05:00
Wikid82
f0789dd8af Add helper functions for string parsing in Babel
- Introduced `readStringContents`, `readEscapedChar`, `readHexChar`, and `readCodePoint` functions to enhance string parsing capabilities.
- Implemented error handling for unterminated strings and invalid escape sequences.
- Added support for numeric separators in different numeral systems (binary, octal, decimal, hexadecimal).
- Included source maps for better debugging and traceability.
2025-11-19 21:37:43 -05:00
Wikid82
c510830181 feat: Add symlinks for various CLI tools in node_modules 2025-11-19 21:37:33 -05:00
Wikid82
d93779cb37 feat: Add versioning information and Full function for application version string 2025-11-19 21:37:25 -05:00
Wikid82
4662d00643 feat: Add services for authentication, certificate management, proxy host, and remote server 2025-11-19 21:37:14 -05:00
Wikid82
fd6987e4a1 feat: Implement NewRouter function for serving frontend static files 2025-11-19 21:37:06 -05:00
Wikid82
619c6f2129 feat: Add model definitions for access control, proxy configuration, and user management 2025-11-19 21:36:58 -05:00
Wikid82
7e0b2abad0 feat: Implement SQLite database connection functionality 2025-11-19 21:36:50 -05:00
Wikid82
47edce1eae feat: Add configuration management with environment variable support 2025-11-19 21:36:26 -05:00
Wikid82
8919fc7655 feat: Implement Caddy configuration management, including client, validation, and import functionality 2025-11-19 21:36:15 -05:00
Wikid82
bf089c2d09 feat: Add database seeding functionality for remote servers, proxy hosts, settings, and default admin user 2025-11-19 21:36:06 -05:00
Wikid82
67e7721a9d feat: Add guideline for updating ignore files when creating new types or artifacts 2025-11-19 21:35:31 -05:00
Wikid82
304561303a feat: Implement certificate management handler and routes
- Added CertificateHandler for listing certificates.
- Created health check handler for service metadata.
- Introduced ImportHandler for handling Caddyfile imports.
- Developed ProxyHostHandler for CRUD operations on proxy hosts.
- Added RemoteServerHandler for managing remote servers.
- Implemented UserHandler for initial setup and user management.
- Created authentication middleware for secure API access.
- Registered all handlers and routes in the main API router.
- Added tests for proxy host and remote server handlers.
2025-11-19 21:35:20 -05:00
Wikid82
5e8f79b8dd feat: implement main application logic for backend server 2025-11-19 21:34:52 -05:00
Wikid82
512e6f858f refactor: remove unused Caddy configuration and validation code
- Deleted Caddy configuration types and validation logic from the backend.
- Removed associated test files for validation.
- Cleaned up related service and model files that are no longer needed.
- Removed unnecessary environment configuration and database connection code.
- Eliminated unused models related to access control, SSL certificates, and user management.
- Cleaned up node modules by removing unnecessary binaries.
2025-11-19 21:32:24 -05:00
Wikid82
240e883578 chore: Remove Black and Ruff pre-commit hooks from configuration 2025-11-19 21:31:41 -05:00
Wikid82
4a63eaaec8 feat: Add symlinks for various CLI tools in node_modules/.bin 2025-11-19 21:17:50 -05:00
Wikid82
906d15fc9b test: Add CRUD tests for RemoteServer and ProxyHost handlers 2025-11-19 21:17:39 -05:00
Wikid82
1f83bc1e3e docs: Add testing requirement for new code to include unit tests 2025-11-19 21:15:35 -05:00
Wikid82
4ad526f185 fix: Update getImportStatus and commitImport mocks to handle session state correctly 2025-11-19 20:50:23 -05:00
Wikid82
24d5cf3954 refactor: Update mutation functions in useImport, useProxyHosts, and useRemoteServers hooks for improved type handling 2025-11-19 20:47:55 -05:00
Wikid82
e13223592c feat: Add testRemoteServerConnection functionality to useRemoteServers hook and update related tests 2025-11-19 20:33:06 -05:00
Wikid82
6f289d3fc7 fix: Update API mock path for useProxyHosts tests to ensure correct functionality 2025-11-19 20:23:21 -05:00
Wikid82
21eb2d2608 refactor: remove old test files for useProxyHosts and useRemoteServers; add new tests for useImport and update existing tests for useProxyHosts and useRemoteServers 2025-11-19 20:22:01 -05:00
Wikid82
2f0058083e fix: Rename cancel button text to 'Back' in ImportReviewTable test 2025-11-19 20:10:41 -05:00
Wikid82
a79fcee928 fix: Update error message in ImportReviewTable test for clarity 2025-11-19 20:10:41 -05:00
Wikid82
e6fb423d6b fix: Correct render function call in ProxyHostForm test 2025-11-19 20:10:40 -05:00
Wikid82
3c5bdf0a0b feat: Update ImportReviewTable and RemoteServerForm components for improved conflict handling and connection testing 2025-11-19 20:10:40 -05:00
Jeremy
04f94d47ff Merge pull request #124 from Wikid82/renovate/actions-setup-node-5.x
chore(deps): update actions/setup-node action to v5
2025-11-19 20:05:09 -05:00
Jeremy
c70b749826 Merge pull request #123 from Wikid82/renovate/actions-setup-go-6.x
chore(deps): update actions/setup-go action to v6
2025-11-19 20:04:52 -05:00
Jeremy
dd467f7bf1 Merge pull request #122 from Wikid82/renovate/actions-github-script-8.x
chore(deps): update actions/github-script action to v8
2025-11-19 20:04:30 -05:00
Jeremy
8877acf44c Merge pull request #121 from Wikid82/renovate/golang.org-x-crypto-0.x
fix(deps): update module golang.org/x/crypto to v0.45.0
2025-11-19 20:04:11 -05:00
renovate[bot]
d7af175151 chore(deps): update actions/setup-node action to v5 2025-11-20 01:00:54 +00:00
renovate[bot]
fe22be1571 chore(deps): update actions/setup-go action to v6 2025-11-20 01:00:50 +00:00
renovate[bot]
6a075bf7ff chore(deps): update actions/github-script action to v8 2025-11-20 01:00:45 +00:00
renovate[bot]
b95c353c97 fix(deps): update module golang.org/x/crypto to v0.45.0 2025-11-20 01:00:40 +00:00
Wikid82
00981be8dc fix: CI workflow shell injection vulnerability
- Use environment variables for GitHub context in shell scripts to prevent injection attacks and syntax errors when commit messages contain special characters (e.g. single quotes, ampersands).
- Fixes failure when merging branches with special characters in their names.
2025-11-19 19:59:45 -05:00
Wikid82
8f35d08dfa Merge branch 'feature/Automatic-HTTPS-&-Certificate-Management' into development 2025-11-19 19:57:46 -05:00
Wikid82
70a28e53ee feat: Add Change Password functionality 2025-11-19 19:57:38 -05:00
Jeremy
656b32985e Merge pull request #119 from Wikid82/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2025-11-19 19:56:23 -05:00