loopback/test
Miroslav Bajtoš 3df5b2814c Fix double-slash in confirmation URL
Fix the code building the URL used in the email-verification email
to prevent double-slash in the URL when e.g. restApiRoot is '/'.

Before:

  http://example.com//users/confirm?...

Now:

  http://example.com/users/confirm?...
2016-09-12 17:12:24 +02:00
..
e2e Backport separate error checking and done logic 2016-05-06 14:07:38 -07:00
fixtures Fix remoting metadata for "data" arguments 2016-09-07 12:59:01 +02:00
util Backport of #2565 2016-07-29 11:39:47 -04:00
access-control.integration.js Expose upsertWithWhere 2016-09-07 12:41:56 -04:00
access-token.test.js Fix token middleware crash 2016-08-17 13:42:43 +02:00
acl.test.js Backport separate error checking and done logic 2016-05-06 14:07:38 -07:00
app.test.js Make the app instance available to connectors 2016-08-29 14:57:43 +02:00
change-stream.test.js Backport separate error checking and done logic 2016-05-06 14:07:38 -07:00
change.test.js Backport separate error checking and done logic 2016-05-06 14:07:38 -07:00
checkpoint.test.js Backport separate error checking and done logic 2016-05-06 14:07:38 -07:00
data-source.test.js Expose upsertWithWhere 2016-09-07 12:41:56 -04:00
email.test.js Support 'alias' in mail transport config. 2016-07-05 10:48:24 -05:00
error-handler.test.js Update dependencies to their latest versions 2016-08-05 10:54:42 +02:00
geo-point.test.js update/insert copyright notices 2016-05-03 17:10:46 -07:00
hidden-properties.test.js Update dependencies to their latest versions 2016-08-05 10:54:42 +02:00
integration.test.js Backport separate error checking and done logic 2016-05-06 14:07:38 -07:00
karma.conf.js Update dependencies to their latest versions 2016-08-05 10:54:42 +02:00
key-value-model.test.js KeyValueModel: add API for listing keys 2016-08-18 13:34:29 +02:00
loopback.test.js common: add KeyValueModel 2016-08-10 15:30:15 +02:00
memory.test.js Backport separate error checking and done logic 2016-05-06 14:07:38 -07:00
model.application.test.js Backport separate error checking and done logic 2016-05-06 14:07:38 -07:00
model.test.js Expose upsertWithWhere 2016-09-07 12:41:56 -04:00
registries.test.js Backport separate error checking and done logic 2016-05-06 14:07:38 -07:00
relations.integration.js Fix remoting metadata for "data" arguments 2016-09-07 12:59:01 +02:00
remote-connector.test.js test: increase timeout to prevent CI failures 2016-08-08 16:09:08 +02:00
remoting-coercion.test.js Backport separate error checking and done logic 2016-05-06 14:07:38 -07:00
remoting.integration.js Fix data argument for upsertWithWhere 2016-09-07 13:52:35 -04:00
replication.rest.test.js test: increase timeout to prevent CI failures 2016-08-08 16:09:08 +02:00
replication.test.js Expose upsertWithWhere 2016-09-07 12:41:56 -04:00
rest.middleware.test.js test: fix timeout in rest.middleware.test 2016-08-05 11:33:57 +02:00
role.test.js test: increase timeout to prevent CI failures 2016-08-08 16:09:08 +02:00
support.js update/insert copyright notices 2016-05-03 17:10:46 -07:00
user.integration.js test: use local registry in test fixtures 2016-07-27 15:06:32 +02:00
user.test.js Fix double-slash in confirmation URL 2016-09-12 17:12:24 +02:00