parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

Parse Server for Node.js / Express

Results 378 parse-server issues
Sort by recently updated
recently updated
newest added
trafficstars

### New Pull Request Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Issue Description This PR...

### New Pull Request Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Issue Description Saving an...

### New Pull Request Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Issue Description Related issue:...

### New Pull Request Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Issue Description Property of...

### New Pull Request Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Issue Description Saving an...

Passed req.query(the request object query property) as a third argument to the instance of FileController's getFileData method called from the FileRouter's getHandler method for files not streamed. A third and...

(1) This fixed a bug where index creation with the schema update endpoint was not possible for default fields, because the index field names were not transformed to their internal...

Linked issue https://github.com/parse-community/parse-server/issues/6817 Improving error codes on resetting password functionality, this implementation will require adding new error codes to the [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/parse/ts3.7/index.d.ts) like: ParseError.USERNAME_NOT_FOUND = 603; ParseError.RESET_PASSWORD_ERROR = 604; ParseError.RESET_LINK_EXPIRED =...

Added functionality to generate tokens from requesting them from Apple using a code. Uses p8 file to sign token (claims) to get real token from apple for authentication. Also uses...