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: go-gitea/gitea
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.2
Choose a base ref
...
head repository: go-gitea/gitea
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.3
Choose a head ref
  • 4 commits
  • 10 files changed
  • 5 contributors

Commits on Jan 20, 2023

  1. Mute all links in issue timeline (#22534)

    Backport of #22533.
    #21799 introduced a regression
    where some links in the issue timeline were not muted any more. Fix it
    by replacing all `class="text grey"` with `class="text grey
    muted-links"` in the file.
    
    Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
    silverwind and KN4CK3R authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    f1c826e View commit details
    Browse the repository at this point in the history
  2. Truncate commit summary on repo files table. (#22551) (#22552)

    Backport #22551
    There was an unintended regression in #21124 which assumed that
    .commits-list .message-wrapper would only match the commit summaries on
    /{owner}/{name}/commits/*. This assumption is incorrect as the
    directory/file view also uses a .commits-list wrapper.
    
    Rather than completely restructure this page this PR simply adjusts the
    styling to again use display: inline-block; for #repo-files-table
    .commit-list .message-wrapper
    
    Fix #22360
    yardenshoham authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c320cae View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Prevent multiple To recipients (#22566) (#22569)

    Backport #22566
    
    Change the mailer interface to prevent the leaking of possible hidden
    email addresses when sending to multiple recipients.
    
    Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    3 people authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    6068978 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Changelog 1.18.3 (#22575)

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f6cb786 View commit details
    Browse the repository at this point in the history
Loading