Skip to content

Releases: goauthentik/authentik

Release 0.8.12-beta

28 Feb 10:56
Compare
Choose a tag to compare
  • admin: fix some models not being paginated
  • api: update old field names
  • core: remove some more dead code, add more help texts for factors
  • docs: fix some typos
  • providers/saml: fix CSRF errors with POST binding
  • ui: add template for csrf errors
  • ui: re-enable branding on navbar
  • ui: re-organize some of the navigation to make it cleaner for end-users

Release 0.8.11-beta

25 Feb 10:41
Compare
Choose a tag to compare
  • lib/sentry: fix SentryIgnoredException not being ignored correctly
  • providers/saml: fix AccessRequiredView.dispatch not being called
  • providers/saml: fix CannotHandleAssertion Error still being sent to sentry
  • providers/saml: fix leftover data in session, fix IdP initiated login
  • providers/saml: fix wrong key being used for params

Release 0.8.9-beta

24 Feb 12:26
Compare
Choose a tag to compare
  • admin: exclude anonymous user from listing
  • admin: show prettified yaml
  • all: remove dead code
  • audit: save model's name or string representation
  • core: fix saving of policy not correctly clearing it's cache
  • core: sort sources on login view
  • deploy: use new bootstrap command
  • lib: add bootstrap command
  • lib: add more errors to sentry ignore
  • policies: add unittests for evaluator
  • root: add process ID to logging output
  • root: set SameSite to None when debugging
  • sources/oauth: fix invalid headers, fix invalid function signature
  • ui: fix automatic slug generation
  • ui: fix height of multiple select input
  • ui: fix icon sizing on login
  • ui: fix lists not being rendered correctly
  • ui: re-add automatic slug generation
  • ui: show default icon for source without icon
  • ui: update more remaining templates
  • ui: update remaining forms, completely remove jQuery

Release 0.8.10-beta

24 Feb 14:33
Compare
Choose a tag to compare
  • core: sort provider by pk when selection application provider
  • helm: fix inconsistent labels
  • lib/logging: fix typo
  • providers/oidc: add error template
  • providers/saml: fix users being able to authenticate without audit logs being created
  • root: fix logging.basicConfig being called by pyjwkest

Release 0.8.8-beta

23 Feb 13:48
Compare
Choose a tag to compare
  • actions: build : on push
  • admin: fix provider list not having pagination
  • audit: don't pop password as its censored already
  • core: add migration to fix null fields in core.application
  • core: fix default Null causing issues in translation
  • policies/expression: add pb_client_ip field
  • sources: remove policies as they are not used currently
  • sources/oauth: slugify provider type instead of just lowercase
  • ui: add missing discord and twitter icons

Release 0.8.7-beta

21 Feb 21:21
Compare
Choose a tag to compare
  • admin: show object usage count instead of list
  • helm: change static healthcheck and port
  • ui: fix app icon not showing
  • ui: fix application grid icons, fix SAML Authorize

Release 0.8.6-beta

21 Feb 20:39
Compare
Choose a tag to compare
  • audit: crit fix audit log not being protected correctly
  • all: add more helpful help_text to models
  • all: fix left over references to error templates
  • audit: fix failed login events not being logged
  • Merge branch 'master' into pf4
  • Merge pull request #5 from BeryJu/pf4
  • providers/saml: fix 500 when SAML Provider not assigned to application
  • root: run bandit as part of pre-commit
  • root: use defusedxml's defuse_stdlib globally
  • static: use codemirror from npm
  • ui: centrally load CodeMirror and init via data tag
  • ui: clean up more generic forms, remove is_login everywhere
  • ui: clean up some more remaining templates
  • ui: fix branding viewport
  • ui: fixup minor issues, add static app
  • ui: include font-awesome
  • ui: rewrite admin templates to pf4, add some helper scripts
  • ui: update static docker image to download NPM modules
  • ui: update templates for jinja2-related fields
  • ui: use compact templates

Release 0.8.5-beta

20 Feb 20:41
Compare
Choose a tag to compare
  • all: sort imports and cleanup
  • lib: add SentryIgnoredException, to easily ignore exceptions from sentry
  • providers/saml: add POST binding support to Metadata
  • providers/saml: change default NameID Format to emailAddress
  • providers/saml: cleanup encoding
  • providers/saml: Show error message when trying to get metadata without assigning application
  • root: use different cookie names for dev instance
  • sources/saml: entity_id -> issuer
  • sources/saml: fix build_full_url using incorrect URL parameter
  • sources/saml: fix Metadata cert including PEM header
  • sources/saml: validate SAMLResponse signature
  • ui: don't remove dashes when auto generating slug

Release 0.8.4-beta

20 Feb 15:22
Compare
Choose a tag to compare
  • providers/saml: fix /login/ pointing to wrong view

Release 0.8.3-beta

20 Feb 14:18
Compare
Choose a tag to compare
  • core: fix application icons not loading, fix with_sources being broken