Commit Graph

86 Commits

Author SHA1 Message Date
Martin Laguna
b54d5b6102 Property AUTH_SOURCE_PASSWORD is no longer visible in logs
Observations have been fixed
2022-10-19 15:15:57 -04:00
Roly Gutierrez
41298e0905 PMCORE-3876 Check Backward Incompatible Changes, specially "String to Number Comparison" 2022-06-30 18:01:35 -04:00
Andrea Adamczyk
4c7963b070 PMCORE-2957 2021-04-27 16:27:23 -04:00
Roly Rudy Gutierrez Pinto
500dda0636 PMCORE-2809 LDAP user imported counter is adding +1 when the user logged in ProcessMaker first time 2021-01-29 17:44:46 -04:00
Roly Rudy Gutierrez Pinto
3fc6d8e1a5 PMCORE-2589 No logs created when editing a field of a Authentication Sources connection 2021-01-05 23:21:34 -04:00
Julio Cesar Laura Avendaño
89cb3ce03a PMC-780 2019-09-12 09:56:50 -04:00
Roly Rudy Gutierrez Pinto
ef53fd9c7f GAP-9 2018-09-27 13:16:40 -04:00
Marco Antonio Nina Mena
ae28e48861 Merged in bugfix/HOR-4201 (pull request #6245)
HOR-4201

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
2018-05-08 13:58:49 -04:00
Marco Antonio Nina Mena
255a9526d2 HOR-4391 Error when creating a role by End Point
- Create rol

Code Style

Fix CR

Fix CR

Add validation Render format date
2018-04-17 15:47:29 -04:00
Paula Quispe
7d533af46f HOR-4217 2017-12-22 08:04:41 -04:00
davidcallizaya
3b3837eaef HOR-4203
Validation for user without "cn" defined.
2017-12-18 13:50:33 -04:00
davidcallizaya
f6d46c1c52 HOR-4203
Fix code style.
2017-12-18 13:49:05 -04:00
Paula Quispe
5327ecdfd5 HOR-3926 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
davidcallizaya
c2bcc087eb HOR-3926
Fixes

 Please enter the commit message for your changes. Lines starting
2017-10-20 12:00:09 -04:00
Ronald Quenta
a6b65d0bab HOR-3803 2017-08-28 11:07:26 -04:00
davidcallizaya
f5430f2027 HOR-3682
Fix problem generated by password hidding.
2017-08-11 12:14:43 -04:00
Ronald Quenta
917c94784b Merge remote-tracking branch 'origin/feature/HOR-3559' into feature/HOR-3629 2017-08-10 18:33:14 -04:00
Ronald Quenta
94a2db1e23 HOR-3629 2017-08-10 12:10:42 -04:00
davidcallizaya
2f3daccd6b HOR-3433
Fix ProcessMaker User Password Hash Disclosure.
2017-08-09 14:40:02 -04:00
Ronald Quenta
cc5fcb08bc change 2017-08-08 15:40:50 -04:00
Chloe Deguzman
60efcf7ac7 HOR-2689 Removed references to G::LoadClass, Bootstrap::LoadClass and various references to class loading methods and require_once 2017-08-03 17:19:55 -04:00
Roly Rudy Gutierrez Pinto
77b53e5f99 HOR-2701 2017-02-15 16:41:41 -04:00
Victor Saisa Lopez
6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00
dheeyi william
bc200f1a08 HOR-788
La información personal de un usuario Administrador se ve en modo view.

HOR-788
La información personal de un usuario Administrador se ve en modo view.

HOR-788
La información personal de un usuario Administrador se ve en modo view.

HOR-788
La información personal de un usuario Administrador se ve en modo view.

HOR-788
La información personal de un usuario Administrador se ve en modo view.
2016-07-21 12:44:23 -04:00
Victor Saisa Lopez
49e299fbcc HOR-474 "Asignacion de un rol a usuarios tarda demasiado " SOLVED
Issue:
    Asignacion de un rol a usuarios tarda demasiado
Cause:
    Los metodos Roles::getRoleUsers() y Roles::getAllUsers() no son optimos
Solution:
    - Se a mejorado el metodo \ProcessMaker\BusinessModel\Role\User::getUsers() (Back-End)
    - Se agrego el pager a los grids en ADMIN>Users>Roles>Users (Front-End)

HOR-474 "Asignacion de un rol a usuarios tarda demasiado " SOLVED

Issue:
    Asignacion de un rol a usuarios tarda demasiado
Cause:
    Los metodos Roles::getRoleUsers() y Roles::getAllUsers() no son optimos
Solution:
    - Se a mejorado el metodo \ProcessMaker\BusinessModel\Role\User::getUsers() (Back-End)
    - Se agrego el pager a los grids en ADMIN>Users>Roles>Users (Front-End)

HOR-474 "Asignacion de un rol a usuarios tarda demasiado " SOLVED

Issue:
    Asignacion de un rol a usuarios tarda demasiado
Cause:
    Los metodos Roles::getRoleUsers() y Roles::getAllUsers() no son optimos
Solution:
    - Se a mejorado el metodo \ProcessMaker\BusinessModel\Role\User::getUsers() (Back-End)
    - Se agrego el pager a los grids en ADMIN>Users>Roles>Users (Front-End)
2016-03-21 12:22:54 -04:00
dheeyi
3a0c0a5c5e HOR-374
HOR-374

HOR-374
2016-03-03 16:12:43 -04:00
Luis Fernando Saisa Lopez
45eb00d3c0 PM-3376 "REST endpoint PUT users, groups,..." SOLVED
> Code Isuue:
  0018011: Security hole:REST endpoints for users,groups,departments & roles do not check if logged-in user has PM_USERS permission in role
> Solution:
  Se agrega validacion en el siguiente Endpoint cuando se utiliza el servicio REST, el mismo mostrara un mensaje indicando
  que el usuario no esta autorizado para realizar la accion.
2015-09-04 16:51:19 -04:00
Julio Cesar Laura
6fbe1fd4d2 PM-1036 Bloquear el acceso a ProcessMaker Enterprise cuando la licencia expira SOLVED 2014-12-03 13:42:09 -04:00
Julio Cesar Laura
464e326c61 PM-961 Problemas al ejecutar el Cron para generar los casos para el Plugin Ftp Monitor SOLVED 2014-11-24 17:19:24 -04:00
Julio Cesar Laura
aafbe8ff55 Fix conditions in class AuthenticationSource 2014-11-14 09:50:04 -04:00
norahmollo
5a96ed88ec PM-798 Audit Log
Audit Log records modified
2014-11-07 16:44:22 -04:00
Marco Antonio Nina
34b5a37b12 Improvement add require RbacUsers.php in file roles 2014-10-24 14:23:09 -04:00
Freddy Daniel Rojas Valda
20040dc443 Fix. Modificacion de queries para doble conexion 2014-10-14 09:20:52 -04:00
Freddy Daniel Rojas Valda
096bbc2491 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-10-13 16:53:21 -04:00
norahmollo
ab4f94d846 BUG-12021 Audit Log Records
Audit Log Records
2014-10-13 16:10:40 -04:00
norahmollo
ca237e9230 BUG-12021 Improvements Audit Log
Improvements Audit Log
2014-10-10 12:19:34 -04:00
norahmollo
7df77949fd BUG-12021 Corrections Audit Log
Authentication Source Name
2014-10-08 15:23:38 -04:00
norahmollo
351432e92f BUG-12021 Audit Log
Improvements Audit Log
2014-10-07 15:58:46 -04:00
Freddy Daniel Rojas Valda
d482cece7f Modificacion de queries para doble conexion 2014-10-07 14:39:40 -04:00
Marco Antonio Nina
94a8f21df3 BUG-15561 Cambiar el algoritmo o metodo de cifrado... IMPROVEMENT
- It don't have the functionality.
- A function was add in class bootstrap hasPassword.
- a function was add in class enterprise.
2014-09-23 10:42:44 -04:00
Marco Antonio Nina
9de2f3262b BUG-15561 Cambiar el algoritmo o metodo de cifrado... SOLVED
- It don't have the functionality.
- A function was add in class bootstrap hasPassword.
- a function was add in class enterprise.
2014-09-22 10:26:13 -04:00
Marco Antonio Nina
48d963a033 BUG-15561 Cambiar el algoritmo o metodo de cifrado... SOLVED
- It don't have the functionality.
- A function was add in class bootstrap hasPassword.
- a function was add in class enterprise.
2014-09-22 09:58:50 -04:00
Julio Cesar Laura
cd0cdb4296 Reponiendo cambios en la clase Role 2014-09-05 09:56:47 -04:00
norahmollo
81318f4c67 BUG-15479 ProcessMaker en una sola Base de Datos
Comandos unify-database y upgrade
2014-09-04 16:28:17 -04:00
Julio Cesar Laura
c6d601cf68 BUG 15670 Validate the Role Name from the web and Plugins Creation SOLVED
- Missing validation when the rol name is empty
- When the rol name is empty use the rol code
2014-09-02 11:11:22 -04:00
Erik Amaru Ortiz
231fee13d5 removing debug code 2014-04-28 15:37:01 -04:00
Erik Amaru Ortiz
cb8e2b7614 BUG, Fix Circular references on rbac classes, this occurs on most new php versions. 2014-04-28 12:42:14 -04:00
Brayan Osmar Pereyra Suxo
faa9b3da5a Correcion de actualizacion en roles 2014-01-30 11:27:15 -04:00