Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Releases: adfinis/timed-backend

v1.1.4

05 May 06:18
Compare
Choose a tag to compare

Feature

  • Add and enable sentry-sdk for error reporting (5dfc9b3)

Fix

  • runtime: Use gunicorn instead of uwsgi (e6b1fdf)
  • redmine: Template formatting (148dea1)

v1.1.3

05 May 05:26
Compare
Choose a tag to compare

Cherry-picked release on top v1.1.2. See branch with the same name.

Feature

  • Export metrics with django-prometheus (6ed9cab)
  • Add customer_visible field to project serializer (2f12f86)

Fix

  • Add custom forms for supervisor and supervisee inlines (b92799d)
  • Add test data users to keycloak config (082ef6e)

Release v1.1.2

28 Oct 09:49
132ed78
Compare
Choose a tag to compare

v1.1.2 (28 October 2020)

Fix

  • fix user based permissions to use the IS_AUTHENTICATED permission properly (#654)

Release v1.1.1

14 Aug 14:35
6afae14
Compare
Choose a tag to compare

Fix

  • increase uwsgi buffer-size for big query strings

v1.1.0

11 Aug 12:15
5e1314b
Compare
Choose a tag to compare

Feature

  • implement SSO OIDC login for django admin
  • django-local user/password (django-admin) login is now a toggable setting, see DJANGO_ALLOW_LOCAL_LOGIN

timed-backend v1.0.0

30 Jul 14:00
3eceea7
Compare
Choose a tag to compare

Changes in v1.0.0

Features

Authentication is now done using OIDC, dropping jwt as a dependency.
Server-to-server communication is supported using OAuth 2.0 Client Credentials Grant.

Docker setup is improved, exposing UWSGI variables for configuration.

timed-backend v1.0-rc3

16 Jul 14:41
3eceea7
Compare
Choose a tag to compare
Pre-release

Changes in v1.0-rc3

  • Fix sed in cmd.sh
  • Small cleanups in OIDC setup, switch default username claim to sub
  • Add documentation about OIDC setup
  • move to setup.cfg for configs

timed-backend v1.0-rc2

14 Jul 13:35
9331b94
Compare
Choose a tag to compare
Pre-release

Changes in v1.0-rc2

  • expose uwsgi config in settings
  • update cmd.sh

timed-backend v1.0-rc1

09 Jul 13:55
45491e9
Compare
Choose a tag to compare
Pre-release

Changes in v1.0-rc1

  • Authorization flow has been updated and now works with OpenID Connect
  • Dependency updates

timed-backend v0.13.2

29 Apr 15:18
753bc5d
Compare
Choose a tag to compare
Merge pull request #551 from sbor23/fix-django-money

fix(admin): use django-money as installed app