Commit Graph

15 Commits

Author SHA1 Message Date
Stefan Verhoeven
af47cc8cce Increase import limits
Fixes #80
2019-11-07 17:47:16 +01:00
anthonyesper
b06682596d
Fix for CartoDB MX Record check
This is a fix for the MX record check on email domains for the org setup.
2019-08-08 21:01:09 -04:00
Stefan Verhoeven
943c32ff59 Enable new dashboard flag
Back to using master branch of cartodb repo
2018-07-04 11:10:16 +02:00
Stefan Verhoeven
27155eca32 Trying to make carto work on ubuntu 18.04
Failing after logging page has header/footer but nothing else, so no way to create dataset/map/logout
2018-06-22 15:20:16 +02:00
Stefan Verhoeven
f098d956c0 Enable private maps
Fixes #26
2018-04-04 22:32:06 +02:00
Stefan Verhoeven
0a7b608eca Revert "Enable private maps"
This reverts commit 8a5a19e0c7.

Fixes #27
2018-03-27 09:52:17 +02:00
Stefan Verhoeven
8a5a19e0c7 Enable private maps
Fixes #26
2018-03-23 13:44:15 +01:00
Stefan Verhoeven
5218b9940e Enabled sync tables for all users + periodically trigger sync tables task
Refs #11
2017-08-01 22:07:30 +02:00
Stefan Verhoeven
2d8286c5df Able to fill internal geocoder tables, but get 'too many source rows' error during georeference analysis of countries. 2017-04-13 23:54:00 +02:00
Stefan Verhoeven
d6832a177f Further progress configuring geocoder.
Now brower error:
```
error: cdb_dataservices_client._cdb_service_quota_info(2): [cartodb_dev_user_5357a703-8b69-48d4-b114-122e9498aca7_db] REMOTE ERROR: spiexceptions.ExternalRoutineException: cartodb_services.metrics.config.ConfigException: Here maps configuration missing↵    at Connection.parseE (/CartoDB-SQL-API/node_modules/cartodb-psql/node_modules/pg/lib/connection.js:560:11)↵    at Connection.parseMessage (/CartoDB-SQL-API/node_modules/cartodb-psql/node_modules/pg/lib/connection.js:383:17)↵    at Socket.<anonymous> (/CartoDB-SQL-API/node_modules/cartodb-psql/node_modules/pg/lib/connection.js:119:22)↵    at Socket.emit (events.js:95:17)↵    at Socket.<anonymous> (_stream_readable.js:765:14)↵    at Socket.emit (events.js:92:17)↵    at emitReadable_ (_stream_readable.js:427:10)↵    at emitReadable (_stream_readable.js:423:5)↵    at readableAddChunk (_stream_readable.js:166:9)↵    at Socket.Readable.push (_stream_readable.js:128:10)↵    at TCP.onread (net.js:529:21)"
Name

```
When map without geometry is opened.
2017-04-06 22:24:10 +02:00
Stefan Verhoeven
7704e1cfa7 Increase organization quota to 5Gb 2017-04-03 22:44:25 +02:00
Stefan Verhoeven
420b78fc8d Remove deprecated feature flags from organization 2017-04-03 22:44:02 +02:00
Stefan Verhoeven
dca39908f5 Tried CARTO Builder, but disabled it again 2016-09-17 09:53:40 +02:00
Stefan Verhoeven
0da3b53207 Dev passwords must be longer than or equal to 6 chars.
Refs #6
2015-05-15 23:27:12 +02:00
Stefan Verhoeven
ac3cd5c3b2 Create an organization.
Organization can be used to share maps between members and because members uses same db an remote schema only has to be created once.
A remote schema is a schema from a remote database server which can be made accessable using foreign data wrapper.
2015-02-18 09:51:25 +01:00