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
Merged
Show file tree
Hide file tree
Changes from 42 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
6cdc8b4
Install OAuth packages
Sep 15, 2023
28c01dc
Add OAuthClientBundle to bundles
Sep 15, 2023
f86558b
Add OAuthModule
Sep 15, 2023
90463ca
Refactor Backend module to allow OAuth login
Sep 15, 2023
67e5220
Make sure OAuth module doesn't break forkcms when not installed
Sep 15, 2023
826b58e
Add a readme file
Sep 18, 2023
afc4fd4
Fix and add translations
Sep 18, 2023
889ff30
Merge remote-tracking branch 'origin/fork6' into 487-fork-research-lo…
Sep 19, 2023
6e7e956
Add mising translations
Sep 19, 2023
d7ef05a
Remove unneeded deployment settings
Sep 19, 2023
dd3b78a
Make sure the url generates uses https
Sep 19, 2023
0b526b7
Use trusted proxies
Sep 19, 2023
dac4ea1
Use different array syntax
Sep 19, 2023
3ecf72e
Update module.xml
Sep 19, 2023
d9d01ed
Remove unneeded preinstall
Sep 19, 2023
d00eabb
Use private/oauth/connect path for oauth logins
Sep 19, 2023
9d2a392
Use settings as last ellement in breadcrumb
Sep 19, 2023
b5c0813
Add toggle button to show/hide client secret
Sep 19, 2023
856942c
Add documentation to setup the OAuth
Sep 19, 2023
75ead08
Fix missing nl translation
Sep 20, 2023
0907fc2
Make the translaitons more clear
Sep 20, 2023
5f61de1
Move ToggleSecret to ForkCMS Backend module
Sep 20, 2023
eb227e6
Remove unused formTheme
Sep 20, 2023
e8737ee
Use translation for module settings
Sep 20, 2023
fc0cbed
Merge remote-tracking branch 'sumo/fork6' into 487-fork-research-logi…
Sep 21, 2023
056acb9
Fix webpack build
Sep 21, 2023
f667b44
Remove unneeded semicolon
Sep 21, 2023
2a483b8
Fix codesniffer errors
Sep 21, 2023
939ebb8
Initialize oAuthRole by default in dto
Sep 21, 2023
c9b6ffc
Fix phpstan
Sep 21, 2023
f143561
Move ToggleSecret to Core and make it more general
Sep 21, 2023
6364f69
Load TogglePasswordImputType in frontend and backend
Sep 21, 2023
ee48f6f
Use use statement to load moduleSettings
Sep 21, 2023
8dd2517
Update user when login with microsoft azure
Sep 21, 2023
abe9688
Use azure_ prefix for azure settings
Sep 21, 2023
d97a566
Use correct prefix when using login with azure
Sep 21, 2023
d4d0827
Add styling to the css
Sep 21, 2023
eb423d0
Use the default values for form rows
Sep 21, 2023
54236ee
Fix login flow
Sep 21, 2023
d666340
Add config for enabled Azure client
Sep 21, 2023
6f7caff
Use col-12 col-lg-6 mb-3 as default
Sep 22, 2023
1c8cba4
Fix theme issue when form row default is set
Sep 22, 2023
a79c794
Update readme.MD
Sep 22, 2023
9335b52
Update readme.MD
Sep 22, 2023
19bcb07
Update translations
Sep 22, 2023
3009553
Remove unneeded doctrine.yaml
Sep 27, 2023
609e18a
Add comment to connectCheckAction
Sep 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@
"symfony/expression-language": "6.*",
"symfony/lock": "6.*",
"tijsverkoyen/convert-to-junit-xml": "^1.10",
"sumocoders/deployer-sumo-forkcms": "^0.2.0"
"sumocoders/deployer-sumo-forkcms": "^0.2.0",
"knpuniversity/oauth2-client-bundle": "^2.15",
"thenetworg/oauth2-azure": "^2.2"
},
"require-dev": {
"squizlabs/php_codesniffer": "dev-master as 3.6.0",
Expand Down
Loading
Loading