aboutsummaryrefslogtreecommitdiff
path: root/cli/Commands/Plugins
AgeCommit message (Collapse)Author
2023-08-18add a new API to count pending migrations, fixes #3069Elmar Ludwig
Closes #3069 and #3022 Merge request studip/studip!2046
2023-08-15correctly display pending migrations for plugins, fixes #3022Elmar Ludwig
Closes #3022 Merge request studip/studip!2031
2023-03-22use PluginAdministration::registerPlugin() in cli command `plugin:register`, ↵Jan-Hendrik Willms
fixes #702 Closes #702 Merge request studip/studip!1579
2022-02-23create plugin path for database only right before storing it in the database ↵Jan-Hendrik Willms
(otherwise the command cannot find vital files), fixes #701
2021-12-17CLI-Skript `studip` einführen und alte Skripte entsprechend umstellenMarcus Eibrink-Lunzenauer