Kevin Veen-Birkenbach
dd9a9b6d84
feat(mediawiki): Refactor OIDC + debug; install Composer deps in-container; modularize role
...
Discussion: https://chatgpt.com/share/68b10c0a-c308-800f-93ac-2ffb386cf58b
- Split tasks into 01_install, 02_debug, 03_admin, 04_extensions, 05_oidc.
- Ensure unzip+git+composer on demand in the container; run Composer as www-data with COMPOSER_HOME=/tmp/composer.
- Idempotently unpack/install PluggableAuth & OpenIDConnect; run composer install only if vendor/ is missing.
- Add sanity check for Jumbojett\OpenIDConnectClient.
- Copy oidc.php only when changed and append a single require_once to LocalSettings.php.
- Use REL1_44-compatible numeric array for $wgPluggableAuth_Config; set $wgPluggableAuth_ButtonLabelMessage.
- Debug: add debug.php that logs to STDERR (visible via docker logs); toggle cleanly with MODE_DEBUG.
- Enable OIDC feature in config; add paths/OIDC/extension vars in vars/main.yml.
fix(services): include SYS_SERVICE_GROUP_CLEANUP in StartPre lock (ssd-hdd, docker-hard).
fix(desktop/joomla): simplify MODE_DEBUG templating.
chore: minor cleanups and renames.
2025-08-29 04:10:46 +02:00
..
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-26 20:44:05 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-28 22:23:09 +02:00
2025-08-15 17:59:09 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-19 19:02:52 +02:00
2025-08-15 15:15:48 +02:00
2025-08-20 08:54:17 +02:00
2025-08-29 01:11:06 +02:00
2025-08-20 08:54:17 +02:00
2025-08-27 16:19:57 +02:00
2025-08-20 15:56:32 +02:00
2025-08-27 20:58:00 +02:00
2025-08-19 19:06:58 +02:00
2025-08-21 21:04:21 +02:00
2025-08-15 21:35:45 +02:00
2025-08-14 14:39:18 +02:00
2025-08-28 10:15:48 +02:00
2025-08-28 11:25:35 +02:00
2025-08-14 14:39:18 +02:00
2025-08-18 22:24:33 +02:00
2025-08-18 21:22:16 +02:00
2025-08-19 15:00:44 +02:00
2025-08-19 15:00:44 +02:00
2025-08-29 04:10:46 +02:00
2025-08-18 13:35:43 +02:00
2025-08-19 19:02:52 +02:00
2025-08-18 13:35:43 +02:00
2025-08-18 13:35:43 +02:00
2025-08-14 14:39:18 +02:00
2025-08-20 01:20:06 +02:00
2025-08-20 15:17:04 +02:00
2025-08-20 15:17:04 +02:00
2025-08-21 21:04:21 +02:00
2025-08-26 19:23:47 +02:00
2025-08-19 15:00:44 +02:00
2025-08-19 15:00:44 +02:00
2025-08-21 18:43:17 +02:00
2025-08-22 09:23:40 +02:00
2025-08-20 04:12:42 +02:00
2025-08-29 01:11:06 +02:00
2025-08-20 04:46:27 +02:00
2025-08-20 04:12:42 +02:00
2025-08-26 10:15:35 +02:00
2025-08-27 17:34:59 +02:00
2025-08-20 04:12:42 +02:00
2025-08-26 20:44:05 +02:00
2025-08-20 05:02:16 +02:00
2025-08-20 08:54:17 +02:00
2025-08-27 17:34:59 +02:00
2025-08-29 04:10:46 +02:00
2025-08-29 04:10:46 +02:00
2025-08-26 18:48:45 +02:00
2025-08-19 19:02:52 +02:00
2025-08-19 19:02:52 +02:00
2025-08-14 14:39:18 +02:00
2025-08-18 23:54:23 +02:00
2025-08-14 14:39:18 +02:00
2025-08-28 21:16:04 +02:00
2025-08-26 20:44:05 +02:00
2025-08-26 20:44:05 +02:00
2025-08-26 11:35:22 +02:00
2025-08-20 08:54:17 +02:00
2025-08-20 08:54:17 +02:00
2025-08-20 08:54:17 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-14 14:39:18 +02:00
2025-08-16 21:43:01 +02:00
2025-08-20 08:54:17 +02:00
2025-08-18 21:22:16 +02:00
2025-08-28 22:47:05 +02:00
2025-08-18 13:35:43 +02:00
2025-08-27 18:12:49 +02:00
2025-08-28 22:23:09 +02:00
2025-08-14 14:39:18 +02:00
2025-08-19 19:02:52 +02:00
2025-08-19 15:00:44 +02:00
2025-08-14 14:39:18 +02:00
2025-08-15 15:15:48 +02:00
2025-08-20 06:07:33 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-15 15:15:48 +02:00
2025-08-19 19:02:52 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-26 11:35:22 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-29 04:10:46 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-29 04:10:46 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-29 04:10:46 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-20 15:56:32 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-14 14:39:18 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 11:25:35 +02:00
2025-08-28 22:23:09 +02:00
2025-08-14 14:39:18 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-20 08:54:17 +02:00
2025-08-20 08:54:17 +02:00
2025-08-15 15:15:48 +02:00
2025-08-20 08:54:17 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-20 08:54:17 +02:00
2025-08-20 08:54:17 +02:00
2025-08-15 15:15:48 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-08-20 05:00:24 +02:00
2025-07-04 08:03:27 +02:00
2025-03-20 17:00:07 +01:00
2025-08-28 22:23:09 +02:00
2025-07-10 15:36:40 +02:00
2025-07-12 17:52:36 +02:00
2025-07-29 16:35:42 +02:00