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

More permanent fix for #584 #603

Merged
merged 18 commits into from
May 28, 2020
Merged

Commits on May 23, 2020

  1. - Change URL to feed

    - Default view to RSS instead of Atom to include enclosure
    bennettscience authored and ildyria committed May 23, 2020
    Configuration menu
    Copy the full SHA
    cf8a37f View commit details
    Browse the repository at this point in the history
  2. Include feed views in source.

    bennettscience authored and ildyria committed May 23, 2020
    Configuration menu
    Copy the full SHA
    9a0980e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe4dd35 View commit details
    Browse the repository at this point in the history
  4. change URL in tests

    ildyria committed May 23, 2020
    Configuration menu
    Copy the full SHA
    35c9826 View commit details
    Browse the repository at this point in the history
  5. missed that one

    ildyria committed May 23, 2020
    Configuration menu
    Copy the full SHA
    bbc79ce View commit details
    Browse the repository at this point in the history
  6. fix missing url

    ildyria committed May 23, 2020
    Configuration menu
    Copy the full SHA
    af62a71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    561ea5d View commit details
    Browse the repository at this point in the history
  8. temporary fix

    ildyria committed May 23, 2020
    Configuration menu
    Copy the full SHA
    4056cef View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    8738490 View commit details
    Browse the repository at this point in the history
  2. Check for public images before adding enclosure.

    Adding a link to the public image fails if the album does
    not allow original image downloads. The enclosure tag is only
    added to the feed if downloads are allowed.
    bennettscience committed May 26, 2020
    Configuration menu
    Copy the full SHA
    a985475 View commit details
    Browse the repository at this point in the history
  3. Finer control for enclosures.

    Photos can only be attached in the <enclosure> tag if the
    album allows anyone to download the file. This checks for album
    permissions before creating an enclosure object to send.
    bennettscience committed May 26, 2020
    Configuration menu
    Copy the full SHA
    19f7dff View commit details
    Browse the repository at this point in the history
  4. rebase from dev branch

    bennettscience committed May 26, 2020
    Configuration menu
    Copy the full SHA
    4d3cda2 View commit details
    Browse the repository at this point in the history
  5. Add extra check before creating enclosure

    Albums that do not allow photo downloads cannot be included
    as enclosures. This checks album permissions before creating
    the enclosure to add to the feed.
    bennettscience committed May 26, 2020
    Configuration menu
    Copy the full SHA
    fb09b3e View commit details
    Browse the repository at this point in the history
  6. import File class

    bennettscience committed May 26, 2020
    Configuration menu
    Copy the full SHA
    8302281 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. fix enclosure and smell

    ildyria committed May 27, 2020
    Configuration menu
    Copy the full SHA
    4f59ea9 View commit details
    Browse the repository at this point in the history
  2. Update app/Http/Controllers/RSSController.php

    Remove redundant `null` assignment.
    
    Co-authored-by: Benoît Viguier <ildyria@users.noreply.github.com>
    bennettscience and ildyria authored May 27, 2020
    Configuration menu
    Copy the full SHA
    d10d19f View commit details
    Browse the repository at this point in the history
  3. Update app/Http/Controllers/RSSController.php

    Co-authored-by: Benoît Viguier <ildyria@users.noreply.github.com>
    bennettscience and ildyria authored May 27, 2020
    Configuration menu
    Copy the full SHA
    17d51c8 View commit details
    Browse the repository at this point in the history
  4. Update app/Http/Controllers/RSSController.php

    Co-authored-by: Benoît Viguier <ildyria@users.noreply.github.com>
    bennettscience and ildyria authored May 27, 2020
    Configuration menu
    Copy the full SHA
    4c5c355 View commit details
    Browse the repository at this point in the history