Add support for private (@) and hidden (#) tags #714
Merged
Conversation
SSilence
added a commit
that referenced
this pull request
Dec 28, 2015
Add support for private (@) and hidden (#) tags
This was referenced May 28, 2016
Open
Hi @wazari972. Previously, it was not clear if selfoss was licensed under GPL 3 only, or also any later version. Could you clarify whether you are fine with licensing your contribution under Thanks again and sorry for the confusion. |
Hello @jtojnar yes I agree with licensing my contribution under thanks for the work you're going, Kevin |
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.
Hello,
I had these patches in my version of selfoss since quite a while, and I wanted to suggest it to you.
It add the ability
1/ to have private tags (with a @ in the tag name). Items (and sources) with such tags won't be visible in the feed if the user is not logged in.
2/ to have "not important" tags (with a # in the tag name), whose items won't be visible in the "all tags" feed, but only when you click directly on the tag or source.
Currently the # and @ symbols are hardcoded, but I can update the code to allow the configuration in defaults.ini (or even disabling it with an empty value).