Commit Graph

17 Commits

Author SHA1 Message Date
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
dabb7f9841 disabling temporarily debug mode on designer main template 2014-07-09 10:43:51 -04:00
Erik Amaru Ortiz
0e18a5c4f9 adding client id and secret params to load FrontEnd data 2014-06-17 14:39:16 -04:00
Erik Amaru Ortiz
03288704bc Load Designer JS data update
In javascript section of main file that load Designer UI
for 'var credentials' now we're sending the access token and refresh token, instead access code, and client credentials.

This is just because currently a lot of access tokens were being created for each process design is open, and while it is being open is sending two request, the first one to exchange an access code by an access token,..

Now, whith this change, while a process design is open we will made just one request to some resource with access token in the header,.. exchange access code by an access token is not needed any more.

NOTE.- the access token passed to the front-end can be expired at first time,.. so we need that the exchange an access token by a refresh token handling is working well.
2014-06-16 18:05:04 -04:00
Roly Rudy Gutierrez Pinto
45b79c6b3b Implementation of processmap in read-only mode. 2014-05-21 15:58:45 -04:00
Marco Antonio Nina
0fe72747fc Improvement Translation mafe 2014-04-14 12:35:47 -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
Fernando Ontiveros
970f17c63c production mode, now is using a hash based in vendor commits 2014-03-12 13:08:01 -04:00
Erik Amaru Ortiz
4eed9dfc48 some changes in projects opening methods in User Interface.
- An menu option "open with classic editor" was added to open new bpmn projects into classic editor
2014-03-06 17:41:39 -04:00
Erik Amaru Ortiz
5d374eb220 Updating Controller Exception View Rendering 2014-02-28 09:37:29 -04:00
Erik Amaru Ortiz
763e0d520b FIX to load properly css and js files for mafe project on designer template 2014-02-18 18:04:00 -04:00
Erik Amaru Ortiz
b51f036e19 adding dynamic include for js and css files for designer.html template for debug mode 2014-02-06 18:55:44 -04:00
Erik Amaru Ortiz
3ccd5c3b5f FIX for ProcessPermissions.php api controller 2014-02-06 18:10:55 -04:00
Erik Amaru Ortiz
a5550971fe updating designer controller & view, and build-vendor.php, to use new js projects new features, to build normal and debug mode. 2014-01-29 21:04:45 -04:00
Erik Amaru Ortiz
ed8c083b80 changing credentias passing to designer index 2013-12-06 17:01:59 -04:00
Erik Amaru Ortiz
2c67dde660 Changes on Designer Controller to pass client credentials and authorization_code on designer ui loading 2013-12-06 13:33:50 -04:00
Erik Amaru Ortiz
a8c9748aa3 Updates on Oauth register method and New designer open action on process list 2013-11-06 10:10:36 -04:00