Feature Wiki

Information about planned and released features

Tabs

Page is read-only.

JourFixe-2025-10-13

1 Appointments

Jour Fixe VC in Big Blue Button

Join the VC if you like to participate at the Jour Fixe. We recommend to use Firefox or Chrome browser with BBB.

Workshops / Working Groups

If you want to participate at one of the above mentioned workshops, please register for the related session. This helps to organise the workshop. Thanks!

Jour Fixe

  • Monday, 27 October 2025, 13:00 - 17:00 • last Jour Fixe before Coding Completed for 11
  • Monday, 10 November 2025, 13:00 - 17:00
  • Monday, 24 November 2025, 13:00 - 17:00 • Big Projects Jour Fixe
  • Monday, 08 December 2025, 13:00 - 17:00 • Dependency Jour Fixe
  • Monday, 12 January 2026, 13:00 - 17:00

2 Technical Board

This topic on our agenda should improve the information flow between the Technical Board and the society members and ILIAS users.

2.1 Current News

  • GitHub: While restructuring our "Collaborators and Teams" on GitHub recently, we noticed that some of community members with access to our repositories have not yet enabled two-factor authentication (2FA), and that a few accounts are still using authentication methods considered "insecure" by GitHub. To strengthen the security of the ILIAS project and protect our shared development infrastructure, we plan to make 2FA mandatory (MUST) for all contributors. We will enforce this requirement starting November 17th, 2025. After this date, we will begin revoking repository access for accounts that do not have 2FA enabled. In addition, we encourage (SHOULD) all contributors to use "Verified Commits" when pushing code.
  • We (again) have noticed that non-PHP 8.4-compliant code is being committed to the trunk branch.
    All code must be tested with PHP 8.4 before it is integrated into trunk. Development environments are expected to run on PHP 8.4 by default, and the PHP language level in your IDE must be set accordingly.
    At the same time, all code must remain compatible with PHP 8.3. All unit tests are required to pass on both versions. When cherry-picking commits from older branches, proceed with caution.
    In addition, linting must be performed (e.g. with php8.4 -l or via captainhook with the respective configuration) before committing.

2.2 Ongoing Projects

  • We are working on improving the Feature Wiki pages to have a better understanding of the individual impact of each Request.
  • The Security Group will treat notifications from dependabot just like any other security report.
    • We already have well established processes for reports by humans.
    • Reports by the bot will need the same treatment.
  • We will look into improving permissions on GitHub:
    • The initial motive is the necessity that the security group shall be able to access security notifications by dependabot.
    • We will take this occassion and iterate a little further on the way we are handing out permissions on our accounts. We'll probably introduce proper groups and hand out permissions to these groups.
    • If someone notices some problem with permissions on GitHub: Please contact us at tb@ilias.de
  • Thibeau Fuhrer from sr.solutions unpacked the behaviour of npm in the face of different OS' and processor architectures: Docs: add information about npm cross-platform usage.

3 Miscellaneous

3.1 A11y Clinic

In the A11y Clinic, you can get advice on accessibility in the context of ILIAS components and get practical advice on how to improve accessibility. Our accessibility expert Giercke-Ungermann, Annett [Annett_Giercke] is offering support with all accessibility-related issues.

From 29 October, the A11y Clinic takes place every Wednesday after the Jour Fixe from 10h00 to 11h00. Please announce the topic you would like to discuss by e-mail: a11y-clinic@ilias.de

3.2 Privacy Clinic

In the Privacy Clinic, you can get advice on how to protect user privacy and effectively navigate the complexities of data protection in the context of ILIAS. Our privacy experts Seidel, Elyesa [seidel], Gribchenko, Kseniia [ksgrie] and a member of the Technical Board are offering support in all privacy related issues.

The Privacy Clinic has consultation hours every Wednesday after the Jour Fixe from 13h30 to 14h00. Please announce the topic you want to discuss by e-mail: privacy@lists.ilias.de

3.3 Authorities

The process for changing authorities is described here.

3.3.1 Authorities to be Handed Over

For the following components there are authorities to be handed over: 

