Commit Graph

2416 Commits

Author SHA1 Message Date
Diana Lau 182ab7fb22 Update LTS status 2019-05-03 08:18:45 -04:00
Miroslav Bajtoš 3a2a645e0c
Merge pull request #4186 from strongloop/chore/add-node-12
Enable Node.js 12.x on Travis CI
2019-04-29 09:22:42 +02:00
Miroslav Bajtoš f19a8ab6fe
Enable Node.js 12.x on Travis CI 2019-04-29 09:13:05 +02:00
Diana Lau 66ec2aa57f
Merge pull request #4183 from strongloop/copyright
chore: update copyright year
2019-04-17 13:24:02 -04:00
Diana Lau f6ba1afe91 chore: update copyright year 2019-04-17 12:10:45 -04:00
Diana Lau b05d7320d7
Merge pull request #4159 from strongloop/lts
chore: update LB3 EOL date
2019-03-18 15:13:46 -04:00
Diana Lau a175b36939 chore: update LB3 EOL date 2019-03-18 12:25:14 -04:00
Miroslav Bajtoš 34acd02a7e
3.25.1
* Back-ticks added to highlight example JSON (Quentin Presley)
 * Add same change to description for findOne (Quentin Presley)
 * Update the description for persisted-models (Quentin Presley)
 * handle $2b$ in hashed password check (Sylvain Dumont)
2019-03-15 16:08:23 +01:00
Miroslav Bajtoš a9a86fe380
Merge pull request #4158 from strongloop/fixFilterDef
Update the description for persisted-models
2019-03-15 16:05:37 +01:00
Quentin Presley b83f5635cf Back-ticks added to highlight example JSON 2019-03-15 07:46:15 -07:00
Quentin Presley 6caf506769 Add same change to description for findOne 2019-03-15 07:43:13 -07:00
Quentin Presley b91938ecdf Update the description for persisted-models 2019-03-15 07:39:40 -07:00
Janny c8a31e2725
Merge pull request #4146 from sylvaindumont/patch-1
handle $2b$ in hashed password check
2019-02-25 13:01:53 -05:00
Sylvain Dumont 4226da5fc4
handle $2b$ in hashed password check
bcrypt made $2b$ the default in bcrypt 2.0.0
2019-02-23 16:14:24 +01:00
Miroslav Bajtoš 1e33ec596f
3.25.0
* Support middleware injected by AppDynamics. (Mike Li)
2019-02-05 14:23:17 +01:00
Miroslav Bajtoš c38900b785
Merge pull request #4119 from studykik/fix/appdynamics-proxy
Support middleware injected by AppDynamics
2019-02-05 14:22:15 +01:00
Mike Li edb8dbc517 Support middleware injected by AppDynamics.
AppDynamics injects a proxy object into the router stack, which it
uses for its network analysis.  This is similar to how NewRelic
adds a sentinel handler to the router stack. This commit adds a
similar workaround so that loopback can find the original layer.
2019-01-25 11:12:41 -08:00
Miroslav Bajtoš b77907ffa5
3.24.2
* Fix crash when modifying an unknown user (Matheus Horstmann)
2019-01-11 16:04:43 +01:00
Miroslav Bajtoš 242c20fecf
Merge pull request #4108 from horstmannmat/fix_4105
Fix crash when modifying a user with an unknown id
2019-01-11 16:04:15 +01:00
Matheus Horstmann 2532b0b67e
Fix crash when modifying an unknown user
Signed-off-by: Matheus Horstmann <mch15@inf.ufpr.br>
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-01-11 15:45:00 +01:00
Miroslav Bajtoš 0bb8c23e2d
3.24.1
* Update underscore.string to 3.3.5 (Francois)
 * Fix: treat empty access token string as undefined (andrey-abramow)
2019-01-08 10:48:41 +01:00
Miroslav Bajtoš 6eb8c0ed3a
Merge pull request #4107 from 3z3qu13l/master
Update underscore.string to 3.3.5
2019-01-08 10:47:42 +01:00
Francois 6b748748bd Update underscore.string to 3.3.5 2019-01-08 09:37:02 +01:00
Miroslav Bajtoš da2b8d8676
Merge pull request #4083 from andrey-abramow/master
Fix: treat empty access token string as undefined
2018-11-26 13:10:03 +01:00
andrey-abramow 71c651123f Fix: treat empty access token string as undefined
Fix AccessToken's method tokenIdForRequest to treat an empty string
as if no access token was provided.

