Thanks to visit codestin.com
Credit goes to github.com

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: main
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: release/v1.24
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 30 files changed
  • 6 contributors

Commits on Apr 29, 2025

  1. Configuration menu
    Copy the full SHA
    834dad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a12b5b3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Fix some dropdown problems on the issue sidebar (#34308) (#34327)

    Backport #34308 by wxiaoguang
    
    Also fix #34300
    
    Co-authored-by: wxiaoguang <[email protected]>
    GiteaBot and wxiaoguang authored May 1, 2025
    Configuration menu
    Copy the full SHA
    6747e3e View commit details
    Browse the repository at this point in the history
  2. fix: do not return archive download URLs in API if downloads are disa…

    …bled (#34324) (#34338)
    
    Backport #34324 by @tobiasbp
    
    If archive downloads are are disabled using
    _DISABLE_DOWNLOAD_SOURCE_ARCHIVES_, archive links are still returned by
    the API.
    
    This PR changes the data returned, so the fields _zipball_url_ and
    _tarball_url_ are omitted if archive downloads have been disabled.
    
    Resolve #32159
    
    Co-authored-by: Tobias Balle-Petersen <[email protected]>
    GiteaBot and tobiasbp authored May 1, 2025
    Configuration menu
    Copy the full SHA
    c95cb7c View commit details
    Browse the repository at this point in the history
  3. feat: return time of last usage for public keys and access tokens in …

    …the api (#34323) (#34339)
    
    Backport #34323 by @tobiasbp
    
    In the Gitea GUI, the user can see the time that _AccessTokens_ and
    _PublicKeys_ were last used. This information is not returned by the
    _/users/{username}/tokens_ and _/user/keys_ endpoints in the API. This
    PR adds the missing data.
    
    The time of last usage for for _tokens_ & _keys_ seem to be stored in
    the _Updated_ field of the structs internally. For consistency, I have
    used the name _updated_at_ for the new field returned by the _API_.
    However, for the _API_ user, I don't think that name reflects the data
    returned, as I believe it is the time of last usage. I propose that we
    use the name _last_used_at_ instead. Let's hear reviewers opinion on
    that.
    
    * PublicKey
      1. _last_used_at_: string($date-time)
    * AccessToken
      1. _created_at_: string($date-time) (for parity with public keys)
      2. _last_used_at_: string($date-time)
    
    Fix #34313
    
    Co-authored-by: Tobias Balle-Petersen <[email protected]>
    GiteaBot and tobiasbp authored May 1, 2025
    Configuration menu
    Copy the full SHA
    6c5f0af View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. Fix LFS files being editable in web UI (#34356) (#34362)

    Backport #34356 by @bytedream
    
    It's possible to edit "raw" lfs files in the web UI when accessing the path manually.
    
    ![image](https://github.com/user-attachments/assets/62610e9e-24db-45ec-ad04-28062073164c)
    
    Co-authored-by: bytedream <[email protected]>
    GiteaBot and bytedream authored May 4, 2025
    Configuration menu
    Copy the full SHA
    b3f5196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f15d2 View commit details
    Browse the repository at this point in the history
  3. Fix bug when visiting comparation page (#34334) (#34365)

    Backport #34334 by @lunny
    
    The `ci.HeadGitRepo` was opened and closed in the function
    `ParseCompareInfo` but reused in the function `PrepareCompareDiff`.
    
    Co-authored-by: Lunny Xiao <[email protected]>
    GiteaBot and lunny authored May 4, 2025
    Configuration menu
    Copy the full SHA
    e4717d4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Fix only text/* being viewable in web UI (#34374) (#34378)

    Backport #34374 by @bytedream
    
    Regression from #34356, files like SVGs should be editable too
    (#34356 (comment)).
    
    Co-authored-by: bytedream <[email protected]>
    GiteaBot and bytedream authored May 6, 2025
    Configuration menu
    Copy the full SHA
    ed527b6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Upgrade go-github v61 -> v71 (#34385) (#34387)

    Backport #34385 by @lunny
    
    There will be a possible bug when migrating from Github
    google/go-github#3229
    This PR upgrades go-github from v61 to v71 to resolve that problem.
    
    Co-authored-by: Lunny Xiao <[email protected]>
    GiteaBot and lunny authored May 7, 2025
    Configuration menu
    Copy the full SHA
    a3a95a0 View commit details
    Browse the repository at this point in the history
Loading