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: getfider/fider
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a7f313b
Choose a base ref
...
head repository: getfider/fider
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d284c3c
Choose a head ref
  • 17 commits
  • 38 files changed
  • 3 contributors

Commits on Aug 7, 2025

  1. fix: encode email subject headers according to RFC 2047

    - Add EncodeSubject function to properly encode non-ASCII characters in email subject headers
    - Use Go's built-in mime.QEncoding which implements RFC 2047 quoted-printable encoding
    - Apply encoding in all email services: SMTP, Mailgun, and AWS SES
    - ASCII-only subjects remain unencoded for compatibility
    - Add comprehensive tests for the encoding function
    
    This fixes issues with non-ASCII characters (umlauts, accents, emojis) in email subjects
    that were previously displayed incorrectly in some email clients and servers.
    
    Resolves compatibility issues with downstream SMTP servers that don't support SMTPUTF8.
    
    Fixes #1147
    lol2x committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    5454b96 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

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

Commits on Aug 19, 2025

  1. Merge pull request #1349 from getfider/fix-escape

    Fixed stacking up of escape handlers.
    mattwoberts authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    b8fb502 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Configuration menu
    Copy the full SHA
    a2f8d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22a9d59 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

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

Commits on Sep 4, 2025

  1. Configuration menu
    Copy the full SHA
    ed0314e View commit details
    Browse the repository at this point in the history
  2. Fixed test

    mattwoberts committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    6bbee68 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    def5651 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    773c49d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1353 from lol2x/main

    fix: encode email subject headers according to RFC 2047
    mattwoberts authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    4223e73 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Configuration menu
    Copy the full SHA
    82e1d5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfc56b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7d1fe5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Merge pull request #1362 from getfider/markdown-image-support

    Added support for URL based images.
    mattwoberts authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    ad73811 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

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

Commits on Sep 11, 2025

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