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

Use Guzzle for HTTP requests #936

Merged
merged 8 commits into from
Jun 15, 2017
Merged

Use Guzzle for HTTP requests #936

merged 8 commits into from
Jun 15, 2017

Commits on Jun 15, 2017

  1. Configuration menu
    Copy the full SHA
    e1316a4 View commit details
    Browse the repository at this point in the history
  2. Use Guzzle for Reddit spout

    jtojnar committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    4c80926 View commit details
    Browse the repository at this point in the history
  3. Use Guzzle for GitHub spout

    jtojnar committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    b7292af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d426ddb View commit details
    Browse the repository at this point in the history
  5. Change Teltarif and MMOspy spouts to use FullTextRSS

    MMOspy spout is broken and Teltarif contains advertising system
    artifacts or something, which makes the FullTextRss filters better
    for these sites.
    
    To improve their quality and lower the maintenance burden, the spouts
    were modified to use FullTextRss (Graby) spout.
    
    In the future, the spouts can be completely removed and users migrated
    to the actual FullTextRss spout.
    
    See also: #935
    jtojnar committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    308b87c View commit details
    Browse the repository at this point in the history
  6. Make Facebook spout work again

    In 2015, Facebook removed its feed support. Unfortunately,
    it is no longer possible to access the site content
    programmatically without registering an app.
    
    This patch switches to the new API and adds fields for entering
    the app credentials.
    
    Closes: #687
    jtojnar committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    2ecf6dc View commit details
    Browse the repository at this point in the history
  7. Use FullTextRss spout for Pro-Linux

    Pro-Linux works slightly better with FTR, for example the current
    spout does not seem to include images.
    jtojnar committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    916f3c6 View commit details
    Browse the repository at this point in the history
  8. Use GuzzleHttp\Url instead of SimplePie_IRI for absolutization

    SimplePie_IRI is supposedly buggy and SimplePie wants to get rid
    of it in favour of some networking library anyway.
    jtojnar committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    f56ac49 View commit details
    Browse the repository at this point in the history