Commit Graph

33 Commits

Author SHA1 Message Date
Marco A. Nina Mena
ee5a124bba Add namespace Processmaker\Core 2017-08-14 16:13:46 -04:00
davidcallizaya
44d60e96d9 HOR-3620
Fix PMSystem -> PmSystem since Processmaker is one word.
2017-08-04 11:49:43 -04:00
davidcallizaya
81149399da HOR-3610
Fix System class conflict.
2017-08-03 18:44:57 -04:00
Roly Rudy Gutierrez Pinto
7a60e17367 HOR-1750 2017-05-08 15:22:46 -04:00
Marco A. Nina Mena
41eb7b2f9a HOR-2773 we need to use G::is_https() for get the protocol
change to use G::is_https()
2017-02-23 15:14:44 -04:00
Roly Rudy Gutierrez Pinto
f374ff4e30 HOR-499 2016-03-18 12:15:38 -04:00
Victor Saisa Lopez
6cd975664b PM-444 "0013316: Be able to assign users to different time zone (user's time zone)" SOLVED
Issue:
    PM-444:  0013316: Be able to assign users to different time zone
    PM-3493: Agregar soporte multiple timezone a los endpoints usando formato fecha ISO 8601
Cause:
    New feature
Solution:
    Added functionality for time zone
2015-11-26 20:11:58 -04:00
Ronald Quenta
4bfbc750f8 PM-3755 Consume the oauth/token endpoint specifying an invalid workspace, 2015-10-12 10:23:00 -04:00
Ronald Quenta
81a608b5fb fix in method PUT 2015-09-28 13:48:30 -04:00
Ronald Quenta
3a73a96f51 PM-3671 Process Permission>AL configurar un permiso y querer guardar nos visualiza un error 2015-09-25 16:34:54 -04:00
Ronald Quenta
bd565ce6af (BE) Endpoints must implement language as part of the header 2015-09-21 09:17:27 -04:00
Victor Saisa Lopez
00b973f95b Merge branch 'master' of bitbucket.org:colosa/processmaker into PM-2039 2015-04-20 11:50:39 -04:00
Victor Saisa Lopez
caf55a7e07 PM-1873 "RefreshToken not recreated after using it to generate..." SOLVED
Issue:
    RefreshToken not recreated after using it to generate another accessToken
Cause:
    Nuevo requerimiento de funciones
Solution:
    Se esta definiendo el flag "always_issue_new_refresh_token" con "true",
    esto para poder generar un nuevo refresh-token cuando se solicita
    un access-token usando un refresh-token
2015-04-20 11:35:49 -04:00
Victor Saisa Lopez
4af53d2768 PM-2112 "Fix: 0016986: REST endpoint PUT /{workspace}/oauth2/token sets.." SOLVED
Issue:
    Fix: 0016986: REST endpoint PUT /{workspace}/oauth2/token sets the HTTP status to 200 (OK) when error
Cause:
    Al obtener un "access token" con informacion erronea, no se define correctamente el response de error
Solution:
    Se revierte el 1er cambio y se aplica un "exit(0);", ya que el status code se sobre escribia
2015-04-17 10:04:59 -04:00
Victor Saisa Lopez
2545468c19 PM-2039 "Las cookies de sesion no se ha definido con el flag..." SOLVED
Issue:
    Las cookies de sesion no se ha definido con el flag HttpOnly esta debe definirse para mitigar ataques de tipo
    cross-site scripting.
Cause:
    No se a definido el parametro "httponly" al momento de usar la funcion "setcookie"
Solution:
    Se define el parametro "httponly" al momento de usar la funcion "setcookie"
2015-04-13 11:59:47 -04:00
Victor Saisa Lopez
8f7da244cc PM-2112 "0016986: REST endpoint PUT /{workspace}/oauth2/token sets.." SOLVED
Issue:
    0016986: REST endpoint PUT /{workspace}/oauth2/token sets the HTTP status to 200 (OK) when error
Cause:
    Al obtener un "access token" con informacion erronea, no se define correctamente el response de error
Solution:
    Se define un response de error, cuando el "HTTP status" es 400
2015-04-10 12:30:04 -04:00
Brayan Pereyra
c7c2439a71 Adicion de contadores de bandeja (y tiempo de acces token) 2015-03-09 15:23:38 -04:00
root
0340a29541 fix in oauth in distinct workspace 2015-03-04 11:15:56 -04:00
Ronald Quenta
593c5784ed fix oauth2 in PM < 3 in Table rbac user 2015-02-27 14:11:43 -04:00
Brayan Osmar Pereyra Suxo
19464fabb0 Adicion de END POINTS para tokens (EXPIRE y DELETE) 2014-10-28 09:17:54 -04:00
Freddy Daniel Rojas Valda
e5e85246b6 BUG 15705 fix cookie. logged out while editing a process under the DESIGNER menu 2014-09-23 14:25:43 -04:00
Freddy Daniel Rojas Valda
cd6b0d9179 BUG 15705 'logged out while editing a process under the DESIGNER menu' 2014-09-18 11:25:45 -04:00
Erik Amaru Ortiz
bbd30afd80 FIX for OAuth new grant types over php >= 5.3.3 2014-08-21 17:01:00 -04:00
eriknyk
6437fddcc8 last update for PM compatibility 2014-08-20 12:05:12 -04:00
eriknyk
c108ea8678 Improvement for OAuth2 Server. Implicit, Resource Owner Password and Client Credentials were added, and refactoring of oauth2 endpoints 2014-08-20 11:36:20 -04:00
Erik Amaru Ortiz
064c9c7a1e Merged in cochalo/processmaker (pull request #549)
Correccion para obtener user_uid
2014-06-23 11:18:53 -04:00
Brayan Osmar Pereyra Suxo
c31d2ee430 Correccion para obtener user_uid 2014-06-23 10:23:12 -04:00
Erik Amaru Ortiz
ddb6e08294 litle fix warning 2014-06-23 09:06:47 -04:00
Erik Amaru Ortiz
ccdbb59702 little fix when token fn, is serving a refresh token 2014-06-17 17:05:11 -04:00
Erik Amaru Ortiz
d0e20c4b2e Session handling to prevent session lose in other places like, home, admin, etc
when user is using the new designer that have not session because it is using only the API
2014-06-16 18:56:08 -04:00
Erik Amaru Ortiz
93c9dd5c26 disabling database session storage, using native php sessions 2014-06-11 12:33:44 -04:00
Erik Amaru Ortiz
656130d799 some changes to implement latest version of restler 3.0.0 2014-04-24 16:06:02 -04:00
Erik Amaru Ortiz
8b823af4ae Refactoring of classes that where in workflow/engine/src , now all of them have a unique parent namespace \ProcessMaker 2014-04-02 17:02:02 -04:00