Daniel García Aubert
|
242224396d
|
Create .middlewares() method to compose controller actions
|
2018-05-11 14:05:41 +02:00 |
|
Daniel García Aubert
|
1cfeda8fe5
|
Create .middlewares() method to mount corresponding set of middlewares
|
2018-05-11 13:38:51 +02:00 |
|
Daniel García Aubert
|
33af2d37b3
|
Remove declared variables but not used
|
2018-05-11 13:30:25 +02:00 |
|
Daniel García Aubert
|
69505974fe
|
Pass object instead of argument list
|
2018-05-11 13:29:50 +02:00 |
|
Daniel García Aubert
|
a77dd9a11f
|
Create .middlewares() method to be mounted in dataview controller
|
2018-05-11 13:20:05 +02:00 |
|
Daniel García Aubert
|
1bc017eac9
|
Rename function
|
2018-05-11 12:42:17 +02:00 |
|
Daniel García Aubert
|
07dec2e641
|
Create .middlwares() to return a set of middlewares to be mounted
|
2018-05-11 12:38:52 +02:00 |
|
Daniel García Aubert
|
d86a839265
|
Blank line
|
2018-05-11 12:22:50 +02:00 |
|
Daniel García Aubert
|
72d8a26ede
|
Use ES6 class
|
2018-05-11 12:14:27 +02:00 |
|
Daniel García Aubert
|
0741881959
|
Do not initialize status code to 404 when method is OPTIONS
|
2018-05-09 16:24:38 +02:00 |
|
Daniel García Aubert
|
c51e254287
|
Set 404 as defautl status code and set the proper status code fir the response at very same time that the response body
|
2018-05-09 15:00:18 +02:00 |
|
Daniel García Aubert
|
9feea66550
|
Use routes configuration to create and mount routes and controllers
|
2018-05-09 14:59:21 +02:00 |
|
Daniel García Aubert
|
7ed819e84a
|
Merge branch 'separate-routers' into improve-folder-structure
|
2018-05-07 18:29:53 +02:00 |
|
Daniel García Aubert
|
407a83e81d
|
Merge branch 'separate-app-and-controllers-creation' into separate-routers
|
2018-05-07 18:29:00 +02:00 |
|
Daniel García Aubert
|
3c3731252d
|
Respect default values with object.assign
|
2018-05-07 18:24:41 +02:00 |
|
Daniel García Aubert
|
9bd9503e9b
|
Merge paths to perform the same middleware stack
|
2018-04-18 19:07:38 +02:00 |
|
Daniel García Aubert
|
56495522b8
|
Use array of path to avoid collisions and extract scale-factor param properly
|
2018-04-18 18:52:09 +02:00 |
|
Daniel García Aubert
|
1694b4b3a6
|
Merge branch 'separate-routers' into improve-folder-structure
|
2018-04-17 16:07:47 +02:00 |
|
Daniel García Aubert
|
5b1b78d386
|
Merge branch 'separate-app-and-controllers-creation' into separate-routers
|
2018-04-17 15:56:33 +02:00 |
|
Daniel García Aubert
|
9c249596c0
|
Merge branch 'master' into separate-app-and-controllers-creation
|
2018-04-17 15:55:38 +02:00 |
|
Daniel García Aubert
|
6c466d13ff
|
Typo
|
2018-04-17 11:36:33 +02:00 |
|
Daniel García Aubert
|
9905b20448
|
Improve naming
|
2018-04-17 11:22:05 +02:00 |
|
Daniel García Aubert
|
8000a51918
|
Improve error messages
|
2018-04-17 11:04:03 +02:00 |
|
Daniel García Aubert
|
98d15e2e34
|
Typo
|
2018-04-16 18:57:28 +02:00 |
|
Daniel García Aubert
|
d5c591317b
|
Add coordinates validation to specific endpoints
|
2018-04-16 18:55:42 +02:00 |
|
Daniel García Aubert
|
730b29c9cc
|
Remove defined dependecies but never used
|
2018-04-11 18:51:44 +02:00 |
|
Daniel García Aubert
|
e06d3200c3
|
Use a better API to define public routes
|
2018-04-11 12:33:07 +02:00 |
|
Daniel García Aubert
|
c0943a7c58
|
Use config to define base path for express routers
|
2018-04-10 20:26:36 +02:00 |
|
Daniel G. Aubert
|
5d230c444c
|
Merge pull request #928 from CartoDB/extract-cors-mw
Make cors middleware more generic and link it just to application level
|
2018-04-10 18:29:59 +02:00 |
|
Daniel García Aubert
|
ac615b4a25
|
Merge branch 'separate-routers' into improve-folder-structure
|
2018-04-10 16:15:49 +02:00 |
|
Daniel García Aubert
|
bc45b50290
|
Merge branch 'separate-app-and-controllers-creation' into separate-routers
|
2018-04-10 15:59:05 +02:00 |
|
Daniel García Aubert
|
1bbd84b37a
|
Please jshint
|
2018-04-10 15:56:52 +02:00 |
|
Daniel García Aubert
|
aa3fb4807b
|
Merge branch 'master' into separate-app-and-controllers-creation
|
2018-04-10 15:25:36 +02:00 |
|
Daniel García Aubert
|
d1a4057a8d
|
Rename user limits api by user limits backend
|
2018-04-10 10:16:07 +02:00 |
|
Daniel García Aubert
|
8519d2724b
|
Rename tables extent api by tables extent backend
|
2018-04-10 09:40:09 +02:00 |
|
Daniel García Aubert
|
ba36a47228
|
Rename overviews metadata api by overviews metadata backend
|
2018-04-09 19:47:43 +02:00 |
|
Daniel García Aubert
|
e0d8dc0334
|
Rename filter stats api by filter stats backend
|
2018-04-09 18:56:01 +02:00 |
|
Daniel García Aubert
|
8dec4814a9
|
Rename AuthAppi by AuthBackend
|
2018-04-09 18:08:56 +02:00 |
|
Daniel García Aubert
|
6167562758
|
Meet application logic and folder struture
|
2018-04-09 16:18:30 +02:00 |
|
Daniel García Aubert
|
7e68f5270d
|
Move application middlewares to routers folder
|
2018-04-06 18:20:33 +02:00 |
|
Daniel García Aubert
|
25aa967146
|
Forbid access to named map admin resources for everyone but master
|
2018-04-06 15:26:11 +02:00 |
|
Daniel García Aubert
|
3bfc7d3d23
|
Rename controllers folder by routers
|
2018-04-06 13:53:50 +02:00 |
|
Simon Martín
|
c94d782037
|
calling to new createAffectedTables
|
2018-04-06 13:00:12 +02:00 |
|
Simon Martín
|
233f9698f3
|
fix affectedtables cache
|
2018-04-06 12:59:53 +02:00 |
|
Daniel García Aubert
|
61fc15cec0
|
Add comment to indicate deprecated paths
|
2018-04-06 11:13:34 +02:00 |
|
Daniel García Aubert
|
4e754e0d86
|
Create API router to handle common stuff among child routers
|
2018-04-05 19:42:20 +02:00 |
|
Javier Goizueta
|
ffa3a96f1a
|
Use unique cartodb_id in aggregated results
See #889
FOr centroid and point-grid the cartodb_id wasn't unique across tiles.
|
2018-04-05 14:06:27 +00:00 |
|
Javier Goizueta
|
44424583f0
|
Revert "Use unique cartodb_id in aggregated results"
This reverts commit c1da1a8a16 .
This is reverted for moving the change out of PR #913 into its own PR for clarity.
|
2018-04-05 12:12:58 +02:00 |
|
Daniel García Aubert
|
5aa63d35ce
|
Add comments
|
2018-04-04 20:07:53 +02:00 |
|
Daniel García Aubert
|
11099c88dc
|
Improve routing via regular expressions
|
2018-04-04 20:00:59 +02:00 |
|