This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/app
Greg Linklater 4b2bf28531
feat: Generic OAuth2 Authentication (#2388)
* chore: additional dependency

* feat: OAuth2 authentication provider

* docs: add env vars

* chore: lock file

* feat: add malformed user info error and notice

* feat: configurable scopes

* fix: explicitly enable state and disable pkce

* chore: remove externally supplied username from account provisioner use

* chore: remove upstream error

* chore: add explicit import for fetch

* chore: remove unused env var from sample

* docs: openid connect claims

* fix: forward fetch errors

* feat: configurable team claim name

* docs: move OIDC env vars together

* refactor: change provider name

* refactor: rename error to match provider

* fix: resolve claim using lodash.get

* refactor: remove OIDC_TEAM_CLAIM and hard code team name
2021-09-02 19:50:17 -07:00
..
components fix: Add ability to choose user permission level when inviting (#2473) 2021-08-29 03:05:37 +05:30
embeds fix: Make GoogleDrive embed links more lenient 2021-08-30 22:43:13 -07:00
hooks feat: Add UI to switch teams where signed in to multiple (#2457) 2021-08-18 18:37:50 -07:00
menus fix: Add ability to choose user permission level when inviting (#2473) 2021-08-29 03:05:37 +05:30
models fix: Add ability to choose user permission level when inviting (#2473) 2021-08-29 03:05:37 +05:30
routes fix: Show starred docs in sidebar (#2317) 2021-08-23 13:07:28 +05:30
scenes feat: Generic OAuth2 Authentication (#2388) 2021-09-02 19:50:17 -07:00
stores fix: Add ability to choose user permission level when inviting (#2473) 2021-08-29 03:05:37 +05:30
styles chore: Move animations and globals from shared directory (#2344) 2021-07-21 10:34:55 -07:00
test feat: Include more events in document history sidebar (#2334) 2021-08-05 15:03:55 -07:00
types fix: Add icons to menu items (#2373) 2021-08-13 14:21:25 -07:00
utils fix: Show starred docs in sidebar (#2317) 2021-08-23 13:07:28 +05:30
.jestconfig.json fix: Data loading state not reset when props change to `PaginatedList` (#2254) 2021-06-26 21:49:25 -07:00
env.js chore: Remove env variables in webpack bundle (#1353) 2020-07-18 11:02:40 -07:00
index.js feat: Improved UI motion design (#2310) 2021-07-12 11:57:17 -07:00