dblythy
|
9f111158ed
|
feat: add convenience access to Parse Server configuration in Cloud Code via Parse.Server (#8244)
|
2022-10-29 19:03:31 +02:00 |
|
Snyk bot
|
eab9cdd749
|
refactor: upgrade body-parser from 1.20.0 to 1.20.1 (#8262)
|
2022-10-29 17:39:56 +02:00 |
|
Parse Platform
|
4918665dd2
|
refactor: upgrade semver from 7.3.7 to 7.3.8 (#8261)
|
2022-10-27 14:04:09 +02:00 |
|
dblythy
|
c41e5fca95
|
ci: remove running CI for superseded commits (#8213)
|
2022-10-27 10:36:52 +02:00 |
|
semantic-release-bot
|
b54af6b701
|
chore(release): 5.3.0-alpha.31 [skip ci]
# [5.3.0-alpha.31](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.30...5.3.0-alpha.31) (2022-10-24)
### Bug Fixes
* relation constraints in compound queries `Parse.Query.or`, `Parse.Query.and` not working ([#8203](https://github.com/parse-community/parse-server/issues/8203)) ([28f0d26](28f0d26677))
|
2022-10-24 10:54:30 +00:00 |
|
dblythy
|
28f0d26677
|
fix: relation constraints in compound queries Parse.Query.or, Parse.Query.and not working (#8203)
|
2022-10-24 12:45:17 +02:00 |
|
dependabot[bot]
|
fb503320c3
|
refactor: bump async from 3.2.1 to 3.2.4 (#8254)
|
2022-10-20 22:43:34 +02:00 |
|
Parse Platform
|
a0499521cc
|
refactor: upgrade pg-monitor from 1.4.1 to 1.5.0 (#8248)
|
2022-10-20 22:03:20 +02:00 |
|
Parse Platform
|
b2491234e8
|
refactor: upgrade ws from 8.8.1 to 8.9.0 (#8247)
|
2022-10-19 10:04:34 +02:00 |
|
Manuel
|
8863ad2309
|
docs: remove differentiation between MongoDB 5.x versions (#8246)
|
2022-10-17 23:04:45 +02:00 |
|
semantic-release-bot
|
3cde50f82a
|
chore(release): 5.3.0-alpha.30 [skip ci]
# [5.3.0-alpha.30](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.29...5.3.0-alpha.30) (2022-10-17)
### Features
* add support for MongoDB 6 ([#8242](https://github.com/parse-community/parse-server/issues/8242)) ([aba0081](aba0081ce1))
|
2022-10-17 17:29:15 +00:00 |
|
Manuel
|
aba0081ce1
|
feat: add support for MongoDB 6 (#8242)
|
2022-10-17 19:21:32 +02:00 |
|
dblythy
|
4af13af991
|
ci: reduce timeout after idempotency tests (#8227)
|
2022-10-17 01:53:10 +02:00 |
|
Manuel
|
2b00c5b762
|
docs: change backmerge instructions in contribution docs
|
2022-10-16 00:53:24 +02:00 |
|
semantic-release-bot
|
c1a70fe820
|
chore(release): 5.3.0-alpha.29 [skip ci]
# [5.3.0-alpha.29](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.28...5.3.0-alpha.29) (2022-10-15)
### Bug Fixes
* server crashes when receiving file download request with invalid byte range; this fixes a security vulnerability that allows an attacker to impact the availability of the server instance; the fix improves parsing of the range parameter to properly handle invalid range requests ([GHSA-h423-w6qv-2wj3](https://github.com/parse-community/parse-server/security/advisories/GHSA-h423-w6qv-2wj3)) [skip release] ([#8238](https://github.com/parse-community/parse-server/issues/8238)) ([c03908f](c03908f74e))
### Features
* add support for Postgres 15 ([#8215](https://github.com/parse-community/parse-server/issues/8215)) ([2feb6c4](2feb6c4608))
|
2022-10-15 22:26:12 +00:00 |
|
Corey
|
2feb6c4608
|
feat: add support for Postgres 15 (#8215)
|
2022-10-16 00:16:29 +02:00 |
|
Snyk bot
|
6d0bc1eff0
|
refactor: upgrade follow-redirects from 1.15.1 to 1.15.2 (#8233)
|
2022-10-15 17:12:27 +02:00 |
|
Manuel
|
c03908f74e
|
fix: server crashes when receiving file download request with invalid byte range; this fixes a security vulnerability that allows an attacker to impact the availability of the server instance; the fix improves parsing of the range parameter to properly handle invalid range requests ([GHSA-h423-w6qv-2wj3](https://github.com/parse-community/parse-server/security/advisories/GHSA-h423-w6qv-2wj3)) [skip release] (#8238)
|
2022-10-15 01:06:45 +02:00 |
|
Snyk bot
|
89fad24bae
|
refactor: upgrade mongodb from 4.9.1 to 4.10.0 (#8234)
|
2022-10-14 19:17:30 +02:00 |
|
semantic-release-bot
|
8c30c81da6
|
chore(release): 5.3.0-alpha.28 [skip ci]
# [5.3.0-alpha.28](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.27...5.3.0-alpha.28) (2022-10-11)
### Features
* liveQuery support for unsorted distance queries ([#8221](https://github.com/parse-community/parse-server/issues/8221)) ([0f763da](0f763da17d))
|
2022-10-11 22:36:58 +00:00 |
|
Diamond Lewis
|
0f763da17d
|
feat: liveQuery support for unsorted distance queries (#8221)
|
2022-10-12 00:27:29 +02:00 |
|
dblythy
|
2a82d19dbd
|
refactor: code style fixes with prettier and lint (#8208)
|
2022-10-03 13:55:05 +02:00 |
|
Parse Platform
|
63d51fa6c8
|
refactor: upgrade @graphql-tools/merge from 8.3.5 to 8.3.6 (#8206)
|
2022-10-01 21:41:10 +02:00 |
|
Parse Platform
|
a0956b5496
|
refactor: upgrade @graphql-tools/schema from 9.0.3 to 9.0.4 (#8207)
|
2022-10-01 16:13:21 +02:00 |
|
Parse Platform
|
777b4a9961
|
refactor: upgrade @graphql-tools/utils from 8.11.0 to 8.12.0 (#8205)
|
2022-10-01 14:26:53 +02:00 |
|
Manuel
|
566592e443
|
docs: add FAQs to contribution guide
|
2022-10-01 13:58:47 +02:00 |
|
Manuel
|
65330e022f
|
docs: update contribution guide
|
2022-10-01 13:47:27 +02:00 |
|
dblythy
|
eb649f226f
|
test: fix flaky Apple Game Center tests (#8204)
|
2022-10-01 12:14:59 +02:00 |
|
semantic-release-bot
|
5376c3b145
|
chore(release): 5.3.0-alpha.27 [skip ci]
# [5.3.0-alpha.27](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.26...5.3.0-alpha.27) (2022-09-29)
### Bug Fixes
* authentication adapter app ID validation may be circumvented; this fixes a vulnerability that affects configurations which allow users to authenticate using the Parse Server authentication adapter for *Facebook* or *Spotify* and where the server-side authentication adapter configuration `appIds` is set as a string (e.g. `abc`) instead of an array of strings (e.g. `["abc"]`) ([GHSA-r657-33vp-gp22](https://github.com/parse-community/parse-server/security/advisories/GHSA-r657-33vp-gp22)) [skip release] ([#8187](https://github.com/parse-community/parse-server/issues/8187)) ([8c8ec71](8c8ec71573))
* session object properties can be updated by foreign user; this fixes a security vulnerability in which a foreign user can write to the session object of another user if the session object ID is known; the fix prevents writing to foreign session objects ([GHSA-6w4q-23cf-j9jp](https://github.com/parse-community/parse-server/security/advisories/GHSA-6w4q-23cf-j9jp)) [skip release] ([#8180](https://github.com/parse-community/parse-server/issues/8180)) ([37fed30](37fed3062c))
### Features
* add option to change the default value of the `Parse.Query.limit()` constraint ([#8152](https://github.com/parse-community/parse-server/issues/8152)) ([0388956](0388956808))
|
2022-09-29 23:02:45 +00:00 |
|
vzukanov
|
0388956808
|
feat: add option to change the default value of the Parse.Query.limit() constraint (#8152)
|
2022-09-30 00:38:57 +02:00 |
|
Manuel
|
b96a4cbdc5
|
docs: minor rephrasing in contribution docs
|
2022-09-29 12:34:29 +02:00 |
|
Manuel
|
5908a40d2f
|
docs: minor rephrasing in CONTRIBUTING docs
|
2022-09-28 15:44:20 +02:00 |
|
Manuel
|
b2dd1d9c0f
|
docs: add contribution FAQs (#8201)
|
2022-09-28 15:22:21 +02:00 |
|
Parse Platform
|
c9bd87e2f3
|
refactor: upgrade @graphql-tools/merge from 8.3.4 to 8.3.5 (#8199)
|
2022-09-28 02:04:47 +02:00 |
|
Parse Platform
|
c1dbd007c5
|
refactor: upgrade @graphql-tools/utils from 8.10.1 to 8.11.0 (#8198)
|
2022-09-28 00:06:25 +02:00 |
|
Parse Platform
|
9872051e3b
|
refactor: upgrade @graphql-tools/schema from 9.0.2 to 9.0.3 (#8197)
|
2022-09-27 22:27:25 +02:00 |
|
Parse Platform
|
643d49199a
|
refactor: upgrade uuid from 8.3.2 to 9.0.0 (#8200)
|
2022-09-27 13:01:54 +02:00 |
|
Manuel
|
ae8d08294b
|
ci: adapt to new MongoDB lifecycle schedule (#8195)
|
2022-09-26 15:08:12 +02:00 |
|
Corey
|
377ce67239
|
ci: upgrade Postgres versions (#8191)
|
2022-09-24 01:06:22 +02:00 |
|
Manuel
|
eb20e92f8f
|
docs: update Parse Server support for Postgres table
|
2022-09-22 22:44:36 +02:00 |
|
Snyk bot
|
e8242423e4
|
refactor: upgrade mongodb from 4.9.0 to 4.9.1 (#8190)
|
2022-09-22 11:27:47 +02:00 |
|
Manuel
|
d9afeb86a5
|
docs: remove diamond sponsors from README
|
2022-09-20 23:22:19 +02:00 |
|
Manuel
|
8c8ec71573
|
fix: authentication adapter app ID validation may be circumvented; this fixes a vulnerability that affects configurations which allow users to authenticate using the Parse Server authentication adapter for *Facebook* or *Spotify* and where the server-side authentication adapter configuration appIds is set as a string (e.g. abc) instead of an array of strings (e.g. ["abc"]) ([GHSA-r657-33vp-gp22](https://github.com/parse-community/parse-server/security/advisories/GHSA-r657-33vp-gp22)) [skip release] (#8187)
|
2022-09-20 23:05:44 +02:00 |
|
Manuel
|
37fed3062c
|
fix: session object properties can be updated by foreign user; this fixes a security vulnerability in which a foreign user can write to the session object of another user if the session object ID is known; the fix prevents writing to foreign session objects ([GHSA-6w4q-23cf-j9jp](https://github.com/parse-community/parse-server/security/advisories/GHSA-6w4q-23cf-j9jp)) [skip release] (#8180)
|
2022-09-20 02:23:49 +02:00 |
|
Snyk bot
|
004faf41e4
|
refactor: upgrade @graphql-tools/merge from 8.3.3 to 8.3.4 (#8175)
|
2022-09-19 22:07:14 +02:00 |
|
Snyk bot
|
bf7d5ba605
|
refactor: upgrade @graphql-tools/schema from 9.0.1 to 9.0.2 (#8176)
|
2022-09-19 20:07:26 +02:00 |
|
Snyk bot
|
6fb4d68f4c
|
refactor: upgrade pg-promise from 10.11.1 to 10.12.0 (#8178)
|
2022-09-19 16:35:20 +02:00 |
|
Snyk bot
|
9fe16738b6
|
refactor: upgrade @graphql-tools/utils from 8.10.0 to 8.10.1 (#8177)
|
2022-09-19 15:45:00 +02:00 |
|
dblythy
|
df12ba3ba2
|
docs: regenerate API docs (#8179)
|
2022-09-19 12:40:15 +02:00 |
|
dblythy
|
a5ba5da36d
|
docs: describe additional database options (#8173)
|
2022-09-18 18:44:31 +02:00 |
|