Commit Graph

12 Commits

Author SHA1 Message Date
Gustavo Cruz
077033adca Moving the Features folder again in order to ensure compatibility with the namespaces convention 2015-02-24 18:14:41 -04:00
eriknyk
80083ffff4 Fix on REST bootstrap for new endpoint: /<workspace>/oauth2/token and others like that
- problem with rest classes cache was found
  just because, now we have two url patterns
      1. /api/1.0/<workspace>/xxxxxxxx
      2. /<workspace>/oauth2/xxxxxxxx
  restler was generating two different cache class maps, for both patterns,
  so the first one request was overwriting to other.

** IT IS FIXED NOW
2014-09-23 15:18:22 -04:00
Brayan Osmar Pereyra Suxo
39cdc12020 Correccion de bug en sub process 2014-06-24 12:12:59 -04:00
Erik Amaru Ortiz
75199402e5 updateing app.php to remove composer autoload use, and some little tweaks 2014-05-28 12:08:00 -04:00
Erik Amaru Ortiz
736275c791 Some changes on WebApplications class and app.php file 2014-03-17 09:48:23 -04:00
Erik Amaru Ortiz
bf8ff46fe7 fixed acces for pmtables endpoint 2014-03-14 15:33:34 -04:00
Erik Amaru Ortiz
dad40d77f6 Updating classloading for normal and Rest, requests 2014-03-14 11:57:27 -04:00
Erik Amaru Ortiz
b6a7122bb7 Update for new application bootstrap, default redirect handling was added 2014-03-13 10:23:50 -04:00
Erik Amaru Ortiz
3026937e08 Adding more improvements to increase performance, by now, it is just affecting for API Rest Requests 2014-03-12 18:20:35 -04:00
Erik Amaru Ortiz
e649e829f5 More performance changes 2014-03-11 18:05:55 -04:00
Erik Amaru Ortiz
eba8acd56d adding logic on new bootstrap 2014-03-10 16:02:09 -04:00
Erik Amaru Ortiz
bbd4998845 adding app.php 2014-03-07 13:20:06 -04:00