Daniel García Aubert
|
dbccd762ed
|
Improve condition readability
|
2019-07-04 16:52:18 +02:00 |
|
Daniel García Aubert
|
ccb0bbfb86
|
Set directive 'max-age' to 5 min when there are affacted tables where we can't know when were updated for the last time, e.g: non cartodified tables or foreing tables without cartodb support
|
2019-07-04 10:45:35 +02:00 |
|
Simon Martín
|
52e4dfa728
|
using the new TYPES
|
2019-02-28 11:49:05 +01:00 |
|
Simon Martín
|
feb3a21dfd
|
remove log code from query endpoints
|
2019-02-27 10:07:19 +01:00 |
|
Simon Martín
|
2066115002
|
log query and job endpoints
|
2019-02-27 09:02:31 +01:00 |
|
Simon Martín
|
7b5a118c7e
|
renaming from q to sql in middleware
|
2019-02-26 16:34:26 +01:00 |
|
Simon Martín
|
a6eddef252
|
same things together
|
2019-02-26 15:05:14 +01:00 |
|
Simon Martín
|
69e2aaf748
|
using handleQueryMiddleware in query controller
|
2019-02-26 14:47:23 +01:00 |
|
Simon Martín
|
498ddc58b7
|
unique rate limit fot both query endpoints
|
2018-12-10 18:19:56 +01:00 |
|
Daniel García Aubert
|
e0e011e806
|
Do not use assert to throw erros as in Node.js > 6 wraps the original error, the keyword 'throw' does the trick and it's backwards compatible
|
2018-11-07 18:05:39 +01:00 |
|
Simon Martín
|
1174499dcf
|
Merge branch 'master' into pgcopy-stream
|
2018-06-11 14:38:52 +02:00 |
|
Eneko Lakasta
|
eab3d289b6
|
refactor authenticated to authorizationLevel
|
2018-06-05 13:21:56 +02:00 |
|
Eneko Lakasta
|
0207b67d5f
|
refactor forceToBeAuthenticated to forceToBeMaster
|
2018-06-05 13:14:50 +02:00 |
|
Eneko Lakasta
|
fa5a99211c
|
check user exists in user middleware
This way, we keep sending a 404 error if the user does not exist.
|
2018-05-29 13:23:50 +02:00 |
|
Simon Martín
|
02238fefe1
|
moving body-parser from global to routes of query and job
|
2018-05-04 15:15:37 +02:00 |
|
Simon Martín
|
985f9ef7f5
|
pgEntitiesAccessValidator
|
2018-04-23 18:17:44 +02:00 |
|
Simon Martín
|
b6ff37d33f
|
changing param name
|
2018-03-02 19:57:33 +01:00 |
|
Simon Martín
|
7a6ef637ae
|
make jshint happy
|
2018-03-01 14:47:34 +01:00 |
|
Simon Martín
|
f3adad57aa
|
fix assignment
|
2018-03-01 13:15:32 +01:00 |
|
Simon Martín
|
779ab3b83f
|
adding rate limit middleware to controllers
|
2018-03-01 12:19:57 +01:00 |
|
Simon Martín
|
2834975d14
|
controllers using user limits service
|
2018-03-01 11:31:35 +01:00 |
|
Daniel García Aubert
|
700c64bba3
|
Extract to a middleware user timeout limit from user-database-services
|
2018-02-22 12:45:55 +01:00 |
|
Daniel García Aubert
|
94c5bd11df
|
Split authorization middleware, it was actually doing two things: authorize and get database connection params
|
2018-02-22 12:22:39 +01:00 |
|
Daniel García Aubert
|
8730b5c517
|
Read if the request is authenticated through res.locals
|
2018-02-22 12:04:05 +01:00 |
|
Daniel García Aubert
|
b399abee18
|
Move authorization to auth-api and extract it from user-database-service
|
2018-02-22 11:46:34 +01:00 |
|
Daniel García Aubert
|
9088cbf150
|
Improve naming
|
2018-02-21 13:51:28 +01:00 |
|
Daniel García Aubert
|
864ec30058
|
Remove duplication
|
2018-02-20 13:22:33 +01:00 |
|
Daniel García Aubert
|
8c13add7a8
|
Rename middleware
|
2018-02-19 15:49:17 +01:00 |
|
Daniel García Aubert
|
939443ef81
|
Unify credentials and authenticated request midllewares
|
2018-02-19 15:44:28 +01:00 |
|
Daniel García Aubert
|
7898b49e59
|
Extract profiler middleware to used in query and job controllers
|
2018-02-19 15:13:36 +01:00 |
|
Daniel García Aubert
|
75c2d85dbb
|
Use authenticated middleware in query controller
|
2018-02-19 13:24:44 +01:00 |
|
Daniel García Aubert
|
114070ef96
|
Rename middleware
|
2018-02-19 12:37:19 +01:00 |
|
Daniel García Aubert
|
adfe3dd52b
|
Remove comment
|
2018-02-19 11:10:39 +01:00 |
|
Daniel García Aubert
|
edd382fb8f
|
Check user is the same user that sends the request when basic-auth is provided
|
2018-02-16 18:21:06 +01:00 |
|
Daniel García Aubert
|
2cadfe6f18
|
Add support for Basic Auth
|
2018-02-16 10:46:58 +01:00 |
|
Daniel García Aubert
|
756fbe42c9
|
Use apikey midlleware
|
2018-02-15 17:24:04 +01:00 |
|
Raul Ochoa
|
32154b67c6
|
Merge branch 'master' into upgrade-cartodb-psql
|
2017-08-11 11:57:16 +02:00 |
|
Daniel García Aubert
|
01a71ee60e
|
Apply user timeout to ogr2ogr command
|
2017-08-09 12:50:16 +02:00 |
|
Raul Ochoa
|
3e536b822e
|
Remove unnecessary destroyOnError option
|
2017-08-08 18:21:10 +02:00 |
|
Raul Ochoa
|
c32a2199fa
|
Use request bootstrapper to add host header
|
2016-10-04 15:43:19 +02:00 |
|
Raul Ochoa
|
3ebbd9f7c4
|
Skip tables with no updated_at registered in cdb_tablemetadata
|
2016-07-11 16:39:12 +02:00 |
|
Daniel García Aubert
|
64ad284c9c
|
WIP: adding metrics to Batch API
|
2016-05-24 11:19:00 +02:00 |
|
Raul Ochoa
|
66cd1f400f
|
Skip query tables cache for authenticated requests
|
2016-03-10 19:20:56 +01:00 |
|
Raul Ochoa
|
b8460d033e
|
Add a cache decorator over QueryTables
|
2016-03-08 14:48:56 +01:00 |
|
Raul Ochoa
|
dbe033112d
|
Rethrow error but do not fail when getting affected tables
|
2016-03-08 14:00:31 +01:00 |
|
Alejandro Martínez
|
cd593e12ce
|
Join all Surrogate-Keys in one line
|
2016-02-24 11:43:43 +01:00 |
|
Alejandro Martínez
|
7d024dbf3f
|
Fix include in query_controller
|
2016-02-22 19:10:59 +01:00 |
|
Alejandro Martínez
|
5411aa3a01
|
Use Date.now() fallback value for getLastUpdatedTime
|
2016-02-22 19:08:04 +01:00 |
|
Alejandro Martínez
|
2c4b659100
|
Properly discard errors fetching updated tables
|
2016-02-22 19:07:41 +01:00 |
|
Alejandro Martínez
|
5e06711b4b
|
Use node-cartodb-querytables library
|
2016-02-22 12:24:05 +01:00 |
|