Commit Graph

24 Commits

Author SHA1 Message Date
dheeyi
81f8ffd2f7 PM-1626 0016797: REST endpoint /api/1.0/{workspace}/users should return the calendar and photo of the user.
Causa : Definida asi el endpoint USERS.
SolucióAgregar la informacióue se pide (calendar_uid, calendar_name y el path de la fotografia).
2015-05-27 17:14:44 -04:00
dheeyi
9f03bac7d5 PM-1626 0016797: REST endpoint /api/1.0/{workspace}/users should return the calendar and photo of the user.
Causa : Definida asi el endpoint USERS.
SolucióAgregar la informacióue se pide (calendar_uid, calendar_name y el path de la fotografia).
2015-05-26 13:01:28 -04:00
Marco Antonio Nina Mena
0d11381fc7 Add validation characters invalid 2015-04-23 13:22:37 -04:00
Luis Fernando Saisa Lopez
7214ee704b PM-2108 "The usr_cnf_pass parameter should..." SOLVED
> Code Issue:
  The usr_cnf_pass parameter should be optional in the endpoint POST /api/1.0/{workspace}/user
> Solution:
  El parametro "usr_cnf_pass" en POST y PUT no es requerido.
2015-04-08 11:36:38 -04:00
Luis Fernando Saisa Lopez
4f240f4eaa PM-2047 "Se puede asignar permisos de proceso a usuarios..." SOLVED
> Code Issue:
  Se puede asignar permisos de proceso a usuarios que se encuentran inactivos
> Solution:
  Se corrige validacion la validacion existente.
2015-04-02 16:12:00 -04:00
danteloayza
2ce413beb3 Excluding files part 2 2015-03-30 11:24:57 -04:00
danteloayza
4bfe85a652 Excluding non touched model files 2015-03-30 11:19:39 -04:00
danteloayza
d4ecc6c1a4 conflicts resolution 2015-03-30 11:00:04 -04:00
danteloayza
cff0e2c6e1 Non conflict files 2015-03-26 17:37:32 -04:00
Luis Fernando Saisa Lopez
08365ff050 PM-1728 "ProcessMaker-MA: Users(endpoints POST-PUT)" SOLVED
- Se realizo un refactor de los siguientes Endpoints:
      POST   /api/1.0/{workspace}/user
      PUT    /api/1.0/{workspace}/user/{usr_uid}

  Se desglosa los siguientes puntos:

a)PM-1628 "0016807 - POST /api/1.0/{workspace}/user endpoint needs..." SOLVED
  > Code Issue: 0016807 - POST /api/1.0/{workspace}/user endpoint needs to add parameters for the birthday, department,
    user experience, fax & cell number
  > Solution: Los parametros: usr_birthday, dep_uid, usr_ux, usr_fax y usr_cellular, son opcionales y pueden ser enviados.

b)PM-1735 "0016809 - Endpoint POST /api/1.0/{workspace}/user doesn't..." SOLVED
  > Code Issue: 0016809 - Endpoint POST /api/1.0/{workspace}/user doesn't work if optional parameters are not included
  > Solution: Se agrega validacion para los campos mencionados tomando encuenta como opcionales.

c)PM-1751 "0016821 - Endpoint PUT /user/{usr_uid} should be able..." SOLVED
  > Code Issue: 0016821 - Endpoint PUT /user/{usr_uid} should be able to update the calendar, department and user experience
  > Solution: Se puede modificar los campos mencionados.

d)PM-1749 "0016820 - Endpoint PUT /user/{usr_uid} has error..." SOLVED
  > Code Issue: 0016820 - Endpoint PUT /user/{usr_uid} has error when overwriting the username with the same username
  > Solution: El mismo usuario se puede modificar con el mismo nombre.

e)PM-1741 "0016813 - The DELETE /user/{usr_uid} endpoint doesn't..." SOLVED
  > Code Issue: 0016813 - The DELETE /user/{usr_uid} endpoint doesn't check if the user has already been deleted
  > Solution: Al eliminar un usuario en la primera vez lo eliminara, al eliminar el mimo usuario nuevamente se
    mostrara un mensaje.

f)PM-1769 "0016818 - Endpoint POST /user/{usr_uid}/image-upload..." SOLVED
  > Code Issue: 0016818 - Endpoint POST /user/{usr_uid}/image-upload should work without suppression of error messages
  > Solution: Se agrega validacion para variable "FILES" cuando se realizar el upload de la imagen.
    El script php que se muestra en la documentacion es un ejemplo que muestra como consumir el EndPoint.
    El consumo del mismo es mediante un	script y es a criterio de cada uno.
2015-03-20 17:16:01 -04:00
Victor Saisa Lopez
87847c86c1 PM-1733 "0016808: Change error message if the usr_replaced_by..." SOLVED
Issue:
    0016808: Change error message if the usr_replaced_by is not a valid user in the POST /api/1.0/{workspace}/user endpoint
Cause:
    Label incorrecto
Solution:
    Se a cambiado el ID del label "ID_AUTHENTICATION_SOURCE_INVALID" por "ID_USER_DOES_NOT_EXIST"
2015-03-10 15:29:06 -04:00
Daniel Rojas
3fffdece41 Fix harcoded labels by a translation ID Users country, city and location 2014-06-09 10:58:45 -04:00
Daniel Rojas
2b88d112f0 Replace harcoded labels by a translation ID 2014-05-22 09:12:35 -04:00
Daniel Rojas
07abdd7a05 Se arregla bug en PM USER, PUT. Se agregan validaciones 2014-05-06 09:15:48 -04:00
Daniel Rojas
5038b5a699 Se arregla bug en PM USER, PUT. Se cambia el nombre a la variable aData 2014-05-05 17:00:57 -04:00
Daniel Rojas
fee4699641 Se arregla bug en PM USER, PUT. Se cambia el nombre a la variable aData 2014-05-05 16:55:27 -04:00
Daniel Rojas
f463dd6575 Se arregla bug en PM USER, PUT. Se agregan validaciones. 2014-05-05 15:42:44 -04:00
Daniel Rojas
af87d2a150 Se arregla bug en PM USER, PUT. Se cambia la variable $RBAC sSystem, por PROCESSMAKER. 2014-05-05 15:04:04 -04:00
Daniel Rojas
8ecbeb8619 Se agrega require de la clase Roles, necesaria para PUT en users. 2014-05-05 10:08:59 -04:00
Daniel Rojas
16fb5c65a1 Bug 0014738: Fix. Users with PM_SUPERVISOR permission are not display in the list of selection of supervisors 2014-04-30 16:28:25 -04:00
Daniel Rojas
91b7f50556 Fix code style (remove backticks). 2014-04-28 10:10:59 -04:00
Daniel Rojas
6f21d60b97 Fix checkstyle warnings 2014-04-22 11:11:03 -04:00
Daniel Rojas
50d5608a27 Se ajusta validacion de roles para users. 2014-04-21 08:56:13 -04:00
Erik Amaru Ortiz
4d59bc2d5a Refactoring of classes that where in workflow/engine/src , now all of them have a unique parent namespace \ProcessMaker 2014-04-02 16:51:28 -04:00