Skip to content
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

[MozillaSecurityBridge] Make the URI unique by adding timestamp #1005

Merged
merged 2 commits into from
Feb 19, 2019

Conversation

Nono-m0le
Copy link
Contributor

Mandatory for some feed reader (Kriss Feed for instance)

Mandatory for some feed reader (Kriss Feed for instance)
@Nono-m0le Nono-m0le changed the title Make the URI unique by adding timestamp [MozillaSecurityBridge] Make the URI unique by adding timestamp Jan 12, 2019
@logmanoriginal
Copy link
Contributor

Thanks for this PR!

This PR is a workaround for the issues discussed in #977 but only works for one bridge. The proposed fix is to introduce a new (optional) parameter to $item that can be used for identifying items in the feed uniquely. This should be implemented in next few days (if I don't get lazy again).

I'll get back to you once it is implemented. Leave this PR open in the mean time.

@logmanoriginal logmanoriginal self-assigned this Jan 13, 2019
@logmanoriginal logmanoriginal mentioned this pull request Jan 22, 2019
2 tasks
logmanoriginal added a commit that referenced this pull request Feb 3, 2019
'uid' represents the unique id for a feed item. This item is null by
default and can be set to any string value. The provided string value
is always hashed to sha1 to make it the same length in all cases.

References #977, #1005
if UID is mandatory for RSS-Bridge, the unicity of the URI is also mandatory for some reader (like kriss feed).
@Nono-m0le
Copy link
Contributor Author

Hi @logmanoriginal just for me to know, do I need to do anything special for this PR to be approved ?

@teromene teromene merged commit ae40f7b into RSS-Bridge:master Feb 19, 2019
@logmanoriginal
Copy link
Contributor

Thanks @teromene for stepping in. Sorry @Nono-m0le I've been ill the past weeks, so I couldn't merge.

@Nono-m0le
Copy link
Contributor Author

No problem at all, important is the community can now hopefully enjoy it :)

infominer33 pushed a commit to web-work-tools/rss-bridge that referenced this pull request Apr 17, 2020
'uid' represents the unique id for a feed item. This item is null by
default and can be set to any string value. The provided string value
is always hashed to sha1 to make it the same length in all cases.

References RSS-Bridge#977, RSS-Bridge#1005
infominer33 pushed a commit to web-work-tools/rss-bridge that referenced this pull request Apr 17, 2020
…Bridge#1005)

* added unique UID + URI 

if UID is mandatory for RSS-Bridge, the unicity of the URI is also mandatory for some reader (like kriss feed).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants