-
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
2
commits into
dev/new_features
Choose a base branch
from
new/dereferencable-activities
base: dev/new_features
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
BentiGorlich
added
enhancement
New feature or request
activitypub
ActivityPub related issues
backend
Backend related issues and pull requests
labels
Oct 7, 2024
BentiGorlich
force-pushed
the
dev/new_features
branch
from
October 7, 2024 19:13
7b8a9f2
to
d07c5c3
Compare
BentiGorlich
force-pushed
the
new/dereferencable-activities
branch
from
October 7, 2024 19:14
c444eeb
to
57ec00a
Compare
BentiGorlich
force-pushed
the
dev/new_features
branch
from
October 9, 2024 15:14
d07c5c3
to
fa6f302
Compare
BentiGorlich
force-pushed
the
new/dereferencable-activities
branch
from
October 9, 2024 15:14
cbcd898
to
49bdeaa
Compare
BentiGorlich
force-pushed
the
dev/new_features
branch
from
October 10, 2024 15:14
fa6f302
to
09a90b4
Compare
I think @BentiGorlich can better solve these conflicts, since he knows this code changes better. I will not touch this. |
BentiGorlich
force-pushed
the
dev/new_features
branch
from
November 19, 2024 22:22
cf72318
to
7cd555b
Compare
BentiGorlich
force-pushed
the
new/dereferencable-activities
branch
from
November 19, 2024 22:24
49bdeaa
to
5c5f342
Compare
BentiGorlich
force-pushed
the
dev/new_features
branch
from
November 24, 2024 11:14
ed923ae
to
9b44612
Compare
BentiGorlich
force-pushed
the
new/dereferencable-activities
branch
from
November 24, 2024 11:14
ef0cc27
to
e108c22
Compare
BentiGorlich
force-pushed
the
dev/new_features
branch
from
December 8, 2024 23:26
c1aba40
to
eaa3390
Compare
BentiGorlich
force-pushed
the
new/dereferencable-activities
branch
from
December 8, 2024 23:43
e108c22
to
4d6b1ec
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`
BentiGorlich
force-pushed
the
dev/new_features
branch
from
December 10, 2024 11:05
e05d4f2
to
6bae56c
Compare
BentiGorlich
force-pushed
the
new/dereferencable-activities
branch
from
December 10, 2024 11:06
4d6b1ec
to
0ad5211
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.
Tested Activities:
Closes #772