Liste der merge requests

Liste aller merge requests


Titel Beschreibung
Feature/ll 1597 client login page and cookie bot for english Details
Feature/ll 1619 unify dump export Details
LL-1643 added username for $core_attributes in… LL-1643 added username for $core_attributes in app/Notifications/CoreUserDataModified.php this will now send an email if the username changes Details
LL-1645 added status and sso in the export of the user overview - work on translations Details
Feature/ll 1644 always react on temporary activation Details
LL-1651 All displays adjusted with "X to Y of Z". Details
LL-1647 deactivate checkbox as default for redirect in training Details
now the logo is selected depending on the system language (.env -> APP_LOCALE)… now the logo is selected depending on the system language (.env -> APP_LOCALE) with the fallback to config/app.php -> locale. Config::get('app.locale') or config('app.locale') cannot be used alone as this value is changed by the user session. Details
+ fixed concurrency problem for content api + fixed bug in function getting item title + improved code a little bit + added required extension to composer.json Details
Feature/code review *A)* der Code unter app/ wurde komplett durchgearbeitet und Fehler, die die IDE gemeledet hat wurden beinahe ausnahmslos beseitigt. Nicht beseitigt wurden Meldungen über die *nicht Verwendung von Funtionen* (=unused element), *Code-Duplikate* und *Potentially polimorphyc call* . *B)* Der Code wurde danach mit PHP-Stan analysiert und beinahe alle Probleme beseitigt. *Wichtig* ist hier, dass *composer analyse app/Model/* keine Fehler liefert, aber *composer analyse app/* meldet, dass in einigen Model-Klassen undefinierte Probleme existieren (Class self was not found while trying to analyse it - discovering symbols is probably not configured properly.) Details