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

487 fork research login with m365 #371

Merged
merged 47 commits into from
Sep 27, 2023

Commits on Sep 15, 2023

  1. Install OAuth packages

    Bjorn Van Acker committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6cdc8b4 View commit details
    Browse the repository at this point in the history
  2. Add OAuthClientBundle to bundles

    Bjorn Van Acker committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    28c01dc View commit details
    Browse the repository at this point in the history
  3. Add OAuthModule

    Bjorn Van Acker committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f86558b View commit details
    Browse the repository at this point in the history
  4. Refactor Backend module to allow OAuth login

    Bjorn Van Acker committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    90463ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67e5220 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Add a readme file

    Bjorn Van Acker committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    826b58e View commit details
    Browse the repository at this point in the history
  2. Fix and add translations

    Bjorn Van Acker committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    afc4fd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge remote-tracking branch 'origin/fork6' into 487-fork-research-lo…

    …gin-with-m365
    Bjorn Van Acker committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    889ff30 View commit details
    Browse the repository at this point in the history
  2. Add mising translations

    Bjorn Van Acker committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6e7e956 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded deployment settings

    Bjorn Van Acker committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d7ef05a View commit details
    Browse the repository at this point in the history
  4. Make sure the url generates uses https

    Bjorn Van Acker committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    dd3b78a View commit details
    Browse the repository at this point in the history
  5. Use trusted proxies

    Bjorn Van Acker committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0b526b7 View commit details
    Browse the repository at this point in the history
  6. Use different array syntax

    Bjorn Van Acker committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    dac4ea1 View commit details
    Browse the repository at this point in the history
  7. Update module.xml

    Bjorn Van Acker committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3ecf72e View commit details
    Browse the repository at this point in the history
  8. Remove unneeded preinstall

    Bjorn Van Acker committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d9d01ed View commit details
    Browse the repository at this point in the history
  9. Use private/oauth/connect path for oauth logins

    Bjorn Van Acker committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d00eabb View commit details
    Browse the repository at this point in the history
  10. Use settings as last ellement in breadcrumb

    Bjorn Van Acker committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9d2a392 View commit details
    Browse the repository at this point in the history
  11. Add toggle button to show/hide client secret

    Bjorn Van Acker committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b5c0813 View commit details
    Browse the repository at this point in the history
  12. Add documentation to setup the OAuth

    Bjorn Van Acker committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    856942c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Fix missing nl translation

    Bjorn Van Acker committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    75ead08 View commit details
    Browse the repository at this point in the history
  2. Make the translaitons more clear

    Bjorn Van Acker committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0907fc2 View commit details
    Browse the repository at this point in the history
  3. Move ToggleSecret to ForkCMS Backend module

    Bjorn Van Acker committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5f61de1 View commit details
    Browse the repository at this point in the history
  4. Remove unused formTheme

    Bjorn Van Acker committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    eb227e6 View commit details
    Browse the repository at this point in the history
  5. Use translation for module settings

    Bjorn Van Acker committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e8737ee View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Merge remote-tracking branch 'sumo/fork6' into 487-fork-research-logi…

    …n-with-m365
    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    fc0cbed View commit details
    Browse the repository at this point in the history
  2. Fix webpack build

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    056acb9 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded semicolon

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f667b44 View commit details
    Browse the repository at this point in the history
  4. Fix codesniffer errors

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2a483b8 View commit details
    Browse the repository at this point in the history
  5. Initialize oAuthRole by default in dto

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    939ebb8 View commit details
    Browse the repository at this point in the history
  6. Fix phpstan

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c9b6ffc View commit details
    Browse the repository at this point in the history
  7. Move ToggleSecret to Core and make it more general

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f143561 View commit details
    Browse the repository at this point in the history
  8. Load TogglePasswordImputType in frontend and backend

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6364f69 View commit details
    Browse the repository at this point in the history
  9. Use use statement to load moduleSettings

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ee48f6f View commit details
    Browse the repository at this point in the history
  10. Update user when login with microsoft azure

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8dd2517 View commit details
    Browse the repository at this point in the history
  11. Use azure_ prefix for azure settings

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    abe9688 View commit details
    Browse the repository at this point in the history
  12. Use correct prefix when using login with azure

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d97a566 View commit details
    Browse the repository at this point in the history
  13. Add styling to the css

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d4d0827 View commit details
    Browse the repository at this point in the history
  14. Use the default values for form rows

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    eb423d0 View commit details
    Browse the repository at this point in the history
  15. Fix login flow

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    54236ee View commit details
    Browse the repository at this point in the history
  16. Add config for enabled Azure client

    Bjorn Van Acker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d666340 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Use col-12 col-lg-6 mb-3 as default

    Bjorn Van Acker committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    6f7caff View commit details
    Browse the repository at this point in the history
  2. Fix theme issue when form row default is set

    Bjorn Van Acker committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1c8cba4 View commit details
    Browse the repository at this point in the history
  3. Update readme.MD

    Bjorn Van Acker committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a79c794 View commit details
    Browse the repository at this point in the history
  4. Update readme.MD

    Bjorn Van Acker committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    9335b52 View commit details
    Browse the repository at this point in the history
  5. Update translations

    Bjorn Van Acker committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    19bcb07 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Remove unneeded doctrine.yaml

    Bjorn Van Acker committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    3009553 View commit details
    Browse the repository at this point in the history
  2. Add comment to connectCheckAction

    Bjorn Van Acker committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    609e18a View commit details
    Browse the repository at this point in the history