Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/go-gitea/gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://github.com/go-gitea/gitea

Fix grammar issues on the repository Actions page (en-US) (#28679)

Fixes a few grammar issues in the en-US localization of the repository
Actions page.

3ba1216b9dd9e71511a575e670bfc5a20a4283d9 authored almost 1 year ago by wackbyte <[email protected]>
Fix tooltip of variable edit button (#28681)

The `variables.edit` key does not exist.

![image](https://github.com/go-gitea/gitea/assets/29...

361839fb1c8bdfb8291bbcf9bd650b21a605bbd7 authored almost 1 year ago by wackbyte <[email protected]>
Make cross-reference issue links work in markdown documents again (#28682)

In #26365 issue references were disabled entirely for documents,
intending to match GitHub beha...

12c0487e01d3fd9fe289345c53e8a220be55e864 authored almost 1 year ago by Brecht Van Lommel <[email protected]>
Make template `DateTime` show proper tooltip (#28677)

There was a question about "how to improve the datetime display for
SSH/PGP/WebAuthn"
https://...

91aa263225083d3de6d68fca08b253b685bc7e4b authored about 1 year ago by wxiaoguang <[email protected]>
Add global setting how timestamps should be rendered (#28657)

- Resolves https://github.com/go-gitea/gitea/issues/22493
- Related to https://github.com/go-gi...

cdc33b29a012e61b42f192d79f9486fa8e21b2ed authored about 1 year ago by Yarden Shoham <[email protected]>
[skip ci] Updated translations via Crowdin

f8f394cb0eebd5254c6df9e12e309dc92acc58e1 authored about 1 year ago by GiteaBot <[email protected]>
Upgrade xorm to new version which supported update join for all supported databases (#28590)

Fix https://github.com/go-gitea/gitea/pull/28547#issuecomment-1867740842

Since https://gitea....

da58bb85fa4ff8a37f843d09452b4244b18f93ce authored about 1 year ago by Lunny Xiao <[email protected]>
Fix: system webhooks API bug (#28531)

- Fix the bug about admin/hooks API that `GET /admin/hooks` can only
fetch system_hooks, `POST ...

f8a1bad883aa4697b4001f74e2074898d7162aef authored about 1 year ago by vincent <[email protected]>
Fix alpine package files are not rebuilt (#28638)

I noticed the `BuildAllRepositoryFiles` function under the Alpine folder
is unused and I though...

b6e0957b9c84d1da0c7805f8e45ce7988badc7c2 authored about 1 year ago by Nanguan Lin <[email protected]>
Fix migration test (#28659)

cb10f2767c920fdbca6fc43e71dcc4c4b8c6e0d0 authored about 1 year ago by Lunny Xiao <[email protected]>
Avoid cycle-redirecting user/login page (#28636)

Fix #28231, and remove some unused code. The `db.HasEngine` doesn't seem
useful because the db ...

e5d8c4b8d4864661caa43516d5937be42bf27f7c authored about 1 year ago by wxiaoguang <[email protected]>
Fix long package version names overflowing (#28619)

Fixes #28534

---
Before:

![image](https://github.com/go-gitea/gitea/assets/50193156/b229...

3d474110c181df7854576d78e46209908f7e1b52 authored about 1 year ago by Mihir Joshi <[email protected]>
Update JS dependencies (#28537)

- Update all JS dependencies excluding mcaptcha (breaking changes) and
stylelint (plugin not co...

ce55a74374aa1fe07cfb79ceeb8554aa7a2abce2 authored about 1 year ago by silverwind <[email protected]>
Improve document for ARTIFACT_RETENTION_DAYS (#28646)

Follow #28626

19b1b698c90d1d3b96a66ffec889a0f5dbc7d162 authored about 1 year ago by wxiaoguang <[email protected]>
fix empty ref for cron workflow runs (#28640)

Fix #27678
Please see
https://github.com/go-gitea/gitea/issues/27678#issuecomment-1871445853
...

f10d716ff4fef78fbddbd5eaeae48e7c10384a99 authored about 1 year ago by Denys Konovalov <[email protected]>
Improve 1.22 document for Database Preparation (#28643)

Fix #28247

19c45dd479f45569197a86f2f0b333ec259e79c6 authored about 1 year ago by wxiaoguang <[email protected]>
[skip ci] Updated translations via Crowdin

4995b4a057e22e4d11819fe7621089869f074882 authored about 1 year ago by GiteaBot <[email protected]>
switch destination directory for apt signing keys (#28639)

According to [Debian
docs](https://wiki.debian.org/DebianRepository/UseThirdParty):

> The ce...

6c133b9fe0cb9244ece473cdf37f7b294cbee621 authored about 1 year ago by Denys Konovalov <[email protected]>
Extend description for ARTIFACT_RETENTION_DAYS (#28626)

Make it clear that this value is just a default value and that every
artifact can have it's own...

4d1277c0cbb9c02aa5a33a2927073f8cd400c916 authored about 1 year ago by Gerd Katzenbeisser <[email protected]>
Refactor timeutil package (#28623)

1. make names more readable
2. remove unused FormatLong/FormatShort
3. use `FormatDate` instea...

e743570f65b533552337d9606ac1d906ec054127 authored about 1 year ago by wxiaoguang <[email protected]>
Refactor some legacy code and remove unused code (#28622)

1. use slices.Contains, remove Int64sContains
2. use HashEmail, remove base.EncodeMD5
3. remov...

f3999888c0b765380003f814f9c3d5cf80128167 authored about 1 year ago by wxiaoguang <[email protected]>
Remove unnecessary syncbranchToDB with tests (#28624)

#28361 introduced `syncBranchToDB` in `CreateNewBranchFromCommit`. This
PR will revert the chan...

921df1cbad83dcba37ff12cba88c7d3a69f8588b authored about 1 year ago by Lunny Xiao <[email protected]>
Do not set `Accept` header twice (#28598)

Revert #28550

Don't add the `Accept` header twice.

4cd666d7dcc7531806cde65c6468f93529cc23dd authored about 1 year ago by KN4CK3R <[email protected]>
[skip ci] Updated translations via Crowdin

c706b3e4366689ce5afca19476eaf18045e874db authored about 1 year ago by GiteaBot <[email protected]>
fix wrong link in user and organization profile when using relative url (#28617)

fix #28436.
the doc https://docs.gitea.com/usage/profile-readme maybe also need to
be updated ...

42149ff1a816501643ec2407ed61a83bf5b65059 authored about 1 year ago by katsu <[email protected]>
Add get actions runner registration token for API routes, repo, org, user and global level (#27144)

Replace #23761

---------

Co-authored-by: Denys Konovalov <[email protected]>
Co-authore...

baf0d402d9cb47849394202fcfc7c2e23b0faac3 authored about 1 year ago by Lunny Xiao <[email protected]>
Fix session key conflict with database keyword (#28613)

This is a regression from #28220 .
`builder.Cond` will not add `` ` `` automatically but xorm m...

4c29c75968f520123f125e8305b2c29198664251 authored about 1 year ago by Lunny Xiao <[email protected]>
[skip ci] Updated translations via Crowdin

a1dfffd723c434966152ee521c99e966a3aee065 authored about 1 year ago by GiteaBot <[email protected]>
Use known issue IID to generate new PR index number when migrating from GitLab (#28616)

Fix #13884

d68b9237bf91aecd99132c8a98f815d40a1b8642 authored about 1 year ago by wxiaoguang <[email protected]>
Update repo-mirror.en-us.md (#28612)

Add small changes to the doc. The workflow scope require for push code
to github mirror in case...

0e9c9883738c71d192a6b79ec3d3f3f982925ed5 authored about 1 year ago by Volodymyr Stelmashchuk <[email protected]>
[skip ci] Updated translations via Crowdin

ff7383e83a4fdf9a86879b698752fe1aa5c6d00f authored about 1 year ago by GiteaBot <[email protected]>
Refactor deletion (#28610)

Introduce the new generic deletion methods
- `func DeleteByID[T any](ctx context.Context, id in...

778ad795fd4a19dc15723b59a846a250034c7c3a authored about 1 year ago by delvh <[email protected]>
Refactor CORS handler (#28587)

The CORS code has been unmaintained for long time, and the behavior is
not correct.

This PR ...

b41925cee3d67a1fe546c7a219174e4a8b2302b7 authored about 1 year ago by wxiaoguang <[email protected]>
Added instance-level variables (#28115)

This PR adds instance-level variables, and so closes #27726

![gitea_instance_variables_1]...

d0f24ff4cad05c1145afeca791e7d02fe146d46a authored about 1 year ago by Jean-Baptiste Gomond <[email protected]>
Revert "improve possible performance bottleneck (#28547)" (#28593)

This reverts commit b35d3fddfac389a7be401a63b4e1283dd74af681.

This is totally wrong. I think ...

0407a402bb29a3643e2b4a8992f1d7687a88b40c authored about 1 year ago by Lunny Xiao <[email protected]>
[skip ci] Updated licenses and gitignores

7396e3618d61bfd68853fce6edd74200efe23d9b authored about 1 year ago by GiteaBot <[email protected]>
Fix flex container width (#28603)

Fix #28489

8989d466ed4e3ebf60aaf6fe0e237699a93b70ee authored about 1 year ago by wxiaoguang <[email protected]>
Fix the scroll behavior for emoji/mention list (#28597)

Fix #28595 by https://github.com/github/combobox-nav/pull/79 (combobox-nav v2.3.1)

8a71f7280a1136b19e5390716d7f8c43bed460cc authored about 1 year ago by wxiaoguang <[email protected]>
bump to use alpine3.19 (#28594)

a1d2a152f832e76db7d08803c7e0236289f7ade0 authored about 1 year ago by techknowlogick <[email protected]>
Include heap pprof in diagnosis report to help debugging memory leaks (#28596)

330aab47b3e4d777a6e5a3f05351ceab92ee5562 authored about 1 year ago by wxiaoguang <[email protected]>
Disable query token param in integration tests (#28592)

Follow up to https://github.com/go-gitea/gitea/pull/28484, this PR
enables the setting for inte...

33439b733a4f69640350b9cda370963ebe9d1e0a authored about 1 year ago by Kyle D <[email protected]>
Fix wrong due date rendering in issue list page (#28588)

It included the hours, minutes, and seconds. By removing these, the date
renders correctly.

...

d9ed931c4d7ad3649a84913daf81ec252bbbaba1 authored about 1 year ago by Yarden Shoham <[email protected]>
Fix `status_check_contexts` matching bug (#28582)

Fix #28570
Follow #24633

---
Copied from
https://github.com/go-gitea/gitea/issues/28570#is...

907c97aabbe6fdfa5669ef2b2978f2d217cf0210 authored about 1 year ago by Zettat123 <[email protected]>
Fix 405 method not allowed CORS / OIDC (#28583)

Follow #28184
Follow #28515

Fix problem with 405 method not allowed for CORS wrt OIDC

19869d1c11462294c828bc126bf006103239e397 authored about 1 year ago by morphelinho <[email protected]>
Add more ways to try (#28581)

21229ed2c8ed00f57100adf9ebc5f4a08da9a66e authored about 1 year ago by Jason Song <[email protected]>
Convert to url auth to header auth in tests (#28484)

Related #28390

838db2f8911690fa2115c6827ed73687db71bef1 authored about 1 year ago by KN4CK3R <[email protected]>
Fix 500 error of searching commits (#28576)

Regression of #28454 . Now the string is escaped HTML, so it doesn't
need `| Safe`.

Fix #28575

04b235d094218b780b62f024b7ae9716ad2e633f authored about 1 year ago by wxiaoguang <[email protected]>
improve possible performance bottleneck (#28547)

Replace #28500

---------

Co-authored-by: Giteabot <[email protected]>

b35d3fddfac389a7be401a63b4e1283dd74af681 authored about 1 year ago by Lunny Xiao <[email protected]>
Use information from previous blame parts (#28572)

Fixes #28545

`git blame` output can contain blocks without commit information if it
was outp...

31426938928c89a9441dcf04b767db60c666e09a authored about 1 year ago by KN4CK3R <[email protected]>
Make offline mode as default to no connect external avatar service by default (#28548)

To keep user's privacy, make offline mode as true by default.

Users can still change it from ...

177cea7c70473e375c1695f1e20fb9d538ff78fb authored about 1 year ago by Lunny Xiao <[email protected]>
Fix merging artifact chunks error when minio storage basepath is set (#28555)

Related to https://github.com/go-gitea/gitea/issues/28279

When merging artifact chunks, it l...

fe5a61639237138d6bb87cde17aedca3eb5bdd12 authored about 1 year ago by FuXiaoHei <[email protected]>
feat: bump `dessant/lock-threads` and `actions/setup-go` to use nodejs20 runtime (#28565)

Update more actions to use nodejs20 runtime and also update the docs for
checkout action usage....

caceb43313a586842e208249b2c67f90d4bf7139 authored about 1 year ago by Rui Chen <[email protected]>
Update actions document about comparsion as Github Actions (#28560)

3d98d99e27dfbe86227b0557d04b5e4ea1c6e946 authored about 1 year ago by Lunny Xiao <[email protected]>
Fix inperformant query on retrifing review from database. (#28552)

can we please PLEAS PLEASE only use raw SQL statements if it is relay
needed!!!

source is ht...

2c48733afea30a5e25fc1a6b3054f0ae907f990b authored about 1 year ago by 6543 <[email protected]>
Fix the issue ref rendering for wiki (#28556)

Fix #28526, regression of
* #26365

(although the author of #26365 has recent activities, bu...

e4a24d6727e70a8a7f4688d738c36db1f0fcbcc4 authored about 1 year ago by wxiaoguang <[email protected]>
Add missing head of lfs client batch (#28550)

ref https://github.com/git-lfs/git-lfs/blob/main/docs/api/batch.md#git-lfs-batch-api

577421691b5bca38b9116eb36efcfc9b1dfe2043 authored about 1 year ago by Lunny Xiao <[email protected]>
[skip ci] Updated translations via Crowdin

9483ccd463d31d465599eb4a0cc5621bc2caaf70 authored about 1 year ago by GiteaBot <[email protected]>
Remove deadcode under models/issues (#28536)

Using the Go Official tool `golang.org/x/tools/cmd/deadcode@latest`
mentioned by [go blog](http...

6a725b6f9cde28862869befb9d2b101d9e342427 authored about 1 year ago by Nanguan Lin <[email protected]>
Always enable caches (#28527)

Nowadays, cache will be used on almost everywhere of Gitea and it cannot
be disabled, otherwise...

e7cb8da2a8310ac167b6f613b283caa3316a7154 authored about 1 year ago by Lunny Xiao <[email protected]>
Improve ObjectFormat interface (#28496)

The 4 functions are duplicated, especially as interface methods. I think
we just need to keep `...

4eb2a29910779ac6005a5d67f31067a1132c5297 authored about 1 year ago by Lunny Xiao <[email protected]>
Fix duplicate ID when deleting repo (#28520)

There is an accessibility issue in the interface when attempting to
delete a repository. When I...

128eac9e0b03ee9c1e45dbd49da8e4726ca569f2 authored about 1 year ago by David Øvrelid <[email protected]>
chore(api): support ignore password if login source type is LDAP for creating user API (#28491)

- Modify the `Password` field in `CreateUserOption` struct to remove the
`Required` tag
- Upda...

14ffdf617375eda6f9d676271fcb796a5b83186d authored about 1 year ago by Bo-Yi Wu <[email protected]>
Update go dependencies (#28518)

Update golang.org/x/crypto for CVE-2023-48795 and update other packages.
`go-git` is not update...

11f0519ad852809d842e3382595579d8f3ffbc87 authored about 1 year ago by wxiaoguang <[email protected]>
Bump google/go-github to v57 (#28514)

cd2ff6e83dba82e7d810b68bba79242a98ea8248 authored about 1 year ago by Yevhen Pavlov <[email protected]>
Only check online runner when detecting matching runners in workflows (#28286)

Mentioned:
[#28277](https://github.com/go-gitea/gitea/issues/28277#issuecomment-1831325276)

...

4ea522fecfd8f2d6b51466cb9ab6772f4594bf2e authored about 1 year ago by yp05327 <[email protected]>
Add orphaned topic consistency check (#28507)

- If a topic has zero repository count, it means that none of the
repositories are using that t...

e02095c5b6e04f70ae6562f5aee169f7ee93cf7a authored about 1 year ago by Earl Warren <[email protected]>
Improve the prompt for "ssh-keygen sign" (#28509)

Close #28505, ref:
* https://github.com/go-gitea/gitea/pull/20112#issuecomment-1165423026
* ht...

bf8b082c40f2aee7d3fbd3c68d73886e13381712 authored about 1 year ago by wxiaoguang <[email protected]>
[skip ci] Updated translations via Crowdin

69f2b698c5000a566bc04267f7e9bd387b880109 authored about 1 year ago by GiteaBot <[email protected]>
Add option to disable ambiguous unicode characters detection (#28454)

* Close #24483
* Close #28123
* Close #23682
* Close #23149

(maybe more)

20929edc9962281e35a81756d76dd1caa5741ff8 authored about 1 year ago by wxiaoguang <[email protected]>
Adjust object format interface (#28469)

- Remove `ObjectFormatID`
- Remove function `ObjectFormatFromID`.
- Use `Sha1ObjectFormat` dir...

408a4842240e7dd906e682196bd4254d6c76fcb9 authored about 1 year ago by Lunny Xiao <[email protected]>
Remove duplicate option in admin screen and now-unused translation keys (#28492)

Resolves https://github.com/go-gitea/gitea/issues/28451.

This change follows the recommendati...

7fb6b5147038649bfaa26147a6173cf99b322a30 authored about 1 year ago by The Magician <[email protected]>
[skip ci] Updated translations via Crowdin

72529d6e64636fd83e24e709fb8bb0d383509f7f authored about 1 year ago by GiteaBot <[email protected]>
Initalize stroage for orphaned repository doctor (#28487)

- When a repository is orphaned and has objects stored in any of the
storages such as repositor...

9a15267871dcb1f1f8b39115b8e68ed1f42bf21d authored about 1 year ago by Earl Warren <[email protected]>
Update docs for DISABLE_QUERY_AUTH_TOKEN (#28485)

As described
[here](https://github.com/go-gitea/gitea/pull/28390#issuecomment-1857553331).

b8490d59deeb25aa6f03e77863c0c7ed7abdbb98 authored about 1 year ago by Kyle D <[email protected]>
Improve CLI code and descriptions (#28482)

* Close #28444
* Actually, it doesn't need to use that trick because it looks like it
is not ...

047c69bd85bc5579ce6f352d7edf7fb950d84b80 authored about 1 year ago by wxiaoguang <[email protected]>
Remove unnecessary forgot password link in delete user section (#28355)

Before:
<img width="458" alt="image"
src="https://github.com/go-gitea/gitea/assets/18380374/92...

3849fd2ac2163b109f9dc1e873ffb9bc8f53c63b authored about 1 year ago by yp05327 <[email protected]>
Refactor SSH clone URL generation code (#28421)

Refactor the code and add tests, keep the old logic.

4f04ab25867ee1b4f20241798bf90a588083ec6b authored about 1 year ago by wxiaoguang <[email protected]>
Polyfill SubmitEvent for PaleMoon (#28441)

6632d1497c9fc644c696e9a1239cd62baa5dc29e authored about 1 year ago by wxiaoguang <[email protected]>
Fix Chinese translation of config cheat sheet[API] (#28472)

8c91e315406730937322fcbeea5115c6ac3f82c2 authored about 1 year ago by CaiCandong <[email protected]>
Add combined index for issue_user.uid and issue_id (#28080)

fixes #27877

---------

Co-authored-by: 6543 <[email protected]>
Co-authored-by: Lunny Xiao ...

e08f1a9cbd582c73918e401eeba36261627f44a7 authored about 1 year ago by sebastian-sauer <[email protected]>
Fix documents for "custom/public/assets/" (#28465)

Fix #28463

e85db6c8c37bd0643deb704e857d369288a3ca0f authored about 1 year ago by wxiaoguang <[email protected]>
Only use SHA256 feature when git >= 2.42 (#28466)

And fix some comments

9947af639c24d185ace096d3f25098ff94c0790e authored about 1 year ago by wxiaoguang <[email protected]>
Retry SSH key verification with additional CRLF if it failed (#28392)

Windows-based shells will add a CRLF when piping the token into
ssh-keygen command resulting in...

52046b934dc619665bc51a59ad5ff9092fab118e authored about 1 year ago by nekrondev <[email protected]>
Abstract hash function usage (#28138)

Refactor Hash interfaces and centralize hash function. This will allow
easier introduction of d...

cbf923e87bca0f50c2c01a60ccf544b63c365e98 authored about 1 year ago by Adam Majer <[email protected]>
Add endpoint for not implemented Docker auth (#28457)

Recently Docker started to use the optional `POST /v2/token` endpoint
which should respond with...

064f05204c0539d1f92895776dee7f626a628e3b authored about 1 year ago by KN4CK3R <[email protected]>
docs: Update group membership fields to match application. (#28175)

Several fields in the "Verify group membership in LDAP" docs were
confusingly titled when compa...

73047854c00589137d6afbd4329d5176290af0c4 authored about 1 year ago by David Hulick <[email protected]>
[skip ci] Updated translations via Crowdin

c229e6519b2479745095573f4860f6066256209d authored about 1 year ago by GiteaBot <[email protected]>
Fix possible nil pointer access (#28428)

There could be a nil pointer exception if the file is not found because
that specific error is ...

ff5106d700c51932ae0547212d25b4fbf54ce99a authored about 1 year ago by KN4CK3R <[email protected]>
Don't show unnecessary citation JS error on UI (#28433)

Fix #28226

0a794b2bcd9f3803e3aa4291387add4e0bb0d124 authored about 1 year ago by wxiaoguang <[email protected]>
Do some missing checks (#28423)

717d0f5934826e0ddfdce176cf3cab303cd74fbb authored about 1 year ago by Lunny Xiao <[email protected]>
Deprecate query string auth tokens (#28390)

## Changes
- Add deprecation warning to `Token` and `AccessToken` authentication
methods in sw...

4e879fed90665331d2a57e5abee9e0f02372c470 authored about 1 year ago by Jack Hay <[email protected]>
[skip ci] Updated translations via Crowdin

baea205675e6bdd058ada1e7ff148582cabeb6dc authored about 1 year ago by GiteaBot <[email protected]>
Let `curl` write the content to file (#28427)

4b0940cb9ff3287038a1f8aeab74b68b82179c4c authored about 1 year ago by KN4CK3R <[email protected]>
Improve doctor cli behavior (#28422)

1. Do not sort the "checks" slice again and again when "Register", it
just wastes CPU when the ...

f2a309e6c81f9ce0de5346e49efbc98fbd20e54b authored about 1 year ago by wxiaoguang <[email protected]>
Second part of refactor `db.Find` (#28194)

Continue of #27798 and move more functions to `db.Find` and `db.Count`.

537fa6996214ef42348cfe89bab6f2e04380aeac authored about 1 year ago by Lunny Xiao <[email protected]>
Fix commit status in repo list (#28412)

Before:

![image](https://github.com/go-gitea/gitea/assets/18380374/00edf23a-aee1-4177-a12c-bd...

0abb5633e34fd14c2d49de0b4c98f7ba7d98a37e authored about 1 year ago by yp05327 <[email protected]>
[skip ci] Updated licenses and gitignores

5b2bbf1a1f2527b75d8a64bc36ea735cd19c0efa authored about 1 year ago by GiteaBot <[email protected]>
Actually recover from a panic in cron task (#28409)

- Currently there's code to recover gracefully from panics that happen
within the execution of ...

fab73e4a3a598aa9433522f27edf2d8efea3d0e0 authored about 1 year ago by Earl Warren <[email protected]>
Fix missing check (#28406)

9a99c17a1412fce29944bd9a87d7dc6d40423c77 authored about 1 year ago by Lunny Xiao <[email protected]>
Also sync DB branches on push if necessary (#28361)

Fix #28056

This PR will check whether the repo has zero branch when pushing a
branch. If th...

aeb383025f90abcda7a9562684376b1996dcf3a5 authored about 1 year ago by Lunny Xiao <[email protected]>