Skip to content

Add Message-Of-Day and load Settings from DB

Alexander Jajzler requested to merge (removed):staging into staging

New Features for Admin:

Message-Of-Day(MODT)

  • new options for message of the day in admin area
    • add CRUD operation
      • get is available without authorize attribute
      • the rest need an role with SuperAdmin, MotdAdmin
    • add markdown support
    • add rendered markdown preview
    • add expiredAt options to delete old messages automatically
    • add options to pin important messages

Settings

  • new options for settings in admin area
    • add CRUD operation
      • get is available without authorize attribute
      • the rest need an role with SuperAdmin, ConfAdmin
    • load all settings over an service
    • reload the settings as soon as the settings have been changed

CI/CD

  • enable shared runner
  • changed tags for stages
  • only run test-stage

NewSettings.json

Edited by Alexander Jajzler

Merge request reports