Community members who are willing to take over one of the offered authorities are highly appreciated. In case of interest, please contact the Technical Board.

3.3.2 Requests for Modifying Authorities

Requests to modifiy authorities exist for the following components [1]

  • none

3.3.3 Changed Authorities

Authorities have been changed for the following components: 

  • none

 

4 Maintained Versions

At the time being, we are maintaining ILIAS version 8 (security bug fixes only), version 9 and version 10.

4.1 Roadmap

LAST RELEASES

  • 10.2 published on 23 September 2025 
  • 9.14 published on 23 September 2025 
  • 8.24 published on 23 September 2025 

NEXT RELEASES

  • ILIAS 10.3 planned for end of October 2025
  • ILIAS 9.15 planned for November 2025
  • ILIAS 8.25 not scheduled yet

8.18 was the last release of ILIAS 8 with all bugfixes. Since then, all releases for 8 contain only security bug fixes.

Lifecycles of maintained versions

  • ILIAS 8 : full maintenance ended at 31 DEC 2024, security bug fixes (only) until 31 DEC 2025.
  • ILIAS 9 : end of full maintenance at 31 DEC 2025, security bug fixes (only) until 30 JUN 2027.
  • ILIAS 10: end of full maintenance at 31 DEC 2026, security bug fixes (only) until 31 DEC 2027.

4.2 Mantis Reports

Needs Jour Fixe Decision

The following Mantis reports have been tagged with 'Needs Jour Fixe Decision' and were therefore be discussed in detail:

  • none

4.3 Mantis Statistic

Due to absence, this topic will be discussed in the next JourFixe meeting.

4.4 Changed Behaviour in Maintained Versions

Below we list all changed behaviour in the full maintained ILIAS versions. This information is managed in a dedicated media pool to which all developers should have access. If not, please contact Kunkel, Matthias [mkunkel].

  • Data Collection:
    • The new field type "Copy" was added to the data collection and can now be selected for new fields! A copy field shows a selection of values from another tables entry and copies those to its own value without a reference, making it robust against manipulation and deletion of the origin value.
  • Media objects:
    • We moved to native video tags which do not officially support srt files for subtitles. The supported standard is WebVTT. ILIAS tries to convert srt to vtt on the fly. You will be not able to upoad srt files anymore, please use vtt files instead, see https://mantis.ilias.de/view.php?id=43935
  • Object:
    • Titles and Desciptions will always be interpreted as strings. Contained html-tags are encoded and shown in their literal form.
  • Test & Assessment:
    • Cloze questions do not offer the option to edit gaps in modals anymore. All gaps are available, as previously, underneath the cloze-text input field.
    • Redirect: Starting with Version 10.3, we introduce a separate option to redirect to the logout screen, as redirecting to https://instance.url/logout.php does not work anymore since ILIAS 10.1.

4.5 Development Issues of Maintained Versions

The following development issues concern one or more maintained versions. Issues related to trunk are listed further below.

  • No issues to discuss today.

4.6 Pull Requests

4.6.1 Pull Requests for Maintained Versions

Pull requests in the ILIAS repository on GitHub that are related to maintained versions of ILIAS.

  • none

4.6.2 Looking for Shepherd

The following PRs are adressing components that are currently under no authority. So nobody has the authority to do the related code change and accept the PR. We are looking for shepherds that check and review the PR and merge it.

Thanks to all shepherds who already have checked pull requests and merged them (when okay)!

