Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Releases: justcoded/yii2-rbac

Update Kartik Select 2 dependency

02 Nov 11:35
68d9f31
Compare
Choose a tag to compare
Merge pull request #15 from deadmantfa/master

Updated Kartik Yii2 Select2 Widget

Bootstrap4 support hotfix

28 Aug 12:40
05cdda1
Compare
Choose a tag to compare
  • Bootstrap4 support bug fix on Permission update screen

Bootstrap4 support, Auto create missing permissions

13 Jul 13:48
3449c74
Compare
Choose a tag to compare
  • NEW: Bootstrap4 Themes support html.
  • NEW: RouteAccessControl filter now have a new parameter: autoCreatePermission. When your application is in debug mode it will auto-create permissions for controller/actions. So you don't need to scan new actions anymore.

Compatibility with Adminlte bootstrap theme javascript

18 Apr 15:11
a973d38
Compare
Choose a tag to compare
Merge pull request #11 from justcoded/develop

Fix js to be compatible with adminlte v2.6

Access control filter more accurate default allow routes regexp

13 Apr 14:32
3037bcb
Compare
Choose a tag to compare
  • Default allow regexp are now for site/*
  • In debug mode it also allow gii and debug modules

Permission Child/Parents relations fixes

27 Oct 15:49
415e73a
Compare
Choose a tag to compare

Permission Child/Parents boxes fixes:

  • Cleanup available options from already exists and the one which can't be added (which can be easily defined)
  • Fixed fatal error on hierarchy loop (if you add parent A which has several parents and then you try add child B, which is parent for A - you will get a hierarchy loop and fatal error)

Role permission selector Tree-based UI

25 Oct 10:56
Compare
Choose a tag to compare
  • Permissions selector now have real Tree-based UI with jstree.js Provides more intuitive selection of permissions.
  • Fix wrong unique name validations for Role and Permission creating form

Route scanner patch

12 Oct 14:52
Compare
Choose a tag to compare

Routes Scanner patch to ignore comments within scan process
(there was a problem when comments has some code similar to what is looked for (class declaration/namespace declarations)

Role permission selector hotfix

11 Oct 12:16
Compare
Choose a tag to compare
  • Disable inherit permissions in role permissions multi-select box.

First release candidate

10 Oct 18:56
Compare
Choose a tag to compare
  • Rbac console commands to init, assign master and scan routes
  • GUI interface
  • Route Access Control filter