API only.
Built on Twilio. No API. Specifically for event organization/management.
/** | |
* Route processor to handle authentication. | |
* | |
* @param checkAuth function () => boolean | |
* Return value indicates whether or not user is authenticated. | |
* | |
* @param logout function () => undefined | |
* Callback to log user out of system. | |
* | |
* @param rotues <Route> |
<VirtualHost *:80> | |
DocumentRoot "/Users/tnightingale/workspace/affinity/ies/ies/web" | |
ServerName ies.dev | |
<Directory "/Users/tnightingale/workspace/affinity/ies/ies/web"> | |
Options Indexes FollowSymLinks MultiViews | |
AllowOverride All | |
Order allow,deny | |
Allow from all | |
</Directory> |
_getFieldMetadataCb(field) { | |
let type = field.getSchemaAttribute('type'), | |
format = field.getSchemaAttribute('format'); | |
// Prepare metadata for geo widgets. | |
if (type === 'object' && format === 'geojson' && !this.state.basemaps.isEmpty()) { | |
let orgId = this.getParams().organization, | |
basemaps = this.state.basemaps.getIn(['basemaps', orgId]); | |
return Immutable.Map({ basemaps }); |
var Immutable = require("immutable"), | |
Map = Immutable.Map, | |
is = Immutable.is; | |
var getValue = function () { | |
return { foo: 'bar' }; | |
}, | |
getValue2 = function () { | |
return { foo: 'bar' }; | |
}; |
var isEqual = require("lodash").isEqual, | |
Immutable = require("immutable"), | |
Map = Immutable.Map, | |
is = Immutable.is; | |
var getValue = function () { | |
return { foo: 'bar' }; | |
}, | |
getValue2 = function () { | |
return { foo: 'bar' }; |
var isEqual = require("lodash").isEqual; | |
var Immutable = require("immutable"); | |
var getValue = function () { | |
return { foo: 'bar' }; | |
}, | |
id = 'record:1', | |
record = Immutable.Map({ | |
data: getValue() | |
}); |
<?php | |
// Disable css & js aggregation. | |
$conf['preprocess_js'] = 0; | |
$conf['preprocess_css'] = 0; | |
// Turn on error reporting. | |
$conf['error_level'] = 2; | |
// Set mail redirect to email is not set from local | |
$conf['mail_redirect_domain'] = 'affinitybridge.com'; |
var auth = username + ':' + password, | |
uri = url.format({ | |
protocol: 'http', | |
host: host, | |
pathname: database, | |
auth: auth | |
}), | |
r = hyperquest(uri); | |
r.pipe(concat(function (data) { |
I hereby claim:
To claim this, I am signing this object: