Commit Graph

2909 Commits

Author SHA1 Message Date
Diamond Lewis
2533db0ad3 Fix installationId on LiveQuery connect (#6180)
Throws an error and prevents LiveQuery from reconnecting.

Fixes Monitoring installationId.
Allow installationId to be sent to and from client.
2019-11-04 15:53:13 -06:00
greenkeeper[bot]
4a5fed83bd Update flow-bin to the latest version 🚀 (#6172)
* chore(package): update flow-bin to version 0.111.1

* chore(package): update lockfile package-lock.json
2019-11-01 21:19:51 +00:00
greenkeeper[bot]
d2d7ea7704 Update commander to the latest version 🚀 (#6170)
* fix(package): update commander to version 4.0.0

* chore(package): update lockfile package-lock.json
2019-11-01 10:40:53 +00:00
greenkeeper[bot]
87d143ea84 Update flow-bin to the latest version 🚀 (#6168)
* chore(package): update flow-bin to version 0.111.0

* chore(package): update lockfile package-lock.json
2019-10-31 00:33:29 +00:00
Priyash Patil
16af2e4fb8 Add exposing port in docker container (#6165)
Add port exposure for docker run command.
2019-10-28 13:17:25 -05:00
Diamond Lewis
b44726987d Support Google Play Games Service (#6147)
* Support Google Play Games Service

* clean up

* improve coverage

* more tests
2019-10-28 13:16:55 -05:00
greenkeeper[bot]
355663cc98 Update @parse/push-adapter to the latest version 🚀 (#6162)
* fix(package): update @parse/push-adapter to version 3.2.0

* chore(package): update lockfile package-lock.json
2019-10-28 01:47:34 +00:00
Manuel Trezza
9d781c481f Throw error when setting authData to null (#6154)
* added ignore authData field

* add fix for Postgres

* add test for mongoDB

* add test login with provider despite invalid authData

* removed fit

* fixed ignoring authData in postgres

* Fix postgres test

* Throw error instead of ignore

* improve tests

* Add mongo test

* allow authData when not user class

* fix tests

* more tests

* add condition to synthesize authData field only in _User class

it is forbidden to add a custom field name beginning with `_`, so if the object is not `_User` , the transform should throw

* add warning log when ignoring invalid `authData` in `_User`

* add test to throw when custom field begins with underscore
2019-10-27 20:28:06 -05:00
Mike Patnode
1c8d4a6519 Move filename validation out of the Router and into the FilesAdaptor (#6157)
* Move filename validation out of the Router and into the FilesAdaptor

* Address PR comments

* Update unittests to handle FilesAdapter interface change

* Make validateFilename optional
2019-10-26 21:15:21 -05:00
greenkeeper[bot]
93fe6b44e4 Update eslint to the latest version 🚀 (#6160)
* chore(package): update eslint to version 6.6.0

* chore(package): update lockfile package-lock.json
2019-10-26 23:32:49 +00:00
Saimoom Safayet Akash
cf9245a4a2 Added warning for special URL sensitive characters for appId (#6159)
* Added warning for special url sensitive characters for appId

* refactored and added test case
2019-10-26 18:12:42 -05:00
dependabot-preview[bot]
f50f8beb62 Bump graphql-tools from 4.0.5 to 4.0.6 (#6158)
Bumps [graphql-tools](https://github.com/apollographql/graphql-tools) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/apollographql/graphql-tools/releases)
- [Changelog](https://github.com/apollographql/graphql-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apollographql/graphql-tools/compare/v4.0.5...v4.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-25 10:28:32 +00:00
greenkeeper[bot]
f67f8dbe70 Update flow-bin to the latest version 🚀 (#6155)
* chore(package): update flow-bin to version 0.110.1

* chore(package): update lockfile package-lock.json
2019-10-24 01:31:08 +00:00
dependabot-preview[bot]
ac4d9ed2b2 Bump apollo-server-express from 2.9.6 to 2.9.7 (#6151)
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server) from 2.9.6 to 2.9.7.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/compare/apollo-server-express@2.9.6...apollo-server-express@2.9.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-22 10:29:39 +00:00
greenkeeper[bot]
a6b01c7d89 Update flow-bin to the latest version 🚀 (#6150)
* chore(package): update flow-bin to version 0.110.0

* chore(package): update lockfile package-lock.json
2019-10-22 06:23:08 +00:00
greenkeeper[bot]
05d2aa3c80 Update ws to the latest version 🚀 (#6146)
* fix(package): update ws to version 7.2.0

* chore(package): update lockfile package-lock.json
2019-10-19 14:55:43 +00:00
Diamond Lewis
c1a217c6b8 Support Apple Game Center Auth (#6143)
Fixes: https://github.com/parse-community/parse-server/issues/5984
2019-10-18 19:04:01 -05:00
Diamond Lewis
d7bcc72a8a Update stale.yml (#6142)
Adds more labels to stalebot
2019-10-18 21:47:11 +00:00
dependabot-preview[bot]
46c01c7e5b Bump parse from 2.7.1 to 2.8.0 (#6134)
Bumps [parse](https://github.com/parse-community/Parse-SDK-JS) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/parse-community/Parse-SDK-JS/releases)
- [Changelog](https://github.com/parse-community/Parse-SDK-JS/blob/master/CHANGELOG.md)
- [Commits](https://github.com/parse-community/Parse-SDK-JS/compare/2.7.1...2.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-16 01:09:04 +00:00
Arthur Cinader
c9902ac0bc Test with node 12 to get the ball rolling... (#6133) 2019-10-15 17:00:18 -07:00
Diamond Lewis
095164babd Prevent afterFind with saving objects (#6127)
Fixes: https://github.com/parse-community/parse-server/issues/6088
2019-10-15 15:50:25 -05:00
greenkeeper[bot]
45bf4e6bcc Update @parse/push-adapter to the latest version 🚀 (#6131)
* fix(package): update @parse/push-adapter to version 3.1.0

* chore(package): update lockfile package-lock.json
2019-10-14 18:18:46 +00:00
Omair Vaiyani
b70915098f fix(GraphQL): Mutations not returning updated information (#6130)
This issue was spotted when an updated field is modified in beforeSave, but the unmodified version is returned if requested by the resolver.

For example
```graphql
mutation UpdateTitle($id: ID!, $title: String!) {
  updateSomeObject(id: $id, fields: { title: $title }) {
      id
      title
      slug
  }
}
```

In the above, if we modify the `title` by let's say, trimming it - the resolved `title` will not reflect this change, and instead just return the input variable. Other resolved fields that are not sent within the `fields` input are returned properly using the latest data.
2019-10-14 11:09:10 -03:00
greenkeeper[bot]
44c77fa85f Update husky to the latest version 🚀 (#6129)
* chore(package): update husky to version 3.0.9

* chore(package): update lockfile package-lock.json
2019-10-13 01:09:10 +00:00
Diamond Lewis
edfa1df454 Cleanup Schema cache per request (#6126)
* remove enableSingleSchemaCache from test

* clear schema cache per request
2019-10-11 15:27:15 -05:00
greenkeeper[bot]
f26008f031 Update babel7 to the latest version 🚀 (#6124)
* chore(package): update @babel/cli to version 7.6.4

* chore(package): update @babel/core to version 7.6.4

* chore(package): update lockfile package-lock.json
2019-10-10 20:42:47 +00:00
greenkeeper[bot]
84b79ba497 Update mongodb-runner to the latest version 🚀 (#6125)
* chore(package): update mongodb-runner to version 4.7.3

* chore(package): update lockfile package-lock.json
2019-10-10 19:51:02 +00:00
dependabot-preview[bot]
42cf208e11 Bump apollo-server-express from 2.9.5 to 2.9.6 (#6123)
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server) from 2.9.5 to 2.9.6.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/compare/apollo-server-express@2.9.5...apollo-server-express@2.9.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-10 13:22:10 +00:00
greenkeeper[bot]
aef972b145 Update graphql-upload to the latest version 🚀 (#6121)
* fix(package): update graphql-upload to version 8.1.0

* chore(package): update lockfile package-lock.json
2019-10-10 01:09:46 +00:00
Andres Galante
8aa068727a Adds a line on the read me to make installation instructions easier (#6120)
* adds a line on the read me to make instalation instructions easier

* fixes instructions
2019-10-09 13:54:38 -05:00
Andres Galante
6af7b6aaa3 adds code formatting to contributing guidelines (#6119) 2019-10-09 13:03:46 -05:00
dependabot-preview[bot]
f7b498eaf6 Bump @babel/core from 7.6.2 to 7.6.3 (#6115)
Bumps [@babel/core](https://github.com/babel/babel) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-09 14:33:52 +00:00
dependabot-preview[bot]
eb1fb82089 Bump @babel/plugin-transform-flow-strip-types from 7.4.4 to 7.6.3 (#6118)
Bumps [@babel/plugin-transform-flow-strip-types](https://github.com/babel/babel) from 7.4.4 to 7.6.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.4...v7.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-09 14:10:44 +00:00
dependabot-preview[bot]
fe15d8f995 Bump @babel/cli from 7.6.2 to 7.6.3 (#6117)
Bumps [@babel/cli](https://github.com/babel/babel) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-09 13:40:45 +00:00
dependabot-preview[bot]
274f193b96 Bump @babel/preset-env from 7.6.2 to 7.6.3 (#6116)
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-09 13:30:06 +00:00
dependabot-preview[bot]
068bcc5c4f Bump flow-bin from 0.108.0 to 0.109.0 (#6104)
* Bump flow-bin from 0.108.0 to 0.109.0

Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.108.0 to 0.109.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases)
- [Commits](https://github.com/flowtype/flow-bin/compare/v0.108.0...v0.109.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix flow type to allow undefined (#6113)
2019-10-08 18:39:32 +00:00
dependabot-preview[bot]
ee6993a281 Bump apollo-server-express from 2.9.4 to 2.9.5 (#6110)
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server) from 2.9.4 to 2.9.5.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/compare/apollo-server-express@2.9.4...apollo-server-express@2.9.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-08 08:32:56 +00:00
greenkeeper[bot]
a0e16fb361 Update lint-staged to the latest version 🚀 (#6112)
* chore(package): update lint-staged to version 9.4.2

* chore(package): update lockfile package-lock.json
2019-10-08 08:10:42 +00:00
dependabot-preview[bot]
65cedd5b31 Bump pg-promise from 9.2.1 to 9.3.3 (#6111)
Bumps [pg-promise](https://github.com/vitaly-t/pg-promise) from 9.2.1 to 9.3.3.
- [Release notes](https://github.com/vitaly-t/pg-promise/releases)
- [Commits](https://github.com/vitaly-t/pg-promise/compare/9.2.1...9.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-07 15:03:42 +00:00
dependabot-preview[bot]
27616c96e0 Bump cross-env from 6.0.2 to 6.0.3 (#6105)
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/cross-env/compare/v6.0.2...v6.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-03 10:49:35 +00:00
Antoine Cormouls
2290145e82 GraphQL: ACL (#5957)
* Spec

Fix Spec

* Add ACL Type + Input

* Improvements

* Fix
2019-10-01 21:47:56 -07:00
greenkeeper[bot]
9cf3b52bef Update husky to the latest version 🚀 (#6100)
* chore(package): update husky to version 3.0.8

* chore(package): update lockfile package-lock.json
2019-10-02 03:44:23 +00:00
Arthur Cinader
4998135fa7 Update the pgp public key block (#6099) 2019-10-01 20:35:18 -07:00
greenkeeper[bot]
6a45213f83 Update cross-env to the latest version 🚀 (#6098)
* chore(package): update cross-env to version 6.0.2

* chore(package): update lockfile package-lock.json
2019-10-01 17:51:47 +00:00
dependabot-preview[bot]
c63864f734 Bump eslint from 6.5.0 to 6.5.1 (#6097)
Bumps [eslint](https://github.com/eslint/eslint) from 6.5.0 to 6.5.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.5.0...v6.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 13:50:54 +00:00
greenkeeper[bot]
8f53034ba5 Update lint-staged to the latest version 🚀 (#6096)
* chore(package): update lint-staged to version 9.4.1

* chore(package): update lockfile package-lock.json
2019-10-01 06:10:26 +00:00
dependabot-preview[bot]
dbd5f73b7c Bump husky from 3.0.6 to 3.0.7 (#6093)
Bumps [husky](https://github.com/typicode/husky) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/typicode/husky/releases)
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typicode/husky/compare/v3.0.6...v3.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 15:15:46 +00:00
greenkeeper[bot]
6aaebb6016 Update eslint to the latest version 🚀 (#6092)
* chore(package): update eslint to version 6.5.0

* chore(package): update lockfile package-lock.json
2019-09-29 07:01:24 +00:00
greenkeeper[bot]
46550fe94c Update husky to the latest version 🚀 (#6090)
* chore(package): update husky to version 3.0.6

* chore(package): update lockfile package-lock.json
2019-09-28 05:11:12 +00:00
dependabot-preview[bot]
75a27caa30 Bump pg-promise from 9.1.4 to 9.2.1 (#6077)
Bumps [pg-promise](https://github.com/vitaly-t/pg-promise) from 9.1.4 to 9.2.1.
- [Release notes](https://github.com/vitaly-t/pg-promise/releases)
- [Commits](https://github.com/vitaly-t/pg-promise/compare/9.1.4...9.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-27 01:58:07 +00:00