FFFF Tags · CCExtractor/ccsync · GitHub
[go: up one dir, main page]

Skip to content

Tags: CCExtractor/ccsync

Tags

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[IMPROVEMENT] Improve health check to verify Taskwarrior availability. (

#438)

* feat: make health check fail when task binary is missing

* updating the PR applying the check for the version

---------

Co-authored-by: GAURAV KARMAKAR <gaurav.k@graeon.ai>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
security: add authentication and origin validation to WebSocket (#414)

* security: add authentication and origin validation to WebSocket

Add session authentication and origin header validation to the
WebSocket endpoint to prevent unauthorized access.

- Add checkWebSocketOrigin() for origin header validation
- Add AuthenticatedWebSocketHandler() requiring valid session
- Update main.go to use authenticated handler
- Support ALLOWED_ORIGIN and FRONTEND_ORIGIN_DEV env vars
- Allow localhost in development mode
- Log rejected connections for security monitoring

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Fix origin comparison security issue and improve ENV handling

Addresses review feedback:

1. Security fix: Replace insecure substring check with proper hostname
   comparison. Previously `strings.Contains(origin, host)` could be
   bypassed by an attacker using "malicious-example.com" to match
   "example.com". Now parses the origin URL and compares hostnames
   exactly.

2. Add getEnv() helper that returns "development" by default, making
   the environment check clearer and more maintainable.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(AddTaskDialog): add DateTimePicker for entry field (#383)

- Replace DatePicker with DateTimePicker for entry field in AddTaskDialog
- Add entry to dateTimeFields array in tests
- Support both date-only and datetime formats for entry

Contributes: #325

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add completion stats to project and tag filters (#385)

* feat: add completion stats to project and tag filters

- Add calculation functions for project and tag completion stats
- Update MultiSelectFilter to display completion percentage
- Show completed/total tasks count in filter dropdowns
- Calculate stats dynamically when tasks are loaded or synced

* feat: add completion stats to project and tag filters

- Add calculateProjectStats and calculateTagStats functions
- Display completed/total tasks and percentage in filter dropdowns
- Update stats dynamically on task changes and sync
- Add comprehensive test coverage for new functionality

* feat: add completion stats to project and tag filters

- Add calculateProjectStats and calculateTagStats functions
- Display completed/total tasks and percentage in filter dropdowns
- Update stats dynamically on task changes and sync
- Add comprehensive test coverage for new functionality

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: migrate from PR comments to summaries

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test(hero):add test for hero.tsx (#329)

* test(hero):add test for hero.tsx

* test(hero):add test for hero.tsx

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: adjust grid layout for better responsiveness and fix the da…

…tepicker (#285)

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: create new project button

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add task button Selector value check

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
patch: remove postman collection (#235)

0