-
Notifications
You must be signed in to change notification settings - Fork 17
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
Introduce the activity table #1173
Draft
BentiGorlich
wants to merge
6
commits into
main
Choose a base branch
from
new/dereferencable-activities
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
7b8a9f2
to
d07c5c3
Compare
c444eeb
to
57ec00a
Compare
d07c5c3
to
fa6f302
Compare
cbcd898
to
49bdeaa
Compare
fa6f302
to
09a90b4
Compare
This comment was marked as outdated.
This comment was marked as outdated.
cf72318
to
7cd555b
Compare
49bdeaa
to
5c5f342
Compare
ed923ae
to
9b44612
Compare
ef0cc27
to
e108c22
Compare
c1aba40
to
eaa3390
Compare
e108c22
to
4d6b1ec
Compare
e05d4f2
to
6bae56c
Compare
4d6b1ec
to
0ad5211
Compare
6bae56c
to
7d164b1
Compare
0ad5211
to
3ce355a
Compare
7d164b1
to
c6e6807
Compare
3ce355a
to
5729ac9
Compare
c6e6807
to
5d0bccd
Compare
5729ac9
to
1bc2da1
Compare
5d0bccd
to
07d0603
Compare
1bc2da1
to
ec9516b
Compare
07d0603
to
7f7b1bf
Compare
906898f
to
30e3d86
Compare
Whenever an actor makes an activity (like, announce, etc.) we now save it in our db, so the url we pass to other activity pub servers is valid and can return the correct json. All the factory and wrapper classes now return an `Activity` entity that can be converted to json using the new `ActivityJsonBuilder` # Conflicts: # src/MessageHandler/ActivityPub/Inbox/FollowHandler.php # src/MessageHandler/ActivityPub/Outbox/AnnounceLikeHandler.php # src/MessageHandler/ActivityPub/Outbox/FollowHandler.php
� Conflicts: � composer.lock � tests/WebTestCase.php
8b712aa
to
3bf70de
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
activitypub
ActivityPub related issues
backend
Backend related issues and pull requests
enhancement
New feature or request
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.
Closes #772