4.7 Continuous Integration

  • Unit Tests (trunk):
    • As of today, there are (executed with PHP 8.4) ./scripts/PHPUnit/run_tests.sh --random-order-seed 1720173999
      • 12.847 (+1)
      • 32.695 assertions (depends on the order of tests being executed / not stably determinable)
    • 0 failures (±0):
    • 31 skipped (±0):
      • See file below
    • 74 PHPUnit deprecations ±0) / 57 tests triggered 111 PHPUnit deprecations + 17 PHPUnit test runner deprecations:
      • Example PR to migrate onConsecutiveCalls: PR9393 https://github.com/ILIAS-eLearning/ILIAS/pull/9393
    • Code Style:
      • 262 violations (-3) ./vendor/composer/vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --config=./scripts/PHP-CS-Fixer/code-form
        at.php_cs --using-cache=no -vvv --dry-run components/ILIAS/* :
      • See file below
  • ilCtrl "// @todo: removed deprecated ilCtrl methods, this needs inspection by a maintainer."

PHP 8.4 Deprecations

There are some non-PHP 8.4-compliant PHP files in our code-base (PR 10216 will take care of this).

find -type f  -name "*.php" -exec php8.4 -l {} \; | grep -Hni "Deprecated"
PHP Deprecated:  ILIAS\Export\ExportHandler\Consumer\Handler::createStandardExport(): Implicitly marking parameter $export_configs as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/Export/classes/ExportHandler/Consumer/Handler.php on line 54
PHP Deprecated:  ILIAS\Export\ExportHandler\Consumer\Handler::createStandardExportByObject(): Implicitly marking parameter $export_configs as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/Export/classes/ExportHandler/Consumer/Handler.php on line 70
PHP Deprecated:  ILIAS\Export\ExportHandler\I\Consumer\HandlerInterface::createStandardExport(): Implicitly marking parameter $export_configs as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/Export/classes/ExportHandler/I/Consumer/HandlerInterface.php on line 38
PHP Deprecated:  ILIAS\Export\ExportHandler\I\Consumer\HandlerInterface::createStandardExportByObject(): Implicitly marking parameter $export_configs as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/Export/classes/ExportHandler/I/Consumer/HandlerInterface.php on line 44
PHP Deprecated:  ilLTIProviderObjectSettingGUI::settings(): Implicitly marking parameter $form as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIProvider/classes/InternalProvider/class.ilLTIProviderObjectSettingGUI.php on line 148
PHP Deprecated:  ilAuthProviderLTI::handleLocalRoleAssignments(): Implicitly marking parameter $default_rol_id as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIProvider/classes/InternalProvider/class.ilAuthProviderLTI.php on line 532
PHP Deprecated:  ilLTITool::handleRequest(): Implicitly marking parameter $strictMode as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIProvider/classes/InternalProvider/class.ilLTITool.php on line 90
PHP Deprecated:  ilLTISetupAgent::getInstallObjective(): Implicitly marking parameter $config as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIProvider/classes/Setup/class.ilLTISetupAgent.php on line 39
PHP Deprecated:  ilLTISetupAgent::getUpdateObjective(): Implicitly marking parameter $config as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIProvider/classes/Setup/class.ilLTISetupAgent.php on line 44
PHP Deprecated:  ilObjLTIAdministrationGUI::initSettingsForm(): Implicitly marking parameter $form as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIProvider/classes/class.ilObjLTIAdministrationGUI.php on line 139
PHP Deprecated:  ilObjLTIAdministrationGUI::initConsumerForm(): Implicitly marking parameter $form as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIProvider/classes/class.ilObjLTIAdministrationGUI.php on line 234
PHP Deprecated:  ilObjLTIAdministrationGUI::editConsumer(): Implicitly marking parameter $a_form as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIProvider/classes/class.ilObjLTIAdministrationGUI.php on line 313
PHP Deprecated:  ilScorm2004SetupAgent::getUpdateObjective(): Implicitly marking parameter $config as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/Scorm2004/classes/Setup/class.ilScorm2004SetupAgent.php on line 25
PHP Deprecated:  ilContainerRenderer::addStandardRow(): Implicitly marking parameter $a_item_id as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/Container/Content/class.ilContainerRenderer.php on line 766
PHP Deprecated:  ilLTIConsumerSettingsGUI::showSettingsCmd(): Implicitly marking parameter $form as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIConsumer/classes/class.ilLTIConsumerSettingsGUI.php on line 168
PHP Deprecated:  ilLTIConsumerSetupAgent::getInstallObjective(): Implicitly marking parameter $config as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIConsumer/classes/Setup/class.ilLTIConsumerSetupAgent.php on line 39
PHP Deprecated:  ilLTIConsumerSetupAgent::getUpdateObjective(): Implicitly marking parameter $config as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIConsumer/classes/Setup/class.ilLTIConsumerSetupAgent.php on line 44
PHP Deprecated:  ilLTIConsumerAdministrationGUI::showGlobalProviderImportCmd(): Implicitly marking parameter $form as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIConsumer/classes/class.ilLTIConsumerAdministrationGUI.php on line 231
PHP Deprecated:  ilLTIConsumeProviderSettingsGUI::showSettingsCmd(): Implicitly marking parameter $form as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIConsumer/classes/class.ilLTIConsumeProviderSettingsGUI.php on line 75
PHP Deprecated:  ilCertificateSettingsLTIConsumerFormRepository::__construct(): Implicitly marking parameter $settingsFormRepository as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIConsumer/classes/Certificate/class.ilCertificateSettingsLTIConsumerFormRepository.php on line 37
PHP Deprecated:  ilLTIConsumerPlaceholderDescription::createPlaceholderHtmlDescription(): Implicitly marking parameter $template as nullable is deprecated, the explicit nullable type must be used instead in ./ILIAS/LTIConsumer/classes/Certificate/class.ilLTIConsumerPlaceholderDescription.php on line 84

5 Developing ILIAS 11

5.1 Timeline for ILIAS 11

  • Big Projects Jour Fixe on 25 November 2024
  • Dependency Jour Fixe on 09 December 2024
  • Coding completed: all features implemented and test cases finished until 28 October 2025
  • Release 11.0 beta1 and release-11 branch planned for 29 October 2025
  • Begin of testing scheduled for 03 November 2025
    • Pretest: 03 November - 14 November
    • Community Test: 17 November - 06 February 2026
  • Run all test cases at least once until 06 Februar 2026
  • First stable 11.0 release planned for 17 March 2026
  • Full maintenance support for version 11 until 31December 2027
  • Security bug fixes only until 31 December 2028

5.2 Software Requirements for ILIAS 11

The required and supported software for ILIAS 11 is as follows:

  1. PHP:
  2. PHPUnit: 11.x
  3. Composer: Composer 2
  4. DBMS:
    • MariaDB: 10.5 – 10.11
    • MySQL:  > 8.0.21
  5. HTTP:
    • nginx: 1.28
    • Apache: 2.4.x
  6. JAVA:
    • Supported: JDK 11, JDK 17, JDK 21
    • Recommended:  JDK 21
  7. NodeJS:
    • Supported: 24
    • Recommended: 24
  8. Other Software:
    • Ghostscript: > 9.55.x
    • ImageMagick (optional): > 6.9.x 

5.3 Development Issues

  1. Kergomard, Stephan [skergomard]: During the development of Split-Up Standard Fields into Settings and Profile Fields, Incorporate Custom Profile Fields into Profile Fields, and Move Everything to DataTable (https://docu.ilias.de/go/wiki/wpage_8138_1357) code for an undocumented plugin slot `ilUDFClaimingPlugin` was removed. As there seems to be no usage of this slot in the plugins listed in the plugins directory on https://docu.ilias.de, as the original requester of the slot does not need it anymore, as there is no documentation whatsoever for the slot, and as the code there is very hard to understand and in urgent need of a rewrite, I would kindly ask you to accept its the removal.

    JourFixe, ILIAS [jourfixe]: We follow Stephan's suggestion and abandon the plugin slot 'ilUDFClaimingPlugin' with ILIAS 11.

  2. Neumann, Fred [fneumann]: The FR Distinct Administration Node for Maps is currently planning to introduce a distinct administration node for WOPI in the administration section ‘Extending ILIAS'. Due to the fact that WOPI is an extension of the File Service component, I suggest to move the WOPI administration to the File Service administration and not make it a distinct administration node. The pattern is similar to 'Lucene' which is also a sub-setting of the Search and extends its functionality.

    Therefore, the FR should be renamed to 'Distinct Administration Node for Maps‘ and modified accordingly. For a better documentation, a separate feature request Move WOPI administration to File Service has been created and should be accepted with this Dev Issue.

    JourFixe, ILIAS [jourfixe]: We accept the change of the FR and the new place for the WOPI administration settings within the File Service administration for trunk. Please change the FR title accordingly.

  3. Neumann, Fred [fneumann], 13 Sept 2025 The feature request Unbundling of Admin Permissions proposes that the "Visible" permission is dropped from all direct childs of the system folder. I would like to do this in the Administration component with one common database update step for all administration nodes, although they belong to objects of different components. Additionally we have to remove the checks for "visible" in the GUIs of these admin nodes, which affects the code of most of these GUIs in their components. I will provide a PR for this in the next days. The changes are trivial, e.g. from checkAccess(visible,'read', $this->object->getRefId()) to checkAccess('read', $this->object->getRefId()). Can we treat this PR without individual reviews for over 60 components? The UserFolder is a special case and will be handled in a separate PR.

    JourFixe, ILIAS [jourfixe]: We support Fred and the suggested procedure to change all permission checks on behalf of the responsible authorities. This increases the chance to get this change into trunk before Coding Completed.

5.4 Dependencies in 11

The policy of dependency handling has been changed with ILIAS 10. Please have a look at this README to know how we handle dependencies like third-party libraries and frameworks in ILIAS from now on.

The following pull requests have been set on the agenda to be discussed:

  • PR10200 • [FIX] Add psr/http-message as npm Dependency for ILIAS 11
    • Status of maintenance: Official PHP-FIG package, stable and widely adopted across frameworks and packages (Symfony, Laravel, Guzzle, etc.). Interfaces are finalised; maintenance by PHP-FIG
    • Used by
      • components/ILIAS/HTTP
      • components/ILIAS/UI
      • (many other components)
    • Decision: Dependency is accepted for ILIAS 11.
  • PR10215 • Add jstree as npm Dependency for ILIAS 11
    • Status of maintenance: It gets at least a yearly release in the recent years. Code seems to be pretty stable.
    • Used by: UIComponent (legacy explorer component, esp. the async mode being used by repository tree, org tree, and others)
    • Decision: Dependency is accepted for ILIAS 11.
    • Comment

5.5 Deprecated for ILIAS 11

The following services, methods and UI elements are deprecated for ILIAS 11:

  • ILIAS/components/ILIAS/CSV
  • ILIAS/components/ILIAS/UIComponent
    • ilProgressBar

Changes were decided upon at the last JourFixe meeting. For Details see: PR #9997.

5.6 Pull Requests for Current Development / Trunk

The following pull requests in the ILIAS repository on GitHub are related to the current development activities in trunk.

Postponed to Next Jour Fixe

  • none

5.7 Preparing the Testing of ILIAS 11

5.7.1 Timeline and Pretest: Save the Date

No comments on our suggested timeline have been received after DevConf. Hence, we hope that everybody will stick to it. 

We’re looking forward to start our Pretest of ILIAS 11 on Monday, November 3. Please reserve time for important fixes starting that day until Friday November 14. The big Community Test will then begin on November 17.

If you have specific days where your components should be pretested, please get in touch soon with Kruse, Fabian [Fabian].

If you will be on vacation during Pretest, please also get on touch, so we can find a good way to accommodate the tests.

5.7.2 Test Installation & TestRail

The installation test11.ilias.de is available. Updates are provided manually as of now.

A new version of TestRail is being tested currently and looks promising, Some annoying bugs have been fixed.

Is there any interest to provide a TestRail manual or workshop specifically aimed at developers? If yes, please contact Kruse, Fabian [Fabian].

5.7.3 Test Case Lab Update

The Test Case Lab meets again at 21 October from 11:00 to 11:45 in our Test BBB.

Please contact Kruse, Fabian [Fabian] if you would like to participate. With the delayed release of ILIAS 10, further support to overhaul test cases is highly  appreciated!

5.7.4 How to Write Test Cases for New Features in ILIAS

The Test Case Lab team has released a new checklist/how-to, aiming to support people within our Service Providers who have to write test cases for new features.

Please have a look! If you have any feedback or further questions, please leave a comment or get in touch with Kruse, Fabian [Fabian]!

5.8 Project 'Removing of Legacy-UIComponents-Service and Table'

Due to absence, this topic will be discussed in the next JourFixe meeting.

Next project meeting is on Monday, 03 November 2025, 14:30 – 16:00

Despite its absence, the relevance of the dependency “jstree” (PR #10215) should be noted.  This was not previously proposed due to the long-standing plan to replace ilExplorer. Deprecation has meanwhile been postponed to ILIAS 12.

6 Developing ILIAS 12

6.1 Timeline for ILIAS 12

  • Big Projects Jour Fixe on 24 November 2025
  • Dependency Jour Fixe on 08 December 2025
  • Coding completed: all features implemented and test cases finished until 28 October 2026
  • Release 12.0 beta1 and release_12 branch planned for 02 November 2026
  • Beginn of testing phase scheduled for 04 November 2026
  • End of testing phase planned for 26 February 2027
  • First stable 12.0 release planned for 26 March 2027
  • Full maintenance support for version 12: until 31 December 2028
  • Security bug fixes only: until 31 December 2029

6.2 Deprecated for ILIAS 12

The following services, methods and UI elements are deprecated for ILIAS 12:

  • ILIAS/components/ILIAS/UIComponent
    • ilConfirmationGUI & ilConfirmationTableGUI
    • ilCheckboxListOverlayGUI
    • ilExplorer
    • ilSyntaxHighlighter
    • ilTextHighlighterGUI
    • ilToolbarGUI
    • ilTabsGUI
    • ilNestedList
  • ILIAS/components/ILIAS/Table

6.3 Projects for ILIAS 12

Planned projects for ILIAS 12 will be discussed at the Jour Fixe at 24 November 2025. If you want to present a project, please create an entry in the related data collection 'Big Projects for 12'.

7 New Feature Requests for ILIAS

Since 2025 we do no longer schedule features for a selected ILIAS version but for trunk in general. Features that are accepted for trunk can be implemented for one of the upcoming ILIAS versions depending on the resources of the involved developers and the funding partners.

  1. Move WOPI administration to File Service: We accept the new place for the WOPI administration settings within the File Service administration for trunk. 

  2. Use test results as preconditions: We highly appreciate this suggestion and accept it for trunk.

  3. Revision of ILIAS Test Question Creation Process: We highly appreciate this suggestion and accept the feature for trunk.

    As a support for implementing not only this feature request but the entire (Project) Revision of Test Question Creation the ILIAS society will take over the project management in consultation with the contractor Uni Hannover. This project management will support the responsible authorities to organise and run specific meetings and to communicate the latest results of the project and to collect feedback also from other developers at an early stage.

  4. Revise Cloze and Long Menu Question Creation Process: We highly appreciate this suggestion and accept the feature for trunk.

  5. Export Preconditions set between Objects in Containers: We highly appreciate this suggestion and accept the feature for trunk. A few clarifications:

    • The responsible component for the export of preconditions is container not object.
    • Availability related information is not exported.
    • The feature request is related to all containers, not only to courses and groups (title of FR will be changed).

  6. Export Learning Progress Settings of Objects: We highly appreciate this suggestion and accept the feature request for trunk. Please provide a PR to allow the Test component to export the Learning Progress settings, too (if it is not supported already).

  7. Optional enrichment of cmi5 requests with context information: We highly appreciate this suggestion and accept the feature for trunk. Please use this feature and its funding to go on with the improvements in documentation of the CmiXapi component. For a better privacy handling we would prefer to have strict default settings in this component – even if the standard itself defines other, less strict settings. Please add a short information about the changed defaults in the 'Changed Behaviour' section of ILIAS 11.

8 Participants

Participant

Joined VC

Abijuru, Jephte [Jephte]

Amstutz, Timon [amstutz]

Appel, Alina [alinaappel]

Asbih, Fadi [Fadi]

Becker, Matthias [matthias.becker]

x

Becker, Maximilian [mbecker]

x

Bendig, Tatjana

x

Bechtold, Patrick [pbe]

Beym, Marvin [mBeym]

Bongers, Tim [tbongers-cat]

Clausen, Keven [keven.clausen]

Copado, Jesús [jcop]

x

Dahme, Daniel [qualitus.dahme]

Detemple, Konstanze [kdetemple]

x

Dobosz, Nicole [nicoledobosz]

x

Dyhr, Sven [sdyhr]

x

Eichenauer, Lukas [leichenauer]

Engländer, Ferdinand [fenglaender]

Falkenstein, Rob [rob]

x

Fischer, Yvonne [yvonne.fischer]

x

Fries, Tomke [TFries]

x

Fuhrer, Thibeau [tfuhrer]

x

Gerl, Stefanie

x

Giebeler, Ina [igiebel1]

Glaubitz, Marko [mglaubitz]

Giercke-Ungermann, Annett [Annett_Giercke]

Gribchenko, Kseniia [ksgrie]

x

Großkopf, Katrin [katrin.grosskopf]

Grotz, Kendra [kgrotz]

x

Gruber, Ann-Christin [acgruber]

x

Haagen, Nils [nlz]

Hackfort, Marvin [m.hackfort]

x

Hartwig, Alex [hartwig@qualitus.de]

Helfer, Fabian [fhelfer]

x

Heim, Johannes [jheim]

Hergerdt, Marcel [mhergerdt]

Jacobs, Maximilian [m.jacobs]

Jäggi, Damian [fajaeggi]

Jackisch, Ingo [jackisch]

x

Jansen, Kelly [kjansen]

Jansen, Michael [mjansen]

x

Joußen, Thomas [tjoussen]

x

Karki, Sagun [sagun]

x

Kaufmann, Olivia [o.kaufmann]

Kergomard, Stephan [skergomard]

x

Killing, Alexander [alex]

x

Klees, Richard [rklees]

Knof, Christian [cknof]

Kohnle, Uwe [ukohnle]

x

Kozianka, Carsten [ckozianka]

Kruse, Fabian [Fabian]

Kunkel, Matthias [mkunkel]

x

Kusserow, Mark

x

Lorenz, Katharina [klorenz]

x

Löwe, Anja

x

Lowe, Simon [simon.lowe]

x

Ludolf, Christoph [cludolf]

Mahnke, Milva

x

Markus, Holger

x

Meyer, Stefan [smeyer]

Saxler, Tobias [Tobias246810]

Neumann, Fred [fneumann]

x

Nishino, Kenji

x

Potter, Chris [ChrisPotter]

Rabah, Rachid [rabah]

x

Riebe, Katharina [kriebe]

x

Roeser, Nico [nicoroeser]

x

Samoila, Oliver [oliver.samoila]

Scharmer, Lukas [lscharmer]

x

Schmid, Fabian [fschmid]

x

Schmidt-Sielex, Wolfgang [WSS]

Schmitz, Tim [tschmitz]

x

Seibt, Alina [alina.seibt]

Seidel, Elyesa [seidel]

Seiler, Yvonne [yvseiler]

x

Slotosch, Sven

x

Solzbacher, Bettina [BettinaSolzbacher]

Stake, Sebastian [sstake]

x

Staszak, Nadimo

x

Stepper, Christian

Strassner, Denis [dstrassner]

x

Sturm, Johannes

x

Szmais, Ingmar [iszmais]

Tesche, Uwe [utesche]

Tödt, Alexandra [atoedt]

Vollbach, Guido [gvollbach]

x

Wandelmaier, Franziska [iv5526]

x

Wiegleb, Felix Jonas [jwiegleb]

Wischniak, Stanislav [wischniak]

x

Wolf, Fabian [fwolf]

Zenzen, Enrico

Zehnder, Lukas [lzehnder]

Zych, Matheus [mzych]


[1] Announcing these changes is only necessary when the Authority to (De-)Assign Authorities is changed.

Last edited: 23. Oct 2025, 13:51, Kunkel, Matthias [mkunkel]