1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-25 08:09:41 +02:00
mealie/tests/utils
Hayden 5f6844eceb
Some checks are pending
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
feat: Login with OAuth via OpenID Connect (OIDC) (#3280)
* initial oidc implementation

* add dynamic scheme

* e2e test setup

* add caching

* fix

* try this

* add libldap-2.5 to runtime dependencies (#2849)

* New translations en-us.json (Norwegian) (#2851)

* New Crowdin updates (#2855)

* New translations en-us.json (Italian)

* New translations en-us.json (Norwegian)

* New translations en-us.json (Portuguese)

* fix

* remove cache

* cache yarn deps

* cache docker image

* cleanup action

* lint

* fix tests

* remove not needed variables

* run code gen

* fix tests

* add docs

* move code into custom scheme

* remove unneeded type

* fix oidc admin

* add more tests

* add better spacing on login page

* create auth providers

* clean up testing stuff

* type fixes

* add OIDC auth method to postgres enum

* add option to bypass login screen and go directly to iDP

* remove check so we can fallback to another auth method oauth fails

* Add provider name to be shown at the login screen

* add new properties to admin about api

* fix spec

* add a prompt to change auth method when changing password

* Create new auth section. Add more info on auth methods

* update docs

* run ruff

* update docs

* format

* docs gen

* formatting

* initialize logger in class

* mypy type fixes

* docs gen

* add models to get proper fields in docs and fix serialization

* validate id token before using it

* only request a mealie token on initial callback

* remove unused method

* fix unit tests

* docs gen

* check for valid idToken before getting token

* add iss to mealie token

* check to see if we already have a mealie token before getting one

* fix lock file

* update authlib

* update lock file

* add remember me environment variable

* add user group setting to allow only certain groups to log in

---------

Co-authored-by: Carter Mintey <cmintey8@gmail.com>
Co-authored-by: Carter <35710697+cmintey@users.noreply.github.com>
2024-03-10 13:51:36 -05:00
..
api_routes feat: Login with OAuth via OpenID Connect (OIDC) (#3280) 2024-03-10 13:51:36 -05:00
routes fix #1144 (#1207) 2022-05-07 20:08:04 -08:00
__init__.py chore: file generation cleanup (#1736) 2022-10-18 14:49:41 -08:00
alembic_reader.py feat: server side search (#2112) (#2117) 2023-02-11 21:26:10 -09:00
assertion_helpers.py Fix for shopping list recipe delete route (#1954) 2022-12-30 22:09:22 -09:00
factories.py feat: extend Apprise JSON notification functionality with programmatic data (#1355) 2022-06-15 11:49:42 -08:00
fixture_schemas.py Feature: Add "Authentication Method" to allow existing users to sign in with LDAP (#2143) 2023-02-26 10:12:16 -09:00
helpers.py Improve Test Coverage (#511) 2021-06-13 13:09:44 -08:00
jsonify.py prs-fleshgolem-2070: feat: sqlalchemy 2.0 (#2096) 2023-02-06 18:43:12 -09:00
recipe_data.py Convert scraper to use async (#1915) 2023-01-28 15:43:27 -09:00
user_login.py chore: bump aiofiles, dotenv, fastapi, pydantic, uvicorn (#1944) 2022-12-30 11:44:54 -09:00