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

Improved Automatic Brew thumbnail generation option #3501

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    757514c View commit details
    Browse the repository at this point in the history
  2. WIP

    Img substitution generates correct URLs but the substitution load seems to fail?
    dbolacksn committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ae96ac7 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. WIP

    Still won't parse  some bits
    dbolacksn committed May 18, 2024
    Configuration menu
    Copy the full SHA
    a095ab9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Saving a functional but non-function in production point.

    This version of the code works *IF* all CSS URLs are relocated to trusted locations - IE, the local server.
    
    After this I will be continuing my work attempting to do URL rewrites for arbitrary purposes in support of this PR and direct PDF creation.
    dbolacksn committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8e05e63 View commit details
    Browse the repository at this point in the history
  2. Working "Magic Button"

    This feature works in two parts.
    
    This first part is by adding a prioxy-passthrough for resources. This enables the code to get around XSS issues we were previously having,.
    
    The second part clones the first page, massages URLs in it's <Links>, <style>, and <img> tags to use the
    L to load the resources then generate two thumbnails. One is 115px tall and the other is set at 50% the page height. Currently, only the smaller of the two is stored as a new BrewStub field.
    dbolacksn committed May 29, 2024
    Configuration menu
    Copy the full SHA
    492537d View commit details
    Browse the repository at this point in the history
  3. Small dedupe

    dbolacksn committed May 29, 2024
    Configuration menu
    Copy the full SHA
    edbec26 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    58a1272 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    eeeda88 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Correct for left margin.

    dbolacksn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c3c5e41 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Handle test issue

    dbolacksn committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4d2c544 View commit details
    Browse the repository at this point in the history
  2. Save the requests package

    dbolacksn committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6269cd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd28756 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36e2105 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    c2485b3 View commit details
    Browse the repository at this point in the history
  2. Fix conflict

    dbolacksn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    60e0c8b View commit details
    Browse the repository at this point in the history