Releases: nextdeveloper-nl/agenda
Releases · nextdeveloper-nl/agenda
Agenda regenerated, scheduler removed
Removed database connection check
Removed database connection check
Updated all command replace DB instance with Model Service add schedule Add Agenda task handling.
Updated and refactored Calendars and Events console command
New features implemented
- Actions feature regenerated
- Leo routes added
Generic policies created for CRUD operations
Generic policies created for CRUD operations
Route file fixed
Route file fixed
Abstract services regenerated because of pagination problem
Abstract services regenerated because of pagination problem. This problem was creating a security issue. The original was of paginating the objects was with the Laravel Eloquent pagination like $model->paginate(). However this method discards all the security controls added by Builder in AuthorizationRoles. That is why we manually implemented the pagination object.
Authorization rule fixed, regenerated models
Authorization rule fixed, regenerated models
Authorization roles enhanced
Authorization roles enhanced