forked from mastodon/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Merge upstream changes up to b2c5b20ef27edd948eca8d6bd2014b7a5efaec11 #2522
Merged
ClearlyClaire
merged 97 commits into
glitch-soc:main
from
ClearlyClaire:glitch-soc/merge-upstream
Dec 19, 2023
Merged
Merge upstream changes up to b2c5b20ef27edd948eca8d6bd2014b7a5efaec11 #2522
ClearlyClaire
merged 97 commits into
glitch-soc:main
from
ClearlyClaire:glitch-soc/merge-upstream
Dec 19, 2023
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
Co-authored-by: Renaud Chaput <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… at the same time (mastodon#24717)
…s` controller spec (mastodon#27838)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…oc/merge-upstream Conflicts: - `Gemfile.lock`: Conflict because we had updated the `json-ld` gem to fix a yanked dependency. Kept our version of `json-ld` while updating other dependencies.
…oc/merge-upstream Conflicts: - `README.md`: Upstream updated its README, we have a completely different one. Kept ours. - `yarn.lock`: Upstream changed from yarn 1 to yarn 4, but we had some different dependencies. Updated to yarn 4 and re-added our dependencies.
…oc/merge-upstream
…oc/merge-upstream Conflicts: - `app/controllers/api/v1/accounts/relationships_controller.rb`: We differed by listing suspended users when requesting relationships. Updated to upstream's code.
Port 58f01a5 to glitch-soc Signed-off-by: Claire <[email protected]>
Port 7840c6b to glitch-soc Signed-off-by: Claire <[email protected]>
…unts Port c451bbe to glitch-soc Signed-off-by: Claire <[email protected]>
…oc/merge-upstream
Port ed79713 to glitch-soc Signed-off-by: Claire <[email protected]>
…oc/merge-upstream
… when switching lists Port 4aa06cb to glitch-soc Signed-off-by: Claire <[email protected]>
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.
Merge upstream changes up to 23e32a4
Conflicts
Gemfile.lock
:Conflict because we had updated the
json-ld
gem to fix a yanked dependency.Kept our version of
json-ld
while updating other dependencies.Postponed changes
Skipped changes
Merge upstream changes up to 757d7c7
Conflicts
README.md
:Upstream updated its README, we have a completely different one.
Kept ours.
yarn.lock
:Upstream changed from yarn 1 to yarn 4, but we had some different dependencies.
Updated to yarn 4 and re-added our dependencies.
Merge upstream changes up to b87bfb8
Postponed changes
Merge upstream changes up to 7840c6b
Conflicts
app/controllers/api/v1/accounts/relationships_controller.rb
:We differed by listing suspended users when requesting relationships.
Updated to upstream's code.
Ported changes
Additional changes
Merge upstream changes up to a36b59b
Ported changes
Merge upstream changes up to b2c5b20
Ported changes
Postponed changes