Skip to content

Releases: chiefonboarding/ChiefOnboarding

v2.3.1

11 Oct 20:44
f01e5ec

Choose a tag to compare

What's Changed

  • Update dependencies okt 2025 by @GDay in #580
  • Force HTTPS for urls allauth by @GDay in #581

Full Changelog: v2.3.0...v2.3.1

v2.3.0

08 Oct 02:28
28eb72a

Choose a tag to compare

** PLEASE TAKE A BACKUP BEFORE RUNNING THIS UPGRADE. THIS IS A MAJOR UPDATE **

In short: Django and Python upgrades (Django 4.2 -> 5.2 and Python 3.11 -> 3.13), as well as the migration of the auth system to allauth to support more OIDC providers.

BREAKING CHANGES:

  • If you are using Google SSO, then you should set the keys in your environment variables:
    • ALLOW_GOOGLE_SSO to True (default is False)
    • GOOGLE_SSO_CLIENT_ID
    • GOOGLE_SSO_SECRET
      This used to be a config in the settings of the app.
  • If you only want to allow to login through SSO, then you should set ALLOW_LOGIN_WITH_CREDENTIALS to False (default True). This used to be a dashboard setting.
  • If you want to auto create users through SSO, then you should set SSO_AUTO_CREATE_USE to True (default False).
  • OIDC_ROLE_UPDATING is removed and temporarily not supported. Roles will not update once set.
  • OIDC_ROLE_PATH_IN_RETURN default is now set to an empty string instead of zoneinfo.
  • OIDC_LOGIN_DISPLAY has been removed. Please use the new OIDC settings from the docs.
  • OIDC_CLIENT_ID has been removed. Please use the new OIDC settings from the docs.
  • OIDC_CLIENT_SECRET has been removed. Please use the new OIDC settings from the docs.
  • OIDC_AUTHORIZATION_URL has been removed. Please use the new OIDC settings from the docs.
  • OIDC_TOKEN_URL has been removed. Please use the new OIDC settings from the docs.
  • OIDC_USERINFO_URL has been removed. Please use the new OIDC settings from the docs.
  • OIDC_SCOPES has been removed. Please use the new OIDC settings from the docs.
  • OIDC_LOGOUT_URL has been removed. Please use the new OIDC settings from the docs.
  • OIDC_FORCE_AUTHN has been removed. Please use the new OIDC settings from the docs.

What's Changed

  • Update dependencies by @GDay in #554
  • Fix table overflow issue on admin task pages by @GDay in #556
  • Fix missing Japanese and Czech welcome messages by @GDay in #555
  • Fix to do items not correctly sorted for new hire by @GDay in #557
  • Add patch method to execute and revoke by @GDay in #559
  • Add ipware for correctly blocking users when behind proxy by @GDay in #560
  • Add makefile by @GDay in #562
  • Fix responsiveness issues by @GDay in #563
  • Add view button on new hire admin tasks and fix layout by @GDay in #567
  • Update dependencies Sept 2025 by @GDay in #569
  • Updated theme by @GDay in #568
  • Fix deprecation warnings by @GDay in #570
  • Implement allauth by @GDay in #387
  • Fix password recovery mail by @GDay in #574
  • Rename manager perm mixin by @GDay in #575
  • Remove docker compose version by @GDay in #576
  • Configure paginate by by @GDay in #577
  • Switch from runtime.txt to .python-version by @edmorley in #578

New Contributors

Full Changelog: v2.2.7...v2.3.0

v2.2.7

07 Mar 01:33
f9b563a

Choose a tag to compare

What's Changed

  • Update dependencies march 2025 by @GDay in #527
  • Update dutch translations by @GDay in #526

Full Changelog: v2.2.6...v2.2.7

v2.2.6

27 Feb 23:14
b2cafa9

Choose a tag to compare

What's Changed

  • Chore(deps): bump aiohttp from 3.10.10 to 3.10.11 in /back by @dependabot in #512
  • Update dependencies by @GDay in #513

Full Changelog: v2.2.5...v2.2.6

v2.2.5

03 Nov 00:57
a8e47de

Choose a tag to compare

What's Changed

  • Dependency updates nov 2024 by @GDay in #510

Full Changelog: v2.2.4...v2.2.5

v2.2.4

03 Nov 00:56
929bf7e

Choose a tag to compare

What's Changed

  • Chore(deps): bump cryptography from 43.0.0 to 43.0.1 in /back by @dependabot in #503
  • Fix not being able to update builder due to unexpected type by @GDay in #505

Full Changelog: v2.2.3...v2.2.4

v2.2.3

28 Aug 00:30
9207107

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.2...v2.2.3

v2.2.2

15 May 19:05
0036e94

Choose a tag to compare

What's Changed

  • Fix submitting two forms on one page preboarding/todo by @GDay in #470

Full Changelog: v2.2.1...v2.2.2

v2.2.1

02 May 02:19
ea8b155

Choose a tag to compare

What's Changed

  • Chore(deps-dev): bump vite from 5.1.5 to 5.2.8 in /docs by @dependabot in #455
  • Update dependencies 04 2024 by @GDay in #460
  • Chore(deps): bump gunicorn from 21.2.0 to 22.0.0 in /back by @dependabot in #461
  • Fix timezone on new hire detail page by @GDay in #465
  • Add czech language by @playtoncz in #464
  • Remove preboarding button when no preboarding items and fix list content by @GDay in #467

Full Changelog: v2.2.0...v2.2.1

v2.2.0

02 May 02:18
6b1ff22

Choose a tag to compare

What's Changed

  • Fix empty string being replaced by @GDay in #449
  • Allow manually adding hardware to user by @GDay in #450
  • Update docker secret keys management by @GDay in #451
  • Manually add slack channels and option to disable auto update all channels by @GDay in #453

Full Changelog: v2.1.1...v2.2.0