Skip to content
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

V11/userinfo - [De]Serialize the user information #506

Merged
merged 3 commits into from Jun 19, 2023
Merged

Conversation

KevinJump
Copy link
Owner

This PR adds the ability for us to serialize and deserialize the creator, writer and publisher of a peice of content.
it also adds the ability for the user to be passed in the uSyncImportOptions so the user can be set on a remote call.

  1. let you preserve user information between syncs if you want to (and the users exist)
  2. Let uSync.Complete push the user who is making changes from one site to another.

Additional Setting to turn this on in uSync:

"ContemtHandler": {
  "Settings": {
    "IncludeUserInfo": true
  }
},

@KevinJump KevinJump self-assigned this Jun 19, 2023
@KevinJump KevinJump added 10.x NETCORE 11.x NETCORE v11 things. 12.x NETCORE uSync v12 things labels Jun 19, 2023
@KevinJump KevinJump added the Breaking Change A Change that might impact 3rd party code, or change the format of export files label Jun 19, 2023
@KevinJump
Copy link
Owner Author

This PR does change the signature of a few of the serializers, anything using them as a base class will also require an upgrade.

@KevinJump KevinJump merged commit 4aff84e into v11/dev Jun 19, 2023
1 check passed
@KevinJump KevinJump deleted the v11/userinfo branch June 19, 2023 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.x NETCORE 11.x NETCORE v11 things. 12.x NETCORE uSync v12 things Breaking Change A Change that might impact 3rd party code, or change the format of export files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant