Clarify: Visibility hidden vs. archived#7970
Merged
Alkarex merged 1 commit intoFreshRSS:edgefrom Sep 15, 2025
Merged
Conversation
fix FreshRSS#7887 We have two concepts: how much a feed is shown or not (controlled by priority), and how often a feed is refreshed (or not, in which case it is archived). This PR removes the wording *Archived* from the *visibility* parameter, since this is not what it does.
Member
|
So is there currently a way to exclude a feed from being refreshed, including manual refreshes? |
Member
|
Another annoying bug is that you can't directly filter a hidden feed, it just shows a 404 page. (while the statistics page somewhat works, but shows "All feeds" in the select menu) |
Member
Author
Member
Author
Right, that is a bug that should be fixed |
Member
Member
Yes, I mentioned mumble, mumble years ago that it sounds like it's refreshing and just not telling you but I guess I forgot to do something about it. |
aledeg
approved these changes
Sep 15, 2025
Alkarex
added a commit
to Alkarex/FreshRSS
that referenced
this pull request
Sep 15, 2025
fix FreshRSS#7970 (comment) (you can't directly filter a hidden feed, it just shows a 404 page) And add a new visibility *Show in its feed* to show the feed in the list but not its articles. Ensure that visibility *hidden* is not shown to API.
Member
Author
Alkarex
added a commit
that referenced
this pull request
Sep 30, 2025
* Add new visibility priority *Show in its feed* fix #7970 (comment) (you can't directly filter a hidden feed, it just shows a 404 page) And add a new visibility *Show in its feed* to show the feed in the list but not its articles. Ensure that visibility *hidden* is not shown to API. * TODO for later * Update app/i18n/pl/sub.php Co-authored-by: Inverle <inverle@proton.me>
This file contains hidden or 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
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.


fix #7887
We have two concepts: how much a feed is shown or not (controlled by priority), and how often a feed is refreshed (or not, in which case it is archived).
This PR removes the wording Archived from the visibility parameter, since this is not what it does.