- Jan 28, 2020
-
- Jan 27, 2020
-
-
Bonita CI authored
-
- Jan 22, 2020
-
-
abirembaut authored
* fix (SSO) Redirection back to CAS when Authenticated CAS user not valid - Fix issue introduced by the PR #559 : when no credentials are in the request avoid trying to log in (otherwise we get the usernotfound.jps) Covers [BPO-256](https://bonitasoft.atlassian.net/browse/BPO-256) * wording
-
abirembaut authored
- Remove ticket from URL after login with LoginWithCredentialsInRequestRule if the authentication manager is CAS Covers [BPO-104](https://bonitasoft.atlassian.net/browse/BPO-104)
-
abirembaut authored
- Prevent redirection back to CAS when Authenticated CAS user does not exist in Bonita or is inactive - This fix also applies to other SSO systems - Also fix the tenant in maintenance message that was no longer working (wrong exception caught) Covers [BPO-256](https://bonitasoft.atlassian.net/browse/BPO-256)
-
- Jan 21, 2020
-
-
abirembaut authored
- check if the custom page temp directory is not empty not just that it exists Covers [BPO-205](https://bonitasoft.atlassian.net/browse/BPO-205) Covers [BS-19366](https://bonitasoft.atlassian.net/browse/BS-19366)
-
- Jan 20, 2020
-
-
abirembaut authored
- replace unicode quotes returned from server Covers [BPO-373](https://bonitasoft.atlassian.net/browse/BPO-373)
-
Bonita CI authored
-
- Jan 13, 2020
-
-
abirembaut authored
- fix warning message display in the process list delete popup covers [BPO-330](https://bonitasoft.atlassian.net/browse/BPO-330)
-
- Jan 10, 2020
-
-
anthony authored
- add warning message in the process list delete popup The popup title cannot be changed because of the generic nature of the popup for all lists. covers [BPO-330](https://bonitasoft.atlassian.net/browse/BPO-330)
-
- Jan 08, 2020
-
-
abirembaut authored
* fix(process list deletion) Add warning to process deletion - add warning message in the process list delete popup The popup title cannot be changed because of the generic nature of the popup for all lists. covers [BPO-330](https://bonitasoft.atlassian.net/browse/BPO-330) * update copyright header
-
- Jan 04, 2020
-
-
Thomas Bouffard authored
Switch to the newest https url to avoid redirection
-
- Dec 06, 2019
-
-
Bonita CI authored
-
- Dec 02, 2019
-
-
Bonita CI authored
-
- Nov 26, 2019
-
-
Dumitru Corini authored
Covers [BPO-313](https://bonitasoft.atlassian.net/browse/BPO-313)
-
- Nov 19, 2019
-
-
abirembaut authored
* the redirection with a URL like /apps/public to /apps/public/ fails because the session id is added to the URL when SSO is active and the request URL parsing is wrong getRequestURI returns whats after the context path (/apps/public/;jsessionid=...) so the jsessionid is interpreted as the page name use servletPath and pathInfo instead Covers [BPO-314](https://bonitasoft.atlassian.net/browse/BPO-314)
-
abirembaut authored
* fix (Guest user) Make sure Guest user access can work if SSO is active - add bypass in the SAML and kerberos filters if the URL requested is public - merge SAML and kerberos auth manager code Covers [BPO-314](https://bonitasoft.atlassian.net/browse/BPO-314)
-
- Nov 14, 2019
-
-
abirembaut authored
* fix (Guest user) Make sure Guest user access can work if SSO is active - add bypass in the SAML and kerberos filters if the URL requested is public Covers [BPO-314](https://bonitasoft.atlassian.net/browse/BPO-314)
-
anthony authored
-
anthony authored
-
Bonita CI authored
-
- Nov 13, 2019
-
-
Bonita CI authored
-
abirembaut authored
This reverts commit 76b3e3c750cc9d80054e2b1e74959f18dd648964.
-
Bonita CI authored
-
Emmanuel Duchastenier authored
* tr(btm): remove remaining Bitronix references * fix dev mode
-
- Nov 06, 2019
-
-
Truc Nguyen authored
-
- Nov 05, 2019
-
-
Thomas Bouffard authored
Remove former repositories previously hosted on googlecode and codehaus. GoogleCode and Codehaus services have been shut down for years; keeping them involve extra repository lookups and generate unrelated error messages For instance, instead of having error message because of maven central unavailability, we get error related to an old repository, which hides the real problem
-
- Nov 04, 2019
-
-
abirembaut authored
* feat (anonymous access) Implement guest user access for public app list Covers [PF-679](https://bonitasoft.atlassian.net/browse/PF-679) Covers [BPO-282](https://bonitasoft.atlassian.net/browse/BPO-282)
-
- Oct 23, 2019
-
-
abirembaut authored
- return 415 instead of 200 when trying to log in with the wrong content type Covers [BPO-177](https://bonitasoft.atlassian.net/browse/BPO-177)
-
- Oct 22, 2019
-
-
Bonita CI authored
-
- Oct 21, 2019
-
-
danila_mazour authored
-
- Sep 25, 2019
- Sep 17, 2019
-
-
anthony authored
-
- Sep 06, 2019
-
-
julienmege authored
allows deploy for : - CASE_ID, - ROOT_CASE_ID, - PARENT_CASE_ID Closes[BPO-249](https://bonitasoft.atlassian.net/browse/BPO-249)
-
- Sep 05, 2019
-
-
abirembaut authored
upgrade restlet version to fix security issues
-
- Aug 30, 2019
- Aug 27, 2019
-
-
abirembaut authored
update common fileupload version
-
Bonita CI authored
-