[midPoint-git] [Evolveum/midpoint] e5046e: fix for invitation url usage without parameters
Viliam Repan
noreply at github.com
Wed May 31 09:35:03 CEST 2023
Branch: refs/heads/feature/shadow-metadata
Home: https://github.com/Evolveum/midpoint
Commit: e5046ee4cfb2d18180646834a9637259267f9a06
https://github.com/Evolveum/midpoint/commit/e5046ee4cfb2d18180646834a9637259267f9a06
Author: Kateryna Honchar <gonchar.kate at gmail.com>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/channel/InvitationAuthenticationChannel.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/filter/MidpointExceptionTranslationFilter.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/filter/configurers/MidpointExceptionHandlingConfigurer.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configurer/MailNonceFormModuleWebSecurityConfigurer.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configurer/RemoteModuleWebSecurityConfigurer.java
Log Message:
-----------
fix for invitation url usage without parameters
Commit: 3f52e750e8abf5f55415a0b603fba3c581bb3cb0
https://github.com/Evolveum/midpoint/commit/3f52e750e8abf5f55415a0b603fba3c581bb3cb0
Author: lskublik <lskublik at evolveum.com>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M testing/rest/pom.xml
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/TestAbstractAuthentication.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/TestOptionForSkipUpdatingAuthFocusBehavior.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/oidc/TestAbstractOidcRestModule.java
A testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/oidc/TestAzureOidcRestAuthModule.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/oidc/TestKeycloakOidcRestAuthModule.java
M testing/rest/src/test/resources/authentication/configuration/oidc.properties
M testing/rest/src/test/resources/authentication/repo/security-policy-issuer-uri.xml
M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri-wrong-alg.xml
M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri.xml
M testing/rest/src/test/resources/authentication/repo/security-policy-public-key-keystore.xml
M testing/rest/src/test/resources/authentication/repo/security-policy-public-key-wrong-alg.xml
M testing/rest/src/test/resources/authentication/repo/security-policy-public-key.xml
A testing/rest/src/test/resources/authentication/repo/security-policy-user-info-uri.xml
A testing/rest/src/test/resources/authentication/repo/user-admin-azure.xml
M testing/rest/testng-authentication.xml
Log Message:
-----------
adding rest tests for oidc auth module with azure as IDP
Commit: 5fe0dff5f668909fd96f2815a8c367f958bb4789
https://github.com/Evolveum/midpoint/commit/5fe0dff5f668909fd96f2815a8c367f958bb4789
Author: lskublik <lskublik at evolveum.com>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/channel/InvitationAuthenticationChannel.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/filter/MidpointExceptionTranslationFilter.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/filter/configurers/MidpointExceptionHandlingConfigurer.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configurer/MailNonceFormModuleWebSecurityConfigurer.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configurer/RemoteModuleWebSecurityConfigurer.java
M model/rest-impl/src/main/java/com/evolveum/midpoint/rest/impl/ModelRestController.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/util/MidPointPostgreSQLDialect.java
M testing/story/pom.xml
M testing/story/src/test/resources/grouper/task-async-update.xml
M testing/story/src/test/resources/grouper/task-group-scavenger.xml
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/mining/ExportMiningOptions.java
M tools/ninja/src/main/resources/messages.properties
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/origin/master'
Commit: 72cf52539020d5bb0cc625f0047e52f38ce4b810
https://github.com/Evolveum/midpoint/commit/72cf52539020d5bb0cc625f0047e52f38ce4b810
Author: Tony Tkacik <tonydamage at gmail.com>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M dist/midpoint-api/pom.xml
Log Message:
-----------
Fixed midpoint-api project compilation
Signed-off-by: Tony Tkacik <tonydamage at gmail.com>
Commit: 92c8f7ca82a91ce408f345833537e9c045af5ca8
https://github.com/Evolveum/midpoint/commit/92c8f7ca82a91ce408f345833537e9c045af5ca8
Author: Tony Tkacik <tony.tkacik at evolveum.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/boot/MidPointSpringApplication.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/form/MidpointForm.java
A gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/form/MultipartFormConfiguration.java
M infra/schema/src/main/resources/xml/ns/public/common/common-gui-3.xsd
Log Message:
-----------
MID-8857: Make file upload limit larger and configurable
FileUploadBase counted normal multipart input fieldsa against max file count,
which rendered larger forms unusable if CSRF validation was turned off.
Increaded limit to 100 and made it configurable via systemConfiguration/adminGuiConfiguration/formMaxMultiparts.
Signed-off-by: Tony Tkacik <tony.tkacik at evolveum.com>
Commit: dfbfba738243e638278f620db77e9c5f97891d5f
https://github.com/Evolveum/midpoint/commit/dfbfba738243e638278f620db77e9c5f97891d5f
Author: Tony Tkacik <tony.tkacik at evolveum.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M gui/admin-gui/pom.xml
M infra/test-util/pom.xml
M model/model-intest/pom.xml
M pom.xml
M repo/repo-sql-impl-test/pom.xml
M repo/security-impl/pom.xml
M testing/conntest/pom.xml
M testing/longtest/pom.xml
M testing/rest/pom.xml
M testing/story/pom.xml
Log Message:
-----------
Switch to Java 17 source level, bumped dependency-plugin
Maven dependency plugin needed to be bumped to 3.3.0 for fixes
for java 17 dependency analysis.
Added scope to several dependencies, since dependency-plugin:analyze-only
now also checks for incorrect classification of compile vs test.
Commit: bae3de7138a7375c275774d55e92e6d96118dfbf
https://github.com/Evolveum/midpoint/commit/bae3de7138a7375c275774d55e92e6d96118dfbf
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M dist/midpoint-api/pom.xml
M gui/admin-gui/pom.xml
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/boot/MidPointSpringApplication.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/form/MidpointForm.java
A gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/form/MultipartFormConfiguration.java
M infra/schema/src/main/resources/xml/ns/public/common/common-gui-3.xsd
M infra/test-util/pom.xml
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/channel/InvitationAuthenticationChannel.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/filter/MidpointExceptionTranslationFilter.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/filter/configurers/MidpointExceptionHandlingConfigurer.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configurer/MailNonceFormModuleWebSecurityConfigurer.java
M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configurer/RemoteModuleWebSecurityConfigurer.java
M model/model-intest/pom.xml
M pom.xml
M repo/repo-sql-impl-test/pom.xml
M repo/security-impl/pom.xml
M testing/conntest/pom.xml
M testing/longtest/pom.xml
M testing/rest/pom.xml
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/TestAbstractAuthentication.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/TestOptionForSkipUpdatingAuthFocusBehavior.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/oidc/TestAbstractOidcRestModule.java
A testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/oidc/TestAzureOidcRestAuthModule.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/authentication/oidc/TestKeycloakOidcRestAuthModule.java
M testing/rest/src/test/resources/authentication/configuration/oidc.properties
M testing/rest/src/test/resources/authentication/repo/security-policy-issuer-uri.xml
M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri-wrong-alg.xml
M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri.xml
M testing/rest/src/test/resources/authentication/repo/security-policy-public-key-keystore.xml
M testing/rest/src/test/resources/authentication/repo/security-policy-public-key-wrong-alg.xml
M testing/rest/src/test/resources/authentication/repo/security-policy-public-key.xml
A testing/rest/src/test/resources/authentication/repo/security-policy-user-info-uri.xml
A testing/rest/src/test/resources/authentication/repo/user-admin-azure.xml
M testing/rest/testng-authentication.xml
M testing/story/pom.xml
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into feature/shadow-metadata
Compare: https://github.com/Evolveum/midpoint/compare/73b11decf0d4...bae3de7138a7
More information about the midPoint-svn
mailing list