Skip to content

Conversation

@phillwiggins
Copy link
Member

No description provided.

fischerscode and others added 30 commits October 14, 2020 17:34
* potential fix #481
* cloud function add catch
   Fix #484
   Mightfix: #481

Co-authored-by: Chralu <375723+Chralu@users.noreply.github.com>
Should be inclunded into #488.
* dont send X-Parse-Installation-Id on web

* added doNotSendInstallationID parameter to user functions

* use development branch in pubspec.yaml
* abstracted ParseClient
* added http client
* export client classes
* fix autoSendSessionId
* Update pubspec.yaml
* Update pubspec.yaml
* format code
* renamed files
* Revert "renamed files"
This reverts commit 9853c3b.
* renamed files
* fix copy-past mistake
* flutter format
* Fixes file upload when using ParseHTTPClient
* added Network client section to the flutter readme
add types to ParseObject.getRelation()

Co-Authored-By: Artjom <artjom.buechert@hms-networks.com>
This #508 was based on master. As a reult, this happend. Should be fixed now.
…inWith(...). Related: #506 (#514)

Add username, password and email as optional params for ParseUser.loginWith(...). Related: #506
Correctly encode value in addConfig() function
This #513 was based on master. As a result, this happend. Should be fixed now.
* Update parse_live_list.dart

added Build Animated Grid to ParseLiveListWidget

* Create parse_live_grid.dart

Separated ParseLiveGridWidget from ParseLiveListWidget as suggested by @fischerscode

* Update parse_server_sdk.dart

* GridList

* [ParseLiveGrid] fix item removal

There was an error when a item was added/removed

Co-authored-by: Maximilian Fischer <github@maaeps.de>
Improves the object to perform the Login using the POST method as a request.
Change default login and signin method to POST #542
Fix the conversion to JSON of Map with the POST request parameters. Thanks @nstrelow
Revert "Change default login and signin method to POST #542"
Change the Login object to use the POST method as a request to the Parse Server. Also fixed the parameter "queryParams" to avoid errors.
Update parse_user.dart to use the POST method as a Login request to Parse Server.
RodrigoSMarques and others added 23 commits January 13, 2021 20:10
Change to the method to POST in the Login
* Fix CoreStoreSembastImp with no default passwod causes error in Flutter Package
* Fix ParseACL with no default value in setReadAccess and setWriteAccess
*Add method excludeKeys: Exclude specific fields from the returned query
* Updated Dependencies version in pubspec.yaml
* Fix typo in the ParseConnectivity provided Error message parse_live_query.dart
Updated Dependencies version in pubspec.yaml
Fix CoreStoreSembastImp / Fix ParseACL / New Query Method / Updated Dependencies version / Fix error message parse_live_query.dart / Updated dependencies / Make ParseHTTPClient default Client
Empty Query Widget ParseLiveList
- Update references to 2.1.0
@phillwiggins
Copy link
Member Author

@RodrigoSMarques - Hey! Sorry for not getting back in touch, I have been crazy busy. Both libs have been released to pub dev. Please can you review this MR and run some tests on the latest release. Let me know if there's any issues!

@RodrigoSMarques RodrigoSMarques merged commit aa6bed5 into master Feb 18, 2021
@RodrigoSMarques
Copy link
Contributor

Thanks @phillwiggins

The conflicts were resolved and the code updated on the master.

I ran my application that tests all Parse operations and found no error.

I'm doing tests in the past few weeks and a real app.

We have to prepare the package version for null safety.
https://dart.dev/null-safety/migration-guide

I will create a new branch and try to migrate.

@phillwiggins
Copy link
Member Author

phillwiggins commented Feb 18, 2021 via email

@RodrigoSMarques RodrigoSMarques mentioned this pull request Mar 22, 2021
45 tasks
@mtrezza mtrezza deleted the release/2.1.0 branch May 30, 2022 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants