Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dj-rest-auth #4187

Merged
merged 34 commits into from
Jun 20, 2023
Merged

Add dj-rest-auth #4187

merged 34 commits into from
Jun 20, 2023

Commits on Jan 9, 2023

  1. Add dj-rest-auth

    [FR] User registration via API
    Fixes inventree#3978
    matmair committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e32e5ba View commit details
    Browse the repository at this point in the history
  2. add jwt support for API

    matmair committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ba9ba22 View commit details
    Browse the repository at this point in the history
  3. check for old password

    matmair committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    53277c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    453f48b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd04bf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Merge branch 'master' of https://github.com/inventree/InvenTree into …

    …matmair/issue3978
    matmair committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    44a6c06 View commit details
    Browse the repository at this point in the history
  2. lower postgres version?

    matmair committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3a0d31f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Merge branch 'master' of https://github.com/inventree/InvenTree into …

    …matmair/issue3978
    matmair committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    04e3603 View commit details
    Browse the repository at this point in the history
  2. update req

    matmair committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    66c1c3a View commit details
    Browse the repository at this point in the history
  3. revert psql change

    matmair committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    70a17a2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    d2511fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e6f938 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    dc7d343 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Merge branch 'master' of https://github.com/inventree/InvenTree into …

    …matmair/issue3978
    matmair committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f80e3c7 View commit details
    Browse the repository at this point in the history
  2. move form options out

    matmair committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9c66e63 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    d867559 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. [FR] User registration via API

    matmair committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    830cc5a View commit details
    Browse the repository at this point in the history
  2. Update reqs

    matmair committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    b57feea View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Merge branch 'master' of https://github.com/inventree/InvenTree into …

    …matmair/issue3978
    matmair committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    7d9d5bc View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    57986f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Add handlers for most OAuth2

    matmair committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a96c832 View commit details
    Browse the repository at this point in the history
  2. refactor and add logging

    matmair committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    6a29ca4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0668e7d View commit details
    Browse the repository at this point in the history
  4. add handler for twitter

    matmair committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    9b48088 View commit details
    Browse the repository at this point in the history
  5. add keycloak endpoint

    matmair committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    85ccb9e View commit details
    Browse the repository at this point in the history
  6. warning for legacy apps

    matmair committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c894732 View commit details
    Browse the repository at this point in the history
  7. remove legacy twitter support

    matmair committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a859039 View commit details
    Browse the repository at this point in the history
  8. rename file

    matmair committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    42d664c View commit details
    Browse the repository at this point in the history
  9. move url to sub

    matmair committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    4620f8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06e6c7d View commit details
    Browse the repository at this point in the history
  11. Add var to config template

    matmair committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    fa75359 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    62260c7 View commit details
    Browse the repository at this point in the history
  13. fix url pattern

    matmair committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e63fe24 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    520835f View commit details
    Browse the repository at this point in the history