- Sep 07, 2021
-
-
Bonita CI authored
-
- Sep 06, 2021
-
-
Bonita CI authored
-
- Sep 03, 2021
-
-
abirembaut authored
* set the content type in the response header in the restlet resources (it was already the case in toolkit API resources) Covers [RUNTIME-229](https://bonitasoft.atlassian.net/browse/RUNTIME-229)
-
Baptiste Mesta authored
Respond a 204 in that case
-
- Sep 02, 2021
-
-
Thomas Bouffard authored
* jdk 11 only * Remove the portal and forms module paragraphs
-
abirembaut authored
* set the content type in the response header in the restlet resources (it was already the case in toolkit API resources) Covers [RUNTIME-229](https://bonitasoft.atlassian.net/browse/RUNTIME-229)
-
- Aug 30, 2021
-
-
Bonita CI authored
-
- Aug 27, 2021
-
-
Dumitru Corini authored
* feat(platform login): Manage 403 correctly when it happens covers [RUNTIME-404](https://bonitasoft.atlassian.net/browse/RUNTIME-404)
-
Emmanuel Duchastenier authored
on org.apache.xbean:xbean-classloader that is not in Engine anymore
-
Baptiste Mesta authored
-
Baptiste Mesta authored
those resources are not used anymore
-
Emmanuel Duchastenier authored
-
- Aug 26, 2021
-
-
Emmanuel Duchastenier authored
-
Emmanuel Duchastenier authored
was used for tests
-
Emmanuel Duchastenier authored
that were only used in dev mode
-
- Aug 25, 2021
-
-
abirembaut authored
* improve logging * add warning for Keycloak version update Covers [RUNTIME-279](https://bonitasoft.atlassian.net/browse/RUNTIME-279 ) Co-authored-by: Emmanuel Duchastenier <emmanuel.duchastenier@bonitasoft.com>
-
abirembaut authored
* fix(GWT portal removal): clean web.xml * remove useless web.xml entries * clean exclude patterns * remove portal looknfeel servlets * Remove theme folder methods
-
Emmanuel Duchastenier authored
Closes [RUNTIME-446](https://bonitasoft.atlassian.net/browse/RUNTIME-446)
-
- Aug 24, 2021
-
-
Bonita CI authored
-
Bonita CI authored
-
Emmanuel Duchastenier authored
-
Bonita CI authored
Co-authored-by: Emmanuel Duchastenier <emmanuel.duchastenier@bonitasoft.com>
-
abirembaut authored
* avoid creating the HTTP session in case of a SSO globalLogout. Let keycloak handle it instead Relates to [RUNTIME-293](https://bonitasoft.atlassian.net/browse/RUNTIME-293)
-
Bonita CI authored
-
- Aug 23, 2021
-
-
Baptiste Mesta authored
that were not used at all. Relates to [RUNTIME-412](https://bonitasoft.atlassian.net/browse/RUNTIME-412)
-
Emmanuel Duchastenier authored
when a NATIVE SQL query (we have very few in the runtime) is passed parameters of type String when the column is of type BIGINT, for instance, the query execution fails on PostgreSQL. As the value type cannot be inferred by the Engine, the fix is to ensure that the rest API calls the engine passing those numeric parameters as long, and not as String. Closes [RUNTIME-271](https://bonitasoft.atlassian.net/browse/RUNTIME-271)
-
- Aug 20, 2021
-
-
Baptiste Mesta authored
* chore(profile): cleanup code get user right from profile in APISession This simplify the code that retrieve rights from profiles. There is not rights from profile anymore... Looking at the code, the session attribute `conf` seems to be not used anymore. To be validated Relates to [RUNTIME-416](https://bonitasoft.atlassian.net/browse/RUNTIME-416) * keep only logout link configuration
-
Emmanuel Duchastenier authored
By enforcing the Java version used. Relates to [RUNTIME-431](https://bonitasoft.atlassian.net/browse/RUNTIME-431)
-
Emmanuel Duchastenier authored
as of Java 9 this impact the translation function `_()` that is renamed to `t_()` Relates to [RUNTIME-440](https://bonitasoft.atlassian.net/browse/RUNTIME-440)
-
Baptiste Mesta authored
-
- Aug 19, 2021
-
-
Emmanuel Duchastenier authored
using standard alternatives Relates to [RUNTIME-419](https://bonitasoft.atlassian.net/browse/RUNTIME-419)
-
Baptiste Mesta authored
Objects were implementing `URLSerializable` interface but it was not used anymore. Relates to [RUNTIME-419](https://bonitasoft.atlassian.net/browse/RUNTIME-419)
-
Baptiste Mesta authored
Looking at the javadoc and the code of `Regex` we were not using any specific feature of that class. The Java replacement does the same thing. Relates to [RUNTIME-419](https://bonitasoft.atlassian.net/browse/RUNTIME-419)
-
Baptiste Mesta authored
Use a simple date format in a Thread local (for thread safety), instead of using gwt-specifi code. Relates to [RUNTIME-419](https://bonitasoft.atlassian.net/browse/RUNTIME-419)
-
Emmanuel Duchastenier authored
that is indeed used at runtime
-
Baptiste Mesta authored
* remove 'dev' profile that seems unused * Remove last references to GWT Relates to [RUNTIME-419](https://bonitasoft.atlassian.net/browse/RUNTIME-419)
-
Baptiste Mesta authored
There is no profile menu anymore so there is no special handling to do when searching for pages Relates to [RUNTIME-416](https://bonitasoft.atlassian.net/browse/RUNTIME-416)
-
Baptiste Mesta authored
Use the version declared in the engine bom Relates to [RUNTIME-434](https://bonitasoft.atlassian.net/browse/RUNTIME-434)
-
- Aug 18, 2021
-
-
Baptiste Mesta authored
`GetUserRightsHelper` was retrieving permission of accessing a page using profile entries. We now only use the apps to do that. Remove the permission check on PageDownloadServlet, it is already handled by the Authorization filter. Relates to [RUNTIME-416](https://bonitasoft.atlassian.net/browse/RUNTIME-416)
-
Bonita CI authored
-