- Nov 30, 2020
- Nov 27, 2020
- Nov 26, 2020
-
-
abirembaut authored
-
abirembaut authored
* fix(image download servlet): avoid script execution Covers [BPO-664](https://bonitasoft.atlassian.net/browse/BPO-664)
-
abirembaut authored
-
- Nov 25, 2020
-
-
abirembaut authored
* avoid reading locale directly in the URL in GWT portal This is to prevent GWT portal to strore an unsupported locale in the cookie if it is passed in the URL _l param. covers [BPO-543](https://bonitasoft.atlassian.net/browse/BPO-543)
-
- Nov 24, 2020
-
-
Emmanuel Duchastenier authored
-
abirembaut authored
- use FINEST log level instead of FINE when the locale is reduced to just the language covers [BPO-543](https://bonitasoft.atlassian.net/browse/BPO-543)
-
abirembaut authored
-
abirembaut authored
* fix(browser locale): Standardize browser locale logs - improve log message in case of locale not available - avoid retrieving the browser locale and logging for nothing the the homepage servlet covers [BPO-543](https://bonitasoft.atlassian.net/browse/BPO-543)
-
Bonita CI authored
-
abirembaut authored
* Reduce log level from INFO to FINE in LocaleUtils and PageServlet when the behavior is expected and not useful as info in production. covers [BR-565](https://bonitasoft.atlassian.net/browse/BR-565)
-
- Nov 23, 2020
-
-
Bonita CI authored
-
- Nov 20, 2020
-
-
Bonita CI authored
-
abirembaut authored
* add warning in profile quick/more details Covers [BR-596](https://bonitasoft.atlassian.net/browse/BR-596)
-
Bonita CI authored
-
- Nov 18, 2020
-
-
Bonita CI authored
-
abirembaut authored
* Reduce log level from INFO to FINE in LocaleUtils and PageServlet when the behavior is expected and not useful as info in production. covers [BR-565](https://bonitasoft.atlassian.net/browse/BR-565)
-
Bonita CI authored
-
- Nov 06, 2020
-
-
Dumitru Corini authored
* Remove unused rule * Remove configuration reload covers [BPO-643](https://bonitasoft.atlassian.net/browse/BPO-643)
-
Bonita CI authored
-
Bonita CI authored
-
- Nov 03, 2020
-
-
Bonita CI authored
-
- Oct 23, 2020
-
-
abirembaut authored
* If there is a redirect param in the request use it otherwise check if there is a redirect URL * update keycloak config test example to remove logout url This means it is no longer needed to put redirect=false in the request to log in using the API. But previous login requests with a redirect URL will continue working as the redirect parameter is optional Covers [BPO-655](https://bonitasoft.atlassian.net/browse/BPO-655)
-
- Oct 22, 2020
-
-
abirembaut authored
- add new locales - fix JSPI18n to log an error instead of trowing an exception if an unknown locale is returned covers [BPO-660](https://bonitasoft.atlassian.net/browse/BPO-660)
-
- Oct 12, 2020
-
-
Bonita CI authored
-
- Oct 09, 2020
-
-
abirembaut authored
* fix(custom pages): follow install organization page renaming
-
- Oct 07, 2020
-
-
Baptiste Mesta authored
-
Baptiste Mesta authored
Relates to [BR-474](https://bonitasoft.atlassian.net/browse/BR-474) Closes [BR-491](https://bonitasoft.atlassian.net/browse/BR-491)
-
- Oct 06, 2020
-
-
abirembaut authored
* fix(browser locale): Standardize browser locale (#608) - move I18n class to original package to avoid possible breaks if someone has been using it (although it is not part of the API) as it is used in many tests covers [BPO-543](https://bonitasoft.atlassian.net/browse/BPO-543)
-
- Oct 05, 2020
-
-
Dumitru Corini authored
- Keep only the browser locales that are accepted in the portal - move i18n class from server to common module in order to be able to get the list of supported locales covers [BPO-543](https://bonitasoft.atlassian.net/browse/BPO-543)
-
- Oct 01, 2020
-
-
Romain Bioteau authored
Content-Type header value contains the charset like this: `Content-Type: text/html; charset=utf-8` It was return a 415 error status due to a bad Content-Type parsing in the Servlet. In addition, the response should be `204 - No content` when `redirect` parameter is `false`
-
- Sep 22, 2020
-
-
Romain Bioteau authored
-
Romain Bioteau authored
-
- Sep 21, 2020
- Sep 14, 2020
-
-
Anthony authored
-
- Sep 04, 2020
-
-
Bonita CI authored
-