This is needed to accomodate the changes made in
loopback-datasource-juggler@2.56.0.
2018-11-26 13:13:35 +02:00
Raymond Feng aad97c2036
Merge pull request #4065 from strongloop/set-default-remote-options
Set juggler configs in options by default
2018-11-15 15:37:10 -08:00
Raymond Feng 81d1f7406f 3.24.0
* Set juggler options for remote calls (Raymond Feng)
 * Speed up ACL tests by reducing saltWorkFactor (Miroslav Bajtoš)
2018-11-15 08:29:10 -08:00
Raymond Feng f1c613ac07 Set juggler options for remote calls 2018-11-15 08:28:46 -08:00
Miroslav Bajtoš a239a11656
Merge pull request #4039 from strongloop/speed-up-acl-tests
Speed up ACL tests by reducing saltWorkFactor
2018-10-25 15:39:18 +02:00
Miroslav Bajtoš a4d7caba1a
3.23.2
* Fix ACL check to support model wildcard (Moshe Malka)
2018-10-25 14:14:22 +02:00
Miroslav Bajtoš 818a7506d8
Speed up ACL tests by reducing saltWorkFactor 2018-10-25 14:10:49 +02:00
Miroslav Bajtoš 69df6386fc
Merge pull request #3954 from moshemal/issue-3953
Fix ACL rules with a wildcard match ('*') for model property
2018-10-25 14:09:19 +02:00
Moshe Malka 29c5f20d90
Fix ACL check to support model wildcard 2018-10-25 14:00:35 +02:00
Miroslav Bajtoš be91ba3dad
3.23.1
* README: highlight Active LTS at the top (Miroslav Bajtoš)
2018-10-18 09:27:54 +02:00
Miroslav Bajtoš b944b9d8a5
Merge pull request #4029 from strongloop/update-lts
README: highligh Active LTS at the top
2018-10-18 09:23:07 +02:00
Miroslav Bajtoš 9ea6b6ab03
README: highlight Active LTS at the top
Add a short warning at the top of README to explain that this package
is no longer accepting new features and point users to LoopBack 4.
2018-10-18 09:06:23 +02:00
Diana Lau 4c49b5fa1f 3.23.0
* Clear handler cache when a method is added/removed (Mohammed Essehemy)
 * Add `options.preserveAccessTokens` (lchaglla)
 * Update LB3 to be active LTS (Diana Lau)
 * Fix ACL tests to wait until all assertions finish (Moshe Malka)
 * chore: update to latest linting rules (virkt25)
2018-10-09 16:05:13 -07:00
Diana Lau d66c912d06
Merge pull request #4022 from strongloop/change-status
Update LB3 to be active LTS
2018-10-09 18:58:07 -04:00
Miroslav Bajtoš 0488cb7ba1
Merge pull request #4011 from MohammedEssehemy/fix/clear-cache-handler-after-method-add
clearHandlerCache when remote method added or disabled
2018-10-09 15:19:27 +02:00
Mohammed Essehemy e33d10fe44
Clear handler cache when a method is added/removed 2018-10-09 15:03:00 +02:00
Miroslav Bajtoš 97a55bf67a
Merge pull request #4021 from lchaglla/preserveAccessTokens
Add a flag to preserve access tokens on email/password change
2018-10-08 09:46:44 +02:00
lchaglla 2b7b0e1cc1
Add `options.preserveAccessTokens`
Add an option to preserve access tokens when email/password is changed.
2018-10-08 09:28:35 +02:00
Diana Lau d7a32aea70 Update LB3 to be active LTS 2018-10-05 22:31:31 -04:00
Miroslav Bajtoš 0bb7cd67ec
Merge pull request #3989 from moshemal/issue-3988
Use done function for multiple async assertions
2018-09-17 15:02:23 +02:00
Moshe Malka 186ae2ae57
Fix ACL tests to wait until all assertions finish 2018-09-17 14:12:58 +02:00
virkt25 fa644d6a31 chore: update to latest linting rules 2018-09-13 10:08:25 -04:00
virkt25 acc1cd0ee5 3.22.3
* chore: use grunt to install optional  phantomjs (virkt25)
 * [WebFM] fr translation (candytangnb)
2018-09-12 11:06:28 -04:00
virkt25 cab1ed5463 chore: use grunt to install optional phantomjs
connected to #3993
2018-09-12 11:02:14 -04:00
candytangnb c9164aed17 [WebFM] fr translation
fr translation check-in by YI TANG (tangyinb@cn.ibm.com) using WebFM
tool.
2018-08-30 09:53:13 -04:00
virkt25 9f1eb419d1 3.22.2
* [WebFM] tr translation (candytangnb)
 * [WebFM] de translation (candytangnb)
 * [WebFM] cs/es/fr/it/nl/pl/pt_BR/ru translation (candytangnb)
2018-08-29 15:10:43 -04:00