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
candytangnb
516fbbd91a
[WebFM] tr translation
...
tr translation check-in by YI TANG (tangyinb@cn.ibm.com ) using WebFM
tool.
2018-08-27 10:46:47 -04:00
Diana Lau
d028876b94
Merge pull request #3978 from candytangnb/webfm-0824-063653-de-translation
...
[WebFM] de translation Check-in by YI TANG (tangyinb@cn.ibm.com )
2018-08-24 09:56:27 -04:00
candytangnb
78342ebf80
[WebFM] de translation
...
de translation check-in by YI TANG (tangyinb@cn.ibm.com ) using WebFM
tool.
2018-08-24 06:36:53 -04:00
Diana Lau
8ad0f93552
Merge pull request #3975 from candytangnb/webfm-0823-120743-translation
...
[WebFM] cs/es/fr/it/nl/pl/pt_BR/ru translation Check-in by YI TANG (tangyinb@cn.ibm.com )
2018-08-23 15:04:13 -04:00
candytangnb
55e48cf572
[WebFM] cs/es/fr/it/nl/pl/pt_BR/ru translation
...
cs/es/fr/it/nl/pl/pt_BR/ru translation check-in by YI TANG
(tangyinb@cn.ibm.com ) using WebFM tool.
2018-08-23 12:07:43 -04:00
Diana Lau
74d7043edc
3.22.1
...
* [WebFM] ja/ko/zh_CN/zh_TW translation (candytangnb)
* remove unnecessary format call (Diana Lau)
* Make desc when export-api-def translatable (Diana Lau)
2018-08-22 09:18:19 -04:00
Diana Lau
3caf65d4a6
Merge pull request #3974 from candytangnb/webfm-0822-053933-translation
...
[WebFM] ja/ko/zh_CN/zh_TW translation Check-in by YI TANG (tangyinb@cn.ibm.com )
2018-08-22 09:12:08 -04:00
candytangnb
700085c8d6
[WebFM] ja/ko/zh_CN/zh_TW translation
...
ja/ko/zh_CN/zh_TW translation check-in by YI TANG (tangyinb@cn.ibm.com )
using WebFM tool.
2018-08-22 05:39:33 -04:00
Diana Lau
1c30628a8a
Merge pull request #3971 from strongloop/fix-translation
...
[GVT] Get the summary and description in the `lb export-api-def` output translatable
2018-08-20 20:12:43 -04:00
Diana Lau
6b0a880efa
remove unnecessary format call
2018-08-20 16:55:56 -04:00
Diana Lau
89ff760b6d
Make desc when export-api-def translatable
2018-08-20 13:04:21 -04:00
virkt25
416b86a5ec
3.22.0
...
* fix: accessToken create default acl (virkt25)
* add: ppc64 and s390x to not run UI tests (Thomas Leah)
* chore: update deps + fix linting + .npmrc (virkt25)
* Update Loopback 2.x EOL dates (Chris Bailey)
* Fix formatting (Chris Bailey)
* Update support badge and move LTS section (Chris Bailey)
* Add badges and information for LTS and support (Chris Bailey)
2018-08-08 16:27:22 -04:00