Skip to content

Tags: mshatoori/goatak

Tags

v32

Toggle v32's commit message
Merge branch 'fix-resend-temp'

v31

Toggle v31's commit message
feat(webclient): add share mode support to item sending

Refactor the `sendItemHandler` to support a new "share" mode alongside the
default "send" behavior. When in share mode, the system creates or
activates a resend configuration with a UID prefix filter instead of
performing a one-time transmission.

- Implement `SendItemRequest` struct for structured JSON decoding
- Add `handleSendMode` and `handleShareMode` helper functions
- Implement logic to find and reactivate existing share configurations
- Update frontend to handle share mode success states and refresh store
- Improve error reporting with descriptive JSON responses and HTTP status codes

v29

Toggle v29's commit message
docs: update TODO list by removing completed items and reorganizing

v28

Toggle v28's commit message
chore: Set image names in docker-compose.yaml

v27rc1

Toggle v27rc1's commit message
Update docs

v26

Toggle v26's commit message
Resend service

v25

Toggle v25's commit message
SendTo in UnitDetails

v24

Toggle v24's commit message
Add stale timer

Fix duplicate radar bug
Delete for flows
Remove infomarkers

v23

Toggle v23's commit message
Fix bugs

v22

Toggle v22's commit message
Select contact in send modal