-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Remove unused routes #25578
Merged
Merged
Remove unused routes #25578
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
It looks like this action never existed, but the route was there anyway.
Introduced with extra route - mastodon@24552b5
Introduced with extra route - mastodon@3c033c4
Gargron
approved these changes
Jul 1, 2023
neatchee
added a commit
to neatchee/mastodon
that referenced
this pull request
Jul 3, 2023
* Remove the search button from UI header when logged out (mastodon#25631) * Change account search to match by text when opted-in (mastodon#25599) Co-authored-by: Eugen Rochko <[email protected]> * Fix ResolveURLService not resolving local URLs for remote content (mastodon#25637) * Remove `pkg-config` gem dependency (mastodon#25615) * Update Crowdin configuration file * Fix onboarding prompt being displayed because of disconnection gaps (mastodon#25617) * Use an Immutable Record as the root state (mastodon#25584) * Add index to backups on `user_id` column (mastodon#25647) * Fix rails `rewhere` deprecation warning in directories api controller (mastodon#25625) * Remove unused routes (mastodon#25578) * Fixing an issue with a missing argument (glitch-soc#2261) undefined * Update uri to version 0.12.2 (CVE fix) (mastodon#25657) * Change local and federated timelines to be in a single firehose column (mastodon#25641) * Fix HTTP 500 in `/api/v1/emails/check_confirmation` (mastodon#25595) * Rails 7 update (mastodon#24241) * Change dropdown icon above compose form from ellipsis to bars in web UI (mastodon#25661) * Prevent duplicate concurrent calls of `/api/*/instance` in web UI (mastodon#25663) * Revert "Rails 7 update" (mastodon#25667) * [Glitch] Remove the search button from UI header when logged out Port 285a691 to glitch-soc Signed-off-by: Claire <[email protected]> * [Glitch] Fix onboarding prompt being displayed because of disconnection gaps Port 9934949 to glitch-soc Signed-off-by: Claire <[email protected]> * [Glitch] Use an Immutable Record as the root state Port 78ba12f to glitch-soc Signed-off-by: Claire <[email protected]> * [Glitch] Change local and federated timelines to be in a single firehose column Port cea9db5 to glitch-soc Signed-off-by: Claire <[email protected]> * [Glitch] Change dropdown icon above compose form from ellipsis to bars in web UI Port 0512537 to glitch-soc Signed-off-by: Claire <[email protected]> * [Glitch] Prevent duplicate concurrent calls of `/api/*/instance` in web UI Port 5b46345 to glitch-soc Signed-off-by: Claire <[email protected]> * Show local-only posts in “All” by default, and add back option to toggle it * Fix showing local only toots in "All" (glitch-soc#2265) * Fix warnings about missing dependency in hooks Signed-off-by: Plastikmensch <[email protected]> * Add `allowLocalOnly` to timelineId Without this local-only toots will never be loaded. feedType is checked to be public to not show local-only toots in the "Remote" tab. Signed-off-by: Plastikmensch <[email protected]> --------- Signed-off-by: Plastikmensch <[email protected]> * Add regex filter back to firehose (glitch-soc#2266) * Add regex filter back to firehose The regex filter will apply to all tabs and not be automatically applied when pinned. Signed-off-by: Plastikmensch <[email protected]> * Keep regex when pinned Signed-off-by: Plastikmensch <[email protected]> --------- Signed-off-by: Plastikmensch <[email protected]> --------- Signed-off-by: Claire <[email protected]> Signed-off-by: Plastikmensch <[email protected]> Co-authored-by: Claire <[email protected]> Co-authored-by: jsgoldstein <[email protected]> Co-authored-by: Eugen Rochko <[email protected]> Co-authored-by: Renaud Chaput <[email protected]> Co-authored-by: Matt Jankowski <[email protected]> Co-authored-by: Vivianne <[email protected]> Co-authored-by: Daniel M Brasil <[email protected]> Co-authored-by: mogaminsk <[email protected]> Co-authored-by: Plastikmensch <[email protected]>
skerit
pushed a commit
to 11ways/mastodon
that referenced
this pull request
Jul 7, 2023
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.
Each commit has a note about where it was introduced.
The follow/unfollow ones used to point to actual controllers which were deleted at some point. The rest of them I think never actually had corresponding actions.