Skip to content

Releases: openedx/edx-rbac

Adding support for checking context for implicit and explicit access.

01 Apr 16:27
daade8d
Compare
Choose a tag to compare

Merge pull request #14 from edx/bexline/context_checking

Updating the authorization decorator

22 Mar 12:55
db7d11d
Compare
Choose a tag to compare

Updating the permission_required decorator with an additional argument

Adding in mixin for authz support

20 Mar 20:43
e3bf304
Compare
Choose a tag to compare
Merge pull request #12 from edx/cpappas/EN-1695

ENT-1695 - Adding in mixin for authz support

Decorator for authentication

19 Mar 08:59
8b0f3eb
Compare
Choose a tag to compare

Adding a decorator for supporting authentication permissions.

Merge pull request #8 from edx/bexline/swur_django_admin

18 Mar 20:08
6ad1ea4
Compare
Choose a tag to compare

Adding django admin support for models extending UserRoleAssignment.

Adding helper utils for interactions with the jwt and database

08 Mar 22:17
0bcef2e
Compare
Choose a tag to compare
Merge pull request #4 from edx/cpappas/ENT-1557

ENT-1557 | Updating utils files with helper methods

Merge pull request #7 from edx/bexline/add_context

07 Mar 15:39
33b289a
Compare
Choose a tag to compare

Adding get_context to the UserRoleAssignment class.

Quality fixes

06 Mar 20:09
7996061
Compare
Choose a tag to compare

Getting travis builds to be green

Changes to models

06 Mar 17:30
712bcf6
Compare
Choose a tag to compare
Merge pull request #5 from edx/cpappas/version-bump

Update CHANGELOG.rst

Merge pull request #1 from edx/cpappas/ENT-1555

05 Mar 19:42
799a6da
Compare
Choose a tag to compare
ENT-1555 | Adding in some of the base models being worked on in the lms