Ugrás a fő tartalomhoz

Kiadási megjegyzések — 2026. február 2.

GDPR Compliance Updates

This release focuses on full GDPR (General Data Protection Regulation) compliance, providing users with comprehensive tools to exercise their data rights.


New Features

GDPR Rights Dashboard

Location: Settings → Privacy → GDPR Rights

Users can now exercise all their GDPR rights through a dedicated self-service interface:

1. Right to Access (Article 15)

  • Export Your Data in JSON or CSV format
  • Download complete profile, time entries, projects, invoices
  • Instant export generation (no waiting time)
  • Learn more

2. Right to Rectification (Article 16)

  • Update profile information anytime
  • Edit time entries, projects, settings
  • Changes take effect immediately

3. Right to Erasure (Article 17)

  • Account Deletion with 7-day grace period
  • Email notification with cancellation link
  • Clear timeline of what gets deleted when
  • Learn more

4. Right to Restriction of Processing (Article 18) NEW

  • Temporary account freeze without deletion
  • Four scenarios supported:
  • Data accuracy verification
  • Unlawful processing objection
  • Legal claims
  • Objection review pending
  • Data stored but not processed during restriction
  • Unlock account anytime (instant)

5. Right to Data Portability (Article 20)

  • Export data in machine-readable JSON format
  • Import to other time tracking services
  • Includes all time entries, projects, invoices

6. Right to Object (Article 21) NEW

  • Direct Marketing: Absolute right to opt-out (instant)
  • Profiling: Stop automated decision-making (instant)
  • Legitimate Interests: Object to any processing (30-day review)
  • Toggle switches for easy management

7. Right to Withdraw Consent (Article 7.3)

  • Manage cookie preferences
  • Update email marketing subscriptions
  • Changes take effect immediately

8. Right to Lodge a Complaint (Article 77)

  • Full contact details for Hungarian NAIH (Data Protection Authority)
  • Guidance on complaint process

Full GDPR Rights Documentation


Privacy Policy v2.0

Effective Date: March 4, 2026 (30 days from now)

Our Privacy Policy has been updated with detailed explanations of how to exercise your GDPR rights:

Changes:

  1. Section 6 (GDPR Rights) completely rewritten
  2. Added implementation details for all 8 rights
  3. Included UI navigation paths for self-service
  4. Documented 7-day grace period for account deletion
  5. Added Article 18 (Restriction) and Article 21 (Object) details
  6. Specified data export formats (JSON/CSV)
  7. Added Hungarian NAIH contact information
  8. Updated legal references to GDPR articles

Action Required:

  • All users will receive an email notification about this update
  • You have 30 days to review and object if needed
  • New policy takes effect March 4, 2026

View Privacy Policy


Improvements

Account Deletion Flow

Before:

  • Immediate deletion (no recovery)
  • Manual support contact required

After:

  • 7-day grace period for accidental deletions
  • Email notification with cancellation link (valid 7 days)
  • Clear timeline: Day 0-7 (reversible) → Day 8+ (permanent)
  • Self-service cancellation (no support ticket needed)

What gets deleted:

  • Profile information (name, email, phone)
  • Time entries and descriptions
  • Projects, workspaces, team memberships
  • Preferences and settings
  • Marketing consent records

What's retained (legal requirements):

  • Accounting data (8 years, anonymized)
  • Security logs (90 days, IP addresses only)
  • Legal compliance records

Account Deletion Guide


Data Export Enhancements

New Features:

  • CSV format added (Excel-compatible)
  • Instant generation (no queue)
  • Unlimited exports (no restrictions)
  • Structured metadata in exports

Export Includes:

  • Profile information
  • All time entries (with projects, tags)
  • Projects and workspaces
  • Financial data (invoices, transactions)
  • Preferences and settings
  • Audit logs (last 90 days)

Data Export Guide


New Documentation

