Skip to content

Prepare v1.19 API change#227

Open
luke- wants to merge 37 commits into
masterfrom
develop
Open

Prepare v1.19 API change#227
luke- wants to merge 37 commits into
masterfrom
develop

Conversation

@luke-

@luke- luke- commented Jan 7, 2026

Copy link
Copy Markdown
Contributor

No description provided.

luke- and others added 30 commits January 7, 2026 18:58
Core 1.19 drops `user.auth_mode` and `user.authclient_id`; user provenance
moves to `user.user_source` and external auth-client identities move into
the `user_auth` table.

- `GET /user/get-by-authclient` now looks up `user_auth(source, source_id)`
  only — the legacy column query would SQL-error on 1.19.
- Account responses expose `user_source` instead of `authclient` /
  `authclient_id`. Incoming `authclient` is still accepted as an alias for
  `user_source` for one release.
- Swagger schema and changelog updated; the (Unreleased) heading is bumped
  to 0.12.0 to match module.json.
# Conflicts:
#	definitions/ActivityDefinitions.php
#	module.json
Forward-port master's resilience onto develop's RenderService-based refactor:
a single non-renderable activity now yields a logged null entry instead of
500ing the whole REST activity endpoint.
Adapt user endpoints to the 1.19 UserSource schema
# Conflicts:
#	docs/CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants