Commit Graph

18279 Commits

Author SHA1 Message Date
davidcallizaya
ec6995972e HOR-3996
Since the web entry is assigned to guest, it was not able to load the user information through
the PMfunctions because it is validated to not return guest information. Now it will load directly
from Users table.
2017-10-20 12:02:13 -04:00
davidcallizaya
bcf6b10e0c HOR-3996
Fix logic of update web entry user.
2017-10-20 12:00:12 -04:00
Paula Quispe
1647edb43e HOR-3959 2017-10-20 12:00:11 -04:00
Paula Quispe
5327ecdfd5 HOR-3926 2017-10-20 12:00:11 -04:00
dheeyi william
b221d72311 FBI-2189
It is not possible to execute the "rake" command
2017-10-20 12:00:11 -04:00
davidcallizaya
951de45cc5 HOR-3906
Do not upgrade usr_uid to guest when the process is updated.
It will be modified from any other place (webentry UI dialog, endpoint)
2017-10-20 12:00:11 -04:00
davidcallizaya
2a81bba175 HOR-3956
Fix CR
2017-10-20 12:00:11 -04:00
davidcallizaya
7d99f1e69e HOR-3956
+ Enable access to guest user to use the PM_CASES.
+ Add PM_DASHBOARD permission to KPIs.
+ Add internal permission alias:
RBAC->userCanAccess()
     * Verify if the user has a right over the permission. Ex.
     *      $rbac->userCanAccess("PM_CASES");
     *
     * Alias of permissions:
     *      PM_CASES has alias: PM_GUES_CASE
     * This means that a role with PM_GUES_CASE could access like one with PM_CASES
     * unless the permission is required as strict, like this:
     *      $rbac->userCanAccess("PM_CASES/strict");
2017-10-20 12:00:10 -04:00
dheeyi william
49bd973e21 FBI-2182
Web Entry 2.0 User field Improvements request
2017-10-20 12:00:10 -04:00
dheeyi william
79b907f4a2 FBI-2182
Web Entry 2.0 User field Improvements request
2017-10-20 12:00:10 -04:00
dheeyi william
0d294b0da7 FBI-2182
Web Entry 2.0 User field Improvements request
2017-10-20 12:00:10 -04:00
dheeyi william
bdf7faa1f0 FBI-2182
Web Entry 2.0 User field Improvements request
2017-10-20 12:00:10 -04:00
davidcallizaya
ed32b004f1 HOR-3946
Fix guest username.
2017-10-20 12:00:10 -04:00
davidcallizaya
a92c858ccf HOR-3946
Fix CR and code style of the modified classes.
2017-10-20 12:00:09 -04:00
davidcallizaya
c2bcc087eb HOR-3926
Fixes

 Please enter the commit message for your changes. Lines starting
2017-10-20 12:00:09 -04:00
Paula Quispe
961bc072f2 HOR:3929 Changes for the import process with Web Entry 2017-10-20 12:00:09 -04:00
Paula Quispe
8ef2eb692d HOR-3929 2017-10-20 12:00:09 -04:00
Roly Rudy Gutierrez Pinto
69f26c6eee HOR-3926 2017-10-20 12:00:09 -04:00
Roly Rudy Gutierrez Pinto
77b828d67a HOR-3926 2017-10-20 12:00:09 -04:00
Roly Rudy Gutierrez Pinto
fb4a8a4bc3 HOR-3926 2017-10-20 12:00:08 -04:00
Roly Rudy Gutierrez Pinto
465264d57c HOR-3926 2017-10-20 12:00:08 -04:00
davidcallizaya
2509ba1612 HOR-3925
Fix CR observations
2017-10-20 12:00:08 -04:00
davidcallizaya
128e42e71e HOR-3925
Create a user guest by default.
2017-10-20 12:00:08 -04:00
Marco Antonio Nina Mena
799703996f Merged in bugfix/HOR-3987 (pull request #6124)
HOR-3987

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
2017-10-20 13:23:31 +00:00
Paula Quispe
4eb81fd01e Merged in bugfix/HOR-3834 (pull request #6114)
HOR-3834

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
2017-10-19 18:53:40 +00:00
Marco Antonio Nina Mena
11498fca10 Fix CR 2017-10-19 11:39:00 -04:00
Marco Antonio Nina Mena
5fe388fc90 Change use array to object 2017-10-19 10:04:15 -04:00
Marco Antonio Nina Mena
babfb1a22e HOR-3987 When I Enable/disabled a plugin (when I'm extend its API) appear a error and I can not use PM
- you need to specify if you want an associative array instead of an object
2017-10-18 12:15:13 -04:00
David Callizaya
5f3ea6ade1 Merged in bugfix/HOR-3921 (pull request #6115)
HOR-3921

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
2017-10-17 20:21:50 +00:00
Marco Antonio Nina Mena
878adff94d Merged in bugfix/HOR-3920-B (pull request #6113)
HOR-3920-B

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
2017-10-17 14:19:39 +00:00
Marco Antonio Nina Mena
229ad1e40f change permission PM_SETUP TO PM_SETUP_ADVANCE 2017-10-17 08:02:50 -04:00
David Callizaya
246d92a145 Merged in bugfix/HOR-3979 (pull request #6120)
HOR-3979

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
2017-10-16 20:19:42 +00:00
davidcallizaya
cda3c88d98 HOR-3979
Wrong trigger class registration because of class case sensitive names in PluginsRegistry.
2017-10-16 15:07:23 -04:00
davidcallizaya
be147ee39d HOR-3979
Add PLUGIN_TASK_EXTENDED_PROPERTIES for plugins.
2017-10-13 16:22:56 -04:00
Paula Quispe
8b2e2147d9 HOR-3834 2017-10-13 15:58:40 -04:00
davidcallizaya
69b2370ba6 HOR-3921
Fix CR observations.
2017-10-13 10:49:45 -04:00
davidcallizaya
086cc31982 HOR-3921
Fix CSRF security issue.
2017-10-13 07:57:22 -04:00
Marco Antonio Nina Mena
437220f1e5 - correction validated with tracker_designer parameter missing 2017-10-11 16:15:09 -04:00
Marco Antonio Nina Mena
f8300900b5 HOR-3920 Unauthenticated calling of may Ajax pages with tracker_designer=1 (URL INJECTION)
- Add validation in sysGeneric with session PIN and CASE
2017-10-11 16:15:03 -04:00
Paula Quispe
0fc897e90a Merged in bugfix/HOR-3969 (pull request #6104)
HOR-3969

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
2017-10-11 19:26:51 +00:00
Roly
592ab76c01 Merged in bugfix/HOR-3961 (pull request #6102)
HOR-3961

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
2017-10-11 17:14:29 +00:00
Paula Quispe
e85be7412e HOR-3969 2017-10-10 12:20:01 -04:00
Roly Rudy Gutierrez Pinto
4e1f891e28 HOR-3961 2017-10-10 10:06:23 -04:00
David Callizaya
dc16c88124 Merged in bugfix/HOR-3951 (pull request #6093)
HOR-3951

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
Approved-by: Paula Quispe <paula.quispe@processmaker.com>
2017-10-04 01:44:37 +00:00
davidcallizaya
a01d0af088 HOR-3951
Fix import users from ldap: username case sensitive.
2017-10-03 16:27:53 -04:00
Roly
57233b7d21 Merged in bugfix/HOR-3908 (pull request #6077)
HOR-3908

Approved-by: Paula Quispe <paula.quispe@processmaker.com>
Approved-by: Marco Antonio Nina Mena <marco.antonio.nina@processmaker.com>
2017-10-02 11:44:45 +00:00
David Callizaya
441768a8ef Merged in bugfix/HOR-3905 (pull request #6082)
HOR-3905

Approved-by: Marco Antonio Nina Mena <marco.antonio.nina@processmaker.com>
Approved-by: Paula Quispe <paula.quispe@processmaker.com>
2017-09-29 15:04:50 +00:00
Paula Quispe
282f39fca6 Merged in bugfix/HOR-3919 (pull request #6083)
HOR-3919

Approved-by: Paula Quispe <paula.quispe@processmaker.com>
Approved-by: David Callizaya <david.callizaya@processmaker.com>
2017-09-29 13:51:19 +00:00
Paula Quispe
c94c1c63ae HOR-3919 2017-09-28 09:52:33 -04:00
davidcallizaya
1ab89b34b0 HOR-3905
Fix CR.
2017-09-28 09:07:57 -04:00