Skip to content

Releases: nextdeveloper-nl/agenda

Agenda regenerated, scheduler removed

11 Mar 19:58
7f9cace

Choose a tag to compare

Removed database connection check

28 May 14:46
6011c8c

Choose a tag to compare

Removed database connection check

Updated all command replace DB instance with Model Service add schedule Add Agenda task handling.

14 May 11:13
586bc7f

Choose a tag to compare

Updated and refactored Calendars and Events console command

13 Jan 07:25
a65fe8a

Choose a tag to compare

New features implemented

10 Jun 08:35
ffb22dd

Choose a tag to compare

  • Actions feature regenerated
  • Leo routes added

Generic policies created for CRUD operations

19 May 16:09
b496278

Choose a tag to compare

Generic policies created for CRUD operations

Route file fixed

14 May 14:26
c469413

Choose a tag to compare

Route file fixed

Abstract services regenerated because of pagination problem

13 May 15:14
e7e79c3

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.

Authorization rule fixed, regenerated models

17 Apr 17:08
4a04e1b

Choose a tag to compare

Authorization rule fixed, regenerated models

Authorization roles enhanced

03 Apr 14:44
125858e

Choose a tag to compare

Authorization roles enhanced