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

Updates to the API for archived repos (#27149)

28f9b313bab420be8f42e546015312904311adba authored over 1 year ago
Fix release URL in webhooks (#27182)

7520cd678c3ef037db702296192d8664b6f02a54 authored over 1 year ago
Fix dropdown icon position (#27175)

According to https://fomantic-ui.com/modules/dropdown.html and our
"devtest" page, many dropdow...

1f026bcb7eecad0b98d65089bb7fe5986b337d7d authored over 1 year ago
Fix repo sub menu (#27169)

Fix #27166

c2cabe7b285684eb3197f99aa91bb184674e8461 authored over 1 year ago
Fix review request number and add more tests (#27104)

fix #27019
## testfixture yml
1. add issue20(a pr issue) in repo 23, org 17
2. add user15 to...

2f8e1604f825ab862ba1b182dda47d9dee40aace authored over 1 year ago
Fix the variable regexp pattern on web page (#27161)

same as (https://github.com/go-gitea/gitea/pull/26910)

218e719ea86883bee75d02684d4bf07f95fa4f55 authored over 1 year ago
Fix organization field being null in POST /orgs/{orgid}/teams (#27150)

Similarly to the fix in https://github.com/go-gitea/gitea/pull/24694,
this addresses the team c...

e46274b5b478f821eb915348a28b114cd4b1eb0a authored over 1 year ago
Add index to `issue_user.issue_id` (#27154)

This fixes a performance bottleneck. It was discovered by Codeberg.
Every where query on that t...

14731a34ff4d854b8427fa3ca880f40bcd86e1e3 authored over 1 year ago
[skip ci] Updated translations via Crowdin

2001ffee3fa7e100c0829660a505fcb6044296d0 authored over 1 year ago
Start development on Gitea 1.22 (#27155)

d7f73a1334ab7a97d4e055b7c58cdd9ac303f77a authored over 1 year ago
Fix successful return value for `SyncAndGetUserSpecificDiff` (#27152)

A function should not return an error when it is successful.
Otherwise, things like https://dis...

707c69f399d311aaa11ca62a27293244e85cb043 authored over 1 year ago
Improve actions docs related to `pull_request` event (#27126)

Related to #27039

The `ref` property in Gitea Actions is different from GitHub Actions.
This...

9336286e353370d76d9804043ee6af8f2fe35e00 authored over 1 year ago
Remove outdated paragraphs when comparing Gitea Actions to GitHub Actions (#27119)

No backport needed as this new state only applies to 1.21+

---------

Co-authored-by: Lunny...

24a215e317103471aeb864f365089a36076efc1d authored over 1 year ago
Fix: treat tab "overview" as "repositories" in user profiles without readme (#27124)

Beginning since 2af30f715e64dbb0a3900168e3768ffb36c06392, Gitea has a
500 error when visiting a...

74a5db03fde795ffe1a97dc6ffa958a4e11141ec authored over 1 year ago
Fix incorrect test code for error handling (#27139)

If `assert.NoError` fails, it should return. Otherwise the code could
still execute even if the...

2814f2fea1313992c588444ead3643e54ea57c4d authored over 1 year ago
Increase auth provider icon size on login page (#27122)

Before, 20px:
<img width="474" alt="Screenshot 2023-09-19 at 00 10 05"
src="https://github.com...

1b1c55f73f85f647209df0ab1ebdd60040231b0a authored over 1 year ago
fix pagination for followers and following (#27127)

- Use the correct total amount for pagination. Thereby correctly show
the pagination bare when ...

fc09c30081d3e28e60e94cd3b24c7bac887887b3 authored over 1 year ago
services/wiki: Close() after error handling (#27129)

Refs: https://codeberg.org/forgejo/forgejo/pulls/1385

Signed-off-by: Lars Lehtonen <lars.leht...

f7c64976d597f73ce7448d04099e5afc0d66e9f0 authored over 1 year ago
Use fetch helpers instead of fetch (#27026)

WIP because:

- [x] Some calls set a `content-type` but send no body, can likely
remove the h...

ae8e8f055e9edfe258e641df8752a070ffdd6823 authored over 1 year ago
Change green buttons to primary color (#27099)

I think it's better if the primary actions have primary color instead of
green which fits bette...

8099238618f6573f1eb5cfeeb0902b641e7121ab authored over 1 year ago
Fix wrong xorm get usage on migration (#27111)

Fix the bug on try.gitea.io

```log
2023/09/18 01:48:41 ...ations/migrations.go:635:Migrate() [I...

e644cc9448a9271bba9789507dcef0984ac02d7f authored over 1 year ago
Fix the incorrect route path in the user edit page. (#27007)

Regression of #26713

After #26713 , the base path of user edit has been changed to
`/admin/u...

323135b97b219d7fb10557fb9d9156c6bef3ae62 authored over 1 year ago
Refactor lfs requests (#26783)

- Refactor lfs request code
- The original code uses `performRequest` function to create the
r...

9631958a82c70f30421fc4e292f700ec8881805e authored over 1 year ago
Display archived labels specially when listing labels (#26820)

Follow up https://github.com/go-gitea/gitea/pull/26741

Changes:
Added archived label for org...

a50d9af876435d007e6052c6ef8ebc838dd9709f authored over 1 year ago
Remove a `gt-float-right` and some unnecessary helpers (#27110)

Follow Remove polluted .ui.right #26825

Remove more `gt-float-right`, remove unnecessary he...

e97baed800ed9b83c5634492205318ab0c820719 authored over 1 year ago
[skip ci] Updated licenses and gitignores

558eea69bd89f75f7b9d11b9643abf717d7ba029 authored over 1 year ago
Fix token endpoints ignore specified account (#27080)

Fix #26234
close #26323
close #27040

---------

Co-authored-by: silverwind <me@silverwind...

f93ee5937bcb43aaf1e3b527d852487e80ae570b authored over 1 year ago
Make SSPI auth mockable (#27036)

Before, the SSPI auth is only complied for Windows, it's difficult to
test and it breaks a lot....

8531ca08372dd4a4739564dec17766fffe34a385 authored over 1 year ago
Search branches (#27055)

Resolve #25233

<img width="1315" alt="图片"
src="https://github.com/go-gitea/gitea/assets/810...

47b878858ada27fc4c74eeadcc1e467d2da90e04 authored over 1 year ago
Fix wrong migration for email address (#27106)

On Iterate, `sess` should not be used in the closure function body.

Caused by #26952

dcf4b9e3146db7bb8359538acb7c5fbd6fce9e6f authored over 1 year ago
[skip ci] Updated translations via Crowdin

ea83c0647c533fd2152ba014561d8c1d4420fa4a authored over 1 year ago
Support `.git-blame-ignore-revs` file (#26395)

Closes #26329

This PR adds the ability to ignore revisions specified in the
`.git-blame-igno...

ed64f1c2b835bf9332bf8347be9675ef29c8274b authored over 1 year ago
Add `RemoteAddress` to mirrors (#26952)

This PR adds a new field `RemoteAddress` to both mirror types which
contains the sanitized remo...

c766140dad3408048ad843d0e7b4ab5d9f5777c6 authored over 1 year ago
Upgrading the actions/checkout@4 (#27096)

as title
..Upgrading the actions/checkout@4

Signed-off-by: puni9869 <[email protected]...

5e039b05801a2ceeb29b23c657110af02834b57e authored over 1 year ago
Next round of `db.DefaultContext` refactor (#27089)

Part of #27065

f91dbbba98c841f11d99be998ed5dd98122a457c authored over 1 year ago
Ui correction in mobile view nav bar left aligned items. (#27046)

As title
From the long time I was looking for this UI, Now its the time to fix
it.

Before
...

a1b2a118123e0abd1d4737f4a6c0cf56d15eff57 authored over 1 year ago
Add missing deps to files-changed (#27100)

The `docs` and `yaml` actions categories need to run when the
dependencies `markdownlin-cli` or...

5fc2a3f63ade0a0439c2825717a61649898a02d1 authored over 1 year ago
Use db.WithTx for AddTeamMember to avoid ctx abuse (#27095)

Compare with ignoring spaces:
https://github.com/go-gitea/gitea/pull/27095/files?diff=split&w=1

4ffc30cb842d6631fad1e6b45c77ac1101b405a3 authored over 1 year ago
Drop Node.js 16 and update js dependencies (#27094)

- Drop Node.js 16 since it reached EOL
- Upgrade js dependencies
- Two packages have major ver...

7046065c0ed321af156e84d2a10a25c8df047ddd authored over 1 year ago
Fix NPE when editing OAuth2 applications (#27078)

Fixes #27072

It looks like there are some cases where `ContextUser` is not set here

------...

efecbbaca15e5b28cd6d6356f99612d062678b8a authored over 1 year ago
Use `print` instead of `printf` (#27093)

A bit more performant when we only use it for appending strings.

f3f445862e0962b673b5e0d3d12b00c3f7001d85 authored over 1 year ago
Add tests for db indexer in indexer_test.go (#27087)

As described in the title.
Some points:
1. Why need those tests?
Because `buildIssueOverview...

7cdbe65a2c3ea5a4d958d40428713f6699a22337 authored over 1 year ago
[skip ci] Updated translations via Crowdin

684ab403aa89c8df7bcbaef5754f7bed7306c3e1 authored over 1 year ago
Allow empty Conan files (#27092)

Fixes #27090

Looks like the Conan upload process has changed since last year. The
empty uploads...

d513628db90415a27e887c3cf349309b3ad44d55 authored over 1 year ago
Actions are no longer experimental, so enable them by default (#27054)

This PR makes the actions enabled by default, so people will find it
easier to enable actions i...

e5ec57cd608a81be6e0a6b897b165e9b322ceab4 authored over 1 year ago
Update brew installation documentation since gitea moved to brew core package (#27070)

ref: https://gitea.com/gitea/homebrew-gitea/pulls/178

3cd719a63d3ef8125eff87f4759f2be2c7a1ec92 authored over 1 year ago
More refactoring of `db.DefaultContext` (#27083)

Next step of #27065

c548dde205244a39a26ba98377c0f5cc11da7041 authored over 1 year ago
[skip ci] Updated translations via Crowdin

f8a109440655b77e8554e1744e31bf52a7c63df7 authored over 1 year ago
Reduce usage of `db.DefaultContext` (#27073)

Part of #27065

This reduces the usage of `db.DefaultContext`. I think I've got enough
files ...

76659b1114153603050de810006e04a938e9dcb7 authored over 1 year ago
Remove the useless function `GetUserIssueStats` and move relevant tests to `indexer_test.go` (#27067)

Since the issue indexer has been refactored, the issue overview webpage
is built by the `buildI...

0de09d3afcb5394cbd97e4a1c5609eb8b2acb6cf authored over 1 year ago
Fix issue templates when blank isses are disabled (#27061)

Fixes #27060

---------

Co-authored-by: silverwind <[email protected]>
Co-authored-by: delv...

8d0343e028cf5b1794ba2bfebf23c863e340d108 authored over 1 year ago
Display all user types and org types on admin management UI (#27050)

Follow #24026

<img width="1049" alt="图片"
src="https://github.com/go-gitea/gitea/assets/8104...

198a9ca6350954a6d3327a408021fec2bc0fc805 authored over 1 year ago
Apply lng2020 to maintainers (#27068)

Hi all,

I've very much enjoyed working on Gitea and was hoping to make it
official by reques...

a457eb94151a718be64d12eff9d9b7eafd6511ad authored over 1 year ago
Fix incorrect default branch label while switching between branches (#27053)

Fix #27008

076eca81587a286b2392e37beddc6d92a1849bb5 authored over 1 year ago
set version in snapcraft yaml

b32998b3f55bfb4acebe78810fde94838eb75918 authored over 1 year ago
Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052)

Currently 'userxx' and 'orgxx' are both used as username in test files
when the user type is or...

da50be73604589be9381e8811af5465fa47558f1 authored over 1 year ago
[skip ci] Updated translations via Crowdin

d0318c4ae004e754a6e0e10a44df7552ad9a2712 authored over 1 year ago
Load reviewer before sending notification (#27063)

The
[template](https://github.com/go-gitea/gitea/blob/main/templates/mail/issue/default.tmpl#L5...

e116ad4500bbaac140d53a6a699d4609fa066fa7 authored over 1 year ago
bump all nightly builds to 16gb

5d755ac6aef13e396341d5ce20238e86b8e08277 authored over 1 year ago
Show the repo count in code tab on both user profile and org page. (#27048)

as title

Screenshot before
User Profile page
<img width="1367" alt="image"
src="https://g...

e0aacc7624238caaf959c512362ec2b69565c444 authored over 1 year ago
Fix Fomantic's line-height causing vertical scrollbars to appear (#26961)

Before:

![before](https://github.com/go-gitea/gitea/assets/3371163/bc5a3b20-3490-4e14-ab1d-2f...

a38eca3f52f691667f8075263badffba4e9b97ae authored over 1 year ago
Dashboard context dropdown position fix on landing page in mobile view. (#27047)

as title.

Screensots

before

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

0989f437df8d006a6acb13fe14e1ed05445582c9 authored over 1 year ago
fix media description render for orgmode (#26895)

- In org mode you can specify an description for media via the following
syntax `[[description]...

79afd280e1ece4711c0236f06942b3281fcfcf7d authored over 1 year ago
Show OpenID Connect and OAuth on signup page (#20242)

Fix #19809

---------

Signed-off-by: Dmitry Sharshakov <[email protected]>
Co-authored-b...

63b53af933d748f9b4e0f1273e3701b4c3d08ac3 authored over 1 year ago
Update status and code index after changing the default branch (#27018)

Fix #26723
Add `ChangeDefaultBranch` to the `notifier` interface and implement it
in `indexer...

cda97a725347cdadd43af812749732b9d1ee6429 authored over 1 year ago
add sparse url in cargo package guide (#26937)

Hello,

The current package guide for cargo gives you only the git index, with
the HTTP Index...

e6a059a3d0c699e00c05cfa81ab3bfd0598a89a2 authored over 1 year ago
Add missing 404 response to Swagger (#27038)

Most middleware throw a 404 in case something is not found e.g. a Repo
that is not existing. Bu...

aaeec2a3925c8e45c14179a3e6260b92e53197d2 authored over 1 year ago
Fix object storage path handling (#27024)

Object storage path rules:

* No single `/` or `.`, use empty string for root path
* Need to ...

8ecdc93f8b04f2d2e2e26bedb25fde045f0aff64 authored over 1 year ago
[skip ci] Updated translations via Crowdin

7d56459c6c5e1c54fd6676e6ed1478039b9e21e5 authored over 1 year ago
bump rootful to 16gb

3bebcb2e9cc7961fd0d44b15df008164fae4d764 authored over 1 year ago
setup go in the nightly release pipeline

2abbc43dff8c25b7212e8e7377e6da30feb4b9ca authored over 1 year ago
Speed up nightly builds (#27045)

* Rootless/ful docker images build separately
* Vendor go modules outside docker to speed up th...

c892ab06006ebaf1fd198f762939f18a51a66a3a authored over 1 year ago
Improve repo/user/org search (#27030)

* Fix a regression from #26809 (the `data-org` is missing)
* Remove unnecessary style

Screen...

739e47cd80db34f2ab0a63da76adc235f1f2ab06 authored over 1 year ago
Use Actuated.dev runner for nightly builds

e6b68c579b75e818f6a3a80ef9811f739bcb4f86 authored over 1 year ago
update snap package (#27021)

e986265ecb633a6db1af6b8382c65b209faf0579 authored over 1 year ago
resolve issue with sort icons on admin/users and admin/runners (#24360)

Fixes #24327 to avoid the sort icon changing the table header over
multiple lines and adds miss...

e33f112e01d2453f8674c05556944277bf38567b authored over 1 year ago
Add more package registry paths to the labeler (#27032)

Found this while working on #26960

e481638010b669133a9106abbbf14fd6d76fb32e authored over 1 year ago
Extract auth middleware from service (#27028)

Related #27027

Extract the router logic from `services/auth/middleware.go` into
`routers/web...

591f586bf1c40114451284318a8c4f37e196a51a authored over 1 year ago
S3: log human readable error on connection failure (#26856)

Should BucketExists (HeadBucket) fail because of an error related to
the connection rather than...

7818121d50fd9ce3739c3d2221402841781e04b9 authored over 1 year ago
[skip ci] Updated translations via Crowdin

f5998140013850f386329796bb707d92091badce authored over 1 year ago
Fix "delete" modal dialog for issue/PR (#27015)

Close #27012

By the way, rename the single-word ID to a long ID.

![image](https://github...

1875362383eee4dde08376591495584313c3a39f authored over 1 year ago
Fix context cache bug & enable context cache for dashabord commits' authors (#26991)

Unfortunately, when a system setting hasn't been stored in the database,
it cannot be cached.
...

ebff0513dbe8abd2c9807789c006f41d002416b5 authored over 1 year ago
fix: typo (#27009)

598465eb43e2c85f9e50934cc9b6b742a99e7d46 authored over 1 year ago
Use secure cookie for HTTPS sites (#26999)

If the AppURL(ROOT_URL) is an HTTPS URL, then the COOKIE_SECURE's
default value should be true....

998cea5888cb895159e35caf9fec969c440399d0 authored over 1 year ago
Add fetch wrappers, ignore network errors in actions view (#26985)

1. Introduce lightweight `fetch` wrapper functions that automatically
sets csfr token, content-...

6d96f0b0d1c74523b9f3d26360aa63d92c307959 authored over 1 year ago
[skip ci] Updated translations via Crowdin

148c9c4b0500007d465156e4c2d7ff6873d23577 authored over 1 year ago
Add some more labels to labeler (#26987)

- Add more automatic labels
- Consistently use `**` glob for recursive directory globs.

----...

3442ea62cdbf1eeda4f7d4da5055756f8168b575 authored over 1 year ago
Fix INI parsing for value with trailing slash (#26995)

Fix #26977 (a temp fix)

e7745c94f8ca78d4c7892968ca1a1b00326a7bbd authored over 1 year ago
Correct the database.LOG_SQL default value in config cheat sheet (#26997)

The default is false, fix the docs to reflect that.

Fixes: #26989

de68953bac232bba4d74f9576ef941753dcb2131 authored over 1 year ago
Improve "language stats" UI (#26968)

Before:

* The layout is quite complex
* The UI flickers when switch the stats (https://try....

dd6e8ab57bedf94cacec176b28420d5cb25fc0e9 authored over 1 year ago
[skip ci] Updated translations via Crowdin

a20e0affbaa824f55db85c3dec45116397dddd45 authored over 1 year ago
Update chroma to v2.9.1 (#26990)

539ecc24a34e0c5e536e12f886f0732a7e79ba16 authored over 1 year ago
Improve issue list layout (#26983)

Align everything with a new layout.

* Use "baseline" for some special elements, the "flex-ite...

58abd4f06cb4f60777366122bc75a80fba074546 authored over 1 year ago
[skip ci] Updated translations via Crowdin

049b9f37181152e9721a0a7077db3fb24dca1b7a authored over 1 year ago
Move some functions to service layer (#26969)

e3ed67859a434f2fef1db175e9c82251a7f9f6c9 authored over 1 year ago
Lock yamllint and update indirect python deps (#26979)

I forgot to lock `yamllint` to exact version, so did that and
regenerated `poetry.lock` as well.

b8ad558c93052ee3e2f43f1e24e6f5c134da36c4 authored over 1 year ago
Chroma color tweaks (#26978)

4693bdbda031e002c8684721e5e7d5036acf0ce0 authored over 1 year ago
Add a new column schedule_id for action_run to track (#26975)

Fix #26971

And the UI now will display it's scheduled but not triggered by a push.

<img w...

9c0a3532a4765263f279caeabd7f696372ce1d1f authored over 1 year ago
Improve flex list UI (#26970)

1. There is already `gt-ac`, so no need to introduce `flex-item-center`
2. The `flex-item-basel...

ffa4949eaaf645995c5a20cd302d0256417b97ed authored over 1 year ago
Clarify the git command Stdin hanging problem (#26967)

4807f7be22c2cf5ceffab241cec24058f1628125 authored over 1 year ago