Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LemmyNet/lemmy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.19.7
Choose a base ref
...
head repository: LemmyNet/lemmy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.19.8
Choose a head ref
  • 6 commits
  • 14 files changed
  • 4 contributors

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    9ab039d View commit details
    Browse the repository at this point in the history
  2. Allow bypassing image proxy for specific domains (#5223)

    * Allow bypassing proxy for some domains with ProxyAllImages
    
    * remove web::
    
    * remove expect
    
    * bypass imgur by default
    
    * correct imgur domain
    
    * restore processing, cleanup
    
    ---------
    
    Co-authored-by: sunaurus <sander@saarend.com>
    Nutomic and sunaurus committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    db88ba3 View commit details
    Browse the repository at this point in the history
  3. Return content of removed comments for admins (ref #5232) (#5245)

    * Return content of removed comments for admins (ref #5232)
    
    * fmt
    
    * remove dbg
    Nutomic committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    cd7759b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Use magic number to detemine file type (#5225)

    * Revert "Guess image mime type from file extension (fixes #5196) (#5212)"
    
    This reverts commit 63ea99d.
    
    * Use magic numbers to determine file type.
    
    * fmt
    
    * Don't wrap response in an option
    
    * Regen Cargo.lock
    
    * Clean-up + guess mime type from extension if server is unresponsive
    
    * Move some things about.
    
    * Some cleanup.
    
    * Removing comment lines.
    
    ---------
    
    Co-authored-by: Dessalines <tyhou13@gmx.com>
    2 people authored and Nutomic committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    5769a33 View commit details
    Browse the repository at this point in the history
  2. Version 0.19.8-beta.0

    Nutomic committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    aeaaaae View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Version 0.19.8

    dessalines committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    7d5669e View commit details
    Browse the repository at this point in the history
Loading