Merge origin/main into bugfix/rund-seeds-just-once
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Resolved conflicts: - CHANGELOG.md: keep FORCE_SEEDS and Seeds entries, keep OIDC/Unauthenticated from main - auth_controller.ex: use sign_in_path_after_oidc_failure() for OIDC-only redirect - oidc_only_sign_in_redirect.ex: take main's oidc_failed=1 handling - gettext default.po: remove obsolete #~ block - auth_controller_test.exs: keep test for oidc_failed=1 redirect loop Made-with: Cursor
This commit is contained in:
commit
28c40ec2a9
9 changed files with 108 additions and 39 deletions
|
|
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
## [1.1.1] - 2026-03-16
|
||||
|
||||
### Added
|
||||
- **FORCE_SEEDS** – Environment variable. When set to `"true"`, bootstrap (and optionally dev) seeds are run even when the admin user already exists, so you can re-apply changed seed data (e.g. new roles or custom fields) without deleting the admin user.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue