- Mar 26, 2021
-
-
Bonita CI authored
-
- Mar 11, 2021
-
-
abirembaut authored
* Fix web.xml * restore home page, download and image servlet * restore URL rewrite filter * Remove BonitaForm.html from portal look n feel
-
Baptiste Mesta authored
-
Baptiste Mesta authored
Few classes had to be moved from the forms module: * ThemeExtractor * URLUtils
-
- Mar 08, 2021
-
-
Emmanuel Duchastenier authored
so that web can pull Engine COMPILED with Java 11 even if for now, this repo still BUILDS with target Java 8 JDK 11 is used for compilation, except for GWT compilation, as it wouldn't work. That's why we specify JDK8 path, just for GWT compilation.
-
- Mar 05, 2021
-
-
Dumitru Corini authored
* feat(application API): Add filter by userId
-
Romain Bioteau authored
* remove groovy-all dependency * only use groovy module * other modules (json, nio..etc) are provided by the engine == NOT RELATED == * Also, improve checkout by doing shallow clone
-
- Mar 01, 2021
-
-
abirembaut authored
platform - support empty config exclude pattern to override default - remove X-XSS-Protection as IE is no longer supported - separate X-Content-Type-Options and X-Frame-Options into different servlet filter - support exclusion pattern and configurable header values (in web.xml) Relates to [BPO-664](https://bonitasoft.atlassian.net/browse/BPO-664)
-
Emmanuel Duchastenier authored
Closes [RUNTIME-124](https://bonitasoft.atlassian.net/browse/RUNTIME-124)
-
- Feb 24, 2021
-
-
abirembaut authored
* session invalidation was removed for SSO as keycloak already handle it for OIDC and SAML and it was caussing issues to renew the session twice, but it needs to remain for kerberos. Covers [RUNTIME-67](https://bonitasoft.atlassian.net/browse/RUNTIME-67)
-
- Feb 22, 2021
- Feb 12, 2021
-
-
Emmanuel Duchastenier authored
-
- Feb 05, 2021
-
-
Emmanuel Duchastenier authored
-
- Feb 04, 2021
-
-
Emmanuel Duchastenier authored
to be able to upgrade to Subscription more easily Only the logics around the config file is removed. The rest of the support of V6 form is still to be removed. Related failing tests have been removed. This is dead code, so the risk is known and accepted. Closes [RUNTIME-127](https://bonitasoft.atlassian.net/browse/RUNTIME-127)
-
- Feb 01, 2021
-
-
abirembaut authored
- filter logoutservice call to perform OIDC logout in addition of bonita logout - perform OIDC global logout with configured IdP URL - only proceed to OIDC logout if there is a keycloak session. otherwise delegate to logoutservice - only re create the HTTP session in case of a standard authentication - support guest user behavior (add parameter to redirect to IdP login page when clicking on lign in in layout) Covers [RUNTIME-68](https://bonitasoft.atlassian.net/browse/RUNTIME-68)
-
Bonita CI authored
-
- Jan 28, 2021
-
-
Bonita CI authored
-
- Jan 26, 2021
-
-
abirembaut authored
* feat(SSO): support authentication with OIDC - add servlet filter and authentication manager - support tenant configuration - add compose file for manual tests - add api to authentication filter - exclude jackson to avoid conflict with the version provided by engine - pass through keycloak OIDC filter even though there is a bonita session or the URL is public if there is an OIDC account in the session to avoid not detecting session change or invalid - add specific authentication filter for the REST API in order to benefit from the isAlready logged in rule that recreate the session if the authentication manager lets you in Covers [RUNTIME-57](https://bonitasoft.atlassian.net/browse/RUNTIME-57 ) Co-authored-by: hugues.bretin <hugues.bretin@bonitasoft.com>
-
abirembaut authored
- remove tests as this is unsupported code
-
- Jan 14, 2021
-
-
Emmanuel Duchastenier authored
-
Bonita CI authored
-
Bonita CI authored
-
- Jan 12, 2021
-
-
Dumitru Corini authored
* chore(branding): Add new information for full branding version name * Add information in the release script Co-authored-by: abirembaut <anthony.birembaut@bonitasoft.com>
-
Dumitru Corini authored
* chore(branding): Add new information for full branding version name
-
- Dec 29, 2020
-
-
abirembaut authored
-
- Dec 24, 2020
- Dec 21, 2020
-
-
Bonita CI authored
-
- Dec 17, 2020
-
-
abirembaut authored
* feat(about platform modal): Add platform version to the about modal - rename platform version to branding version - update property name to be consistent with distrib covers [BR-655](https://bonitasoft.atlassian.net/browse/BR-655)
-
Bonita CI authored
-
DumitruCorini authored
covers [BR-655](https://bonitasoft.atlassian.net/browse/BR-655)
-
- Dec 16, 2020
-
-
DumitruCorini authored
covers [BR-655](https://bonitasoft.atlassian.net/browse/BR-655)
-
- Dec 14, 2020
-
-
Bonita CI authored
-
- Dec 08, 2020
-
-
abirembaut authored
the configuration * apply trim() when reading a property value Covers [BPO-645](https://bonitasoft.atlassian.net/browse/BPO-645)
-
- Dec 03, 2020
- Nov 30, 2020
-
-
Bonita CI authored
-