generated from aichner/react-mdb-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚧 Implement 2 to master (v0.2.0) #63
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A configuration config has been added which currently includes the credentials of the anonymous user.
By implementing the config, the credentials can now be extracted from it.
Now the return includes whether the authenticated user is anonymous or not.
Improve tasks aa1 to implement 2 (Update: Anonymous User)
The mutation has been updated to fit the currently newest engine version. Ref: https://github.com/snek-at/engine/tree/sub
The query has been updated to fit the currently newest engine version. Ref: https://github.com/snek-at/engine/tree/sub
The query has been added because the AllPageUrl query which was used before returned not only user pages. Ref: https://github.com/snek-at/engine/tree/sub
The query has been updated to fit the currently newest engine version. Now it uses a slug instead of URL. Ref: https://github.com/snek-at/engine/tree/sub
The type declaration has been improved.
The type declaration has been improved.
A missing whitespace has been added by prettier.
A task which uses the allUserPageUrls query has been added.
A syntax error has been fixed.
The default API URL has been updated due to a endpoint notation change in engine.snek.at.
Field which cannot longer be queried are removed now.
Field which cannot longer be queried are removed now.
Url has been replaced by slug. Also the title has been added, which represents the plain username.
Url has been replace with slug due to changes in the profile query.
The default API URL has been updated due to CSRF protection errors.
Update snekset aa1 to implement 2 (Migrate: Newest Engine Release 06.08.2020)
The version has been updated to 0.2.0.
Aichnerc
approved these changes
Aug 6, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The person task no longer accepts a slug but a personName.
The cacheing task requires a person name now.
Update snekset ba1 to implement 2 (Migrate: Latest Sub Version 01.09.2020)
A session which can handle the rest api access to instagram/facebook has been implemented.
The uris has been renamed to paths.
- All tasks which are not directly required by a related session have been removed. - The template classes have been removed completely.
A new fetch method has been implemented to support more HTTP methods like GET, POST, PUT, PATCH and DELETE.
The method was not correctly awaited and therefore returned a promise instead of a token. Also the handleErrors method lead to a loop, this has been fixed now by only calling this.run() when a token error occurs.
The return type of the snek session begin method has been improved.
The default values and documentation of the instagram client have been improved.
The loop which was created when a error had occurred has been fixed now.
Secure and sameSite option has been added.
Now it is possible to upload files via the Apollo-Client. Also Apollo v3 is implemented now.
Now it is possible to refresh a session even when the refresh token is invalid.
Remove several unnecessary packages.
schettn
changed the title
Implement 2 to master (v0.2.0)
🚧 Implement 2 to master (v0.2.0)
Nov 7, 2020
Now handleErrors return null instead of undefined. Also a missing equal sign has been added.
Co-authored-by: Pinterics David <[email protected]>
The regions and comments have been improved.
Co-authored-by: Florian Kleber <[email protected]>
An extremely long region has been decimated.
Update client aa1 to implement 2
The compiler had to be changed in order to support optional chaining etc.
Now cookies are only used if the package is used in browser.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist:
Type of Changes:
What is the current behavior? (link to any open issues here)
session.begin()
response does not include a anonymous status. The response of the authentication should contain information about the anonymous status #51What is the new behavior (if this is a feature change)?
session.begin()
response does include an anonymous status. Closes The response of the authentication should contain information about the anonymous status #51Other information: