Releases: nextdeveloper-nl/support
Releases · nextdeveloper-nl/support
Initial production release
Multiple events removed
Multiple events removed
Support ticket comments perspective added
Support ticket comments perspective added
Support admin role is updated
Support admin role is updated
Support updated
Support updated
Leo routes added
Merge pull request #14 from nextdeveloper-nl/dev Leo routes added
Generic policies created for CRUD operations
Merge pull request #13 from nextdeveloper-nl/dev Generic policies created for CRUD operations
Regenerated to fix error messages and security checks
Regenerated to fix error messages and security checks
Route file fixed
Merge pull request #11 from nextdeveloper-nl/dev 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.