The source project of this merge request has been removed.
Add Message-Of-Day and load Settings from DB
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
- add CRUD operation
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
- add CRUD operation
CI/CD
- enable shared runner
- changed tags for stages
- only run test-stage
Edited by Alexander Jajzler