-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Comparing changes
Open a pull request
base repository: go-gitea/gitea
base: main
head repository: go-gitea/gitea
compare: release/v1.24
- 10 commits
- 30 files changed
- 6 contributors
Commits on Apr 29, 2025
-
Fix the ci build (#34309) (#34310)
Backport #34309 by @lunny Fix https://github.com/go-gitea/gitea/actions/runs/14722306878/job/41318217870 A fork has been created under https://gitea.com/gitea/go-xsd-duration Co-authored-by: Lunny Xiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 834dad8 - Browse repository at this point
Copy the full SHA 834dad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a12b5b3 - Browse repository at this point
Copy the full SHA a12b5b3View commit details
Commits on May 1, 2025
-
Fix some dropdown problems on the issue sidebar (#34308) (#34327)
Backport #34308 by wxiaoguang Also fix #34300 Co-authored-by: wxiaoguang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6747e3e - Browse repository at this point
Copy the full SHA 6747e3eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c95cb7c - Browse repository at this point
Copy the full SHA c95cb7cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6c5f0af - Browse repository at this point
Copy the full SHA 6c5f0afView commit details
Commits on May 4, 2025
-
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.  Co-authored-by: bytedream <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3f5196 - Browse repository at this point
Copy the full SHA b3f5196View commit details -
Fix bug when API get pull changed files for deleted head repository (#…
…34333) (#34366) Backport #34333 by @lunny Co-authored-by: Lunny Xiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16f15d2 - Browse repository at this point
Copy the full SHA 16f15d2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e4717d4 - Browse repository at this point
Copy the full SHA e4717d4View commit details
Commits on May 6, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for ed527b6 - Browse repository at this point
Copy the full SHA ed527b6View commit details
Commits on May 7, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a3a95a0 - Browse repository at this point
Copy the full SHA a3a95a0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...release/v1.24