Downloads:
24,417
Downloads of v 1.24.0:
5
Last Update:
19 Jun 2025
Package Maintainer(s):
Software Author(s):
- Gitea
Tags:
gitea git- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Gitea
This is not the latest version of Gitea available.
- 1
- 2
- 3
1.24.0 | Updated: 19 Jun 2025
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
24,417
Downloads of v 1.24.0:
5
Maintainer(s):
Software Author(s):
- Gitea
Gitea 1.24.0
This is not the latest version of Gitea available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Gitea. The inclusion of Gitea trademark(s), if any, upon this webpage is solely to identify Gitea goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Gitea, run the following command from the command line or from PowerShell:
To upgrade Gitea, run the following command from the command line or from PowerShell:
To uninstall Gitea, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download gitea --internalize --version=1.24.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade gitea -y --source="'INTERNAL REPO URL'" --version="'1.24.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade gitea -y --source="'INTERNAL REPO URL'" --version="'1.24.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install gitea
win_chocolatey:
name: gitea
version: '1.24.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gitea' do
action :install
source 'INTERNAL REPO URL'
version '1.24.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gitea
{
Name = "gitea"
Version = "1.24.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gitea':
ensure => '1.24.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 20 Jun 2025.
Gitea is a lightweight code hosting solution written in Go and published under the MIT license.
Log in or click on link to see number of positives.
- gitea.1.24.0.nupkg (b49c797e903e) - ## / 65
- gitea-1.24.0-windows-4.0-amd64.exe (36c1ca4d93b9) - ## / 70
- gitea-1.24.0-windows-4.0-386.exe (5e323d075579) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Gitea 1.24.1 | 11 | Thursday, June 19, 2025 | Approved | |
Gitea 1.24.0 | 5 | Thursday, June 19, 2025 | Approved | |
Gitea 1.23.8 | 214 | Tuesday, May 13, 2025 | Approved | |
Gitea 1.23.7 | 214 | Tuesday, April 8, 2025 | Approved | |
Gitea 1.23.5 | 112 | Monday, March 24, 2025 | Approved | |
Gitea 1.23.4 | 113 | Wednesday, March 5, 2025 | Approved | |
Gitea 1.23.1 | 252 | Monday, January 13, 2025 | Approved | |
Gitea 1.22.6 | 44 | Friday, January 10, 2025 | Approved | |
Gitea 1.22.5 | 169 | Wednesday, December 11, 2024 | Approved | |
Gitea 1.22.4 | 23 | Wednesday, December 11, 2024 | Approved | |
Gitea 1.22.3 | 107 | Monday, November 25, 2024 | Approved | |
Gitea 1.22.2 | 371 | Friday, September 6, 2024 | Approved | |
Gitea 1.22.1 | 31 | Thursday, September 5, 2024 | Approved | |
Gitea 1.22.0 | 288 | Thursday, July 4, 2024 | Approved | |
Gitea 1.21.11 | 365 | Sunday, April 21, 2024 | Approved | |
Gitea 1.21.8 | 226 | Thursday, March 14, 2024 | Approved | |
Gitea 1.21.7 | 141 | Thursday, February 29, 2024 | Approved | |
Gitea 1.21.0 | 463 | Tuesday, November 14, 2023 | Approved | |
Gitea 1.20.4 | 357 | Thursday, September 28, 2023 | Approved | |
Gitea 1.20.2 | 324 | Sunday, July 30, 2023 | Approved | |
Gitea 1.20.0 | 139 | Monday, July 17, 2023 | Approved | |
Gitea 1.19.0 | 565 | Monday, April 3, 2023 | Approved | |
Gitea 1.18.5 | 346 | Tuesday, February 21, 2023 | Approved | |
Gitea 1.18.3 | 255 | Monday, January 23, 2023 | Approved | |
Gitea 1.18.2 | 100 | Friday, January 20, 2023 | Approved | |
Gitea 1.18.1 | 96 | Tuesday, January 17, 2023 | Approved | |
Gitea 1.18.0 | 168 | Tuesday, January 3, 2023 | Approved | |
Gitea 1.17.4 | 143 | Thursday, December 22, 2022 | Approved | |
Gitea 1.17.3 | 439 | Tuesday, October 18, 2022 | Approved | |
Gitea 1.17.1 | 487 | Thursday, August 18, 2022 | Approved | |
Gitea 1.17.0 | 202 | Sunday, July 31, 2022 | Approved | |
Gitea 1.16.8 | 559 | Monday, May 16, 2022 | Approved | |
Gitea 1.16.7 | 211 | Monday, May 2, 2022 | Approved | |
Gitea 1.16.6 | 172 | Thursday, April 21, 2022 | Approved | |
Gitea 1.16.5 | 303 | Thursday, March 24, 2022 | Approved | |
Gitea 1.16.4 | 171 | Monday, March 14, 2022 | Approved | |
Gitea 1.16.3 | 176 | Thursday, March 3, 2022 | Approved | |
Gitea 1.16.2 | 141 | Thursday, February 24, 2022 | Approved | |
Gitea 1.16.0 | 293 | Monday, January 31, 2022 | Approved | |
Gitea 1.15.10 | 244 | Friday, January 14, 2022 | Approved | |
Gitea 1.15.9 | 234 | Thursday, December 30, 2021 | Approved | |
Gitea 1.15.8 | 170 | Thursday, December 23, 2021 | Approved | |
Gitea 1.15.6 | 390 | Monday, November 1, 2021 | Approved | |
Gitea 1.15.4 | 251 | Sunday, October 10, 2021 | Approved | |
Gitea 1.15.3 | 182 | Friday, September 24, 2021 | Approved | |
Gitea 1.15.2 | 219 | Friday, September 3, 2021 | Approved | |
Gitea 1.15.0 | 219 | Sunday, August 22, 2021 | Approved | |
Gitea 1.14.6 | 233 | Friday, August 6, 2021 | Approved | |
Gitea 1.14.5 | 180 | Saturday, July 24, 2021 | Approved | |
Gitea 1.14.4 | 186 | Wednesday, July 14, 2021 | Approved | |
Gitea 1.14.3 | 222 | Friday, June 18, 2021 | Approved | |
Gitea 1.14.2 | 372 | Monday, May 10, 2021 | Approved | |
Gitea 1.14.0-rc2 | 185 | Tuesday, March 23, 2021 | Approved | |
Gitea 1.13.6 | 306 | Wednesday, March 24, 2021 | Approved | |
Gitea 1.13.5 | 153 | Sunday, March 21, 2021 | Approved | |
Gitea 1.13.4 | 151 | Thursday, March 18, 2021 | Approved | |
Gitea 1.13.3 | 200 | Friday, March 5, 2021 | Approved | |
Gitea 1.13.2 | 344 | Thursday, February 4, 2021 | Approved | |
Gitea 1.13.0 | 440 | Wednesday, December 2, 2020 | Approved | |
Gitea 1.12.5 | 510 | Thursday, October 1, 2020 | Approved | |
Gitea 1.12.4 | 386 | Friday, September 4, 2020 | Approved | |
Gitea 1.12.3 | 337 | Tuesday, July 28, 2020 | Approved | |
Gitea 1.12.2 | 305 | Sunday, July 12, 2020 | Approved | |
Gitea 1.12.1 | 307 | Monday, June 22, 2020 | Approved | |
Gitea 1.12.0 | 225 | Thursday, June 18, 2020 | Approved | |
Gitea 1.11.6 | 264 | Wednesday, June 3, 2020 | Approved | |
Gitea 1.11.3 | 427 | Thursday, March 12, 2020 | Approved | |
Gitea 1.11.1 | 284 | Monday, February 17, 2020 | Approved | |
Gitea 1.11.0 | 200 | Thursday, February 13, 2020 | Approved | |
Gitea 1.10.3 | 230 | Wednesday, January 29, 2020 | Approved | |
Gitea 1.10.2 | 273 | Thursday, January 2, 2020 | Approved | |
Gitea 1.10.1 | 261 | Friday, December 6, 2019 | Approved | |
Gitea 1.9.5 | 279 | Thursday, October 31, 2019 | Approved | |
Gitea 1.9.4 | 233 | Thursday, October 10, 2019 | Approved | |
Gitea 1.9.3 | 234 | Thursday, September 12, 2019 | Approved | |
Gitea 1.9.2 | 234 | Friday, September 6, 2019 | Approved | |
Gitea 1.8.2 | 359 | Sunday, June 9, 2019 | Approved | |
Gitea 1.8.1 | 282 | Friday, May 17, 2019 | Approved | |
Gitea 1.8.0 | 260 | Friday, May 3, 2019 | Approved | |
Gitea 1.7.5 | 276 | Tuesday, April 2, 2019 | Approved | |
Gitea 1.7.4 | 272 | Wednesday, March 13, 2019 | Approved | |
Gitea 1.7.0 | 265 | Friday, January 25, 2019 | Approved | |
Gitea 1.5.1 | 407 | Monday, September 10, 2018 | Approved | |
Gitea 1.4.0 | 434 | Thursday, April 26, 2018 | Approved | |
Gitea 1.3.3 | 354 | Monday, March 19, 2018 | Approved | |
Gitea 1.3.2 | 376 | Sunday, January 21, 2018 | Approved | |
Gitea 1.2.3 | 407 | Saturday, November 11, 2017 | Approved | |
Gitea 1.2.0 | 404 | Friday, October 13, 2017 | Approved | |
Gitea 1.1.4 | 397 | Sunday, September 10, 2017 | Approved | |
Gitea 1.1.3 | 421 | Friday, August 25, 2017 | Approved | |
Gitea 0.0.2 | 400 | Sunday, August 13, 2017 | Approved | |
Gitea 0.0.1 | 400 | Sunday, September 10, 2017 | Approved |
The Gitea Authors
- BREAKING
- Make Gitea always use its internal config, ignore
/etc/gitconfig
(#33076) - Improve log format (#33814)
- Fix markdown render behaviors (#34122)
- Add package version api endpoints (#34173)
- Make Gitea always use its internal config, ignore
- FEATURES
- Enforce two-factor auth (2FA: TOTP or WebAuthn) (#34187)
- Add fullscreen mode as a more efficient operation way to view projects (#34081)
- Add anonymous access support for private/unlisted repositories (#34051)
- Support public code/issue access for private repositories (#33127)
- Add middleware for request prioritization (#33951)
- Add cli flags LDAP group configuration (#33933)
- Add file tree to file view page (#32721)
- Add material icons for file list (#33837)
- Artifacts download api for artifact actions v4 (#33510)
- Support choose email when creating a commit via web UI (#33432)
- Add basic auth support to rss/atom feeds (#33371)
- Add sorting by exclusive labels (issue priority) (#33206)
- Add sub issue list support (#32940)
- Private README.md for organization (#32872)
- Email option to embed images as base64 instead of link (#32061)
- Option to delay conflict checking of old pull requests until page view (#27779)
- Worktime tracking for the organization level (#19808)
- PERFORMANCE
- Add cache for common package queries (#22491)
- Move issue pin to an standalone table for querying performance (#33452)
- Improve commits list performance to reduce unnecessary database queries (#33528)
- Optimize total count of feed when loading activities in user dashboard. (#33841)
- Optimize heatmap query (#33853)
- Only use prev and next buttons for pagination on user dashboard (#33981)
- Improve pull request list API performance (#34052)
- Cache GPG keys, emails and users when list commits (#34086)
- Refactor Git Attribute & performance optimization (#34154)
- Performance optimization for tags synchronization (#34355) #34522
- ENHANCEMENTS
- Code
- Display when a release attachment was uploaded (#34261)
- Support creating relative link to raw path in markdown (#34105)
- Improve code block readability and isolate copy button (#34009)
- Improve repository commit view (#33877)
- Full-file syntax highlighting for diff pages (#33766)
- Clone repository with Tea CLI (#33725)
- Improve sync fork behavior (#33319)
- Make git clone URL could use current signed-in user (#33091)
- Add submodule diff links (#33097)
- Link to tree views of submodules if possible (#33424)
- Only keep popular licenses (#33832)
- De-emphasize signed commits (#31160)
- Actions
- Add flat-square action badge style (#34062)
- Update action status badge layout (#34018)
- Download actions job logs from API (#33858)
- Always show the "rerun" button for action jobs (#33692)
- Add auto-expanding running actions step (#30058)
- Update status check for all supported on.pull_request.types in Gitea (#33117)
- Workflow_dispatch use workflow from trigger branch (#33098)
- Add action auto-scroll (#30057)
- Add workflow_job webhook (#33694)
- Add a button editing action secret (#34462)
- Pull Request
- Auto expand "New PR" form (#33971)
- Mark parent directory as viewed when all files are viewed (#33958)
- Show info about maintainers are allowed to edit a PR (#33738)
- Automerge supports deleting branch automatically after merging (#32343)
- Add additional command hints for PowerShell & CMD (#33548)
- Issues
- Allow filtering issues by any assignee (#33343)
- Show warning on navigation if currently editing comment or title (#32920)
- Make tracked time representation display as hours (#33315)
- Add No Results Prompt Message on Issue List Page (#33699)
- Add sort option recentclose for issues and pulls (#34525) #34539
- Packages
- Link to nuget dependencies (#26554)
- Add composor source field (#33502)
- Administration
- Improve navbar: add "admin" tip, add "active" style (#32927)
- Add a option "--user-type bot" to admin user create, improve role display (#27885)
- Improve admin user view page (#33735)
- Support performance trace (#32973)
- Change pprof labels to be prometheus compatible (#32865)
- Allow admins and org owners to change org member public status (#28294)
- Optimize the installation page (#32994)
- Make public URL generation configurable (#34250)
- Add a --fullname arg to gitea admin user create. (#34241)
- Others
- Improve oauth2 error handling (#33969)
- Fail mirroring more gracefully (#34002)
- Align User Details Page Header Layout with Design Specifications (#34192)
- Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752)
- Optimize the dashboard (#32990)
- Improve button layout on small screens (#33633)
- Add cropping support when modifying the user/org/repo avatar (#33498)
- Make ROOT_URL support using request Host header (#32564)
- Add
show more
organizations icon in user's profile (#32986) - Introduce
--page-space-bottom
at 64px (#30692) - Improve theme display (#30671)
- Add alphabetical project sorting (#33504)
- Add global lock for migrations to make upgrade more safe with multiple replications (#33706)
- Add descriptions for private repo public access settings and improve the UI (#34057)
- Code
- API
- Actions Runner rest api (#33873)
- Inclusion of rename organization api (#33303)
- Add API to support link package to repository and unlink it (#33481)
- Add API endpoint to request contents of multiple files simultaniously (#34139)
- Actions artifacts API list/download check status upload confirmed (#34273)
- Add API routes to lock and unlock issues (#34165)
- Fix some user name usages (#33689)
- Allow filtering /repos/{owner}/{repo}/pulls by target base branch queryparam (#33684)
- Improve swagger generation (#33664)
- Support Ephemeral action runners (#33570)
- Support workflow event dispatch via API (#33545)
- Support workflow event dispatch via API (#32059)
- Added Description Field for Secrets and Variables (#33526)
- Reject star-related requests if stars are disabled (#33208)
- Let API create and edit system webhooks, attempt 2 (#33180)
- Use
Project-URL
metadata field to get a PyPI package's homepage URL (#33089) - Add
last_committer_date
andlast_author_date
for file contents API (#32921)
- REFACTORS
<details>- Remove context from git struct (#33793)
- Refactor admin/common.ts (#33788)
- Refactor repo-settings.ts (#33785)
- Refactor repo-issue.ts (#33784)
- Small refactor to reduce unnecessary database queries and remove duplicated functions (#33779)
- Refactor initRepoBranchTagSelector to use new init framework (#33776)
- Refactor buttons to use new init framework (#33774)
- Refactor markup and pdf-viewer to use new init framework (#33772)
- Refactor error system (#33771)
- Refactor mail code (#33768)
- Update TypeScript types (#33799)
- Refactor older tests to use testify (#33140)
- Move notifywatch to service layer (#33825)
- Decouple context from repository related structs (#33823)
- Remove context from mail struct (#33811)
- Refactor dropdown ellipsis (#34123)
- Refactor functions to reduce repopath expose (#33892)
- Refactor repo-diff.ts (#33746)
- Refactor web route handler (#33488)
- Refactor user & avatar (#33433)
- Refactor user package (#33423)
- Refactor decouple context from migration structs (#33399)
- Refactor context flash msg and global variables (#33375)
- Refactor response writer & access logger (#33323)
- Refactor ref type (#33242)
- Refactor context repository (#33202)
- Refactor legacy JS (#33115)
- Refactor legacy line-number and scroll code (#33094)
- Refactor env var related code (#33075)
- Move SetMerged to service layer (#33045)
- Merge updatecommentattachment functions (#33044)
- Refactor pull-request compare&create page (#33071)
- Refactor repo-new.ts (#33070)
- Refactor pagination (#33037)
- Refactor tests (#33021)
- Refactor markup render to fix various path problems (#34114)
- Refactor Branch struct in package modules/git (#33980)
- Don't create duplicated functions for code repositories and wiki repositories (#33924)
- Move git references checking to gitrepo packages to reduce expose of repository path (#33891)
- Refactor cache-control (#33861)
- Decouple diff stats query from actual diffing (#33810)
- Move part of updating protected branch logic to service layer (#33742)
- Decouple Batch from git.Repository to simplify usage without requiring the creation of a Repository struct. (#34001)
- Refactor tmpl and blob_excerpt (#32967)
- Refactor template & test related code (#32938)
- Refactor db package and remove unnecessary
DumpTables
(#32930) - Refactor pprof labels and process desc (#32909)
- Refactor repo-projects.ts (#32892)
- Refactor getpatch/getdiff functions and remove unnecessary fallback (#32817)
- Uniform all temporary directories and allow customizing temp path (#32352)
- Remove context from retry downloader (#33871)
- Refactor global init code and add more comments (#33755)
- Remove some unnecessary template helpers (#33069)
- Move and rename UpdateRepository (#34136)
- Move hooks function to gitrepo and reduce expose repopath (#33890)
- Add abstraction layer to delete repository from disk (#33879)
- Add abstraction layer to check if the repository exists on disk (#33874)
- Move ParseCommitWithSSHSignature to service layer (#34087)
- Move duplicated functions (#33977)
- Extract code to their own functions for push update (#33944)
- Move gitgraph from modules to services layer (#33527)
- Move commits signature and verify functions to service layers (#33605)
- Use
CloseIssue
andReopenIssue
instead ofChangeStatus
(#32467) - Refactor arch route handlers (#32993)
- Refactor "string truncate" (#32984)
- Refactor arch route handlers (#32972)
- Clarify path param naming (#32969)
- Refactor request context (#32956)
- Move some errors to their own sub packages (#32880)
- Move RepoTransfer from models to models/repo sub package (#32506)
- Move delete deploy keys into service layer (#32201)
- Refactor webhook events (#33337)
- Move some Actions related functions from
routers
toservices
(#33280) - Refactor RefName (#33234)
- Refactor context RefName and RepoAssignment (#33226)
- Refactor repository transfer (#33211)
- Refactor error system (#33626)
- Refactor error system (#33610)
- Refactor package (routes and error handling, npm peer dependency) (#33111)
- Use test context in tests and new loop system in benchmarks (#33648)
- Some small refactors (#33144)
- Simplify context ref name (#33267)
</details>
- BUGFIXES
<details>- Fix some dropdown problems on the issue sidebar (#34308) #34327
- Do not return archive download URLs in API if downloads are disabled (#34324) #34338
- Fix LFS files being editable in web UI (#34356) #34362
- Fix only text/* being viewable in web UI (#34374) #34378
- Fix LFS file not stored in LFS when uploaded/edited via API or web UI (#34367)
- Grey out expired artifact on Artifacts list (#34314) #34404
- Fix incorrect divergence cache after switching default branch (#34370) #34406
- Refactor commit message rendering and fix bugs (#34412) #34414
- Merge and tweak markup editor expander CSS (#34409) #34415
- Fix GetUsersByEmails (#34423) #34425
- Only git operations should update last changed of a repository (#34388) #34427
- Fix comment textarea scroll issue in Firefox (#34438) #34446
- Fix repo broken check (#34444) #34452
- Fix remove org user failure on mssql (#34449) #34453
- Fix Workflow run Not Found page (#34459) #34466
- When updating comment, if the content is the same, just return and not update the database (#34422) #34464
- Fix project board view (#34470) #34475
- Fix get / delete runner to use consistent http 404 and 500 status (#34480) #34488
- Fix url validation in webhook add/edit API (#34492) #34496
- Fix edithook api can not update package, status and workflow_job events (#34495) #34499
- Fix ephemeral runner deletion (#34447) #34513
- Don't display error log when .git-blame-ignore-revs doesn't exist (#34457)
- Only allow admins to rename default/protected branches (#33276)
- Improve "lock conversation" UI (#34207)
- Fix incorrect file links (#34189)
- Optimize Overflow Menu (#34183)
- Check user/org repo limit instead of doer (#34147)
- Make markdown render match GitHub's behavior (#34129)
- Fix team permission (#34128)
- Correctly handle submodule view and avoid throwing 500 error (#34121)
- Fix users being able bypass limits with repo transfers (#34031)
- Avoid creating unnecessary temporary cat file sub process (#33942)
- Refactor organization menu (#33928)
- Fix various Fomantic UI and htmx problems (#33851)
- Fix 500 error when error occurred in migration page (#33256)
- Validate that the tag doesn't exist when creating a tag via the web (#33241)
- Add missed transaction on setmerged (#33079)
- Rework create/fork/adopt/generate repository to make sure resources will be cleanup once failed (#31035)
- Valid email address should only start with alphanumeric (#28174)
- Fix webhook url (#34186)
- Fix "toAbsoluteLocaleDate" test when system locale is not en-US (#33939)
- Fix file name could not be searched if the file was not a text file when using the Bleve indexer (#33959)
- Fix cannot delete runners via the modal dialog (#33895)
- Fix unpin hint on the pinned pull requests (#33207)
- Fix parentCommit invalid memory address or nil pointer dereference. (#33204)
- Fix comment header padding (#33377)
- Fix some migration and repo name problems (#33986)
- Fix various trivial frontend problems (#34263)
- Fix Set Email Preference dropdown and button placement (#34255)
- Fix quoted replies incorrectly render user input as part of the quote (#34216)
- Fix button alignments and remove unnecessary styles (#34206)
- Restore form inputs on organization create error (#34201)
- Try to fix ACME (3rd) (#33807)
- Fix incorrect ref "blob" (#33240)
- Fix dynamic content loading init problem (#33748)
- Fix git empty check and HEAD request (#33690)
- Fix Untranslated Text on Actions Page (#33635)
- Fix issue label delete incorrect labels webhook payload (#34575)
- Fix incorrect page navigation with up and down arrow on last item of dashboard repos (#34570)
- Fix/improve avatar sync from LDAP (#34573)
- Fix some trivial problems (#34579)
- Retain issue sort type when a keyword search is introduced (#34559)
- Always use an empty line to separate the commit message and trailer (#34512)
- Fix line-button issue after file selection in file tree (#34574)
- Fix doctor deleting orphaned issues attachments (#34142)
- Add webhook assigning test and fix possible bug (#34420)
- Fix possible nil description of pull request when migrating from CodeCommit (#34541)
- Refactor commit reader (#34542)
- Fix possible pull request broken when leave the page immediately after clicking the update button #34509
- Ignore "Close" error when uploading container blob (#34620)
- Fix missed merge commit sha and time when migrating from codecommit (#34645)
- Fix GetUsersByEmails (#34643)
- Misc CSS fixes (#34638)
- Add codecommit to supported services in api docs (#34626)
- Validate hex colors when creating/editing labels (#34623)
- Fix possible pull request broken when leave the page immediately after clicking the update button (#34509)
- Fix margin issue in markup paragraph rendering (#34599)
- Fix migration pull request title too long (#34577)
- Fix footnote jump behavior on the issue page. (#34621)
- Fix "oras" OCI client compatibility (#34666)
- Fix last admin check when syncing users (#34649)
- Fix skip paths check on tag push events in workflows (#34602) #34670
</details>
- MISC
<details>- Bump to alpine 3.22 (#34613)
- Make pull request and issue history more compact (#34588)
- Run integration tests against postgres 14 (#34514) #34536
- Enable addtional linters (#34085)
- Enable testifylint rules (#34075)
- Enable staticcheck QFxxxx rules (#34064)
- Improve Actions test (#32883)
- Drop fomantic build (#33845)
- Go1.24 (#33562)
- Run yamllint with strict mode, fix issue (#33551)
- Disable cron task to update license (#33486)
- Optimize makefile help information generation (#33390)
- Convert github.com/xanzy/go-gitlab into gitlab.com/gitlab-org/api/client-go (#33126)
- Add missed changelogs (#33649)
- Update .changelog file to add performance label group (#33472)
- Add missing POPULATE_SQUASH_COMMENT_WITH_COMMIT_MESSAGES in app.example.ini (#33363)
- Update README screenshots (#33347)
- Update unrs-resolver (#34279)
- Update go&js dependencies (#34262)
- Optimize the calling code of queryElems (#34235)
- Update protected_branch.tmpl (#34193)
- Feat/optimize span svg layout (#34185)
- Set MERMAID_MAX_SOURCE_CHARACTERS to 50000 (#34152)
- Update JS and PY deps (#34143)
- Add Chinese translations for README files (#34132)
- Use
overflow-wrap: anywhere
to replaceword-break: break-all
(#34126) - Clarify ownership in password change error messages (#34092)
- Add toggleClass function in dom.ts (#34063)
- Update to golangci-lint v2 (#34054)
- Update Makefile test comments (#34013)
- Update go mod dependencies (#33988)
- Use filepath.Join instead of path.Join for file system file operations (#33978)
- Prepare common tmpl functions in a middleware (#33957)
- Remove unused or abused styles (#33918)
- Update JS and PY deps, misc tweaks (#33903)
- Try to figure out attribute checker problem (#33901)
- Add lock for a repository pull mirror (#33876)
- Fine tune push mirror UI (#33866)
- Improve issue & code search (#33860)
- Use pullrequestlist instead of []*pullrequest (#33765)
- Upgrade act to 0.261.4 and actions-proto-go to v0.4.1 (#33760)
- Align sidebar gears to the right (#33721)
- Update Go dependencies (skip blevesearch, meilisearch) (#33655)
- Add migrations and doctor fixes (#33556)
- Remove "class-name" from svg icon (#33540)
- Update MAINTAINERS (#33529)
- Add "No data available" display when list is empty (#33517)
- Use
git diff-tree
forDiffFileTree
on diff pages (#33514) - Give organisation members access to organisation feeds (#33508)
- Update feishu icon (#33470)
- Hide/disable unusable UI elements when a repository is archived (#33459)
- Update
@github/text-expander-element
to 2.9.0 (#33435) - Do not access GitRepo when a repo is being created (#33380)
- Fix incorrect ref usages (#33301)
- Prepare for support performance trace (#33286)
- Enable Typescript
noImplicitThis
(#33250) - Remove unused CSS styles and move some styles to proper files (#33217)
- Add .run to gitignore (#33175)
- Fix typo in gitea downloader test and add missing codebase in
ToGitServiceType
(#33146) - Remove extended glob pattern from branch protection UI (#33125)
- Clean up legacy form CSS styles (#33081)
- Unset XDG_HOME_CONFIG as gitea manages configuration locations (#33067)
- Add IntelliJ Gateway's .uuid to gitignore (#33052)
- User facing messages for AGit errors (#33012)
- Always show assignees on right (#33006)
- Fix eslint (#33002)
- Update JS dependencies (#32914)
- Bump x/net (#32896) (#32900)
- Only activity tab needs heatmap data loading (#34652)
</details>
Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.
This package has no dependencies.
Ground Rules:
- This discussion is only about Gitea and the Gitea package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Gitea, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.