v1.4.2
What's Changed
- ci: Authenticate to docker for pulling images by @crankynetman in #133
- refactor(ruff): ignore ruff on this one by @samoehlert in #141
- fix(API username change): Issue from the pentest report by @samoehlert in #144
- feat(pagination): add pagination to the entries page since the list was getting too huge by @samoehlert in #140
- fix(search): Gracefully handle ValueErrors with search by @samoehlert in #147
- ci(build): Be like the cool kids and use
uvby @crankynetman in #145 - feat(django_secret_key): dynamically generate a django secret key if one does not exist in the environment by @samoehlert in #149
- fix(ux): only show "deactivate entry" button on the entry detail page when the entry is actually active by @samoehlert in #150
- fix(login/out): use different settings for login/out redirect url if using the mozilla oidc app by @samoehlert in #151
- feat(ide configs): better ide configs by @crankynetman in #56
- fix(user model): Fix default password generation. by @crankynetman in #158
- fix(route_manager history): move history update to after model save by @crankynetman in #160
Full Changelog: v1.4.1...v1.4.2