Security Fix 1: There was not enough permission checks. Moved migrations to Admin Panel/Settings/Cron.

Thanks to [Joshua Rogers](https://joshua.hu) of [Aisle Research](https://aisle.com) and xet7.
This commit is contained in:
Lauri Ojansivu 2026-01-06 00:15:16 +02:00
parent d6834d0287
commit cbb1cd78de
18 changed files with 397 additions and 1805 deletions

View file

@ -1570,6 +1570,7 @@
"operation-type": "Operation Type",
"overall-progress": "Overall Progress",
"page": "Page",
"pause": "Pause",
"pause-migration": "Pause Migration",
"previous": "Previous",
"refresh": "Refresh",
@ -1599,5 +1600,6 @@
"weight": "Weight",
"idle": "Idle",
"complete": "Complete",
"cron": "Cron"
"cron": "Cron",
"current-step": "Current Step"
}