Releases: City-of-Helsinki/kukkuu
Releases · City-of-Helsinki/kukkuu
kukkuu: v3.10.0
kukkuu: v3.9.0
3.9.0 (2024-10-31)
Features
- Add canSendToAllInProject permission to myAdminProfile query (462f72c)
- Add ticket validity to enrolment admin (623d553)
- Add Ukrainian language to LANGUAGE_CHOICES (1806127)
- Admin view for enrolments (7df154f)
- Attendance information given in ticket verification (8cf9bb1)
- auth: Authentication with graphene_jwt instead of custom implementation (815cb27)
- Autocomplete feature to ticket system admin event field (ff7e4e9)
- Enrolment reference id is viewable from the enrolment admin (616dca1)
- Event report API with event group and venue view sets as helpers (b438915)
- Project message permissions for sending to all (d15578b)
- Tixly ticket system (2e0c9eb)
- Update ticket attended status (b9eefcb)
Bug Fixes
kukkuu: v3.8.0
kukkuu: v3.7.1
kukkuu: v3.7.0
3.7.0 (2024-09-05)
Features
- Add more fields and filters to messaging admin view (d70dfe9)
- Authenticate symmetrically signed JWT with shared secret for browser tests (718d92c)
- Provide initial browser test data automatically (7250605)
- Switch setup.cfg -> pyproject.toml, black/isort/flake8 -> ruff (4d8e834)
- Upgrade Django to 4.2 & upgrade all packages to latest (e5b12aa)
- Upgrade to Python 3.11 (553b964)
Bug Fixes
- Allow schema introspection for unauthenticated users (e8879aa)
- Default test project creation (ab76ba7)
- Event group creation bug in admin (8ff4042)
- Making event groups events publishable should not clear event group (e00f931)
- Message api filters for protocol and occurrences (9277462)
- Oidc debug extra usage (a9a3d46)
- Oidc debug extra usage (f1265a1)
kukkuu: v3.6.0
kukkuu: v3.5.0
kukkuu: v3.4.0
3.4.0 (2024-06-13)
Features
- Add --obsolete_handled_users & --batch_size to auth change command (272ef3d)
- Add links and filters from guardian to user and vice versa in admin site (9f870f2)
- Send auth service changing notifications from admin (e37c0de)
Bug Fixes
- Children event history markdown line endings and indentations (efd595d)
kukkuu: v3.3.0
3.3.0 (2024-06-12)
Features
- Add AuthServiceNotificationService to mass mail when auth service is changed (1665cd9)
- Add children event history markdown generator (64f5c69)
- Add for_auth_service_is_changing_notification in guardian queryset (6dfcb37)
- Add guardian admin actions to generate auth service changing email (4609f9a)
- Add management command to send auth service changing notifications (4d786aa)
- Use a list of emails to filter recipients on auth service notification (9fd0746)
Bug Fixes
kukkuu: v3.2.0
3.2.0 (2024-06-04)
Features
- Add back channel logout support (0d10bf3)
- Add Child.notes TextField, ChildNotes query and update mutation (4476961)
- Add Child.notes TextField, ChildNotes query and update mutation (4ff79c4)
- Add obsoleted props and features to User and Child (cf473de)
- Always use user's email in SubmitChildrenAndGuardianMutation (df89bf9)
- Do not send event invitations to those who have rejected them (75c12c1)
- Replace has_accepted_marketing with has_accepted_communication (d6bfa17)
- Send event and event group publish notification in a thread (5510465)
- Serialize the models used by the GDPR API (9dc697b)
- The GDPR service to clear sensitive fields of user and guardian (6ba1260)
Bug Fixes
- Add env-variable for GDPR API authorization field (8ac6f45)
- Api authorization field (f0c0528)
- Api authorization field (4ebfe1c)
- Move api authorization field to oidc config (56be176)
- Projects model objects manager (8958aff)
- Upgrade the django-helusers to fix issues with GDPR API auth (56b58dd)