Jens Langhammer
897e0f90fe
core: fix token update/delete not working
2020-12-26 01:28:45 +01:00
Jens Langhammer
ecbcd86f05
core: fix User's token creation not working
2020-12-26 01:28:45 +01:00
Jens Langhammer
65d9f690cd
release: 0.13.5-stable
2020-12-26 00:52:26 +01:00
Jens Langhammer
f96c2db5df
core: show multi-select notice for SelectMultiple Widgets
2020-12-26 00:43:29 +01:00
Jens Langhammer
5647f53140
core: fix anonymous user being included in User API
...
# Conflicts:
# authentik/admin/views/applications.py
2020-12-26 00:26:24 +01:00
Jens Langhammer
4e20cd0fee
core: fix error during migrations
2020-12-25 23:51:51 +01:00
Jens Langhammer
49636f8fa0
stages/invitation: fix optional field being required
2020-12-25 23:42:21 +01:00
Jens Langhammer
cd8157ea08
stages/password: fix PasswordStageForm not showing backends
2020-12-25 23:42:21 +01:00
Jens Langhammer
2a94ad7782
release: 0.13.4-stable
2020-12-24 15:36:39 +01:00
Jens Langhammer
07eb5ffb4b
core: fix missing import for application api
2020-12-24 15:35:57 +01:00
Jens Langhammer
8cc68928b8
outposts: validate kubeconfig before saving
2020-12-24 13:25:08 +01:00
Jens Langhammer
221db12f85
outposts: allow blank kubeconfig
2020-12-24 13:25:04 +01:00
Jens Langhammer
34166d3c20
core: make application's provider not required
...
# Conflicts:
# authentik/core/api/applications.py
2020-12-24 13:24:52 +01:00
Jens Langhammer
94972d64e6
web: fix sidebar being overlayed over modal backdrop
2020-12-22 20:38:30 +01:00
Jens Langhammer
253eaa382c
admin: fix policy test button in dark theme
2020-12-20 22:32:53 +01:00
Jens Langhammer
fc4f9733d1
policies/expression: fix missing ak_logger
2020-12-20 22:32:45 +01:00
Jens Langhammer
8d784afcd1
web: expand sidebar by default on desktop, auto collapse
2020-12-20 22:32:37 +01:00
Jens Langhammer
e23afd18e4
release: 0.13.3-stable
2020-12-19 16:55:07 +01:00
Jens L
c2a30b760a
web: allow Sidebar to be opened on mobile ( #417 )
...
* web: initial sidebar trigger on mobile
* web: render hamburger button as overlay top right
2020-12-19 16:54:25 +01:00
Jens L
6e24856d45
flows: fix redirect when un-authenticated user uses external authentication ( #416 )
...
* flows: add PLAN_CONTEXT_REDIRECT so final redirect can be set from within flow
* sources/*: use PLAN_CONTEXT_REDIRECT
* flows: fallback when flow plan is empty
2020-12-19 16:42:39 +01:00
Jens Langhammer
98a58b74e3
core: ensure generic error template fills screen
2020-12-19 14:28:20 +01:00
Jens Langhammer
5f3ab22bea
providers/oauth2: fix incorrect background set on end session screen
2020-12-19 14:24:28 +01:00
dependabot[bot]
1ed5d5da35
build(deps): bump @sentry/browser from 5.29.1 to 5.29.2 in /web ( #413 )
...
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 5.29.1 to 5.29.2.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.29.1...5.29.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-18 09:58:34 +01:00
dependabot[bot]
76193e0031
build(deps): bump boto3 from 1.16.38 to 1.16.39 ( #412 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.16.38 to 1.16.39.
- [Release notes](https://github.com/boto/boto3/releases )
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst )
- [Commits](https://github.com/boto/boto3/compare/1.16.38...1.16.39 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-18 09:44:54 +01:00
dependabot[bot]
50109ca7ad
build(deps): bump @sentry/tracing from 5.29.1 to 5.29.2 in /web ( #414 )
...
Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 5.29.1 to 5.29.2.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.29.1...5.29.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-18 09:44:33 +01:00
Jens Langhammer
e4b66d991c
release: 0.13.2-stable
2020-12-17 20:20:47 +01:00
Jens Langhammer
68adc2d5a5
admin: fix warning during swagger generation
2020-12-17 19:49:35 +01:00
Jens Langhammer
349a3a67d5
flows: use to_stage_response in _flow_done()
2020-12-17 19:34:15 +01:00
Jens Langhammer
e1394207e7
flows: fix inconsistent behaviour when flow is empty
2020-12-17 19:22:24 +01:00
Jens Langhammer
f265c1f10b
admin: fix cache clean views erroring
2020-12-17 19:03:32 +01:00
Jens Langhammer
1aecdc7f8f
web: fix css for policy tertiary buttons and text on flow card
2020-12-17 14:31:45 +01:00
dependabot[bot]
a18edaf62b
build(deps): bump @sentry/tracing from 5.29.0 to 5.29.1 in /web ( #411 )
...
Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 5.29.0 to 5.29.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.29.0...5.29.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 11:41:19 +01:00
dependabot[bot]
c91abe448c
build(deps): bump celery from 5.0.4 to 5.0.5 ( #407 )
...
Bumps [celery](https://github.com/celery/celery ) from 5.0.4 to 5.0.5.
- [Release notes](https://github.com/celery/celery/releases )
- [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst )
- [Commits](https://github.com/celery/celery/compare/v5.0.4...v5.0.5 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 09:46:11 +01:00
dependabot[bot]
e531e52403
build(deps): bump django-storages from 1.10.1 to 1.11 ( #408 )
...
Bumps [django-storages](https://github.com/jschneier/django-storages ) from 1.10.1 to 1.11.
- [Release notes](https://github.com/jschneier/django-storages/releases )
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/jschneier/django-storages/compare/1.10.1...1.11 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 09:45:58 +01:00
dependabot[bot]
cae536fa65
build(deps): bump boto3 from 1.16.37 to 1.16.38 ( #409 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.16.37 to 1.16.38.
- [Release notes](https://github.com/boto/boto3/releases )
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst )
- [Commits](https://github.com/boto/boto3/compare/1.16.37...1.16.38 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 09:45:45 +01:00
dependabot[bot]
316b15b8a9
build(deps): bump @sentry/browser from 5.29.0 to 5.29.1 in /web ( #410 )
...
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 5.29.0 to 5.29.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.29.0...5.29.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 09:45:29 +01:00
Jens Langhammer
e6ccd4fa76
web: fix file name casing
2020-12-17 00:18:24 +01:00
Jens Langhammer
86aabba3ed
web: fix file name casing
2020-12-17 00:18:03 +01:00
Jens Langhammer
0b36aad5c8
admin: ensure clean_expired_models is called during tests
2020-12-17 00:17:20 +01:00
Jens Langhammer
64d2a216f0
web: fix linting
2020-12-16 23:50:23 +01:00
Jens Langhammer
a5e5e140d6
admin: add full api tests
2020-12-16 23:42:44 +01:00
Jens Langhammer
29f98abd00
root: update swagger
2020-12-16 23:32:14 +01:00
Jens Langhammer
7b5ce4e98a
web: use colours for icons, move users to separate card
2020-12-16 23:28:04 +01:00
Jens Langhammer
d7fa52ebf3
admin: remove old admin overview
2020-12-16 23:21:38 +01:00
Jens Langhammer
2ffaa94825
web: fix typo
2020-12-16 23:08:40 +01:00
Jens Langhammer
b80b2626a6
web: fix rendering of version
2020-12-16 23:08:35 +01:00
Jens Langhammer
3b7bba5a62
web: make sure naming matches backend
2020-12-16 23:03:06 +01:00
Jens Langhammer
2d9efe035e
web: migrate admin overview cards to separate files
2020-12-16 23:00:32 +01:00
Jens Langhammer
48438e28fd
admin: separate overview API into WorkerAPI and VersionAPI
2020-12-16 22:53:53 +01:00
Jens Langhammer
885a2f0a58
web: add flow and policy cache card
2020-12-16 22:30:37 +01:00