Skip to content

Releases: projectcaluma/emeis

v0.4.0

31 Aug 14:09
da4c8e6
Compare
Choose a tag to compare
  • Expose full scope name on api (3465b97)
  • new create_scope command (93fa60)
    Note: The settings ADMIN_USERNAME, ADMIN_ROLE_SLUG, and ADMIN_SCOPE_NAME
    have been removed. Use manage.py createsuperuser and manage.py create_scope
    instead.

v0.3.0

01 Sep 12:59
91c7806
Compare
Choose a tag to compare

Feature

  • permissions: Introduce django generic api permissions (ff5aa2f)
  • auth: Introduce user factory setting and oidc user object (0716162)
  • Add filters on User endpoint (95b15d2)
  • scopes: Expose level on api (ddc36ee)

v0.2.2

26 Jul 09:17
f5740e4
Compare
Choose a tag to compare

Fixes

  • add missing migration for new manager on user model

v0.2.1

22 Jul 15:24
4276e0a
Compare
Choose a tag to compare

Fixes

  • auth: make emeis user model able to authenticate (#249)

v0.2.0

22 Jul 12:30
5398dca
Compare
Choose a tag to compare

Make Emeis more compatible with Django, so it can be used as a module in other Django projects

v0.1.1

22 Jul 10:46
7d525de
Compare
Choose a tag to compare

Initial release