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 Ldap2Azure #117

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open

Add Ldap2Azure #117

wants to merge 41 commits into from

Commits on Jun 22, 2024

  1. Add OAuth2 support

    Kipjr committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    ae8eee4 View commit details
    Browse the repository at this point in the history
  2. Remove AdLdap

    Kipjr committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    0aba87e View commit details
    Browse the repository at this point in the history
  3. fix: mensaId instead of id

    Kipjr committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    2323a17 View commit details
    Browse the repository at this point in the history
  4. Add signin page

    Kipjr committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    33ab492 View commit details
    Browse the repository at this point in the history
  5. remove ldap config

    Kipjr committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    0bb1546 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01ea8b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be2365f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47115d7 View commit details
    Browse the repository at this point in the history
  9. Rewrite logincontroller

    Kipjr committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    22ca16e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    20ebc62 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6b51911 View commit details
    Browse the repository at this point in the history
  12. Remove old logincontroller

    Kipjr committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    a581077 View commit details
    Browse the repository at this point in the history
  13. update .env.example

    Kipjr committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    0c05680 View commit details
    Browse the repository at this point in the history
  14. Dont forget the ;

    Kipjr committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    9f00e51 View commit details
    Browse the repository at this point in the history
  15. Fix query issues

    Kipjr committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    cc198d5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    abd72aa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    de202f9 View commit details
    Browse the repository at this point in the history
  18. Fix class naming issue

    Kipjr committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    0a78b43 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    66788a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

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

Commits on Jun 25, 2024

  1. downgrade graph to v1

    Kipjr committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5c21fc7 View commit details
    Browse the repository at this point in the history
  2. Remove env from Controller

    Kipjr committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    83b50d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fix routing to Home

    Kipjr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    686aab1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7647e2 View commit details
    Browse the repository at this point in the history
  3. env() to config()

    Kipjr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d09544f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Rewrite MSGraph User / App

    Kipjr committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ff6d95b View commit details
    Browse the repository at this point in the history
  2. Fix bug with mensaId

    Kipjr committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    efd6197 View commit details
    Browse the repository at this point in the history
  3. disable CookieLoginListener

    Kipjr committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    2101581 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32e2763 View commit details
    Browse the repository at this point in the history
  5. update js stuff

    Kipjr committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ee98277 View commit details
    Browse the repository at this point in the history
  6. Add microsoft logo

    Kipjr committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    1387ba0 View commit details
    Browse the repository at this point in the history
  7. update .env.example

    Kipjr committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    df10c3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b805c4 View commit details
    Browse the repository at this point in the history
  9. Fix missing functions

    Kipjr committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ff65f46 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Class Naming conventions

    Kipjr committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    de00142 View commit details
    Browse the repository at this point in the history
  2. Add Class properties

    Kipjr committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a09c75d View commit details
    Browse the repository at this point in the history
  3. add _token function

    Kipjr committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    77f0f07 View commit details
    Browse the repository at this point in the history
  4. Add cleanUserObject function

    Kipjr committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8faf2e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b7005f View commit details
    Browse the repository at this point in the history
  6. Update full Application Class

    Kipjr committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    da0abd0 View commit details
    Browse the repository at this point in the history
  7. remove obsolete file

    Kipjr committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1b488b6 View commit details
    Browse the repository at this point in the history