Skip to content

Releases: nextdeveloper-nl/support

Initial production release

17 Jan 08:37
ff670bb

Choose a tag to compare

Initial production release

Multiple events removed

17 Dec 00:13
ff670bb

Choose a tag to compare

Multiple events removed

Support ticket comments perspective added

16 Dec 01:07
56bad83

Choose a tag to compare

Support ticket comments perspective added

Support admin role is updated

15 Dec 21:39
1137093

Choose a tag to compare

Support admin role is updated

Support updated

09 Dec 21:46
cb3fd60

Choose a tag to compare

Support updated

Leo routes added

10 Jun 09:03
51b74af

Choose a tag to compare

Merge pull request #14 from nextdeveloper-nl/dev

Leo routes added

Generic policies created for CRUD operations

19 May 16:02
0b9074d

Choose a tag to compare

Merge pull request #13 from nextdeveloper-nl/dev

Generic policies created for CRUD operations

Regenerated to fix error messages and security checks

19 May 11:39
a13b02c

Choose a tag to compare

Regenerated to fix error messages and security checks

Route file fixed

14 May 14:22
2b3cccf

Choose a tag to compare

Merge pull request #11 from nextdeveloper-nl/dev

Route file fixed

Abstract services regenerated because of pagination problem

13 May 14:33
52dba7e

Choose a tag to compare

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.