GitHub Actions
fd58f9d99a
fix(auth): update SameSite cookie policy description for clarity
2026-03-15 03:23:06 +00:00
GitHub Actions
f33ab83b7c
fix(auth): rename isLocalHost to isLocalOrPrivateHost and update related tests
2026-03-15 03:20:11 +00:00
GitHub Actions
6777f6e8ff
feat(auth): implement Bearer token fallback in fetchSessionUser for private network HTTP connections
...
- Expanded fetchSessionUser to include Bearer token from localStorage as a fallback for authentication when Secure cookies fail.
- Updated headers to conditionally include Authorization if a token is present.
- Ensured compatibility with the recent fix for the Secure cookie flag on private network connections.
2026-03-15 02:25:07 +00:00
Jeremy
9d6ecd8f73
Merge pull request #824 from Wikid82/feature/beta-release
...
Feature: Telegram Notification Provider
2026-03-11 14:05:55 -04:00
Jeremy
0c2a9d0ee8
Merge pull request #830 from Wikid82/renovate/feature/beta-release-non-major-updates
...
chore(deps): update non-major-updates (feature/beta-release)
2026-03-11 13:20:47 -04:00
GitHub Actions
c71e6fef30
fix: improve response handling in Telegram notification provider tests to prevent race conditions
2026-03-11 16:54:54 +00:00
renovate[bot]
3186676f94
chore(deps): update non-major-updates
2026-03-11 16:26:55 +00:00
GitHub Actions
b108f11bb4
fix: update zod-validation-error dependency to version 5.0.0
2026-03-11 15:58:43 +00:00
GitHub Actions
d56e8a0f7f
fix: update zod dependency version and remove outdated references in package-lock.json
2026-03-11 15:56:33 +00:00
GitHub Actions
b76c1d7efc
chore: update golang.org/x/sync dependency to v0.20.0 and remove outdated golang.org/x/text v0.34.0
2026-03-11 15:54:36 +00:00
GitHub Actions
cbb2f42a2b
fix: correct syntax error in bulk delete test for ProxyHosts
2026-03-11 15:53:24 +00:00
GitHub Actions
fd056c05a7
feat: Enhance Notifications feature with accessibility improvements and test remediation
...
- Added aria-label attributes to buttons in Notifications component for better accessibility.
- Updated Notifications tests to use new button interactions and ensure proper functionality.
- Refactored notifications payload tests to mock API responses and validate payload transformations.
- Improved error handling and feedback in notification provider tests.
- Adjusted Telegram notification provider tests to streamline edit interactions.
2026-03-11 15:33:53 +00:00
GitHub Actions
2f76b4eadc
fix: update team roster formatting for consistency in Management agent
2026-03-11 15:33:53 +00:00
GitHub Actions
fde59a94ae
chore: remove outdated structured autonomy commands and documentation
...
- Deleted sa-generate.md, sa-implement.md, and sa-plan.md as they are no longer needed.
- Removed security scan commands for CodeQL, Docker image, Go vulnerabilities, GORM, and Trivy due to redundancy.
- Eliminated SQL code review and optimization commands to streamline processes.
- Removed supply chain remediation command as it is now integrated elsewhere.
- Deleted test commands for backend and frontend coverage and unit tests to simplify testing workflow.
- Updated settings.json and CLAUDE.md to reflect the removal of commands and ensure consistency in documentation.
2026-03-11 15:33:53 +00:00
Jeremy
7409862140
Merge pull request #828 from Wikid82/renovate/feature/beta-release-non-major-updates
...
fix(deps): update non-major-updates (feature/beta-release)
2026-03-11 10:57:07 -04:00
renovate[bot]
065ac87815
fix(deps): update non-major-updates
2026-03-11 14:53:49 +00:00
Jeremy
d6d810f1a2
Merge pull request #827 from Wikid82/renovate/feature/beta-release-major-7-react-monorepo
...
chore(deps): update dependency eslint-plugin-react-hooks to v7 (feature/beta-release)
2026-03-10 22:32:06 -04:00
Jeremy
05c71988c0
Merge pull request #826 from Wikid82/renovate/feature/beta-release-non-major-updates
...
chore(deps): update non-major-updates (feature/beta-release)
2026-03-10 22:31:28 -04:00
GitHub Actions
3e32610ea1
chore: Refactor tests to use findBy queries for better async handling, update mock implementations, and clean up imports across various test files. Adjust toast utility to use for-of loops for callback execution. Update Vite and Vitest configuration files for consistency.
2026-03-11 02:24:28 +00:00
renovate[bot]
be502b7533
chore(deps): update dependency eslint-plugin-react-hooks to v7
2026-03-11 02:15:03 +00:00
renovate[bot]
4e81a982aa
chore(deps): update non-major-updates
2026-03-11 02:14:55 +00:00
GitHub Actions
c977c6f9a4
fit(notification): enhance Telegram integration with dynamic API base URL and improved payload validation
2026-03-11 00:34:39 +00:00
GitHub Actions
7416229ba3
fix: restore @types/eslint-plugin-jsx-a11y in devDependencies and remove from dependencies
2026-03-10 23:51:52 +00:00
GitHub Actions
9000c1f4ba
chore: add comprehensive tests for Telegram notification service functionality
2026-03-10 23:32:29 +00:00
GitHub Actions
7423e64bc5
fix(dependencies): replace eslint-plugin-vitest with @vitest/eslint-plugin in configuration files
2026-03-10 23:30:08 +00:00
Jeremy
1d5f46980d
Merge branch 'development' into feature/beta-release
2026-03-10 14:32:20 -04:00
Jeremy
e09efa42a8
Merge pull request #821 from Wikid82/renovate/feature/beta-release-non-major-updates
...
chore(deps): update non-major-updates (feature/beta-release)
2026-03-10 14:30:09 -04:00
Jeremy
e99be20bae
Merge branch 'feature/beta-release' into renovate/feature/beta-release-non-major-updates
2026-03-10 14:29:54 -04:00
GitHub Actions
6ce858e52e
fix(dependencies): update ESLint and TypeScript-related packages for compatibility
2026-03-10 18:28:20 +00:00
GitHub Actions
f41bd485e3
fix(docker): update Caddy security version to 1.1.45
2026-03-10 18:20:28 +00:00
GitHub Actions
2fc5b10d3d
fix(notifications): surface provider API error details in test failure messages
2026-03-10 17:30:31 +00:00
GitHub Actions
f3d69b0116
feat: add validation to prevent testing new notification providers without saving
2026-03-10 13:23:13 +00:00
renovate[bot]
13c5f8356c
chore(deps): update non-major-updates
2026-03-10 13:21:37 +00:00
GitHub Actions
95c3adfa61
fix: update dependencies in package-lock.json for improved compatibility
2026-03-10 12:24:08 +00:00
GitHub Actions
ef71f66029
feat: add Telegram notification provider support
...
- Updated API to support Telegram as a notification provider type.
- Enhanced tests to cover Telegram provider creation, updates, and token handling.
- Modified frontend forms to include Telegram-specific fields and validation.
- Added localization strings for Telegram provider.
- Implemented security measures to ensure bot tokens are not exposed in API responses.
2026-03-10 12:14:57 +00:00
GitHub Actions
317bff326b
fix: update component styles for consistency and improved layout
2026-03-09 20:15:19 +00:00
GitHub Actions
542d4ff3ee
fix: replace flex-shrink-0 with shrink-0 for consistent styling across components
2026-03-09 20:03:57 +00:00
GitHub Actions
82a55da026
chore: add @types/eslint-plugin-jsx-a11y as a dependency
2026-03-09 19:46:20 +00:00
GitHub Actions
0535f50d89
fix(deps): update @types/node to version 25.4.0 for improved compatibility
2026-03-09 19:14:11 +00:00
GitHub Actions
fc5cb0eb88
fix(deps): update @types/node to version 25.4.0 for improved compatibility
2026-03-09 19:13:45 +00:00
Jeremy
524d363e27
Merge pull request #820 from Wikid82/renovate/feature/beta-release-non-major-updates
...
fix(deps): update non-major-updates (feature/beta-release)
2026-03-09 15:10:39 -04:00
renovate[bot]
e2ebdb37f0
fix(deps): update non-major-updates
2026-03-09 18:49:35 +00:00
Jeremy
539dd1bff4
Merge pull request #817 from Wikid82/hotfix/docker_build
...
fix(docker): update CADDY_VERSION to 2.11.2 for improved stability
2026-03-09 14:46:47 -04:00
Jeremy
f8ec567a35
Merge pull request #818 from Wikid82/hotfix/docker_build
...
fix(docker): update CADDY_VERSION to 2.11.2 for improved stability
2026-03-09 14:46:12 -04:00
Jeremy
c758c9d3ab
Merge pull request #813 from Wikid82/renovate/feature/beta-release-non-major-updates
...
fix(deps): update non-major-updates (feature/beta-release)
2026-03-09 13:48:00 -04:00
GitHub Actions
aaf52475ee
fix(docker): update Caddy version to 2.11.2 for consistency across documentation and scripts
2026-03-09 16:51:01 +00:00
renovate[bot]
424dc43652
fix(deps): update non-major-updates
2026-03-09 16:47:48 +00:00
GitHub Actions
cd35f6d8c7
fix(docker): update CADDY_CANDIDATE_VERSION to 2.11.2 for consistency
2026-03-09 16:47:48 +00:00
GitHub Actions
85b0bb1f5e
fix(docker): update CADDY_VERSION to 2.11.2 for improved stability
2026-03-09 16:40:30 +00:00
GitHub Actions
b0001e4d50
fix: update flatted to version 3.4.1 and i18next to version 25.8.15
2026-03-09 13:12:19 +00:00