forked from glitch-soc/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote tracking branch 'glitch-soc/main' (#75)
* Fix wrong color on active icons with counters in web UI (mastodon#26767) * Update dependency typescript to v5.2.2 (mastodon#26786) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix `before:`, `after:` and `during:` failing when time zone not set (mastodon#26782) * Update DefinitelyTyped types (non-major) (mastodon#26785) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix invalid Content-Type header for WebP images (mastodon#26773) * Fix light mode colors for advanced interface banner (mastodon#26759) * Fix `#hashtag` matching non-hashtagged posts in search (mastodon#26781) * Update dependency rubocop to v1.56.2 (mastodon#26568) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency stylelint-config-standard-scss to v11 (mastodon#26780) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Remove kmr from language selection (mastodon#26014) * Add `in:library` syntax to search (mastodon#26760) Co-authored-by: Claire <claire.github-309c@sitedethib.com> * Fix language settings for users having selected the `kmr` language (mastodon#26787) * Update babel monorepo to v7.22.15 (mastodon#26790) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [Glitch] Fix light mode colors for advanced interface banner Port a106c46 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> * Bump version to v4.2.0-beta3 (mastodon#26753) * Fix “Scoped order is ignored, it's forced to be batch order.” warnings (mastodon#26793) * Migrate Dockerfile to Bookworm (mastodon#26802) * Fix video player not being displayed in reports interface (mastodon#26801) --------- Signed-off-by: Claire <claire.github-309c@sitedethib.com> Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christian Schmidt <github@chsc.dk> Co-authored-by: Stanislas Signoud <signez@stanisoft.net> Co-authored-by: gunchleoc <fios@foramnagaidhlig.net> Co-authored-by: Claire <claire.github-309c@sitedethib.com> Co-authored-by: Michael Stanclift <mx@vmstan.com>
- Loading branch information
1 parent
68cd776
commit 4df9ee6
Showing
37 changed files
with
567 additions
and
371 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,6 @@ def index | |
end | ||
|
||
def scope | ||
Status.indexable | ||
Status.indexable.reorder(nil) | ||
end | ||
end |
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
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
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
Oops, something went wrong.