Miroslav Bajtoš
9b1d4885ab
3.26.0
...
* fix: disallow queries in username and email fields (Hage Yaapa)
* Ignore failing downstream dependencies (Miroslav Bajtoš)
* Upgrade nyc to version 14 (Miroslav Bajtoš)
* Update Karma dependencies to latest versions (Miroslav Bajtoš)
* Drop Node.js 6.x from the supported versions (Miroslav Bajtoš)
* Fix Model.exists() to work with remote connector (Maxim Sharai)
* chore: update copyrights years (Agnes Lin)
* Update LTS status (Diana Lau)
* Enable Node.js 12.x on Travis CI (Miroslav Bajtoš)
* chore: update copyright year (Diana Lau)
* chore: update LB3 EOL date (Diana Lau)
2019-05-31 09:04:12 +02:00
Hage Yaapa
58a0e6c8e9
fix: disallow queries in username and email fields
...
Username and email fields should not allow queries.
2019-05-30 19:54:01 +05:30
Miroslav Bajtoš
e682914ecd
Merge pull request #4196 from strongloop/ignore-failing-downstream-builds
...
Ignore failing downstream dependencies
2019-05-14 18:49:25 +02:00
Miroslav Bajtoš
716347e25c
Ignore failing downstream dependencies
...
The following dependencies are always failing the CI builds, let's
ignore them when testing changes in `loopback` package:
- bluemix-service-broker
- gateway-director-bluemix
- plan-manager
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-05-14 16:17:23 +02:00
Miroslav Bajtoš
cd8db0b5cf
Merge pull request #4194 from strongloop/update-karma-nyc
...
Drop Node.js 6.x + update Karma and nyc dependencies to their latest versions
2019-05-14 09:45:23 +02:00
Miroslav Bajtoš
686c6fe88e
Upgrade nyc to version 14
2019-05-14 09:03:36 +02:00
Miroslav Bajtoš
c9a277884e
Update Karma dependencies to latest versions
2019-05-14 09:03:36 +02:00
Miroslav Bajtoš
a685553b49
Drop Node.js 6.x from the supported versions
...
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-05-14 09:03:36 +02:00
Miroslav Bajtoš
4b3a3a347c
Merge pull request #4120 from angfal/fix/remote_exists
...
Fix Model.exists() to work with remote connector
2019-05-13 15:55:45 +02:00
Maxim Sharai
e8d115bdc2
Fix Model.exists() to work with remote connector
2019-05-13 15:47:38 +02:00
Agnes Lin
ae3fff9e7b
Merge pull request #4191 from strongloop/copyrights
...
chore: update copyrights years
2019-05-07 10:24:44 -04:00
Agnes Lin
0e0ca455ac
chore: update copyrights years
2019-05-06 16:10:57 -04:00
Diana Lau
e82a74cce3
Merge pull request #4189 from strongloop/eol
...
Update LTS status
2019-05-03 09:37:14 -04:00
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