ce395ec112
fix: add ensure_user_role_loaded to router live_session globally
2026-01-08 16:00:38 +01:00
8820ce6429
feat: implement role management LiveViews
...
Add complete CRUD interface for role management under /admin/roles.
- Index page with table showing name, description, permission_set_name, is_system_role
- Show page for role details
- Form component for create/edit with permission_set_name dropdown
- System role badge and disabled delete button
- Flash messages for success/error
- Authorization checks using MvWeb.Authorization helpers
- Comprehensive test coverage (22 tests)
Routes added under /admin scope. All LiveViews load user role
for authorization checks. Form uses custom dropdown for permission sets.
2026-01-06 23:36:26 +01:00
1fde2985e5
feat: add routes for membership fee types admin
...
- GET /membership_fee_types - List view
- GET /membership_fee_types/new - Create form
- GET /membership_fee_types/:id/edit - Edit form
2025-12-18 15:08:32 +01:00
630b51ac34
refactor: replace ContributionSettingsLive mockup with MembershipFeeSettingsLive in navigation
2025-12-18 11:54:23 +01:00
e135a6cdbf
feat: implement full CRUD for membership fee types with settings UI
...
- Add interval immutability and deletion prevention validations
- Add settings validation for default_membership_fee_type_id
- Create MembershipFeeSettingsLive for admin UI with form handling
- Add comprehensive test coverage (unit, integration, settings)
2025-12-18 11:54:23 +01:00
ba5fc34d80
Move custom fields to global admin settings
continuous-integration/drone/push Build is failing
2025-12-03 16:32:40 +01:00
cd1af5aff5
feat: Add contribution management mock-up pages
...
Add non-functional preview pages for Contribution Types, Settings, and Member Contribution Periods with German translations
2025-12-03 14:32:09 +01:00
37553d8d6c
feat: adds settings live view and updated seeds
2025-12-01 10:42:10 +01:00
8400e727a7
refactor: Rename Property/PropertyType to CustomFieldValue/CustomField
...
continuous-integration/drone/push Build is passing
Complete refactoring of resources, database tables, code references, tests, and documentation for improved naming consistency.
2025-11-13 18:04:53 +01:00
4ba03821a2
add translation
2025-11-13 16:33:29 +01:00
527657d37b
UI for oidc account linking
2025-11-13 16:33:29 +01:00
f0b0de0008
feat: set users locale
2025-08-21 13:29:50 +02:00
992addf0ea
feat: memberslist as landing page
2025-08-21 13:29:50 +02:00
2a6f1ccf80
feat: add translation
2025-08-21 13:29:50 +02:00
fd8c853879
feat: account live view - generated files
2025-07-24 17:07:20 +02:00
15d6fd38c9
feat: migration to phoenix 1.8 - merge old live views into new live views
2025-07-17 18:01:13 +02:00
d7ced0d9e5
chore: added gettext values and renamed rauthy container
continuous-integration/drone/push Build is failing
2025-07-02 17:03:37 +02:00
c7b13c0ecb
format: formated files
2025-07-02 17:03:37 +02:00
7bfde5e230
doc: added comments and updated to latest ashautentication version and required changes
2025-07-02 17:03:37 +02:00
a6fcaa1640
feaut(oicd_provider): added oicd provider rauthy and strategy for authentication
2025-07-02 17:03:37 +02:00
192ceaed45
chore(AshAuthenticationPhoenix): added library and updated ressources testing password strategy
2025-07-02 17:03:37 +02:00
ca4ac3a1c0
feat: gettext
2025-06-18 23:35:43 +02:00
2d6034864c
feat(members,properties): add liveview
continuous-integration/drone/push Build was killed
2025-05-14 18:12:22 +02:00
86437cbb9d
Add ash framework
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-21 12:37:55 +02:00
f2eeb95960
Add generated starter app
2025-03-18 15:05:27 +01:00