Skip to content

Releases: projectcaluma/emeis

v1.2.0

17 Nov 13:12
159f2d3
Compare
Choose a tag to compare

Feature

  • views: Apply localized default ordering (7e1265c)

Fix

  • models: Set scope full_name correctly in all situations (47ff9b5)
  • ordering: Correct ordering when forced local is in use (a7ee5d3)

v1.1.0

26 Sep 07:47
0de918d
Compare
Choose a tag to compare

Feature

  • scopes: Denormalize full_name and use it for sorting (4921028)
  • visibilities: Respect visibilities in includes & relationships (1ef2a88)
  • Add advanced filters for ACL model (184c9a2)
  • Add "is_active" filter for user model (8efbdc0)
  • Search by metainfo fields (be26f41)
  • Order by metainfo fields (17a9849)
  • Add id__in filter for scopes (b7602a9)
  • models: Add is_active property for scope (cf5f01f)
  • search: Search for user's roles and scopes (5418e18)
  • search: Enable forcing models to be monolingual in search (1dc55fd)

Fix

  • dev-env: Start runserver with keep-meta-shutdown (749ee20)
  • Remove subtree when removing scope (fc1e4ff)
  • Rename translation in export (4b4a4c0)
  • Xlsx file on pypi, take 3 (5e9262b)

v1.0.5

15 Feb 09:51
8682ca8
Compare
Choose a tag to compare

Fix

  • Include xlsx file in pypi publish, take 2 (5acc687)

v1.0.4

15 Feb 09:12
d098aad
Compare
Choose a tag to compare

Fix

  • Add xlsx template to pip package (532b379)

v1.0.3

11 Feb 12:21
9c982e3
Compare
Choose a tag to compare

Fix

  • Set correct content-disposition header in export (35e0f09)

v0.6.0

14 Jan 11:08
4f86fe5
Compare
Choose a tag to compare

Feature

  • Case insensitive ordering (f0570ab)
  • Add user list export as xlsx file (190c2a6)

v0.5.0

14 Dec 12:39
5536c3c
Compare
Choose a tag to compare

Feature

  • filters: add user filter to find users by role (d2be465)
  • filters: add more filters on /users endpoint (24e6e99)
  • Expose full scope name on api (3465b97)
  • New create_scope command (6813833)

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