This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/web
Jens L e25d03d8f4
Managed objects (#519)
* managed: add base manager and Ops

* core: use ManagedModel for Token and PropertyMapping

* providers/saml: implement managed objects for SAML Provider

* sources/ldap: migrate to managed

* providers/oauth2: migrate to managed

* providers/proxy: migrate to managed

* *: load .managed in apps

* managed: add reconcile task, run on startup

* providers/oauth2: fix import path for managed

* providers/saml: don't set FriendlyName when mapping is none

* *: use ObjectManager in tests to ensure objects exist

* ci: use vmImage ubuntu-latest

* providers/saml: add new mapping for username and user id

* tests: remove docker proxy

* tests/e2e: use updated attribute names

* docs: update SAML docs

* tests/e2e: fix remaining saml cases

* outposts: make tokens as managed

* *: make PropertyMapping SerializerModel

* web: add page for property-mappings

* web: add codemirror to common_styles because codemirror

* docs: fix member-of in nextcloud

* docs: nextcloud add admin

* web: fix refresh reloading data two times

* web: add loading lock to table to prevent double loads

* web: add ability to use null in QueryArgs (value will be skipped)

* web: add hide option to property mappings

* web: fix linting
2021-02-03 21:18:31 +01:00
..
authentik/sources wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
icons web: fix icons not being included in static container 2020-12-12 21:49:00 +01:00
src Managed objects (#519) 2021-02-03 21:18:31 +01:00
.dockerignore root: attempt to build static image without django's collectstatic (#360) 2020-12-02 21:23:07 +01:00
.eslintignore web: switch to eslint 2020-12-01 09:47:22 +01:00
.eslintrc.json web: add notification 'mark as seen' button 2021-01-16 19:09:03 +01:00
.gitignore web: remove dist from git 2020-11-30 12:50:08 +01:00
Dockerfile web: fix source icons missing from static container 2020-12-13 17:50:30 +01:00
azure-pipelines.yml ci: fix building for dependabot 2021-01-25 21:11:29 +01:00
package-lock.json Managed objects (#519) 2021-02-03 21:18:31 +01:00
package.json Managed objects (#519) 2021-02-03 21:18:31 +01:00
robots.txt root: move webapp to /web (#347) 2020-11-28 19:43:42 +01:00
rollup.config.js web: fix icons not being included in static container 2020-12-12 21:49:00 +01:00
tsconfig.json web: further cleanup, more linting 2020-12-02 15:44:40 +01:00