| Age | Commit message (Expand) | Author |
| 2025-07-04 | Resolve "Forum 3" | Rasmus Fuhse |
| 2025-06-26 | Revert "Throw an exception when loading a plugin that is already loading." | Elmar Ludwig |
| 2025-06-26 | Throw an exception when loading a plugin that is already loading. | Marcus Eibrink-Lunzenauer |
| 2025-04-02 | Account for an already sent HTTP status in plugins. | Marcus Eibrink-Lunzenauer |
| 2025-03-26 | remove redundant and unnecessary quotes from scss variables, fixes #5408 | Jan-Hendrik Willms |
| 2025-03-14 | sort user list by last name, first name, fixes #5378 | Elmar Ludwig |
| 2025-02-12 | sort and thus load core plugins first, fixes #5241 | Jan-Hendrik Willms |
| 2025-02-07 | Polish plugins.php/StudIPPlugin routing mechanism. | Marcus Eibrink-Lunzenauer |
| 2024-12-19 | use ob_get_clean() instead of ob_get_contents() to avoid double rendering of ... | Jan-Hendrik Willms |
| 2024-12-12 | StEP 1552 closes #1552 | André Noack |
| 2024-11-29 | fix deprecated warning, fixxes #4926 | Jan-Hendrik Willms |
| 2024-11-27 | introduce PluginDispatcher, fixes #4913 | Jan-Hendrik Willms |
| 2024-11-13 | Resolve "Die Übersetzungsdomäne für Plugins wird nicht beim Initialisieren... | Thomas Hackl |
| 2024-10-22 | restore potentially overwritten variable, fixes #4739 | Jan-Hendrik Willms |
| 2024-09-27 | fix errors found through static code analysis, fixes #4562 | Jan-Hendrik Willms |
| 2024-09-05 | remove WebServicePlugin type as well, re #4110issue-4568 | Jan-Hendrik Willms |
| 2024-08-05 | don't create plugin instances from navigation context, fixes #4317 | Elmar Ludwig |
| 2024-07-03 | prevent php-warnings in PluginManager, closes #4363 | David Siegfried |
| 2024-06-21 | add remaining class filename and add migration to fix the cronjobs, re #4282 | Jan-Hendrik Willms |
| 2024-06-19 | remove restapi, fixes #2798 | Jan-Hendrik Willms |
| 2024-06-18 | Deprecate `StudipAutoloader` and use composer's `autoload` | Marcus Eibrink-Lunzenauer |
| 2024-06-04 | Create plugins using the dependency injection. | Marcus Eibrink-Lunzenauer |
| 2024-05-27 | integrate trails, fixes #4102 | Jan-Hendrik Willms |
| 2024-05-16 | relocate flexi, fixes #4101 | Jan-Hendrik Willms |
| 2024-05-15 | fixes #4133 | Jan-Hendrik Willms |
| 2024-05-14 | made Stud.IP cache compatible with PSR-6, re #3701 | Moritz Strohm |
| 2024-05-06 | fixes #3977 | Jan-Hendrik Willms |
| 2024-04-25 | fixes #4077 | Jan-Hendrik Willms |
| 2024-04-04 | fixes #3890 | Jan-Hendrik Willms |
| 2024-03-15 | remove less compilation for plugins, fixes #2720 | Jan-Hendrik Willms |
| 2024-02-16 | fixes #3709, fixes #3710, fixes #3712, fixes #3713 | Jan-Hendrik Willms |
| 2024-01-03 | fixes #3569 | Jan-Hendrik Willms |
| 2023-12-19 | StEP 1800 closes #1800 | Peter Thienel |
| 2023-11-27 | Resolve "Zuweisung von Rollen an User überprüft die Existenz der übergeben... | Thomas Hackl |
| 2023-10-10 | introduce interface AdminCourseWidgetPlugin and adjust core admin courses to ... | Jan-Hendrik Willms |
| 2023-08-29 | prevent php8 warnings, fixes #3106 | Jan-Hendrik Willms |
| 2023-07-13 | Resolve "Restrukturierung der Veranstaltungsverwaltung inklusive Mehr-Seite" | Rasmus Fuhse |
| 2023-05-02 | add user lookup filter for roles and use that for auto inserting, fixes #2029 | Jan-Hendrik Willms |
| 2023-03-31 | update deprecation notice, fixes #2493 | Jan-Hendrik Willms |
| 2023-03-22 | implement RolePersistence::getUsersWithRoleByName() and RolePersistence::getU... | Jan-Hendrik Willms |
| 2023-03-13 | implement PluginAssetsTrait::addAsset() and PluginAssetsTrait::addAssets(), f... | Jan-Hendrik Willms |
| 2023-03-13 | extend RolePersistence, fixes #2054 | Jan-Hendrik Willms |
| 2023-03-11 | prevent php-warnings, closes #2355 | David Siegfried |
| 2023-03-03 | prevent php-warnings, closes #2246 | David Siegfried |
| 2023-03-02 | prevent php-warnings, closes #2243 | David Siegfried |
| 2023-02-21 | let RolePersistence cache the loaded roles in memory as well, fixes #2201 | Jan-Hendrik Willms |
| 2022-12-20 | allow StudipCachedArray to expire completely and use that in RolePersistence,... | Jan-Hendrik Willms |
| 2022-11-18 | group roles in administration, fixes #1793 | Jan-Hendrik Willms |
| 2022-11-15 | prevent php8-warnings, closes #1770 | David Siegfried |
| 2022-11-04 | Use dependency injection in trails, closes #1714. | Marcus Eibrink-Lunzenauer |