We've added comprehensive guides for all GDPR features:

  1. GDPR Rights (350+ lines)
  • Detailed explanation of all 8 rights
  • Step-by-step instructions for each
  • FAQ with 6 common questions
  • Troubleshooting section
  1. Account Deletion (280+ lines)
  • Complete deletion workflow
  • 7-day grace period details
  • Cancellation methods
  • What gets deleted vs. retained
  • Timeline with examples
  • FAQ with 8 questions
  1. Data Export (370+ lines)
  • JSON vs. CSV format comparison
  • Complete data structure documentation
  • Usage examples (Excel, import to other services)
  • Privacy and security best practices
  • Troubleshooting common issues

Security & Privacy

Enhanced Data Protection

  • Encryption: All exports use HTTPS during download
  • Audit Logging: All GDPR actions logged (restriction, export, deletion)
  • Email Notifications: Instant alerts for account changes
  • Compliance Tracking: Legal basis documented for all processing

User Control

  • Self-Service: No support tickets needed for GDPR requests
  • Instant Actions: Most rights exercised in real-time
  • Transparency: Clear explanations of what happens when
  • Reversibility: 7-day grace period for destructive actions

Bug Fixes

  • Fixed: Export button not responding in Safari
  • Fixed: CSV export encoding issues (special characters)
  • Fixed: Account deletion email not sent in some timezones
  • Fixed: Restriction status not showing in profile header

Technical Details

Backend Changes

New API Endpoints:

POST /api/v1/users/restrict # Restrict account processing
DELETE /api/v1/users/restrict # Remove restriction
POST /api/v1/users/object # Object to processing
GET /api/v1/users/objections # List active objections

Enhanced Endpoints:

GET /api/v1/users/export/:format # JSON | CSV
DELETE /api/v1/users/delete # Now with 7-day grace
POST /api/v1/users/delete/cancel # Cancel deletion

Database Migrations

  • Added restrictions table (Article 18 tracking)
  • Added objections table (Article 21 tracking)
  • Added accountDeletionScheduled field (grace period)
  • Added deletionCancelToken field (secure cancellation)

Frontend Changes

New Components:

  • GDPRRights.tsx - Main dashboard
  • AccountRestriction.tsx - Restriction toggle
  • ProcessingObjections.tsx - Object to processing
  • AccountDeletionConfirm.tsx - Deletion with grace period

Updated Components:

  • ProfileSettings.tsx - Rectification improvements
  • DataExport.tsx - CSV format support
  • PrivacySettings.tsx - Integrated GDPR rights

Deployment Notes

For Administrators

Before Deployment:

  1. Review Privacy Policy changes (v2.0)
  2. Test GDPR Rights dashboard (staging)
  3. Verify email templates (account deletion, restriction)
  4. Check data export functionality (JSON/CSV)

After Deployment:

  1. Trigger policy change notification:
POST /api/v1/admin/policy-change/notify
{
"policyType": "privacy",
"oldVersion": "1.0",
"newVersion": "2.0",
"effectiveDate": "2026-03-04T00:00:00.000Z"
}
  1. Monitor GDPR action logs for errors
  2. Check support tickets for user questions
  3. Wait 30 days for policy effective date (March 4, 2026)

For Users

No action required unless you want to:

  • Review new Privacy Policy (emailed to you)
  • Exercise your GDPR rights (Settings → Privacy)
  • Export your data for backup

Timeline

DateEvent
Feb 2, 2026Release deployed to production
Feb 2, 2026Privacy Policy change emails sent
Feb 2 - Mar 330-day review period (GDPR requirement)
Mar 4, 2026Privacy Policy v2.0 takes effect

Support

Questions about GDPR rights?

Data Protection Officer:

  • Email: dpo@cadensa.io
  • Response time: Within 72 hours (GDPR requirement)

Complaint to Data Protection Authority:


Next Steps

We're continuing to improve GDPR compliance:

Q1 2026 (Feb-Mar):

  • Full GDPR rights implementation ← YOU ARE HERE
  • Privacy Policy v2.0 effective (March 4)
  • User education campaign

Q2 2026 (Apr-Jun):

  • API data export (programmatic access)
  • Filtered exports (date ranges, specific projects)
  • GDPR compliance audit (external)

Q3 2026 (Jul-Sep):

  • Data retention policy automation
  • Enhanced audit logging
  • GDPR dashboard analytics


Version: 2.5.0 Release Date: February 2, 2026 Type: Major Feature Release Status: Production Ready